

/* Start:/local/templates/pwd/plugins/fancybox/jquery.fancybox.css?17129140764939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/pwd/plugins/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/pwd/plugins/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/pwd/plugins/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/pwd/plugins/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/pwd/plugins/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/pwd/plugins/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/pwd/plugins/basictable-master/basictable.css?17129140761031*/
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;

  /* IE 9 */
  float: left\9;
  width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

/* End */


/* Start:/local/templates/pwd/css/style.css?1755870222142883*/
:root{--neutral0: #ffffff;--neutral100: #eceef3;--neutral200: #dadde7;--neutral300: #c1c6d7;--neutral400: #a2aac3;--neutral500: #848ca3;--neutral600: #63697d;--neutral700: #3d4251;--neutral800: #2b2f3c;--neutral900: #171a24;--neutral1000: #0e1016;--blue: #000549;--blueLight4: #242863;--blueLight2: #262A64;--blueLight: #1E60C1;--blueLight3: #87AADB;--red: #EF3A4C;--greyDark: #8B8B8B;--greyDark_2: #A8A8A8;--grey: #B6B6B6;--lightGrey: #D0D0D0;--lightGrey2: #D9D9D9;--lightGrey3: #F9F9F9;--dark: #05071C;--dark_2: #0F0F0F}@font-face{font-family:"Gotham Pro";src:url("/local/templates/pwd/css/../fonts/gothampro.eot");src:url("/local/templates/pwd/css/../fonts/gothampro.eot?#iefix") format("embedded-opentype"),url("/local/templates/pwd/css/../fonts/gothampro.woff") format("woff"),url("/local/templates/pwd/css/../fonts/gothampro.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Gotham Pro";src:url("/local/templates/pwd/css/../fonts/gothampro-medium.eot");src:url("/local/templates/pwd/css/../fonts/gothampro-medium.eot?#iefix") format("embedded-opentype"),url("/local/templates/pwd/css/../fonts/gothampro-medium.woff") format("woff"),url("/local/templates/pwd/css/../fonts/gothampro-medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Gotham Pro";src:url("/local/templates/pwd/css/../fonts/gothampro-bold.eot");src:url("/local/templates/pwd/css/../fonts/gothampro-bold.eot?#iefix") format("embedded-opentype"),url("/local/templates/pwd/css/../fonts/gothampro-bold.woff") format("woff"),url("/local/templates/pwd/css/../fonts/gothampro-bold.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:"Gotham Pro";src:url("/local/templates/pwd/css/../fonts/gothampro-black.eot");src:url("/local/templates/pwd/css/../fonts/gothampro-black.eot?#iefix") format("embedded-opentype"),url("/local/templates/pwd/css/../fonts/gothampro-black.woff") format("woff"),url("/local/templates/pwd/css/../fonts/gothampro-black.ttf") format("truetype");font-weight:900;font-style:normal}.select2-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));background-image:linear-gradient(to bottom, white 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));background-image:linear-gradient(to bottom, white 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));background-image:linear-gradient(to bottom, #eeeeee 50%, white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;-webkit-box-shadow:none;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.buttonNew,.cookie-banner__button,button.buttonNew{font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem;font-weight:700;padding:0 5rem;text-decoration:none;-webkit-transition:all .15s;transition:all .15s;height:5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:.2rem solid;white-space:nowrap;gap:1rem;text-transform:uppercase}.buttonNew_fullWide,button.buttonNew_fullWide{width:100%}@media(max-width: 767px){.buttonNew,.cookie-banner__button,button.buttonNew{padding:0 2.4rem}}.buttonBorderWhite,button.buttonBorderWhite{border-color:var(--neutral0);color:var(--neutral0)}.buttonBorderWhite:hover,button.buttonBorderWhite:hover{background:var(--neutral0);color:var(--red)}@media(max-width: 992px){.buttonBorderWhite:hover,button.buttonBorderWhite:hover{border-color:var(--neutral0);color:var(--neutral0);background:rgba(0,0,0,0)}}.buttonBorderRed,button.buttonBorderRed{border-color:var(--red);color:var(--red);background:var(--neutral0)}.buttonBorderRed:hover,button.buttonBorderRed:hover{background:var(--red);color:var(--neutral0)}@media(max-width: 992px){.buttonBorderRed:hover,button.buttonBorderRed:hover{border-color:var(--red);color:var(--red);background:var(--neutral0)}}.buttonRed,button.buttonRed{border-color:var(--red);background:var(--red);color:var(--neutral0)}.buttonRed:hover,button.buttonRed:hover{background:var(--neutral0);color:var(--red)}@media(max-width: 992px){.buttonRed:hover,button.buttonRed:hover{border-color:var(--red);background:var(--red);color:var(--neutral0)}}.labelInput{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem;margin-bottom:.8rem;display:block}.textInput{border:.1rem solid var(--lightGrey2);height:4rem;width:100%;border-radius:.5rem;padding:0 1.6rem;font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem}#upload-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:8rem;border:.1rem dashed var(--neutral1000);border-radius:.5rem}#upload-container label{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem;color:var(var(--neutral1000));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:2.5rem;-webkit-transition:all .15s;transition:all .15s;text-align:center}@media(max-width: 767px){#upload-container label{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}}#upload-container label:hover{color:var(--red)}#upload-container label:hover{cursor:pointer;text-decoration:none}#upload-container{position:relative;z-index:10}#upload-container input[type=file]{width:.1px;height:.1px;opacity:0;position:absolute;z-index:-10}#upload-container.dragover{background-color:#fafafa;outline-offset:-17px}.select2{min-width:100%}.select2-container{display:block}.select2-container .selection{display:block;width:100%}.select2-container--default .select2-selection--single{width:100%;height:5rem;border:.2rem solid var(--dark);border-radius:0;padding:0 3.6rem 0 1.6rem;color:var(--dark);background:rgba(0,0,0,0);font-style:normal;font-weight:400;font-size:1.8rem;line-height:2.6rem}@media(max-width: 767px){.select2-container--default .select2-selection--single{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}}.select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0;line-height:4.6rem;color:var(--dark)}.select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;position:absolute;top:.1rem;right:.1rem;width:4rem}.select2-container--default .select2-selection--single .select2-selection__arrow b{background-image:url("/local/templates/pwd/css/../images/selectArrowForm.svg");background-size:1.4rem auto;background-color:rgba(0,0,0,0);background-position:center;background-repeat:no-repeat;border:none;width:1.4rem;height:1.4rem;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;background:#fff}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;background:#fff}.select2-container--default.select2-container--open .select2-dropdown--below{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default.select2-container--open .select2-dropdown--above{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default .select2-results__option--selected{background-color:rgba(0,0,0,0);color:var(--grey)}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:rgba(0,0,0,0);color:var(--red)}.select2-results{padding:.8rem 0}.select2-results__option{font-style:normal;font-weight:400;font-size:1.8rem;line-height:2.6rem;color:var(--dark);padding:.8rem 1.6rem;margin:0}@media(max-width: 767px){.select2-results__option{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}}.select2-dropdown{border:.2rem solid var(--dark);background:#fff;overflow:hidden;z-index:98}.select-form.select2-selection--single{border:.1rem solid var(--lightGrey2);border-radius:.5rem;height:4rem}.select-form.select2-selection--single .select2-selection__rendered{font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem;line-height:3.8rem}.select-form.select2-selection--single .select2-selection__arrow b{background-image:url("/local/templates/pwd/css/../images/selectArrowForm.svg")}.select-form-dropdown{border:.1rem solid var(--lightGrey2)}.select-form-dropdown .select2-results{padding:.8rem 0}.select-form-dropdown .select2-results__option{font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem;color:var(--dark);padding:.8rem 1.6rem;margin:0}.check{position:relative;padding-left:3.6rem}.check label{cursor:pointer;padding-left:0;margin-bottom:0;font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem;color:var(--neutral1000);display:block}.check label a{text-decoration:underline;color:var(--red)}.check label a:hover{text-decoration:none}.check input[type=checkbox],.check input[type=radio]{opacity:0;position:absolute;left:.6rem;top:.9rem;z-index:-1;width:2rem;height:2rem}.check input[type=checkbox]+label:before{background-color:var(--neutral0);background-repeat:no-repeat;background-position:center center;content:"";cursor:pointer;border:.1rem solid var(--neutral1000);-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.2rem;position:absolute;left:0;top:0;width:2rem;height:2rem}.check input[type=checkbox]:checked+label::before{background-image:url("/local/templates/pwd/css/../images/check.svg");background-size:1.4rem auto}.check input[type=checkbox].error+label:before{border-color:var(--red)}.check__fake{padding-left:0}.check__fake input[type=checkbox]+label:before{display:none}.textarea{width:100%;padding:.8rem 1.6rem;font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem;border:.1rem solid var(--lightGrey2);border-radius:.5rem;min-height:8rem;resize:vertical}@media(max-width: 767px){.textarea{min-height:8rem}}:root{--neutral0: #ffffff;--neutral100: #eceef3;--neutral200: #dadde7;--neutral300: #c1c6d7;--neutral400: #a2aac3;--neutral500: #848ca3;--neutral600: #63697d;--neutral700: #3d4251;--neutral800: #2b2f3c;--neutral900: #171a24;--neutral1000: #0e1016;--blue: #000549;--blueLight4: #242863;--blueLight2: #262A64;--blueLight: #1E60C1;--blueLight3: #87AADB;--red: #EF3A4C;--greyDark: #8B8B8B;--greyDark_2: #A8A8A8;--grey: #B6B6B6;--lightGrey: #D0D0D0;--lightGrey2: #D9D9D9;--lightGrey3: #F9F9F9;--dark: #05071C;--dark_2: #0F0F0F}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:var(--dark);color:var(--neutral0);font-family:inherit;-webkit-box-shadow:0 -0.2rem 1.6rem rgba(0,0,0,.15);box-shadow:0 -0.2rem 1.6rem rgba(0,0,0,.15);padding:0}.cookie-banner__content{max-width:120rem;margin:0 auto;padding:3.2rem 4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3.2rem}@media(max-width: 767px){.cookie-banner__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2rem;padding:2.4rem 1.6rem}}@media(max-width: 375px){.cookie-banner__content{padding:1.4rem .6rem}}.cookie-banner__text{-webkit-box-flex:1;-ms-flex:1 1 70%;flex:1 1 70%;font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem;line-height:1.5}@media(max-width: 375px){.cookie-banner__text{font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem}}.cookie-banner__link{color:#dc4141;text-decoration:underline;-webkit-transition:color .15s;transition:color .15s}.cookie-banner__link:hover{text-decoration:none}.cookie-banner__button{border:.2rem solid var(--neutral0);color:var(--dark);background:var(--neutral0);min-width:20rem;font-weight:700}.cookie-banner__button:hover,.cookie-banner__button:focus{background:#dc4141;color:var(--neutral0);border-color:#dc4141}@media(max-width: 767px){.cookie-banner__button{width:100%;min-width:unset;padding:0 2rem;font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem}}html{height:100%;font-size:62.5%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html *{max-height:1000000px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}html *:before,html *:after{vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}body{width:100%;height:100%;color:#0f0f0f;font-size:14px;line-height:16px;font-family:"Gotham Pro",sans-serif;padding:0;margin:0;background:#fff;padding-top:124px;-webkit-tap-highlight-color:rgba(0,0,0,0)}p{text-indent:0;padding:0;margin:0 0 24px;font-size:14px;line-height:24px}table{margin:0 0 16px;border-collapse:collapse;width:100%}table>tbody>tr:nth-child(odd){background-color:#f9f9f9}table td{padding:8px}table>tbody>tr{border-top:1px solid #eee}:focus{outline:none}img{padding:0;margin:0;border:0}.icon img{max-width:100%;max-height:100%;height:100%;width:100%}p img{float:left;margin:0 15px 15px 0}dt{font-weight:bold}dd{margin:0}a{color:#0f0f0f;text-decoration:none}a:hover{text-decoration:none}form{margin:0}ul{margin:0 0 10px 16px;padding-left:20px}ul li{padding:0 0 0 10px;list-style:circle;position:relative}ol{margin:0 0 10px 18px;padding:0}*+html ol{padding:0 0 0 5px}ol li{padding:0;margin-left:20px}ul:not([class]){padding-left:0}ul:not([class]) li{list-style-type:none}ul:not([class]) li:before{content:"-";position:absolute;left:0;top:0;color:#dc4141}input,select,textarea{color:#0f0f0f;font-size:12px;font-family:"Gotham Pro",sans-serif;padding:0;margin:0;background:none;border:0;-webkit-box-sizing:border-box;box-sizing:border-box}textarea{overflow:auto}button{font-family:"Gotham Pro",sans-serif;margin:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}button::-moz-focus-inner{padding:0;border:0}b,strong{font-weight:bold}i{font-style:italic}u{text-decoration:underline}::-webkit-input-placeholder{color:#a8a8a8}:-moz-placeholder{color:#a8a8a8}::-moz-placeholder{color:#a8a8a8}:-ms-input-placeholder{color:#a8a8a8}.img-cover,.img-contain{display:none !important}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading.slick-track{visibility:hidden}.slick-slider{-webkit-box-sizing:border-box;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:rgba(0,0,0,0)}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.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}#block_benefits .slick-slide{text-align:center}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}div.checker,div.radio{position:relative}div.checker,div.checker input,div.checker span,div.radio,div.radio input,div.radio span{width:36px;height:36px;cursor:pointer}div.checker input,div.radio input{filter:alpha(opacity=0);border:none}div.checker span,div.radio input,div.radio span{zoom:1;text-align:center}div.checker span{position:relative;display:-moz-inline-box;display:inline-block;background:#fff;border:1px solid #dadada}.checkbox-consent{display:none}div.checker span.checked:before,.checkbox-consent:checked+span:before{content:"";position:absolute;left:8px;top:9px;width:19px;height:15px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTkwIDE1MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNkYzQxNDEiIG9wYWNpdHk9IjEuMDAiIGQ9IiBNIDc1LjAyIDEyNS4yMSBDIDEwNi45MiA4Ni44MyAxMzguNzUgNDguNDAgMTcwLjY1IDEwLjAyIEMgMTc1Ljc2IDE0LjMwIDE4MC44OCAxOC41OCAxODUuOTkgMjIuODcgQyAxNTAuODIgNjUuMjUgMTE1LjY1IDEwNy42MyA4MC40NyAxNTAuMDAgTCA3Ny45MSAxNTAuMDAgQyA1Mi4yOCAxMzUuMzAgMjYuNjQgMTIwLjU5IDEuMDEgMTA1Ljg4IEMgNC4zMSAxMDAuMDcgNy42MSA5NC4yNiAxMC45MyA4OC40NiBDIDMyLjMwIDEwMC43MCA1My42MyAxMTMuMDAgNzUuMDIgMTI1LjIxIFoiIC8+PC9zdmc+)}div.checker input{opacity:0;-moz-opacity:0;background:0 0;zoom:1}div.radio span{display:-moz-inline-box;display:inline-block;position:relative;width:22px;height:22px;border:1px solid #a1a1a1;border-radius:50%}div.radio span.checked:after{content:"";position:absolute;left:5px;top:5px;width:12px;height:12px;background:#333;border-radius:50%}div.radio input{opacity:0;-moz-opacity:0;background:0 0;display:-moz-inline-box;display:inline-block}[data-animated]{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);opacity:0;-webkit-transition:-webkit-transform .5s ease,opacity .5s ease;-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;transition:transform .5s ease,opacity .5s ease;transition:transform .5s ease,opacity .5s ease,-webkit-transform .5s ease}[data-animated].is-animated{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.wrapper{min-width:230px;min-height:100%;margin:0 auto}.header{position:fixed;margin:0 auto;border-bottom:1px solid rgba(0,0,0,0);z-index:999;left:0;top:0;width:100%;-webkit-transition:all .15s;transition:all .15s}.header__row{position:relative;max-width:1800px;height:123px;margin:0 auto}.header--logo{position:absolute;left:0;top:0;display:block;width:295px;height:123px;letter-spacing:1px;background:url("/local/templates/pwd/css/../images/lion-logo.svg") no-repeat 40px 31px}.header--logo span{position:absolute;left:105px;top:44px;display:block;width:150px;color:#fff;font-size:18px;line-height:18px;font-weight:900;text-transform:uppercase}.header--logo i{color:#dc4141;font-style:normal}.nav{position:absolute;left:320px;top:44px}.nav a{float:left;display:block;color:#fff;font-size:12px;line-height:14px;font-weight:bold;text-transform:uppercase;padding:10px;-webkit-transition:color .1s ease;transition:color .1s ease}.nav a.active,.nav a:hover{color:#dc4141}.header__contacts{position:absolute;right:30px;top:44px}.header__contacts a{color:#fff;-webkit-transition:all .15s;transition:all .15s}.header__contacts a:hover{color:#dc4141}.header--phone{float:left;display:block;font-size:14px;line-height:16px;font-weight:bold;padding:10px;margin:-2px 0 0}.header--email{float:left;display:block;font-size:11px;line-height:13px;text-transform:uppercase;padding:10px;margin:0 0 0 25px}.header--email span{position:relative}.header--email span:after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid rgba(255,255,255,.5)}.header--email:hover span:after{border-bottom-color:rgba(0,0,0,0)}.header_fix{background:#fff;border-bottom-color:#f5f5f5;-webkit-box-shadow:0 0 13px rgba(0,0,0,.1);box-shadow:0 0 13px rgba(0,0,0,.1)}.header_fix .header--logo{background-image:url("/local/templates/pwd/css/../images/lion-logo-dark.svg")}.header_fix .header--logo span{color:#0f0f0f}.header_fix .nav a{color:#0f0f0f}.header_fix .nav a.active,.header_fix .nav a:hover{color:#dc4141}.header_fix .header__contacts a{color:#0f0f0f}.header_fix .header__contacts a:hover{color:#dc4141}.header_fix .header--email span:after{border-bottom-color:#d5d5d5}.header_fix .header--email:hover span:after{border-bottom-color:rgba(0,0,0,0)}.header_fix .menu-open{background:#0f0f0f}.header_fix .menu-open i,.header_fix .menu-open i:before,.header_fix .menu-open i:after{background:#fff}.header_inner{background:#fff;border-bottom-color:#f5f5f5}.header_inner .header--logo{background-image:url("/local/templates/pwd/css/../images/lion-logo-dark.svg")}.header_inner .header--logo span{color:#0f0f0f}.header_inner .nav a{color:#0f0f0f}.header_inner .nav a.active,.header_inner .nav a:hover{color:#dc4141}.header_inner .header__contacts a{color:#0f0f0f}.header_inner .header__contacts a:hover{color:#dc4141}.header_inner .header--email span:after{border-bottom-color:#d5d5d5}.header_inner .header--email:hover span:after{border-bottom-color:rgba(0,0,0,0)}.welcome{position:relative;height:100%;min-height:768px;color:#fff;margin:-124px auto 0;background:#000}.welcome .slick-prev,.welcome .slick-next{position:absolute;top:50%;z-index:5;width:50px;height:73px;cursor:pointer;margin-top:-7px;background:none}.welcome .slick-prev{left:50%;background:url("/local/templates/pwd/css/../images/welcome-arrow-prev.svg") no-repeat 10px 10px;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}.welcome .slick-next{right:50%;background:url("/local/templates/pwd/css/../images/welcome-arrow-next.svg") no-repeat 10px 10px;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}.welcome .item{position:relative;min-height:800px;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.welcome.is-visible .item{opacity:1}.welcome .bg,.welcome .video-bg{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.welcome .bg:after,.welcome .video-bg:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.35)}.welcome .video-bg video{position:absolute;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform-origin:0 0}.welcome__row{position:absolute;left:50%;top:0;z-index:2;width:1180px;height:100%;margin-left:-670px;opacity:.5;-webkit-transition:all 1s ease;transition:all 1s ease;-webkit-transform:translate(-25px, -25px);-ms-transform:translate(-25px, -25px);transform:translate(-25px, -25px)}.welcome .item.is-animated .welcome__row{opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.welcome__text{overflow:hidden;position:absolute;z-index:2;left:0;top:50%;padding-top:80px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.welcome--title{font-size:68px;line-height:68px;font-weight:900;text-transform:uppercase;padding:0;margin:0 0 73px}.welcome__nav{clear:both;overflow:hidden;width:calc(100% + 50px);margin:0 0 54px}.welcome__nav li{float:left;padding:0 50px 0 0;margin:0 0 30px;list-style-type:none}.welcome__nav a{position:relative;display:block;color:#fff;font-size:16px;line-height:20px;font-weight:900;text-transform:uppercase;letter-spacing:1px;padding:28px 0 10px;-webkit-transition:color .1s ease;transition:color .1s ease}.welcome__nav a:before{content:"";position:absolute;left:0;top:0;width:53px;height:3px;background:#fff;-webkit-transition:background .1s ease;transition:background .1s ease}.welcome__nav a:hover{color:rgba(255,255,255,.75)}.welcome__nav a:hover:before{background:#dc4141}.button{color:#fff;font-size:14px;line-height:17px;font-weight:bold;text-transform:uppercase;cursor:pointer;padding:24px 45px 23px;background:rgba(0,0,0,0);border:3px solid #fff;-webkit-transition:all .1s ease;transition:all .1s ease}.button:hover{background-color:#dc4141;border-color:#dc4141}.button_red{min-width:263px;background-color:#dc4141;border-color:#dc4141}.button_red:hover{background-color:#c13d3d;border-color:#c13d3d}.welcome .button{margin-right:26px}.works{max-width:1800px;padding:75px 40px 28px;margin:0 auto}.services{padding-bottom:0}.b-services-breadcrumb .breadcrumbs{color:#777;margin:0 0 24px;padding-left:0}.title-h2{color:#0f0f0f;font-size:54px;line-height:60px;font-weight:900;text-transform:uppercase;padding:2px 0;margin:0 0 53px}.tabs-nav{clear:both;overflow:hidden;width:100%;margin:0 0 56px;padding:0}.tabs-nav li{float:left;margin:0 18px 21px 0;list-style-type:none}.tabs-nav a{display:block;min-width:88px;font-size:13px;line-height:16px;font-weight:bold;text-transform:uppercase;cursor:pointer;padding:12px 29px 10px;background-color:rgba(0,0,0,0);border:3px solid #e6e6e6;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.tabs-nav li.active a,.tabs-nav a:hover{border-color:#000}.works__grid{width:calc(100% + 30px);font-size:0;margin:0 0 37px -15px}.b-services-works__grid{width:calc(100% + 30px);font-size:0;margin:0 0 0 -15px}.b-services-works__grid .item-works:before{background-color:rgba(0,0,0,.45)}.b-services-works__grid .item-works:hover:before{background-color:rgba(0,0,0,.65)}.works__item{display:inline-block;width:33.33%;padding:0 15px;margin:0 0 30px}.works__item_wide{width:66.66%}.item-works{position:relative;display:block;height:552px}.item-works:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.item-works:hover:before{background-color:rgba(0,0,0,.25)}.item-works .text{position:absolute;left:0;top:0;width:360px;max-width:100%;padding:51px 38px 0}.item-works .text_white{color:#fff}.item-works .text h3{font-size:24px;line-height:30px;padding:0;margin:0 0 21px}.item-works .text p{font-size:14px;line-height:24px;margin:0;opacity:.75}.item-works .tags{position:absolute;left:0;bottom:0;padding:0 0 37px 38px;margin:0}.item-works .tags li{float:left;color:#fff;font-size:13px;line-height:16px;padding:10px 12px;margin:0 10px 10px 0;background:rgba(0,0,0,.15);border-radius:4px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;list-style-type:none}.item-works:hover .tags li{background:rgba(0,0,0,.25)}.button-more{text-align:center;margin:0 0 30px}.button-more button{font-size:18px;line-height:22px;font-weight:500;cursor:pointer;padding:19px 38px 23px;background:rgba(0,0,0,0);border:3px solid #e6e6e6;-webkit-transition:background-color .5s ease;transition:background-color .5s ease}.button-more button.has-icon:before{content:"";display:inline-block;width:30px;height:30px;margin:-2px 12px -6px -4px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAwIDMwMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGlkPSIjMDAwMDAwZmYiPjxwYXRoIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjEuMDAiIGQ9IiBNIDI0Mi4xOSAwLjAwIEwgMjQ0LjY1IDAuMDAgQyAyNDguNDcgMC42MyAyNTEuNzYgMy44NSAyNTEuODUgNy44MyBDIDI1Mi42NCAyNS45MCAyNTMuMjkgNDMuOTcgMjUzLjk0IDYyLjA0IEMgMjU0LjUxIDY2Ljc3IDI1MC41OCA3MS4yNCAyNDUuODIgNzEuMjYgQyAyMjguMjIgNzEuOTkgMjEwLjYxIDcyLjUwIDE5My4wMSA3My4yMyBDIDE5MC4zMCA3My4zMCAxODcuMzEgNzMuNTUgMTg0Ljk4IDcxLjg4IEMgMTgxLjI2IDY5LjYwIDE4MC4xMCA2NC4xOCAxODIuNTIgNjAuNTUgQyAxODQuMDkgNTcuOTggMTg3LjExIDU2LjcwIDE5MC4wNSA1Ni42OSBDIDIwMS44OSA1Ni4yMCAyMTMuNzMgNTUuODQgMjI1LjU3IDU1LjM0IEMgMjA3LjY4IDQxLjA2IDE4NS42OCAzMi4wOSAxNjIuOTUgMjkuNTMgQyAxMzYuMTQgMjYuNDMgMTA4LjMyIDMyLjI3IDg1LjE5IDQ2LjI0IEMgNjEuOTkgNjAuMDkgNDMuNTkgODEuODkgMzQuMjYgMTA3LjI4IEMgMjYuMDggMTI5LjEyIDI0Ljc2IDE1My4zOCAzMC4yNSAxNzYuMDMgQyAzMS40OSAxODAuMTMgMjkuMDEgMTg0Ljg0IDI0LjkxIDE4Ni4wOSBDIDIwLjQ1IDE4Ny44MSAxNC45MyAxODQuOTUgMTMuOTIgMTgwLjI1IEMgOC4wNiAxNTYuOTEgOC43NyAxMzEuOTcgMTUuODUgMTA4Ljk3IEMgMjQuMjcgODEuMTkgNDIuMDcgNTYuNDcgNjUuNDMgMzkuMjkgQyA5MC43MSAyMC40OSAxMjIuNTQgMTAuODcgMTU0LjAwIDEyLjE3IEMgMTgzLjcwIDEzLjEzIDIxMy4wMiAyMy43NiAyMzYuMjUgNDIuMzMgQyAyMzUuOTAgMzAuODcgMjM1LjIzIDE5LjQxIDIzNS4wMiA3Ljk1IEMgMjM0LjkzIDMuODkgMjM4LjM2IDAuNjcgMjQyLjE5IDAuMDAgWiIgLz48cGF0aCBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIxLjAwIiBkPSIgTSAyNjkuNzQgMTIzLjkyIEMgMjY4LjUzIDExOS44NyAyNzAuOTggMTE1LjIxIDI3NS4wMSAxMTMuOTUgQyAyNzkuNTUgMTEyLjE3IDI4NS4yMSAxMTUuMTMgMjg2LjEzIDExOS45NyBDIDI5Mi4yMSAxNDQuMzYgMjkxLjEzIDE3MC40OCAyODMuMTEgMTk0LjMxIEMgMjc0LjExIDIyMS40MiAyNTYuMTYgMjQ1LjM4IDIzMi44OCAyNjEuODkgQyAyMDguMTYgMjc5LjY5IDE3Ny40NyAyODguOTEgMTQ3LjAzIDI4Ny44NyBDIDExNy4xMSAyODcuMTAgODcuNTMgMjc2LjUxIDY0LjA2IDI1Ny45MCBDIDY1LjAyIDI2OC45NCA2Ni4xMyAyNzkuOTcgNjcuMDIgMjkxLjAyIEMgNjcuNTcgMjk1LjQ1IDYzLjk4IDI5OS4zNCA1OS43MyAzMDAuMDAgTCA1Ny4xMSAzMDAuMDAgQyA1My40MiAyOTkuMTMgNTAuMzQgMjk2LjAzIDUwLjIxIDI5Mi4xMyBDIDQ4LjU0IDI3NC4wNSA0Ni44MCAyNTUuOTcgNDUuMjcgMjM3Ljg4IEMgNDQuNzEgMjMzLjQyIDQ4LjQ3IDIyOS4yNCA1Mi44OSAyMjkuMDEgQyA3MC41MCAyMjcuMzMgODguMTQgMjI1LjkyIDEwNS43NSAyMjQuMjcgQyAxMDguNDIgMjI0LjA2IDExMS4zNCAyMjMuNzEgMTEzLjcxIDIyNS4yNSBDIDExNy41OSAyMjcuMzggMTE4Ljg4IDIzMi44NyAxMTYuNTUgMjM2LjYwIEMgMTE1LjA2IDIzOS4yMiAxMTIuMDYgMjQwLjU0IDEwOS4xNSAyNDAuNjkgQyA5Ny4yNCAyNDEuNzcgODUuMzIgMjQyLjc2IDczLjQyIDI0My44NiBDIDk1Ljg3IDI2Mi4yMiAxMjUuMDMgMjcxLjk2IDE1My45OSAyNzEuMjUgQyAxODEuNTUgMjcwLjcyIDIwOC44NSAyNjAuNjcgMjMwLjAxIDI0Mi45NyBDIDI1MS44NSAyMjUuMDAgMjY2Ljk3IDE5OS4wMyAyNzEuNTIgMTcxLjA5IEMgMjc0LjE3IDE1NS40NSAyNzMuNDMgMTM5LjMyIDI2OS43NCAxMjMuOTIgWiIgLz48L2c+PC9zdmc+);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.button-more button:hover{background-color:#e6e6e6}.button-more button.has-icon:hover:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.solutions{max-width:1800px;padding:30px 40px 26px;margin:0 auto}.solutions .title-h2{margin:0 0 69px}.solutions__grid{width:calc(100% + 30px);font-size:0;margin:0 0 55px -15px}.solutions__item{display:inline-block;width:50%;padding:0 15px;margin:0 0 30px}.item-solutions{position:relative;display:block;height:423px;background:#f1f1f1;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.item-solutions:hover{background-color:#dc4141}.item-solutions .text{position:absolute;left:0;top:50%;width:100%;padding:0 150px 0 383px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:color .2s ease;transition:color .2s ease}.item-solutions:hover .text{color:#fff}.item-solutions .text h3{font-size:24px;line-height:30px;padding:0;margin:0 0 21px}.item-solutions .text p{font-size:14px;line-height:24px;margin:0}.item-solutions .item-solutions-icon,.item-more .item-more-icon{margin-bottom:30px;width:199px;position:absolute;top:50%;left:65px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.item-more .item-more-icon{width:125px;left:53px}.item-solutions .item-solutions-icon>svg,.item-more .item-more-icon>svg{width:100%;height:auto}.item-solutions:hover svg path,.item-more:hover svg path{fill:#fff}.service-price__grid{overflow:auto;max-width:100%}.item-solutions .icon path{-webkit-transition:fill .2s ease;transition:fill .2s ease}.item-solutions:hover .icon path{fill:#fff}.benefits{max-width:1800px;padding:30px 40px 161px;margin:0 auto}.benefits .title-h2{margin:0 0 82px}.benefits__slider{position:relative;width:calc(100% + 30px);padding:0 0 93px;margin:-20px 0 30px -15px}.benefits__slider .slick-track{padding-top:20px}.benefits__slider:before,.benefits__slider:after{content:"";position:absolute;top:0;z-index:5;width:15px;height:100%}.benefits__slider:before{left:0;background:-webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));background:linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1)}.benefits__slider:after{right:0;background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1)}.benefits__item{float:left;width:25%;cursor:pointer;padding:0 15px}.benefits__item .icon{height:140px;margin:0 0 26px}.benefits__item path{-webkit-transition:fill .2s ease;transition:fill .2s ease}.benefits__item:hover path{fill:#dc4141}.benefits__item .icon_1{padding-top:2px}.benefits__item .icon_3{padding-top:4px}.benefits__item h3{max-width:360px;color:#dc4141;font-size:24px;line-height:30px;padding:0;margin:0 auto 21px}.benefits__item:hover h3 span{border-bottom:1px solid #eeb0b0}.benefits__item p{max-width:360px;font-size:14px;line-height:24px;margin:auto}.standart-controls .slick-prev,.standart-controls .slick-next{position:absolute;bottom:0;width:44px;height:37px;cursor:pointer}.standart-controls .slick-prev{left:5px;background:url("/local/templates/pwd/css/../images/slick-prev.svg") no-repeat 10px 10px}.standart-controls .slick-next{left:59px;background:url("/local/templates/pwd/css/../images/slick-next.svg") no-repeat 10px 10px}.stages{max-width:1800px;padding:30px 40px 21px;margin:0 auto}.stages__row{width:calc(100% + 30px);font-size:0;margin:0 0 30px -15px}.stages__title{display:inline-block;width:29.77%;padding:0 15px}.stages__item{display:inline-block;width:31.83%;padding:7px 15px 0}.timeline{position:relative;padding:0 0 9px;margin:0 0 30px}.timeline:before{content:"";position:absolute;left:10px;top:5px;width:2px;height:100%;background:#000}.timeline h4{position:relative;font-size:24px;line-height:30px;padding:0 0 0 42px;margin:0 0 36px}.timeline ul{margin:-18px 0 18px;padding:0}.timeline ul li{position:relative;font-size:14px;line-height:24px;cursor:pointer;padding:18px 0 18px 42px;margin:0;list-style-type:none}.timeline ul li:before{content:"";position:absolute;left:-2px;top:17px;width:26px;height:26px;background:#000;border:2px solid #fff;border-radius:50%}.timeline ul li:after{content:"";position:absolute;left:2px;top:21px;width:18px;height:18px;background:#fff;border:3px solid #fff;border-radius:50%}.timeline ul li:hover:after{background-color:#dc4141}.clients{overflow:hidden;max-width:1800px;padding:30px 40px 72px;margin:0 auto}.clients .title-h2{margin:0 0 68px}.clients__slider{position:relative;width:calc(100% + 30px);padding:0 0 109px;margin:-20px 0 30px -15px}.clients__slider .slick-track{padding-top:20px}.clients__slider:before,.clients__slider:after{content:"";position:absolute;top:0;z-index:5;width:15px;height:100%}.clients__slider:before{left:0;background:-webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));background:linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1)}.clients__slider:after{right:0;background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1)}.clients__item{float:left;width:25%;padding:0 15px}.item-clients{display:block;background:#f1f1f1;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.item-clients:hover{background-color:#dc4141}.item-clients .pic{position:relative;height:186px}.item-clients .pic svg{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;height:auto;margin:auto}.item-clients .pic path{fill:#484848;-webkit-transition:color .2s ease;transition:color .2s ease}.item-clients:hover .pic path{fill:#fff}.footer{border-top:1px solid #e6e6e6}.footer__row{position:relative;clear:both;overflow:hidden;max-width:1800px;padding:124px 25px 55px;margin:0 auto}.footer__about{float:left;width:22.11%;padding:0 15px;margin:0 0 12px}.footer--logo{position:relative;display:inline-block;width:220px;height:61px;letter-spacing:1px;margin:0 0 36px;background:url("/local/templates/pwd/css/../images/lion-logo-dark.svg") no-repeat 0 0}.footer--logo span{position:absolute;left:65px;top:13px;display:block;width:150px;color:#292929;font-size:18px;line-height:18px;font-weight:900;text-transform:uppercase}.footer--logo i{color:#dc4141;font-style:normal}.footer__about h5{font-size:11px;line-height:20px;font-weight:normal;text-transform:uppercase;padding:0;margin:0 0 15px}.footer__about h5 a{position:relative}.footer__about h5 a:after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #d5d5d5}.footer__about h5 a:hover:after{border-bottom-color:rgba(0,0,0,0)}.footer__about p{font-size:14px;line-height:24px;margin:0 0 7px}.footer--copy{position:absolute;left:40px;bottom:134px;color:#292929;font-size:13px;line-height:24px;margin:0}.footer__links{float:left;width:53%;padding:0 15px;margin:-2px 0 0;position:relative;z-index:2}.footer__nav{margin:0 0 12px;width:49%;vertical-align:top;display:inline-block}.footer__nav li{font-size:12px;line-height:24px;font-weight:bold;text-transform:uppercase;margin:0 0 12px;list-style-type:none}.footer__nav li a{-webkit-transition:all .15s;transition:all .15s}.footer__nav li a:hover{color:#dc4141}.footer__social{margin:70px 0 0;width:50%;float:right;padding:0 15px}.footer__social h4{color:#292929;font-size:12px;line-height:24px;text-transform:uppercase;padding:0;margin:0 0 28px}.footer__social ul{font-size:0;margin:0 0 5px;padding:0}.footer__social ul li{display:inline-block;margin:0 7px 7px 0;list-style-type:none}.footer__social ul a{display:block;width:32px;height:32px;border:2px solid #000;border-radius:50%}.footer__social .facebook{background:url("/local/templates/pwd/css/../images/facebook-icon.png") no-repeat 10px 6px}.footer__social .vkontakte{background:url("/local/templates/pwd/css/../images/vkontakte-icon.png") no-repeat 10px 8px}.footer__social .twitter{background:url("/local/templates/pwd/css/../images/twitter-icon.png") no-repeat 7px 7px}.footer__social .instagram{background:url("/local/templates/pwd/css/../images/instagram-icon.png") no-repeat 6px 6px}.footer__social .google{background:url("/local/templates/pwd/css/../images/google-icon.png") no-repeat -2px -2px}.feedback__container{max-width:1800px;width:100%;padding:0 40px;margin:100px auto}@media screen and (max-width: 767px){.feedback__container{padding:0 20px}}.feedback__form{padding:100px;margin:100px auto;width:100%;max-width:1200px;background:#f5f5f5}.feedback__form h2{text-align:center;font-style:normal;font-weight:900;font-size:40px;line-height:48px;text-transform:uppercase;color:#0f0f0f;margin-bottom:60px;margin-top:0}@media screen and (max-width: 767px){.feedback__form h2{font-size:28px;line-height:32px;margin:0 0 38px}}.feedback__form .submit-button{width:100%;color:#fff;font-size:14px;line-height:17px;font-weight:bold;text-transform:uppercase;cursor:pointer;background:#dc4141;-webkit-transition:background-color .1s ease;transition:background-color .1s ease;padding:26px 39px 26px}.feedback__form .submit-button:hover{background:#c13d3d}@media screen and (max-width: 767px){.feedback__form .submit-button{max-width:100%}}@media screen and (max-width: 993px){.feedback__form{padding:50px}}@media screen and (max-width: 767px){.feedback__form{padding:50px 20px}}.form{font-size:0;margin:0 0 -28px}.form__col{display:inline-block;width:50%}.form__col:first-child{padding-right:30px}.form__item{display:inline-block;width:100%;margin:0 0 58px}.form__item_captcha{-webkit-transform:scale(0.9) translateY(-2px);-ms-transform:scale(0.9) translateY(-2px);transform:scale(0.9) translateY(-2px);transform-origin:0 50%;-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%}.form__item input,.form__item textarea{width:100%;color:#6a6a6a;font-size:13px;font-weight:bold;text-transform:uppercase;padding:27px 15px;border:1px solid #dadada;resize:none;background:#fff}.form .agreement{position:relative;color:#3f3f3f;font-size:12px;line-height:21px;padding:6px 0 8px 52px;margin-top:33px}.form .agreement .checker{position:absolute;left:0;top:0}.form .agreement a{color:#dc4141;text-decoration:underline}.form .agreement a:hover{text-decoration:none}.form__item_control{font-size:12px}.form__item_control button{width:100%;color:#fff;font-size:14px;line-height:17px;font-weight:bold;text-transform:uppercase;cursor:pointer;padding:26px 39px;background:#dc4141;-webkit-transition:background-color .1s ease;transition:background-color .1s ease;margin-bottom:25px}.form__item_control button:hover{background-color:#bb3939}.fade-bg{visibility:hidden;opacity:0;position:fixed;left:0;top:0;z-index:1000;width:100%;height:100%;background:rgba(18,18,18,.9);-webkit-transition:all .3s ease;transition:all .3s ease}.fade-bg.is-opened{visibility:visible;opacity:1}.d-none{display:none !important}.modal{visibility:hidden;opacity:0;position:absolute;left:50%;top:0;z-index:1010;width:946px;padding:73px 63px 51px 66px;margin-left:-473px;background:#fff;-webkit-transition:-webkit-transform .3s ease,opacity .3s ease;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.modal.is-opened{visibility:visible;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.modal--close{overflow:hidden;position:absolute;right:0;top:0;display:block;width:46px;height:46px;cursor:pointer;background:#0f0f0f}.modal--close:after{content:"+";position:absolute;left:0;top:0;width:100%;color:#fff;font-size:30px;line-height:46px;font-weight:500;text-align:center;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.modal h3{font-size:30px;line-height:36px;font-weight:900;text-transform:uppercase;padding:0;margin:0 0 15px}.modal_benefits{width:833px;min-height:226px;padding:64px 50px 59px 203px;margin-left:-416px;background:#f1f1f1}.modal_benefits h4{color:#dc4141;font-size:24px;line-height:30px;padding:0;margin:0 0 31px}.modal_benefits p{font-size:14px;line-height:24px;margin:0 0 24px}.modal_benefits .icon{position:absolute;left:49px;top:58px;width:120px;text-align:center}.modal_benefits .icon_1{padding-top:2px}.modal_benefits .icon_3{padding-top:4px}.menu-drop{display:none}.project-intro{overflow:hidden;padding:78px 0 0;background:#faca0c}.project-intro__row{display:table;max-width:1720px;margin:0 auto}.project-intro__lc{display:table-cell;width:574px;color:#1a1a1a;vertical-align:middle;padding:96px 50px 80px 0}.project-intro__lc a{color:#1a1a1a}.project-intro__lc h4{font-size:46px;line-height:52px;font-weight:900;text-transform:uppercase;padding:0;margin:0 0 32px}.project-intro__lc h4 a{border-bottom:1px solid rgba(0,0,0,.5)}.project-intro__lc h4 a:hover{border-bottom-color:rgba(0,0,0,0)}.project-intro__lc h2{font-size:85px;line-height:85px;font-weight:900;text-transform:uppercase;padding:0;margin:0 0 32px -3px}.project-intro__lc .pages{clear:both;overflow:hidden;width:calc(100% + 27px);margin:66px 0 0}.project-intro__lc .pages li{float:left;cursor:pointer;margin:0 27px 0 0;padding:20px 0;list-style-type:none}.project-intro__lc .pages li:before{content:"";display:block;width:53px;height:3px;background:#fff;-webkit-transition:background .1s ease;transition:background .1s ease}.project-intro__lc .pages li.active:before{background:#dc4141}.project-intro__rc{display:table-cell;width:1146px;vertical-align:bottom}.project-intro__slider{position:relative;width:1146px;background:#e1e1e1;-webkit-box-shadow:-17px 31px 35px rgba(36,39,41,.35);box-shadow:-17px 31px 35px rgba(36,39,41,.35)}.project-intro__slider .item{position:relative;height:704px}.project-intro__slider .item:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.04)}.project-intro__slider img{position:absolute;left:0;top:0;width:100%;height:auto}.project-intro__slider .slick-prev{width:100px;height:100px;background:blue}.breadcrumbs{position:relative;clear:both;overflow:hidden;margin:0 0 31px;padding:0}.breadcrumbs li{position:relative;float:left;font-size:13px;line-height:18px;white-space:nowrap;padding:0 16px 0 0;margin:0 0 6px;list-style-type:none}.breadcrumbs li:after{content:"/";position:absolute;right:0;top:0;width:16px;text-align:center}.breadcrumbs li:last-child:after{display:none}.breadcrumbs li a{color:#dc4141;border-bottom:1px solid #f7dada}.breadcrumbs li a:hover{border-bottom-color:rgba(0,0,0,0)}.breadcrumbs_light{color:#fff}.breadcrumbs_light li a{color:#fff;border-bottom-color:rgba(255,255,255,.5)}.project-about{overflow:hidden;position:relative}.project-about__row{position:relative;max-width:1800px;font-size:0;padding:228px 0 201px;margin:0 auto}.project-about__row:before{content:"";position:absolute;right:0;top:0;width:34.4%;height:100%;background:#e3f0fc}.project-about__row:after{content:"";position:absolute;right:-9999px;top:0;width:10000px;height:100%;background:#e3f0fc}.project-about__lc{position:relative;z-index:1;display:inline-block;width:65.56%;font-size:12px;padding:0 200px 0 40px}.project-about h1{font-size:53px;line-height:72px;font-weight:900;text-transform:uppercase;padding:0;margin:0 0 74px}.project-about__lc h5{font-size:24px;line-height:32px;padding:0;margin:0 0 47px}.project-about__lc p{font-size:14px;line-height:24px;margin:0 0 24px}.project-about__rc{position:relative;z-index:1;display:inline-block;width:34.44%;font-size:12px;padding:42px 40px 0 0}.project-about__rc a{border-bottom:1px solid rgba(0,0,0,.5)}.project-about__rc a:hover{border-bottom-color:rgba(0,0,0,0)}.project-about__rc ul{margin:0 0 -22px 18.39%;padding:0}.project-about__rc ul li{margin:0 0 46px;list-style-type:none}.project-about__rc h6{font-size:24px;line-height:32px;padding:0;margin:0 0 17px}.project-about__rc p{font-size:14px;line-height:24px;margin:0}.project-features{padding:110px 0;background:#fef9dd}.project-features__row{display:table;max-width:1800px;margin:0 auto}.project-features__lc{display:table-cell;width:41.78%;vertical-align:bottom;padding:46px 160px 34px 40px}.project-features .title-h2{line-height:72px;margin:0 0 55px}.project-features p{font-size:14px;line-height:24px;margin:0 0 24px}.project-features__rc{display:table-cell;width:58.22%;vertical-align:bottom;padding:0 40px 0 0}.project-features__rc img{width:100%;height:auto}.project-compare{position:relative}.project-compare:before,.project-compare:after{content:"";position:absolute;top:0;width:50%;height:100%}.project-compare:before{left:0;background:#f9f9f9}.project-compare:after{right:0;background:#e3f0fc}.project-compare__row{position:relative;clear:both;overflow:hidden;z-index:1;max-width:1800px;font-size:0;padding:114px 0 119px;margin:0 auto}.project-compare h2{line-height:72px;margin:0 0 85px}.project-compare img{width:100%;height:auto;margin:0 0 24px;-webkit-box-shadow:-17px 31px 35px rgba(36,39,41,.35);box-shadow:-17px 31px 35px rgba(36,39,41,.35)}.project-compare__lc,.project-compare__rc{display:inline-block;width:50%;font-size:12px}.project-compare__lc{padding-left:40px}.project-compare__lc .project-compare__col{padding-right:11.89%}.project-compare__rc{padding-right:40px}.project-compare__rc .project-compare__col{padding-left:11.89%}.project-desc{overflow:hidden;position:relative}.project-desc__row{position:relative;max-width:1800px;margin:0 auto}.project-desc__lc{display:inline-block;width:34.45%;padding:183px 100px 162px 40px;line-height:24px}.project-desc .title-h2{line-height:72px;margin:0 0 72px}.project-desc p{font-size:14px;line-height:24px;margin:0 0 24px}.project-desc__pic{position:absolute;left:34.45%;top:0;height:100%}.project-feedback{overflow:hidden;background:#f9f9f9}.project-feedback__row{position:relative;max-width:1800px;font-size:0;padding:153px 0 171px;margin:0 auto}.project-feedback__row:before,.project-feedback__row:after{content:"";position:absolute;top:0;height:100%;background:#e3f0fc}.project-feedback__row:before{left:34.45%;width:65.55%}.project-feedback__row:after{right:-9999px;width:10000px}.project-feedback .title-h2{line-height:72px;margin:0 0 66px}.project-feedback__title{position:relative;z-index:1;display:inline-block;width:34.45%;padding:0 100px 0 40px}.project-feedback__title .title-h2{margin:0 0 72px}.project-feedback__title{font-size:14px}.project-feedback__title p{font-size:14px;line-height:24px;margin:0 0 24px}.project-feedback__rc{position:relative;z-index:1;display:inline-block;width:65.55%;font-size:12px;padding:0 40px 0 100px}.project-feedback .form{clear:both;overflow:hidden}.project-feedback .form__col:first-child{float:left}.project-feedback .form__item ::-webkit-input-placeholder{color:#0f0f0f}.project-feedback .form__item :-moz-placeholder{color:#0f0f0f}.project-feedback .form__item ::-moz-placeholder{color:#0f0f0f}.project-feedback .form__item :-ms-input-placeholder{color:#0f0f0f}.project-feedback .form__item input{color:#0f0f0f;border-bottom:1px solid #000}.project-feedback_about{background:#fff}.project-feedback_about .project-feedback__row{padding:131px 0}.project-feedback_about .project-feedback__row:before,.project-feedback_about .project-feedback__row:after{background:#f1f1f1}.works_similar{margin:52px auto 60px}.works_similar .title-h2{margin:0 0 106px}.works_similar .works__grid{margin-bottom:25px}.about{overflow:hidden}.about__row{position:relative;max-width:1800px;min-height:853px;margin:0 auto}.about__pic{position:absolute;left:34.45%;top:0;height:100%}.about__lc{display:inline-block;width:34.45%;padding:106px 100px 82px 40px}.about .breadcrumbs{color:#777;margin:0 0 24px}.about .title-h2{margin:0 0 78px}.about p{font-size:14px;line-height:24px;margin:0 0 24px}.p404{overflow:hidden}.p404__row{position:relative;max-width:1800px;margin:0 auto}.p404__pic{position:absolute;left:34.45%;top:0;height:100%}.p404__container{display:block;width:460px;padding:50px 0;margin:0 auto}.p404 p{font-size:18px;line-height:24px;margin:0 0 24px}.p404 a{color:#dc4141;text-decoration:underline}.p404 a:hover{text-decoration:none}.p404 .pic_404{float:left;width:200px}.rewards{overflow:hidden;padding:135px 0 0;border-top:1px solid #e6e6e6}.rewards .title-h2{max-width:1800px;padding:2px 40px 2px;margin:0 auto 152px}.rewards__grid{width:calc(100% + 2px);font-size:0;margin:0 0 0 -1px}.rewards__item{position:relative;display:inline-block;width:25%;text-align:center;margin-bottom:25px}.contacts{overflow:hidden}.contacts__row{position:relative;max-width:1800px;min-height:854px;margin:0 auto}.contacts__map{overflow:hidden;position:absolute;right:475px;top:0;height:100%;background:#f7f1d6}.contacts__rc{position:relative;z-index:2;display:inline-block;width:475px;padding:87px 40px 41px 108px;margin-left:1325px;margin-left:calc(100% - 475px)}.contacts .title-h2{font-size:53px;margin:0 0 58px}.contacts ul{margin:0;padding:0}.contacts a{border-bottom:1px solid rgba(0,0,0,.5)}.contacts a:hover{border-bottom-color:rgba(0,0,0,0)}.contacts ul li{margin:0 0 46px;padding-left:0;list-style-type:none}.contacts ul li:before{display:none}.contacts h5{font-size:24px;line-height:32px;padding:0;margin:0 0 17px}.contacts p{font-size:14px;line-height:24px;margin:0 0 6px}.service-intro{background:#000}.service-intro__row{max-width:1800px;padding:0 40px;margin:0 auto}.service-intro__col{max-width:550px;padding:158px 0 130px}.service-intro .breadcrumbs{margin:0 0 24px}.service-intro .title-h2{color:#fff;line-height:72px;margin:0 0 46px}.service-intro__text{min-height:321px;color:#fff;padding:0 0 28px;font-size:14px;line-height:24px;margin:0 0 24px}.service-intro p{font-size:14px;line-height:24px;margin:0 0 24px}.service-desc__row{clear:both;overflow:hidden;max-width:1800px;padding:148px 40px 96px;margin:0 auto}.service-desc__lc{padding:0 0 100px 0;font-size:14px;line-height:24px}.service-desc__lc.products{width:auto}.service-desc__lc .title-h2{line-height:72px;margin:0 0 73px}.service-desc p{font-size:14px;line-height:24px;margin:0 0 24px}.service-desc__grid{font-size:0;margin:2px 0 -2px}.service-desc__item{display:inline-block;width:25%;font-size:0;text-align:center;padding:0 0 0 30px;margin:0 0 26px}.service-desc__item .icon{height:140px;margin:0 0 21px}.service-desc__item .icon_1{padding-top:2px}.service-desc__item .icon_3{padding-top:4px}.service-desc__item h3{font-size:24px;line-height:30px;padding:0;margin:0 0 21px}.service-price{background:#eeeee1}.service-price__row{max-width:1800px;padding:165px 40px 136px;margin:0 auto}.service-price .title-h2{line-height:72px;margin:0 0 59px}.service-price__grid{width:calc(100% + 30px);font-size:0;margin:0 0 0 -15px}.service-price__lc{display:inline-block;width:66.66%;padding:0 15px;margin:0 0 30px}.service-price__rc{display:inline-block;width:33.33%;padding:0 15px}.table-standart{width:100%}.table-standart th{font-size:24px;line-height:30px;text-align:left;padding:25px 30px 23px;background:#fff;border:1px solid #eee}.table-standart td{font-size:14px;line-height:24px;padding:25px 30px 29px;background:#fff;border:1px solid #eee;min-width:200px}.about-more__row{max-width:1800px;padding:135px 40px 96px;margin:0 auto}.about-more .title-h2{margin:0 0 120px}.about-more__grid{width:calc(100% + 30px);font-size:0;margin:0 0 69px -15px}.about-more__item{display:inline-block;width:33.33%;padding:0 15px;margin:0 0 30px}.item-more{position:relative;display:block;height:332px;background:#f1f1f1;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.item-more:hover{background-color:#dc4141}.item-more .text{position:absolute;left:0;top:50%;padding:0 42px 0 222px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:color .2s ease;transition:color .2s ease}.item-more:hover .text{color:#fff}.item-more .text h3{font-size:24px;line-height:30px;padding:0;margin:0 0 20px}.item-more .text p{font-size:14px;line-height:24px;margin:0}.item-more .icon{position:absolute;top:50%;width:125px;height:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.item-more .icon_1{left:53px}.item-more .icon_2{left:56px}.item-more .icon_3{left:56px}.item-more .icon path{-webkit-transition:fill .2s ease;transition:fill .2s ease}.item-more:hover .icon path{fill:#fff}.tip-popup{position:absolute;z-index:1010;padding:55px 62px 26px;margin:67px 0 0 -74px;background:#f1f1f1;opacity:0;-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.tip-popup.is-visible{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.tip-popup:before{content:"";position:absolute;left:68px;top:-16px;border-left:17px solid rgba(0,0,0,0);border-right:17px solid rgba(0,0,0,0);border-bottom:16px solid #f1f1f1}.tip-popup h3{font-size:24px;line-height:30px;font-weight:900;text-transform:uppercase;padding:0;margin:0 0 34px}.tip-popup p{font-size:14px;line-height:30px;margin:0 0 30px}.main-user-consent-request-popup-cont{min-width:700px !important}.main-user-consent-request-popup-text{height:400px !important}.more_services .title-h2{font-size:36px;line-height:48px;margin:30px 0 50px 0}@media all and (max-width: 1799px){.welcome__row{left:0;width:100%;margin-left:0}.welcome__text{left:40px;max-width:calc(100% - 120px)}.welcome .slick-prev{display:none !important}.welcome .slick-next{-webkit-transform:translateX(-80px);-ms-transform:translateX(-80px);transform:translateX(-80px)}.tabs-nav{margin:0 0 48px}.item-works .text{padding-top:45px}.item-works .tags{padding-bottom:27px}.item-solutions .text{padding:0 100px 0 333px}.solutions{padding-bottom:20px}.solutions__grid{margin-bottom:45px}.benefits{padding-bottom:52px}.stages{padding-bottom:10px}.stages__title,.stages__item{width:33.33%}.clients__item{padding:0 15px}.footer__about{width:24.1%}.footer__links{width:50%}.footer__feedback{width:50.2%}.form .agreement .checker{position:absolute;left:0;top:50%;margin-top:-19px}.form .agreement{margin-top:24px}.footer__feedback h4{margin:0 0 34px}.form__item{margin:0 0 30px}.form__item_control button{padding:27px 14px 26px}.about__lc{width:590px;padding:98px 70px 74px 40px}.about__pic{left:590px}.rewards{padding:25px 0 0}.rewards .title-h2{margin:0 auto 25px}.contacts__map{right:400px}.contacts__rc{width:400px;padding:102px 40px 78px 108px;margin-left:calc(100% - 400px)}.contacts .title-h2{font-size:36px;line-height:42px;margin:0 0 61px}.contacts ul{margin:0 0 24px}.contacts ul li{margin:0 0 22px}.service-desc__row{padding:113px 40px 82px}.service-desc__lc{float:none;width:auto;padding:0;margin:0 0 81px}.service-desc__lc .title-h2{font-size:36px;line-height:48px;margin:0 0 64px}.service-desc p{line-height:30px;margin:0 0 30px}.service-desc__rc{float:none;width:auto}.service-desc__grid{width:calc(100% + 30px);margin:0 0 0 -15px}.service-desc__item{width:25%;padding:0 15px;margin:0 0 30px}.service-desc__item p{line-height:24px;margin:0}.service-price__row{padding:117px 40px 89px}.service-price .title-h2{font-size:36px;line-height:42px;margin:0 0 68px}.service-price__lc,.service-price__rc{display:block;width:auto;margin:0 0 46px}.project-feedback .title-h2{font-size:36px;line-height:48px;margin:0 0 72px}.project-feedback__title .title-h2{margin:0 0 46px}.project-feedback__row:before{left:34.83%;width:55.17%}.project-feedback__row:after{width:100%;right:-50%}.project-feedback__title{width:34.83%;padding:0 30px 0 40px}.project-feedback__row{padding:172px 0 199px}.project-feedback_about .project-feedback__row{padding:172px 0 87px}.project-feedback__rc{width:55.17%;padding:0 40px 0 70px}.project-feedback .form__col{width:50%;padding-left:22px}.project-feedback .form__col:first-child{padding:0 22px 0 0}.about-more__row{padding:104px 40px 89px}.about-more .title-h2{font-size:36px;line-height:42px;margin:0 0 84px}.about-more__grid{margin-bottom:42px}.about-more__item{width:50%}.about-more__item:nth-child(3){display:none}.project-intro__lc{width:622px;padding-left:40px}.project-intro__rc{width:calc(100% - 622px)}.project-about__row{padding:239px 40px 214px}.breadcrumbs{margin:0 0 49px}.project-about h1{font-size:36px;line-height:48px;margin:0 0 55px}.project-about__lc{width:68.25%;padding:0 100px 0 0}.project-about__row:before{width:31.75%}.project-about__rc{width:31.75%;padding:31px 0 0}.project-about__rc ul{margin-left:31%}.project-features{padding:137px 40px 140px}.project-features__lc{width:34%;padding:0 30px 0 0}.project-features .title-h2{font-size:36px;line-height:48px;margin:0 0 43px}.project-features p{margin:24px 0 0}.project-features__rc{width:66%;padding:0 0 5px}.project-compare__row{padding:132px 40px 207px}.project-compare h2{font-size:36px;line-height:48px;margin:0 0 90px}.project-compare__lc{padding-left:0}.project-compare__lc .project-compare__col{padding-right:12.8%}.project-compare__rc{padding-right:0}.project-compare__rc .project-compare__col{padding-left:12.8%}.project-desc__lc{width:34.83%;padding:142px 30px 118px 40px}.project-desc .title-h2{font-size:36px;line-height:48px;margin:0 0 54px}.project-desc__pic{left:34.83%}.works_similar{margin:22px auto 39px}.works_similar .title-h2{font-size:36px;line-height:48px;margin:0 0 80px}.works_similar .works__grid{margin-bottom:33px}}@media all and (max-width: 1539px){.header--logo{width:275px;background-position:30px 31px}.header__contacts{right:20px}.header--phone,.header--email{float:none;text-align:right;padding:6px 10px;margin:0}.welcome .slick-next{-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}.welcome__text{left:30px;max-width:calc(100% - 60px)}.welcome__nav{width:calc(100% + 110px)}.tabs-nav{margin:0 0 42px}.tabs-nav a{padding:12px 27px 10px}.works{padding:75px 30px 28px}.services{padding-bottom:0}.item-works .text{width:auto;max-width:350px;padding:45px 35px 0}.item-works .text h3{margin:0 0 19px}.item-works .tags{padding:0 0 27px 35px}.works__grid{margin-bottom:33px}.b-services-works__grid{margin-bottom:0}.solutions{padding:30px 30px 20px}.item-solutions .text{padding:0 50px 0 220px}.item-solutions .item-solutions-icon{width:147px;height:auto;left:38px}.solutions__grid{margin-bottom:31px}.benefits{padding:30px 30px 36px}.stages{padding:30px 30px 10px}.stages__title{width:43%}.stages__item{width:28%}.clients{padding:30px 30px 91px}.footer__row{padding:124px 15px 55px}.footer__about{width:24.8%}.footer--copy{left:30px}.footer__links{width:48%}.footer__feedback{width:50.4%}.about__lc{width:580px;padding:98px 70px 74px 30px}.about__pic{left:580px}.rewards .title-h2{padding:2px 30px 2px}.contacts__map{right:390px}.contacts__rc{width:390px;padding-right:30px;margin-left:calc(100% - 390px)}.service-intro__row{padding:0 30px}.service-desc__row{padding:113px 30px 82px}.service-price__row{padding:117px 30px 89px}.project-feedback__title{padding:0 30px}.about-more__row{padding:104px 30px 89px}.project-intro__lc{padding-left:30px}.project-about__row{padding:239px 30px 214px}.project-features{padding:137px 30px 140px}.project-compare__row{padding:132px 30px 207px}.project-desc__lc{padding-left:30px}.tip-popup{padding:45px 42px 16px;margin:67px 0 0 -54px}.tip-popup:before{margin-left:-20px}.tip-popup h3{font-size:20px;line-height:26px;margin:0 0 26px}.tip-popup p{font-size:14px;line-height:24px;margin:0 0 24px}}@media all and (min-width: 1199px){.footer__social{position:absolute;left:auto;top:350px}.footer__social h4{margin-bottom:10px}.footer__feedback{min-height:300px}.footer__social{margin-top:0}}@media all and (max-width: 1199px){.nav,.header__contacts{display:none}.welcome .slick-next{display:none !important}.welcome__nav{margin:0 0 36px}.welcome__nav li{min-width:186px;width:186px;min-height:76px;padding-right:30px}.welcome__nav a{font-size:14px;line-height:18px;padding-top:30px}.button{padding:24px 43px 23px}.welcome .button{margin-right:22px}.welcome .button:last-of-type{margin-right:-10px}.button_red{min-width:226px}.works{padding:55px 30px 6px}.services{padding-bottom:0}.tabs-nav{margin:0 0 10px}.tabs-nav a{padding:12px 25px 10px}.works__item{width:50%}.works__item_wide{width:100%}.works__grid{margin-bottom:7px}.b-services-works__grid{margin-bottom:0}.solutions__item{width:100%}.item-solutions{height:280px !important}.item-solutions .text{padding:0 30px 0 220px}.solutions__grid{margin-bottom:15px}.solutions{padding-bottom:12px}.benefits .title-h2{margin:0 0 67px}.benefits__item .icon{height:140px;margin:0 0 23px}.benefits__slider{padding-bottom:83px}.benefits{padding-bottom:10px}.stages__title{display:block;width:auto}.title-h2 br{display:none}.stages .title-h2{margin:0 0 63px}.stages__item_development{width:45.6%}.stages__item_promotion{width:54.4%}.timeline{margin-left:-10px}.stages__row{margin-bottom:18px}.clients{padding-bottom:50px}.clients__slider{padding-bottom:84px}.clients .title-h2{margin:0 0 55px}.footer__feedback{float:none;width:auto;padding:70px 30px 47px;margin:0;background:#f9f9f9;border-top:1px solid #e6e6e6}.footer__feedback .form{margin:0}.footer__about{width:100%}.footer__links{width:100%;padding:0 5px}.footer__links ul.footer__nav{padding-left:0}.footer__row{padding:76px 15px 55px}.footer--copy{bottom:73px}.menu-open{position:absolute;right:30px;top:37px;z-index:9999;display:block;width:48px;height:48px;background:#fff;border-radius:50%;cursor:pointer}.menu-open i{position:absolute;left:50%;top:50%;width:20px;height:2px;margin:-1px 0 0 -10px;background:#131313}.menu-open i:before,.menu-open i:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#131313}.menu-open i:before{margin-top:-6px}.menu-open i:after{margin-top:6px}.header_inner .menu-open{background:#0f0f0f}.header_inner .menu-open i,.header_inner .menu-open i:before,.header_inner .menu-open i:after{background:#fff}.menu-drop{display:block;position:fixed;top:0;right:-486px;z-index:1010;color:#111213;width:486px;height:100%;cursor:pointer;background:#fff;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.menu-drop.is-opened{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.menu-drop a{color:#111213}.menu-drop--close{position:absolute;right:30px;top:37px;z-index:2;display:block;width:48px;height:48px;cursor:pointer;background:#dc4141;border-radius:50%}.menu-drop--close:before,.menu-drop--close:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:2px;margin:-1px 0 0 -10px;background:#fff;-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg)}.menu-drop--close:after{-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.menu-drop__row{overflow-y:auto;position:absolute;left:0;top:0;width:100%;height:100%;padding:0 0 40px}.menu-drop h4{font-size:68px;line-height:68px;font-weight:900;text-indent:-3px;text-transform:uppercase;padding:37px 62px 44px;margin:0}.menu-drop ul{margin:0 0 24px}.menu-drop ul a{display:block;font-size:18px;line-height:24px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;padding:12px 12px 12px 30px}.menu-drop ul .active a,.menu-drop ul a:hover{color:#dc4141}.menu-drop--phone{display:block;font-size:14px;line-height:18px;font-weight:bold;padding:11px 62px 10px}.menu-drop--email{display:block;font-size:11px;line-height:14px;text-transform:uppercase;padding:11px 62px 10px}.menu-drop--email span{position:relative}.menu-drop--email span:after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #d5d5d5}.menu-drop--email:hover span:after{border-bottom-color:rgba(0,0,0,0)}.modal{left:30px;width:calc(100% - 60px);padding:53px 43px 31px 36px;margin-left:0}.modal_benefits{padding:44px 40px 29px 183px}.modal_benefits .icon{left:34px;top:38px}.about__row{min-height:712px}.about__lc{width:465px;padding:112px 30px 88px 30px}.about__pic{left:465px}.about .breadcrumbs{margin:0 0 23px}.about .title-h2{font-size:36px;line-height:42px;margin:0 0 35px}.rewards{padding:65px 0 0}.rewards .title-h2{font-size:36px;line-height:42px;margin:0 0 73px}.rewards__item{width:100%}.contacts__row{min-height:634px}.contacts__map{right:252px}.contacts__rc{width:252px;padding:58px 30px 34px;margin-left:calc(100% - 252px)}.contacts .title-h2{font-size:30px;line-height:36px;margin:0 0 16px}.contacts h5{font-size:18px;line-height:24px;margin:0 0 20px}.contacts p{font-size:13px}.contacts ul li{margin:0 0 18px}.about-more__item{width:100%}.service-intro__col{padding:94px 0 104px}.service-intro__text{min-height:375px}.service-desc__row{padding:82px 30px 63px}.service-desc__lc{margin:0 0 70px}.service-desc__lc .title-h2{font-size:30px;line-height:36px;margin:0 0 43px}.service-desc__item .icon{margin:0 0 26px}.service-desc__item h3{font-size:18px;line-height:24px;margin:0 0 24px}.service-desc__item p{line-height:21px}.service-price__row{padding:80px 30px 64px}.service-price .title-h2{font-size:30px;line-height:36px;margin:0 0 69px}.table-standart th{font-size:18px;line-height:24px;white-space:nowrap;padding:30px 30px 24px}.table-standart td:first-child{white-space:normal}.table-standart td{vertical-align:middle;padding:15px 30px}.project-feedback__row:before,.project-feedback__row:after{display:none}.project-feedback__row{padding:0 !important}.project-feedback__title{position:relative;z-index:1;display:block;width:auto;padding:130px 30px 0;background:#e3f0fc}.project-feedback_about .project-feedback__title{padding:81px 30px 89px;background:#fff}.project-feedback .title-h2{font-size:30px;line-height:36px;margin:0 0 51px}.project-feedback__title .title-h2{margin:0}.project-feedback_about .project-feedback__title .title-h2{margin:0 0 64px}.project-feedback__rc{position:relative;display:block;width:auto;padding:17px 30px 142px;background:#e3f0fc}.project-feedback_about .project-feedback__rc{padding:113px 30px 142px}.project-feedback_about .project-feedback__rc{background:#e3f0fc}.project-feedback .form__col{padding-left:15px}.project-feedback .form__col:first-child{padding:0 15px 0 0}.about-more__row{padding:87px 30px 51px}.about-more .title-h2{font-size:30px;line-height:36px;margin:0 0 79px}.about-more__grid{margin-bottom:14px}.item-more{height:332px !important}.project-intro{padding:97px 0 100px}.project-intro__lc{width:342px;padding:50px 30px 68px}.project-intro__lc h4{font-size:27px;line-height:35px;margin:0 0 20px}.project-intro__lc h2{font-size:49px;line-height:59px;margin:0 0 19px -2px}.project-intro__rc{width:calc(100% - 342px)}.project-intro__slider{width:713px}.project-intro__slider .item{height:438px}.project-intro__lc .pages li{margin-right:20px}.project-intro__lc .pages{margin:29px 0 0}.project-about__row{padding:115px 30px 88px}.breadcrumbs{margin:0 0 47px}.project-about__lc{width:69%;padding-right:50px}.project-about h1{font-size:30px;line-height:36px;margin:0 0 46px}.project-about__lc h5{margin:0 0 41px}.project-about__rc{width:31%;padding:6px 0 0}.project-about__rc ul{margin-left:15%}.project-features{padding:141px 30px}.project-features__lc{width:34.45%}.project-features .title-h2{font-size:30px;line-height:36px;margin:0 0 27px}.project-features p{font-size:13px;line-height:21px;margin:21px 0 0}.project-features__rc{width:65.55%;padding:0}.project-compare__row{padding:116px 30px 167px}.project-compare h2{font-size:30px;line-height:36px;margin:0 0 54px}.project-compare__lc .project-compare__col{margin-right:9.4%}.project-compare__rc .project-compare__col{margin-left:9.4%}.project-desc__pic{left:50%}.project-desc__lc{width:50%;padding:139px 30px 123px}.project-desc .title-h2{font-size:30px;line-height:36px;margin:0 0 32px}.project-desc p{font-size:13px;line-height:21px;margin:0 0 21px}.works_similar{margin:-1px auto 29px}.works_similar .title-h2{font-size:30px;line-height:36px;margin:0 0 49px}.works_similar .works__item:nth-child(3){display:none}.tip-popup{padding:35px 42px 16px 62px;margin:67px 0 0 -20px}.tip-popup:before{margin-left:-54px}.tip-popup h3{font-size:20px;line-height:26px;margin:0 0 26px}.tip-popup p{font-size:14px;line-height:24px;margin:0 0 24px}}@media all and (max-width: 767px){.header__row{height:95px}body{padding-top:95px}.welcome{margin-top:-95px}.welcome,.welcome .item{min-height:722px}.header--logo{width:205px;background-position:15px 23px;background-size:41px 49px}.header--logo span{left:67px;top:33px;font-size:15px;line-height:14px}.menu-open{right:15px;top:23px}.welcome__text{left:15px;max-width:calc(100% - 15px);padding-bottom:6px}.welcome--title{font-size:30px;line-height:36px;margin:0 0 46px}.welcome__nav{width:100%;margin:0 0 26px}.welcome__nav li{min-width:0;width:50%;padding-right:15px;margin:0 0 8px}.button{padding:24px 4px 23px}.welcome .button{width:calc(50% - 15px);margin:0 11px 17px 0}.welcome .button span{display:none}.button_red{min-width:0}.works{padding:41px 15px 6px}.services{padding-bottom:0}.tabs-nav{width:100%}.tabs-nav li{margin-right:15px}.title-h2{font-size:30px;line-height:30px;margin:0 0 38px}.works__item{width:100%}.item-works{height:362px !important}.item-works .text{padding:50px 25px 0}.item-works .text h3{font-size:18px;line-height:24px;margin:0 0 29px}.item-works .text p{font-size:13px}.item-works .tags{padding:0 0 27px 25px}.button-more button{width:290px}.solutions{padding:30px 15px 15px}.solutions__grid{margin-bottom:0}.item-solutions{height:auto !important;text-align:center;padding:49px 15px 0}.item-solutions .item-solutions-icon,.item-more .item-more-icon{position:static;margin:0 auto;margin-top:-24px;margin-bottom:14px;-webkit-transform:none;-ms-transform:none;transform:none}.item-more .item-more-icon{margin-top:0;margin-bottom:50px}.item-solutions .text{position:static;text-align:left;padding:0 10px 39px 15px;-webkit-transform:none;-ms-transform:none;transform:none}.item-solutions .text h3{font-size:18px;line-height:24px;margin:0 0 17px}.item-solutions .text p{font-size:13px}.benefits{padding:9px 15px 10px}.benefits .title-h2{margin:0 0 46px}.benefits__slider:before,.benefits__slider:after{display:none}.benefits__item{text-align:center}.benefits__item .icon{margin:0 0 25px}.benefits__item img{display:inline-block}.benefits__item h3{max-width:260px;font-size:21px;line-height:26px;margin:0 auto 23px}.benefits__item p{max-width:260px;margin:0 auto}.benefits__slider{padding-bottom:63px}.benefits__slider .slick-prev{left:50%;margin-left:-49px}.benefits__slider .slick-next{left:auto;right:50%;margin-left:0;margin-right:-49px}.stages{padding:18px 15px 10px}.stages .title-h2{margin:0 0 53px}.stages__item{width:100%;margin:0 0 -38px}.timeline{margin-left:-9px}.stages__item_promotion .timeline:before{height:calc(100% - 19px)}.clients{padding:34px 15px 35px}.clients .title-h2{margin:0 0 33px}.clients__slider{padding-bottom:70px}.clients__slider:before,.clients__slider:after{display:none}.footer__feedback{padding:62px 15px 55px}.footer__feedback h4{line-height:30px;margin:0 0 15px}.form__col{padding-right:0 !important;width:100%}.form__item{margin:0 0 4px;height:auto}.form .agreement{margin-top:11px}.form__item_control{margin-top:15px}.footer__row{padding:51px 0 0}.footer--logo{width:200px;margin:0 0 52px;background-size:41px 49px}.footer--logo span{left:54px;top:11px;font-size:15px;line-height:14px}.footer__about{width:100%}.footer--copy{bottom:auto;left:15px;top:117px;font-size:12px;line-height:16px}.footer--copy br{display:none}.footer__links{width:100%}.menu-drop{right:-260px;width:260px}.menu-drop__row{padding:0 0 20px}.menu-drop--close{right:15px;top:23px}.menu-drop h4{font-size:36px;line-height:42px;padding:26px 37px 21px}.menu-drop ul{margin:0 0 11px;padding-left:10px}.menu-drop ul a{font-size:14px;line-height:18px;letter-spacing:0;padding:11px 0}.menu-drop--phone{padding:11px 37px 10px}.menu-drop--email{padding:11px 37px 10px}.modal{left:15px;width:calc(100% - 30px);padding:25px 15px 45px}.modal_benefits{padding:25px 15px 5px}.modal_benefits h4{text-align:center;margin:0 0 20px}.modal_benefits .icon{position:static;width:auto;margin:0 0 25px}.about__pic{position:static;height:382px !important}.about__lc{display:block;width:auto;padding:36px 15px 18px}.about .breadcrumbs{margin:0 0 18px}.about .title-h2{font-size:24px;line-height:30px;margin:0 0 24px}.about p{font-size:13px}.rewards{padding:38px 0 0}.rewards .title-h2{font-size:24px;line-height:30px;padding:2px 15px;margin:0 0 38px}.contacts__map{position:static;width:100% !important;height:367px}.contacts__map>ymaps{height:367px !important}.contacts__rc{display:block;width:auto;padding:30px 15px 35px;margin-left:0}.contacts .title-h2{font-size:24px;line-height:30px;margin:0 0 20px}.breadcrumbs li{font-size:12px;padding-right:14px}.breadcrumbs li:after{width:14px}.service-intro__col{max-width:290px;padding:95px 0 104px}.service-intro__row{padding:0 15px}.service-intro .breadcrumbs{width:calc(100% + 15px);margin:0 0 27px}.service-intro .title-h2{font-size:24px;line-height:30px;margin:0 0 30px}.service-intro__text{min-height:0;padding:0 0 15px}.service-intro p{font-size:13px}.service-intro p br{display:none}.service-intro .button{width:270px}.service-desc__row{padding:58px 15px 31px}.service-desc__lc{margin:0 0 45px}.service-desc__lc .title-h2{font-size:24px;line-height:30px;margin:0 0 39px}.service-desc p{font-size:13px;line-height:24px;margin:0 0 24px}.service-desc__grid{width:auto;margin:0 0 -24px}.service-desc__item{width:50%}.service-desc__item h3{margin:0 0 23px}.service-price__row{padding:64px 15px 36px}.service-price .title-h2{font-size:24px;line-height:30px;margin:0 0 57px}.table-standart th{font-size:14px;line-height:22px;padding:32px 18px 24px 0;border-left-width:0;border-right-width:0}.table-standart_mini th span{display:none}.table-standart td{font-size:13px;line-height:21px;white-space:normal;padding:12px 15px 10px 15px;border-left-width:0;border-right-width:0}.table-standart_mini td span{display:block}.table-standart th:first-child,.table-standart td:first-child{border-left-width:1px}.table-standart th:last-child,.table-standart td:last-child{border-right-width:1px}.service-price__grid{margin:0}.service-price__lc,.service-price__rc{margin:0 0 40px;padding:0}.project-feedback__title{padding:63px 15px 8px}.project-feedback_about .project-feedback__title{padding:45px 15px 48px}.project-feedback .title-h2{font-size:24px;line-height:30px;margin:0 0 28px}.project-feedback__title .title-h2{margin:0}.project-feedback_about .project-feedback__title .title-h2{margin:0 0 35px}.project-feedback__title p{font-size:13px;line-height:21px;margin:0 0 21px}.project-feedback__rc{padding:0 15px 100px}.project-feedback_about .project-feedback__rc{padding:75px 15px 100px}.project-feedback .form__col{display:block;width:auto}.project-feedback .form__col,.project-feedback .form__col:first-child{float:none;padding:0}.about-more__row{padding:58px 15px 47px}.about-more .title-h2{font-size:24px;line-height:30px;margin:0 0 42px}.about-more__grid{width:auto;margin:0 0 9px}.about-more__item{padding:0;margin:0 0 27px}.item-more{height:auto !important;text-align:center;padding:40px 0 41px}.item-more .icon{position:static;margin:0 0 53px;-webkit-transform:none;-ms-transform:none;transform:none}.item-more .text{position:static;text-align:left;padding:0 29px;-webkit-transform:none;-ms-transform:none;transform:none}.item-more .text h3{font-size:18px;line-height:24px;margin:0 0 24px}.item-more .text p{font-size:13px;line-height:21px}.project-intro{padding:66px 15px 75px}.project-intro__row{display:block}.project-intro__rc{display:block;width:auto;margin:0 0 61px}.project-intro__slider{width:100%}.project-intro__slider .item{height:auto}.project-intro__slider img{position:static}.project-intro__lc{display:block;width:auto;padding:0}.project-intro__lc h4{font-size:24px;line-height:30px;margin:0 0 11px}.project-intro__lc h2{font-size:48px;line-height:58px}.project-intro__lc .pages{margin:35px 0 0}.project-about__row:before,.project-about__row:after{display:none}.project-about__row{padding:0}.project-about__lc{display:block;width:auto;padding:68px 15px 39px}.project-about .breadcrumbs{width:calc(100% + 15px);margin:0 0 26px}.project-about h1{font-size:24px;line-height:30px;margin:0 0 29px}.project-about__lc h5{margin:0 0 24px}.project-about__lc p{font-size:13px;line-height:21px;margin:0 0 21px}.project-about__rc{display:block;width:auto;padding:59px 15px 40px;background:#e3f0fc}.project-about__rc ul{margin-left:0}.project-about__rc h6{font-size:21px;line-height:26px;margin:0 0 20px}.project-about__rc ul li{margin:0 0 37px;list-style-type:none}.project-features{padding:0}.project-features__row{display:block}.project-features__lc{display:block;width:auto;padding:53px 15px 14px}.project-features .title-h2{font-size:24px;line-height:30px;margin:0 0 24px}.project-features__rc{display:block;width:auto;padding:30px 15px 74px}.project-compare:before,.project-compare:after{display:none}.project-compare__row{padding:0}.project-compare__lc{display:block;width:auto;padding:74px 15px 66px;background:#f9f9f9}.project-compare__rc{display:block;width:auto;padding:55px 15px 75px;background:#e3f0fc}.project-compare__col{padding:0 !important;margin:0 !important}.project-compare h2{font-size:24px;line-height:30px;margin:0 0 40px}.project-desc__pic{position:static;width:100% !important;height:338px}.project-desc__lc{display:block;width:auto;padding:46px 15px 45px}.project-desc .title-h2{font-size:24px;line-height:30px;margin:0 0 32px}.works_similar{margin:16px auto 24px}.works_similar .title-h2{font-size:24px;line-height:30px;margin:0 0 31px}.works_similar .works__grid{margin-bottom:0}.main-user-consent-request-popup-cont{min-width:320px !important}.main-user-consent-request-popup-text{height:130px !important}.more_services .title-h2{font-size:24px}.form__item_captcha{-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}.footer__social{width:100%;float:right;text-align:center;margin-top:80px}.footer__social h4{display:none}}@media screen and (max-height: 768px){.welcome.slick-slider .slick-list{height:768px !important}}@media screen and (max-width: 480px){.p404__container{width:186px;text-align:center}.service-desc__item{display:block;width:200px;padding:0;margin:0 auto 54px}}.error--box{color:#bf342a;background:#ffd9d7;border:2px solid #ffc6c3;padding:10px 10px}.error--box p{margin:0}.hide{display:none !important}.waiting_state{position:relative}.preloader{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.5) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNzguNzUgMTYuMThWMS41NmE2NC4xIDY0LjEgMCAwIDEgNDcuNyA0Ny43SDExMS44YTQ5Ljk4IDQ5Ljk4IDAgMCAwLTMzLjA3LTMzLjA4ek0xNi40MyA0OS4yNUgxLjhhNjQuMSA2NC4xIDAgMCAxIDQ3LjctNDcuN1YxNi4yYTQ5Ljk4IDQ5Ljk4IDAgMCAwLTMzLjA3IDMzLjA3em0zMy4wNyA2Mi4zMnYxNC42MkE2NC4xIDY0LjEgMCAwIDEgMS44IDc4LjVoMTQuNjNhNDkuOTggNDkuOTggMCAwIDAgMzMuMDcgMzMuMDd6bTYyLjMyLTMzLjA3aDE0LjYyYTY0LjEgNjQuMSAwIDAgMS00Ny43IDQ3Ljd2LTE0LjYzYTQ5Ljk4IDQ5Ljk4IDAgMCAwIDMzLjA4LTMzLjA3eiIgZmlsbD0iI2RjNDE0MSIgZmlsbC1vcGFjaXR5PSIxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209Ii05MCA2NCA2NCIgdG89IjAgNjQgNjQiIGR1cj0iMTAwMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=") center center no-repeat;z-index:100}.item-works-full{width:100%}table.bt tfoot th::before,table.bt tfoot td::before,table.bt tbody td::before{white-space:nowrap;width:auto;padding-right:.5em;min-width:25%}@media screen and (max-width: 540px){table.bt tfoot th,table.bt tfoot td,table.bt tbody td{display:block}table.bt tfoot th::before,table.bt tfoot td::before,table.bt tbody td::before{display:block;padding:0}table.bt tfoot th .bt-content,table.bt tfoot td .bt-content,table.bt tbody td .bt-content{display:block}table.bt tfoot tr,table.bt tfoot tr,table.bt tbody tr{display:block;margin-bottom:10px}.table-standart td{padding:8px 15px 8px 15px}}.container{padding:0 15px;margin:0 auto;max-width:1800px}.item-solutions-icon__img{width:150px;height:150px}.pic__img{position:absolute;width:80%;height:80%;margin:auto;left:0;top:0;bottom:0;right:0;-o-object-fit:contain;object-fit:contain}.course table>tbody>tr:nth-child(odd){background-color:rgba(0,0,0,0);background:none}.course table>tbody>tr{border-top:none}.course a{color:#dc4141}.course div.learn-course-tree div.item-text{top:-16px}.course .learn-course-tree ul li{padding-bottom:10px}.course div.learn-course-back,.course div.learn-course-next{height:13px;background-position:0 3px}.course .learn-right-data img{max-width:100%}.container-1720{max-width:1720px;width:100%;margin:0 auto}.product-c{width:100%;margin-bottom:109px;background-size:cover}.product-c__item{height:780px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-c__item .title-h2{color:#fff;max-width:350px;line-height:71px;margin-bottom:46px}.product-c__item p{font-size:16px;color:#fff;display:block;max-width:320px;margin-bottom:85px}.product-c__left{width:580px;padding-top:86px}.product-c__left .red-btn{width:260px}.product-c__right{width:calc(100% - 580px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:14px;padding-bottom:17px}.product-c__right img{width:100%;max-width:76%;margin-left:35px}.b-product-breadcrumb .breadcrumbs{padding-left:0;margin-bottom:25px}.b-product-breadcrumb .breadcrumbs li a{color:#fff;border-color:#fff}.b-product-breadcrumb .breadcrumbs li a:hover{border-color:rgba(0,0,0,0)}.b-product-breadcrumb .breadcrumbs li{color:#fff}.red-btn{background-color:#dc4141;-webkit-transition:all .15s;transition:all .15s;font-size:14px;text-transform:uppercase;font-weight:700;color:#fff;padding:10px 20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;height:69px}.red-btn:hover{background-color:#bb3939}.text-bt{font-size:18px;font-weight:600;color:#0f0f0f;position:relative;line-height:30px;padding-top:38px;margin-bottom:70px}.text-bt:before{width:50px;height:2px;background:#dc4141;position:absolute;left:0;top:0;z-index:1;content:""}.step-c{width:100%}.step-c .title-h2{margin-bottom:80px}.step-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%;margin-bottom:72px}.play{display:-webkit-box;display:-ms-flexbox;display:flex;width:70px;height:70px;overflow:hidden;border-radius:50%;background:#fff;position:absolute;z-index:10;left:50%;top:50%;margin-top:-35px;margin-left:-35px;-webkit-transition:all .15s;transition:all .15s}.play svg{width:100%;height:100%;stroke:#fff;-webkit-transition:all .15s;transition:all .15s}.play svg path{fill:#3a9444}.play:hover{background:#000}.play:hover svg{stroke:#000}.play:hover svg path{fill:#fff}.step-list__item{background:#f1f1f1;width:408px;-webkit-transition:all .15s;transition:all .15s;display:block;padding:74px 44px 32px;margin-right:29px;position:relative;overflow:hidden}.step-list__item.width-33{width:31%}.step-list__item:nth-child(4){margin-right:0}.step-list__item .step-list__picture{width:100%;margin:0 auto 61px;position:relative;z-index:2}.step-list__item .step-list__picture img{max-width:100%}.step-list__item .step-list__picture a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative}.step-list__item .step-list__picture a:before{position:absolute;z-index:4;background:rgba(0,0,0,.6);width:100%;height:100%;left:0;top:0;content:""}.step-list__item .step-list__title{font-size:24px;font-weight:700;color:#282828;-webkit-transition:all .5s;transition:all .5s;margin-bottom:22px;line-height:28px;position:relative;z-index:2}.step-list__item p{font-size:14px;color:#0f0f0f;-webkit-transition:all .5s;transition:all .5s;position:relative;z-index:2}.step-list__item:after{position:absolute;z-index:1;left:0;top:100%;width:100%;height:100%;background:#3a9444;content:"";-webkit-transition:all .5s;transition:all .5s}.step-list__item:hover:after{top:0}.step-list__item:hover .step-list__title{color:#fff}.step-list__item:hover p{color:#fff}.product-inf{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:73px}.product-inf .product-inf__ico{font-size:30px;color:#fff;display:block;padding:17px 0;text-align:center;border-radius:50%;overflow:hidden;height:47px;width:47px;min-width:47px;background:#dc4141}.product-inf .product-inf__1{border:3px solid #f1f1f1;margin-right:29px;padding:36px 34px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.product-inf .product-inf__1 .product-inf__ico{margin-top:4px;margin-right:19px}.product-inf .product-inf__1 p{font-size:14px;color:#282828;margin-bottom:0}.product-inf .product-inf__2{border:3px solid #f1f1f1;min-width:408px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-left:38px;padding-right:38px}.product-inf .product-inf__2 p{font-weight:600;color:#282828;margin-bottom:0;font-size:16px}.product-inf .product-inf__2 a{color:#dc4141}.product-inf .product-inf__2 a:hover{color:#bb3939}.product-inf .product-inf__1--w50{width:50%;margin-right:0}.characteristics{width:100%;margin-bottom:78px}.characteristics .title-h2{line-height:72px;margin-bottom:63px}.module-c{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.module-price{background:#3a9444;width:100%;max-width:410px;margin-right:29px;padding:57px 50px}.module-price *{line-height:initial}.module-price .module-price__title{font-size:14px;color:#fff;text-transform:uppercase;margin-bottom:19px}.module-price .module-price__old-price{font-size:18px;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;margin-bottom:15px;line-height:inherit}.module-price .module-price__old-price:after{content:"";width:100%;background:#fff;height:1px;left:0;bottom:8px;position:absolute}.module-price .module-price__price{font-size:36px;font-weight:700;color:#fff;margin-bottom:24px;line-height:inherit}.module-price p{font-size:14px;color:#fff;margin-bottom:22px;line-height:26px}.module-price .red-btn{margin-top:13px;text-decoration:none}.module-price a{color:#fff;text-decoration:underline;line-height:inherit}.module-price a:hover{text-decoration:none}.module-price b{line-height:inherit}.module-descript{background:#f1f1f1;width:100%;max-width:845px;padding:69px 50px 55px}.module-descript *{line-height:initial}.list-gal{list-style:none;padding-left:0;margin:0}.list-gal li{position:relative;padding-left:60px;list-style:none;min-height:36px;margin-bottom:15px;padding-top:8px;line-height:23px}.list-gal li:before{content:"";position:absolute;left:0;top:0;background:#3a9444 url(/local/templates/pwd/css/../images/product/checker-icon.svg) calc(100% - 2px) 4px no-repeat;background-size:67%;width:36px;height:36px;overflow:hidden;border-radius:50%}.compatibility{width:100%;margin-bottom:104px}.compatibility .title-h2{line-height:71px;margin-bottom:64px}.compatibility-list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:46px}.compatibility-list .compatibility-list__item{position:relative;width:326px;margin-bottom:20px}.compatibility-list .compatibility-list__item:before{width:100%;height:100%;z-index:2;position:absolute;left:0;top:0;background:rgba(0,0,0,.2);content:""}.compatibility-list .compatibility-list__item:hover .compatibility-list__item__text{opacity:0}.compatibility-list .compatibility-list__item__text{position:absolute;left:0;top:0;z-index:10;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;color:#fff;text-align:center;line-height:25px;font-weight:700;opacity:1;-webkit-transition:all .15s;transition:all .15s;background:rgba(0,0,0,.6)}.compatibility-list img{width:100%}.b-question{margin-bottom:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:828px}.b-question .b-question__text{max-width:460px;width:100%;padding-right:0;padding-top:135px}.b-question .b-question__text .title-h2{line-height:72px;margin-bottom:57px}.b-question .b-question__text p{font-size:18px;color:#0f0f0f;line-height:30px}.b-question .b-question__form{background:#f1f1f1;right:0;top:0;position:absolute;width:calc(100% - 676px);padding:142px 97px 200px}.b-question__form h4{color:#0f0f0f;font-size:53px;line-height:52px;font-weight:900;text-transform:uppercase;padding:0;margin:0 0 79px}.b-question__form .form__col{display:inline-block;width:39%}.b-question__form .form__item{margin:0 0 43px}.b-question__form .form__item.form__item_agreement{margin-bottom:28px}.b-question__form .form__item input{color:#0f0f0f;border-color:#0f0f0f}.b-question__form .form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b-instruction{margin-bottom:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b-instruction .title-h2{line-height:72px;margin-bottom:42px}.b-instruction__text{width:460px;padding-top:26px}.b-instruction__text .red-border-btn{margin-top:28px}.b-instruction__tab{width:1153px}.red{color:#dc4141}.red-border-btn{width:360px;height:70px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #dc4141;-webkit-transition:all .15s;transition:all .15s;text-transform:uppercase;color:#282828;font-size:14px;font-weight:700}.red-border-btn:hover{color:#fff;background:#dc4141}.tabs{width:100%;margin:0 0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin:86px 56px 86px 0;padding:0;position:relative;-ms-flex-item-align:start;align-self:flex-start}.tabs__caption:before{content:"";border:1px dashed #f0f0f0;width:1px;height:100%;position:absolute;left:22px;top:0}.tabs__caption li{list-style:none;width:46px;height:46px;border-radius:50%;border:1px dashed #f0f0f0;padding:14px 0;text-align:center;font-size:16px;color:#0f0f0f;margin-bottom:95px;-webkit-transition:all .15s;transition:all .15s;background:#fff}.tabs__caption li:last-child{margin-bottom:0}.tabs__caption li:hover{background:#dc4141;color:#fff;border:1px solid #dc4141}.tabs__caption li:not(.active){cursor:pointer}.tabs__caption .active{background:#dc4141;color:#fff;border:1px solid #dc4141}.tabs__content{display:none;border-radius:20px;border:1px dashed #ddd;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.tabs__content.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__content__image{width:100%;border-radius:20px;border:1px dashed #ddd;overflow:hidden}.tabs__content__image img{max-width:100%;max-height:100%}.project-feedback_about .b-product-form__row{padding:0 0 100px}.project-feedback_about .b-product-form__row:before,.project-feedback_about .b-product-form__row:after{display:none}.project-feedback_about .b-product-form__title{width:100%}.project-feedback_about .b-product-form__title .title-h2{margin:0 0 30px;text-align:center}.project-feedback_about .b-product-form__title p{margin:0 0 24px;text-align:center}@media screen and (max-width: 1800px){.container-1720{width:100%;padding:0 20px}.product-c{margin-bottom:50px}.text-bt{font-size:14px;font-weight:500;line-height:24px;padding-top:20px;margin-bottom:30px}.step-c .title-h2{margin-bottom:50px}.step-list__item{width:24%;margin-right:0;padding:20px}.step-list__item.width-33{width:33%}.step-list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px}.step-list__item .step-list__picture{margin:0 auto 20px}.step-list__item .step-list__title{font-size:18px;font-weight:600;margin-bottom:15px}.product-inf .product-inf__1{padding:20px}.product-inf .product-inf__2{padding:20px}.product-inf .product-inf__2 p{font-size:14px}.product-inf .product-inf__1{margin-right:16px}.product-inf{margin-bottom:50px}.characteristics .title-h2{margin-bottom:50px}.characteristics{margin-bottom:50px}.compatibility-list{margin-bottom:30px}.compatibility{margin-bottom:50px}.compatibility-list .compatibility-list__item{width:19.6078431373%}.b-instruction__tab{width:60%}.tabs__content{background-position:center}.b-question{margin-bottom:0;height:587px}.b-question .b-question__form{width:calc(100% - 660px);padding:50px}.b-question .b-question__form .form__col{display:inline-block;width:50%}.b-instruction{margin-bottom:50px}}@media screen and (max-width: 1550px){.product-c__left{width:40%;padding-top:0}.product-c__right{width:60%}.product-c__right img{width:90%}.product-c__item{height:auto;padding:50px 0}}@media screen and (max-width: 1400px){.b-instruction{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%}.b-instruction__text{width:100%;padding-top:0}.tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.tabs__caption{margin-right:0;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;margin-bottom:0}.tabs__caption li{margin-bottom:20px;margin-right:20px}.tabs__caption:before{content:"";border:1px dashed #f0f0f0;width:100%;height:1px;position:absolute;left:0;top:24px}.b-instruction__tab{width:100%}.tabs__content{width:900px}.b-question .b-question__form{width:calc(100% - 530px)}}@media screen and (max-width: 1200px){.b-question .b-question__text{max-width:370px;padding-top:0}.b-question .b-question__form{width:calc(100% - 400px)}}@media screen and (max-width: 1199px){.project-feedback_about .b-product-form__title{width:100%;padding:0 20px 80px}.project-feedback_about .b-product-form__title .title-h2{margin:0 20px 20px}}@media screen and (max-width: 1100px){.step-list__item{width:calc(50% - 10px);margin-bottom:20px}.step-c .title-h2{margin-bottom:30px}.step-list{margin-bottom:30px}.compatibility-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.compatibility-list .compatibility-list__item{width:calc(50% - 10px)}.module-price{padding:20px;margin-right:20px}.module-descript{padding:20px}.b-question{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.b-question .b-question__form{width:100%;position:relative}.b-question .b-question__text{margin-bottom:70px;max-width:100%}.b-question .b-question__text .title-h2{line-height:72px;margin-bottom:10px}.b-question .b-question__form{padding:20px}.b-question .b-question__form h4{margin:0 0 40px}}@media screen and (max-width: 993px){.product-c__item .title-h2{font-size:30px;line-height:30px;margin:0 0 38px}.product-c__item p{font-size:14px;max-width:100%;margin-bottom:50px}.red-btn{width:auto !important;height:45px;font-size:12px}.product-inf{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.product-inf .product-inf__1{margin-bottom:20px}.product-inf .product-inf__ico{font-size:20px;height:30px;width:30px;min-width:30px;padding:7px 0}.product-inf .product-inf__2{width:100%;min-width:inherit}.product-inf .product-inf__1--w50{width:100%}.tabs__content{width:100%;background:none}.tabs__content.active{height:auto}.tabs__content__image{width:100%;height:auto}.tabs__content__image img{width:100%}.b-instruction{margin-bottom:50px}.red-border-btn{width:auto;height:45px;font-size:12px;padding:20px}.tabs__caption{margin-top:50px}}@media screen and (max-width: 768px){.product-c__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.product-c__left{width:50%;margin-bottom:40px;text-align:left}.product-c__item .title-h2{text-align:left;width:100%;max-width:100%}.product-c{background-position:0 center}.product-c__right{width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.step-list__item{width:100%;padding:10px}.step-list__item.width-33{width:100%}.step-list__item .step-list__title{line-height:22px}.characteristics .title-h2,.compatibility .title-h2{line-height:40px;margin-bottom:50px}.module-c{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.module-price{margin-right:0;width:100%;max-width:inherit;margin-bottom:20px}.module-price .module-price__price{font-size:24px}.module-price .module-price__old-price{font-size:14px}.module-price p{font-size:14px;color:#fff;margin-bottom:22px;line-height:22px}.b-question .b-question__form h4{font-size:30px;line-height:inherit;margin:40px 0 40px}.b-question__form .form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.b-question .b-question__form .form__col{display:inline-block;width:100%;padding:0}.b-question__form .form__item{margin:0 0 4px}.b-question .b-question__form{padding-bottom:100px}.b-question .b-question__text p{font-size:14px;color:#0f0f0f;line-height:24px;margin-bottom:0}.b-question .b-question__text{margin-bottom:50px;max-width:100%}}@media screen and (max-width: 550px){.step-c .title-h2,.characteristics .title-h2,.compatibility .title-h2,.b-instruction .title-h2,.b-question .b-question__text .title-h2{font-size:24px;line-height:35px}.red-border-btn{padding:5px}.list-gal li{padding-left:50px}.product-c__left{width:100%}}.clients_main.pdg-b-0 .clients__slider{margin-bottom:0}.pdg-b-0{padding-bottom:0 !important}.pdg-b-0 p:last-child{margin-bottom:0}.mrg-b-0{margin-bottom:0 !important}.mrg-t-0{margin-top:0 !important}.mrg-t-50{margin-top:50px !important}.mrg-t-80{margin-top:80px !important}.wrapperV2{margin:0 auto;padding:0 1.6rem;max-width:132.8rem;width:100%}@media(max-width: 1319px){.wrapperV2{max-width:99rem}}@media(max-width: 992px){.wrapperV2{max-width:74rem}}@media(max-width: 767px){.wrapperV2{max-width:100%}}.partner-banner{width:100%;position:relative;overflow:hidden;padding:40px 0 100px}.partner-banner__row{max-width:1800px;padding:0 40px;margin:0 auto;min-height:405px}.partner-banner__pic{position:absolute;left:0;top:0;z-index:1;height:100%;width:100%}.partner-banner__pic img{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%;height:100%;max-width:100%}.partner-banner__content{position:relative;z-index:2}.partner-banner__content h1{font-style:normal;font-weight:900;font-size:54px;line-height:65px;text-transform:uppercase;color:#fff;max-width:800px;margin-bottom:30px;margin-top:51px}.partner-banner__subtitle{color:#fff;font-weight:400;font-size:24px;line-height:34px;margin-bottom:69px;max-width:800px}.partner-banner .breadcrumbs{color:#fff}.partner-banner .breadcrumbs li a{border-color:#dc4141}.partner-banner .breadcrumbs li a:hover{border-bottom:0}.btn-brown{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:300px;height:70px;background:#dc4141;padding:0 30px;-webkit-transition:all .15s;transition:all .15s;font-weight:900;font-size:14px;line-height:20px;text-transform:uppercase;color:#fff}.btn-brown:hover{background:#c13d3d}@media screen and (max-width: 767px){.partner-banner__row{padding:0 20px}.partner-banner__content h1{font-size:30px;line-height:36px;margin:0 0 46px}.partner-banner__subtitle{font-size:18px;line-height:26px;margin-bottom:60px}}.clients-partner{max-width:1800px;width:100%;padding:0 40px;margin:100px auto}.clients-partner h2{font-style:normal;font-weight:900;font-size:40px;line-height:48px;text-transform:uppercase;color:#0f0f0f;margin-top:0;margin-bottom:40px}.clients-partner__container{width:100%;margin-bottom:50px}.clients-partner__title{font-style:normal;font-weight:400;font-size:32px;line-height:38px;text-transform:uppercase;color:#0f0f0f;margin-bottom:30px}.clients-partner__slider{width:100%}.clients-partner__slider .slick-slide{margin:0 16px}.clients-partner__slider .slick-list{margin:0 -16px}.clients-partner__slider .slick-list,.clients-partner__slider .slick-slider,.clients-partner__slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.clients-partner .standart-controls .slick-prev{z-index:10;top:-66px;right:44px;left:inherit}.clients-partner .standart-controls .slick-next{z-index:10;top:-66px;right:0;left:inherit}.clients-partner__item{width:100%;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.item-clients-partner{width:100%;padding:50px;background:#f5f5f5;position:relative;padding-bottom:265px;overflow:hidden}.item-clients-partner__title{font-style:normal;font-weight:900;font-size:24px;line-height:34px;text-transform:uppercase;color:#0f0f0f;margin-bottom:30px;position:relative;z-index:2}.item-clients-partner p{position:relative;z-index:2}.item-clients-partner__pic{width:100%;position:absolute;left:0;bottom:0;z-index:1}@media screen and (max-width: 1350px){.item-clients-partner{padding:30px 20px 47%}}@media screen and (max-width: 767px){.clients-partner{padding:0 20px}.clients-partner h2{font-size:30px;line-height:30px;margin:0 0 38px}.clients-partner__title{font-size:24px;line-height:30px}}.about-partners{max-width:1800px;width:100%;padding:0 40px;margin:140px auto}.about-partners h2{font-style:normal;font-weight:900;font-size:40px;line-height:48px;text-transform:uppercase;color:#0f0f0f;margin-top:0;margin-bottom:100px}.about-partners-list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.about-partners-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;text-align:center;max-width:350px;margin:0 5%}.about-partners-item__pic{height:130px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:25px}.about-partners-item__pic img{max-width:100%}.about-partners-item__title{font-style:normal;font-weight:700;font-size:24px;line-height:34px;text-transform:uppercase;color:#e31e24;margin-bottom:5px}.about-partners-item__desc{font-style:normal;font-weight:400;font-size:24px;line-height:34px;text-align:center;color:#0f0f0f}@media screen and (max-width: 1400px){.about-partners-item{max-width:290px;margin:0 3%}}@media screen and (max-width: 1100px){.about-partners{margin:110px 0}.about-partners h2{text-align:center}.about-partners-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.about-partners-item{margin:0 auto 40px;max-width:350px}.about-partners-item:last-child{margin-bottom:0}.about-partners-item__pic img{-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}}@media screen and (max-width: 993px){.about-partners h2{font-size:30px;line-height:30px;margin:0 0 38px}}@media screen and (max-width: 767px){.about-partners{padding:0 20px}.about-partners-item__desc{font-size:18px;line-height:26px}}.projects-partner{max-width:1800px;width:100%;padding:0 40px;margin:140px auto}.projects-partner h2{font-style:normal;font-weight:900;font-size:40px;line-height:48px;text-transform:uppercase;color:#0f0f0f;margin-top:0;margin-bottom:100px}.projects-partner__list{width:100%;display:grid;grid-gap:35px;grid-template-columns:repeat(3, 1fr)}.projects-partner-item{width:100%;height:550px;position:relative}.projects-partner-item__content{position:absolute;left:0;top:0;z-index:2;background:linear-gradient(359.64deg, rgba(15, 15, 15, 0.6) 0.17%, rgba(15, 15, 15, 0) 99.54%);width:100%;height:100%;padding:30px 50px 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.projects-partner-item__pic{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;left:0;top:0}.projects-partner-item__title{color:#fff;font-style:normal;font-weight:900;font-size:24px;line-height:34px;text-transform:uppercase;margin-bottom:20px}.projects-partner-item p{color:#fff}@media screen and (max-width: 1400px){.projects-partner__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.projects-partner{padding:0 20px}.projects-partner h2{font-size:30px;line-height:30px;margin:0 0 38px}.projects-partner__list{grid-template-columns:repeat(1, 1fr);grid-gap:20px}.projects-partner-item__content{padding:24px 24px 0}}.partner-form-container{max-width:1800px;width:100%;padding:0 40px;margin:100px auto}.partner-form{padding:100px;margin:100px auto;width:100%;max-width:1200px;background:#f5f5f5}.partner-form h2{text-align:center;font-style:normal;font-weight:900;font-size:40px;line-height:48px;text-transform:uppercase;color:#0f0f0f;margin-bottom:60px;margin-top:0}.partner-form__fields{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:45px 100px;margin-bottom:25px}.partner-form__item{margin-bottom:0;height:70px}.partner-form__info{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:20px 100px}.partner-form__info div{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#999}.partner-form__info div a{color:#dc4141}.partner-form__info div a:hover{color:#c13d3d}.partner-form .submit-button{width:100%;color:#fff;font-size:14px;line-height:17px;font-weight:bold;text-transform:uppercase;cursor:pointer;background:#dc4141;-webkit-transition:background-color .1s ease;transition:background-color .1s ease;padding:26px 39px 26px;max-width:300px}.partner-form .submit-button:hover{background:#c13d3d}@media screen and (max-width: 993px){.partner-form{padding:50px}.partner-form__fields{grid-gap:45px 50px}.partner-form__info{grid-gap:45px 50px}}@media screen and (max-width: 767px){.partner-form-container{padding:0 20px}.partner-form{padding:50px 20px}.partner-form h2{font-size:28px;line-height:32px;margin:0 0 38px}.partner-form__fields{grid-template-columns:1fr;grid-gap:20px}.partner-form__info{grid-template-columns:1fr;grid-gap:10px}.partner-form .submit-button{max-width:100%}}.formWrapper{width:100%}.formWrapper__title{font-style:normal;font-weight:700;font-size:3.2rem;line-height:4.6rem;font-weight:900;margin-bottom:50px}.formWrapper__content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2.4rem}@media(max-width: 767px){.formWrapper__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.formContent__text{width:32.1%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:2rem;font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}@media(max-width: 767px){.formContent__text{width:100%}}.formContent__text p{margin:0}.formContent__textTitle{font-style:normal;font-weight:400;font-size:1.8rem;line-height:2.6rem;font-weight:700}.formContent__form{width:66.1%}@media(max-width: 767px){.formContent__form{width:100%}}.formCallback{max-width:85.6rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2.4rem}.formCallback__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:.8rem;width:100%}.formCallback__row_description{font-style:normal;font-weight:400;font-size:1.8rem;line-height:2.6rem;margin-bottom:3.6rem}@media(max-width: 767px){.formCallback__row_description{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem;margin-bottom:.6rem}}.formCallback__colTwoRow{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2.4rem;width:100%}@media(max-width: 767px){.formCallback__colTwoRow{grid-template-columns:repeat(1, 1fr)}}.formCallback .button{margin-top:1.6rem;padding:0 5rem}@media(max-width: 767px){.formCallback .button{padding:0 2rem;width:100%}}.content-section{margin:8rem 0}@media(max-width: 767px){.content-section{margin:6rem 0}}.content-section__title{font-style:normal;font-weight:700;font-size:3.2rem;line-height:4.6rem;line-height:3.5rem;text-transform:uppercase;margin-top:0;margin-bottom:6rem}@media(max-width: 767px){.content-section__title{margin-bottom:2rem;font-style:normal;font-weight:700;font-size:2rem;line-height:2.6rem;font-weight:700}}.block_title_width_pic{width:100%;color:var(--dark_2)}.block_title_width_pic__title{font-style:normal;font-weight:700;font-size:3.2rem;line-height:4.6rem;margin-bottom:6rem;margin-top:0;text-transform:uppercase}@media(max-width: 767px){.block_title_width_pic__title{font-style:normal;font-weight:700;font-size:2rem;line-height:2.6rem;margin-bottom:2rem}}.block_title_width_pic img,.block_title_width_pic__pic{display:block;width:100%}@media(max-width: 767px){.block_title_width_pic img,.block_title_width_pic__pic{aspect-ratio:1;-o-object-fit:cover;object-fit:cover}}.block_width_two_col{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2.4rem;color:var(--dark_2)}@media(max-width: 767px){.block_width_two_col{grid-template-columns:repeat(1, 1fr);gap:3.6rem}}.block_width_two_col__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3rem}@media(max-width: 767px){.block_width_two_col__item{gap:2rem}}.block_width_two_col__itemText{width:100%;font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}@media(max-width: 767px){.block_width_two_col__itemText{font-style:normal;font-weight:400;font-size:1.5rem;line-height:2.2rem}}.block_width_two_col__itemText p{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}@media(max-width: 767px){.block_width_two_col__itemText p{font-style:normal;font-weight:400;font-size:1.5rem;line-height:2.2rem}}.block_width_two_col__itemText p:last-child{margin-bottom:0}.block_width_two_col__title{font-style:normal;font-weight:700;font-size:3.2rem;line-height:4.6rem;margin-bottom:1.5rem;margin-top:0;text-transform:uppercase}@media(max-width: 767px){.block_width_two_col__title{font-style:normal;font-weight:700;font-size:2rem;line-height:2.6rem;margin-bottom:1rem}}.block_width_two_col img,.block_width_two_col__pic{display:block;width:100%;aspect-ratio:636/577;-o-object-fit:cover;object-fit:cover}@media(max-width: 767px){.block_width_two_col img,.block_width_two_col__pic{aspect-ratio:1;-o-object-fit:cover;object-fit:cover}}.block_width_pic_header_text{color:var(--dark_2)}.block_width_pic_header_text__header{font-style:normal;font-weight:700;font-size:2rem;line-height:2.6rem;font-weight:400;color:var(--dark_2);margin-bottom:6rem}@media(max-width: 767px){.block_width_pic_header_text__header{margin-bottom:3.5rem;font-style:normal;font-weight:400;font-size:1.5rem;line-height:2.2rem}}.block_width_pic_header_text__header p{font-style:normal;font-weight:700;font-size:2rem;line-height:2.6rem;font-weight:400;color:var(--dark_2)}@media(max-width: 767px){.block_width_pic_header_text__header p{margin-bottom:2rem;font-style:normal;font-weight:400;font-size:1.5rem;line-height:2.2rem}}.block_width_pic_header_text__header p:last-of-type{margin-bottom:0}.block_width_pic_header_text__title{font-style:normal;font-weight:700;font-size:4.2rem;line-height:4.6rem;text-transform:uppercase;margin-bottom:2.4rem}@media(max-width: 767px){.block_width_pic_header_text__title{font-style:normal;font-weight:700;font-size:2.5rem;line-height:3.8rem;margin-bottom:1rem}}.block_width_pic_header_text__date{color:var(--greyDark_2);margin-top:3rem;display:block;font-weight:400}.block_width_pic_header_text__date a{color:var(--greyDark_2);-webkit-transition:all .15s;transition:all .15s}.block_width_pic_header_text__date a:hover{color:#dc4141}@media(max-width: 767px){.block_width_pic_header_text__date{margin-top:2rem}}.block_width_pic_header_text img,.block_width_pic_header_text__pic{display:block;width:100%}@media(max-width: 767px){.block_width_pic_header_text img,.block_width_pic_header_text__pic{aspect-ratio:1;-o-object-fit:cover;object-fit:cover}}.block_width_two_colPic{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.block_width_two_colPic-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse}@media(max-width: 767px){.block_width_two_colPic{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:3.5rem}}.block_width_two_colPic__picContainer{width:66%;min-height:40rem;position:relative}@media(max-width: 767px){.block_width_two_colPic__picContainer{width:100%;min-height:inherit}}.block_width_two_colPic__picContainer img{width:100%;height:auto;display:block}.block_width_two_colPic__pic{width:100%;height:auto;display:block}.block_width_two_colPic__textCol{width:32.1%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:5rem}@media(max-width: 767px){.block_width_two_colPic__textCol{width:100%;gap:3rem}}.infoCard{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem;color:var(--dark_2)}@media(max-width: 767px){.infoCard{font-style:normal;font-weight:400;font-size:1.5rem;line-height:2.2rem}}.infoCard p{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}.infoCard p:last-of-type{margin-bottom:0}@media(max-width: 767px){.infoCard p{font-style:normal;font-weight:400;font-size:1.5rem;line-height:2.2rem}}.infoCard__title{font-style:normal;font-weight:700;font-size:2rem;line-height:2.6rem;line-height:3rem;text-transform:uppercase;margin-bottom:1.6rem;padding-bottom:.4rem;border-bottom:.2rem solid var(--red)}@media(max-width: 767px){.infoCard__title{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem;line-height:2.2rem;font-weight:700}}.infoCard__title span{color:var(--red)}.infoCard img,.infoCard__pic{display:block;width:100%;margin-top:5rem}@media(max-width: 767px){.infoCard img,.infoCard__pic{margin-top:3rem}}.block_three_row{width:100%}.block_three_row__picWidth{display:block;width:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:7.5rem}@media(max-width: 767px){.block_three_row__picWidth{aspect-ratio:1;margin-bottom:3rem}}.block_three_row__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:6rem}@media(max-width: 767px){.block_three_row__content{gap:3rem}}.numbersInfoTale{display:grid;grid-gap:5rem;grid-template-columns:repeat(4, 1fr)}@media(max-width: 1319px){.numbersInfoTale{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.numbersInfoTale{gap:1rem}}.numbersInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.8rem}@media(max-width: 767px){.numbersInfo{gap:.6rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.numbersInfo__numb{font-style:normal;font-weight:400;font-size:6.6rem;line-height:6.6rem;color:var(--red)}@media(max-width: 767px){.numbersInfo__numb{font-style:normal;font-weight:700;font-size:2.5rem;line-height:3.8rem}}.numbersInfo__text{font-style:normal;font-weight:700;font-size:2rem;line-height:2.6rem;color:var(--dark_2);text-transform:uppercase}@media(max-width: 767px){.numbersInfo__text{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}}.infoAboutProject{width:100%;background:#f5f5f5;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.6rem;padding:5rem 2rem;color:var(--dark_2)}@media(max-width: 767px){.infoAboutProject{grid-template-columns:repeat(1, 1fr);grid-gap:3rem;padding:0;background:rgba(0,0,0,0)}}.infoAboutProject__col{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}@media(max-width: 767px){.infoAboutProject__col{font-style:normal;font-weight:400;font-size:1.5rem;line-height:2.2rem}}.infoAboutProject__col p{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem;margin-bottom:2rem}@media(max-width: 767px){.infoAboutProject__col p{font-style:normal;font-weight:400;font-size:1.5rem;line-height:2.2rem}}.infoAboutProject__title{font-style:normal;font-weight:400;font-size:1.8rem;line-height:2.6rem;font-weight:700;margin-bottom:1.2rem;text-transform:uppercase}.infoAboutProject__tag{margin:2rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:1rem}.infoAboutProject__tagItem{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:rgba(220,65,65,.67);border-radius:.5rem;padding:.5rem 1rem;color:var(--neutral0);font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}@media(max-width: 767px){.infoAboutProject__tagItem{font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem}}.infoAboutProject__link{font-style:normal;font-weight:700;font-size:2rem;line-height:2.6rem;color:#a8a8a8}@media(max-width: 767px){.infoAboutProject__link{font-style:normal;font-weight:400;font-size:1.5rem;line-height:2.2rem}}.infoAboutProject__link:hover{color:var(--red)}.infoAboutProjectWithList{background:#f5f5f5;padding:5rem 3.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2.4rem}@media(max-width: 767px){.infoAboutProjectWithList{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:2.5rem;padding:2.5rem 2rem 10rem;position:relative}}.infoAboutProjectWithList__textContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3.4rem;width:58.5%}@media(max-width: 767px){.infoAboutProjectWithList__textContent{width:100%;gap:1.4rem}.infoAboutProjectWithList__textContent .buttonNew,.infoAboutProjectWithList__textContent .cookie-banner__button{position:absolute;bottom:2.5rem;left:2rem;width:calc(100% - 4rem)}}.infoAboutProjectWithList__textContent ul{padding:0;margin:0}.infoAboutProjectWithList__textContent ul li{padding-left:1.5rem;position:relative;font-style:normal;font-weight:400;font-size:1.8rem;line-height:2.6rem}.infoAboutProjectWithList__textContent ul li:not(:last-child){margin-bottom:2rem}.infoAboutProjectWithList__textContent ul li:before{width:.6rem;height:.6rem;position:absolute;left:0;top:1rem;content:"";background:var(--red);border-radius:50%}@media(max-width: 992px){.infoAboutProjectWithList__textContent ul li{font-style:normal;font-weight:400;font-size:1.4rem;line-height:2.4rem}.infoAboutProjectWithList__textContent ul li:not(:last-child){margin-bottom:1.3rem}}.infoAboutProjectWithList__picContent{width:38.5%}@media(max-width: 767px){.infoAboutProjectWithList__picContent{width:100%}}.infoAboutProjectWithList__title{font-style:normal;font-weight:400;font-size:1.8rem;line-height:2.6rem;font-weight:700;text-transform:uppercase;margin:0}.infoAboutCard{width:100%;padding:2.4rem 7.5rem 4.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:.2rem solid #000;border-radius:1.4rem;background:#fff}@media(max-width: 1319px){.infoAboutCard{padding:2.4rem 5.5rem 4.2rem}}@media(max-width: 992px){.infoAboutCard{padding:1.4rem 2.5rem 3.3rem}}.infoAboutCard__dotsIcon{max-width:100%;display:inline-block}@media(max-width: 992px){.infoAboutCard__dotsIcon{max-width:9.6rem}}.infoAboutCard__rublIcon{margin:3.6rem 0 2.5rem;max-width:100%;display:inline-block}@media(max-width: 992px){.infoAboutCard__rublIcon{margin:2.2rem 0 1.4rem;max-width:5rem}}.infoAboutCard__field{background:#f5f5f5;border-radius:1.4rem;height:7.5rem;width:100%;text-align:center;font-style:normal;font-weight:700;font-size:3.2rem;line-height:4.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap}@media(max-width: 1319px){.infoAboutCard__field{font-style:normal;font-weight:500;font-size:2.8rem;line-height:3.4rem}}@media(max-width: 992px){.infoAboutCard__field{font-style:normal;font-weight:400;font-size:1.8rem;line-height:2.6rem;height:4.2rem;width:auto;padding:0 3rem;border-radius:.8rem}}.portfolio{color:var(--dark_2)}.portfolio__title{font-style:normal;font-weight:700;font-size:3.2rem;line-height:4.6rem;margin-bottom:6rem;margin-top:0;text-transform:uppercase;padding-right:10rem}@media(max-width: 767px){.portfolio__title{font-style:normal;font-weight:700;font-size:2rem;line-height:2.6rem;margin-bottom:3rem}}.portfolioSlider{margin:0 -1.2rem}.portfolioSlider.standart-controls .slick-prev{z-index:10;top:-10.3rem;right:4.4rem;left:inherit}@media(max-width: 767px){.portfolioSlider.standart-controls .slick-prev{top:-6.3rem}}.portfolioSlider.standart-controls .slick-next{z-index:10;top:-10.3rem;right:0;left:inherit}@media(max-width: 767px){.portfolioSlider.standart-controls .slick-next{top:-6.3rem;right:.2rem}}.portfolioSlide{margin:0 1.2rem;position:relative}.portfolioSlide::before{float:left;padding-top:100%;content:""}.portfolioSlide__inner{width:100%;height:100%;padding:2.8rem 2rem;gap:2rem;background:#f5f5f5;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-size:cover !important;position:absolute;left:0;top:0}.portfolioSlide__title{font-style:normal;font-weight:400;font-size:1.8rem;line-height:2.6rem;font-weight:700;margin-bottom:1rem}@media(max-width: 767px){.portfolioSlide p{font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.2rem}}.portfolioSlide .infoAboutProject__tag{margin:0}.modal-thanks{width:calc(100% - 32px);max-width:400px;padding:24px;margin:0 auto;-webkit-transform:translateY(0) translateX(-50%) !important;-ms-transform:translateY(0) translateX(-50%) !important;transform:translateY(0) translateX(-50%) !important}@media screen and (max-width: 1199px){.modal-thanks{left:50% !important}}.modal-thanks__wrapper{width:100%;text-align:center}.modal-thanks__icon{width:66px;height:66px;display:block;margin:0 auto 24px}.modal-thanks h3{font-size:24px;font-weight:700;line-height:30px;color:#0f0f0f;margin-bottom:8px}.modal-thanks p{font-size:14px;font-weight:400;color:#0f0f0f;margin:0}.modal-thanks .button{margin-top:32px;padding:11px 45px;width:100%}
/* End */


/* Start:/local/templates/pwd/styles/career.css?168794450814690*/

.career-banner {
    max-width: 1800px;
    width: 100%;
    padding: 0 40px;
    margin: 20px auto;
}

#career-page {
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .career-banner {
        margin: 100px auto;
    }
}

.career-banner__content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .career-banner__content {
        flex-direction: row-reverse;
    }
}

.career-banner__right {
    display: block;
    position: relative;
    background-blend-mode: normal, multiply;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .career-banner__right {
        width: 50%;
    }
}

.career-banner__right img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.career-banner__right:after {
    content: "";
    display: block;
    position: absolute;
    right: -242px;
    top: -218px;
    width: 464px;
    height: 464px;
    background: #f91155;
    border-radius: 50%;
    z-index: -1;
}

@media screen and (min-width: 576px) {
    .career-banner__right:after {
        width: 600px;
        height: 600px;
        right: -184px;
        top: -170px;
    }
}

@media screen and (min-width: 768px) {
    .career-banner__right:after {
        width: 800px;
        height: 800px;
        right: -184px;
        top: -170px;
    }
}

@media screen and (min-width: 1024px) {
    .career-banner__right:after {
        right: -370px;
        top: -288px;
    }
}

@media screen and (min-width: 1416px) {
    .career-banner__right:after {
        width: 1000px;
        height: 1000px;
        right: -520px;
        top: -192px;
    }
}

.career-banner__left {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 2;
    justify-content: center;
    width: 100%;
    gap: 40px;
    padding-bottom: 70px;
}

@media screen and (min-width: 1024px) {
    .career-banner__left {
        width: 50%;
    }
}

.career-banner__left h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 65px;
    text-transform: uppercase;
    color: #000000;
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 20px;
}

.career-banner__left h1 span {
    color: #dc4141;
}

.career-banner__subtitle {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    max-width: 700px;
}

.career-banner__left-benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.benefits-item {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.benefits-item img {
    height: 30px;
}

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

    .career-banner__row {
        padding: 0 20px;
    }

    .career-banner__left h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .career-banner__subtitle,
    .benefits-item {
        font-size: 18px;
        line-height: 26px;
    }

    .career-banner__left,
    .career-banner__right {
        width: 100%;
    }

    .career-banner__row {
        flex-direction: column;
    }
}

.partner-logo {
    display: flex;
    justify-content: center;
}

.partner-logo img {
    height: 70px;
}

#career-page .partner-logo img {
    max-width: 200px;
}

.career-partners {
}

.career-partner {
    max-width: 1800px;
    width: 100%;
    padding: 0 40px;
    margin: 100px auto;
}

.career-partner h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0F0F0F;
    margin-top: 0;
    margin-bottom: 40px;
}

.career-partner__container {
    width: 100%;
    margin-bottom: 50px;
}

.career-partner__title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #0F0F0F;
    margin-bottom: 30px;
}

.career-partner__slider {
    width: 100%;
    /* the slides */
    /* the parent */
}

.career-partner__slider .slick-slide {
    margin: 0 16px;
}

.career-partner__slider .slick-list {
    margin: 0 -16px;
}

.career-partner__slider .slick-list,
.career-partner__slider .slick-slider,
.career-partner__slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.career-partner .standart-controls .slick-prev {
    z-index: 10;
    top: -66px;
    right: 44px;
    left: inherit;
}

.career-partner .standart-controls .slick-next {
    z-index: 10;
    top: -66px;
    right: 0;
    left: inherit;
}

.career-partner__item {
    width: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.item-career-partner {
    width: 100%;
    padding: 50px;
    background: #F5F5F5;
    position: relative;
    padding-bottom: 265px;
    overflow: hidden;
}

.item-career-partner__title {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #0F0F0F;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.item-career-partner p {
    position: relative;
    z-index: 2;
}

.item-career-partner__pic {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width: 1350px) {
    .item-career-partner {
        padding: 30px 20px 47%;
    }
}

@media screen and (max-width: 767px) {
    .career-partner {
        padding: 0 20px;
    }

    .career-partner h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 38px;
    }

    .career-partner__title {
        font-size: 24px;
        line-height: 30px;
    }

    .career-partner__slider {
        /* the slides */
        /* the parent */
    }
}

#career-slick-list .slick-list {
    overflow: visible;
}

#career-slick-list2 .slick-list {
    overflow: visible;
}

.career-block {
    max-width: 1800px;
    width: 100%;
    padding: 0 40px;
    margin: 150px auto;
}

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

    .career-block,
    .career-banner {
        padding: 0 20px;
    }

    .career-block {
        margin: 50px auto;
    }
}

.career-block__container {
    width: 100%;
    margin-bottom: 50px;
}

.career-bitrix__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media screen and (max-width: 767px) {
    .career-bitrix__content {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

.career__text {
}

.career-title-h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0F0F0F;
    margin-top: 0;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .career-title-h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
}

.career-title-h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .career-title-h3 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .career-title-h3 {
        margin-bottom: 15px;
    }
}

.career-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.career-bitrix__image img {
    width: 100%;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
}

.career-works__slider {
    width: 100%;
    /* the slides */
    /* the parent */
}

.career-works__slider .slick-slide {
    margin: 0 16px;
}

.career-works__slider .slick-list {
    margin: 0 -16px;
}

.career-works__slider .slick-list,
.career-works__slider .slick-slider,
.career-works__slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.career-works__item {
    display: inline-block;
    display: flex;
    justify-content: space-between;
    height: auto;
}

.career-works__item .career-tags {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 37px 38px;
    margin: 0;
}

.career-works__item:hover .career-tags li {
    background: #c13d3d;;
}

.career-works__item .career-tags li {
    float: left;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 12px;
    margin: 0 10px 10px 0;
    background: #dc4141;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    list-style-type: none;
}

@media (max-width: 767px) {
    .career-works__item .career-tags {
        padding: 0 0 27px 25px;
    }
}

@media (max-width: 1539px) {
    .career-works__item .career-tags {
        padding: 0 0 27px 25px;
    }
}

@media (max-width: 1799px) {
    .career-works__item .career-tags {
        padding-bottom: 27px;
    }
}

#career-page .clients-partner .standart-controls .slick-prev {
    z-index: 10;
    top: -72px;
    right: 35px;
    left: inherit;
}

#career-page .clients-partner .standart-controls .slick-next {
    z-index: 10;
    top: -72px;
    right: 0;
    left: inherit;
}

.career-advantages {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 50px;
}

.career-advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

@media screen and (max-width: 576px) {
    .career-advantages {
        margin-top: 30px;
    }

    .career-advantages__item {

        margin: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .career-advantages {
        margin-top: 30px;
        gap: 30px;
    }

    .career-advantages__item {
        width: 100%;
        margin: 20px 0;
    }

    .career-advantages__item br {
        display: none;
    }
}

.career-advantages__item img {
    height: 92px;
    width: 92px;
    margin-bottom: 20px;
}

.career-advantages__item-title h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
    text-align: center;
}

.career-advantages__item-subtitle {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.career-freelance {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .career-freelance {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.career-feedback {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (max-width: 1024px) {
    .career-feedback {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.career-freelance-item__card {
    background: #f9f9f9;
    padding: 20px;
}

.career-freelance-item__card img {
    height: 92px;
    width: 92px;
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .career-freelance {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media screen and (max-width: 1024px) {
    .career-freelance {
        grid-template-columns: repeat(2, 1fr);
    }
}

.career-network {
    position: relative;
}

.youtube-container {
    display: block;
    width: 100%;
    margin: 30px auto;
}

.youtube-player {
    display: block;
    margin: 20px auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.career-rate_date {
    margin-bottom: 24px;
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
    flex-direction: row;
}

.career-rate {
    display: flex;
    gap: 2px;
}

.career-rate img {
    height: 30px;
    width: 30px;
    margin-bottom: 0;
}

.career-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #8b8b8b;
    margin-top: 5px;
}

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

    .career-rate,
    .career-date {
        width: 100%;
    }

    .career-rate_date {
        flex-direction: column;
        gap: 5px;
    }
}

.career-works-item__card {
    background: #f9f9f9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.career-works-item__card-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.career-works-item__card-button {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btn-brown-work {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 60px;
    background: #DC4141;
    padding: 0 30px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.work-tags {
    display: flex;
    flex-wrap: wrap;
}

.work-tags-item {
    background: #c13d3d;
}

.work-tags-item {
    float: left;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 12px;
    margin: 0 10px 10px 0;
    background: #808197;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    list-style-type: none;
}

@media (max-width: 767px) {
    .career-works-item__card-top .work-tags {
        padding: 0;
    }
}

@media (max-width: 1539px) {
    .career-works-item__card-top .work-tags {
        padding: 0;
    }
}

@media (max-width: 1799px) {
    .career-works-item__card-top .work-tags {
        padding: 0;
    }
}

.career-works-br br {
    display: none;
}

@media (max-width: 500px) {
    .career-works-br br {
        display: block;
    }
}

.career-form-block {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 1024px) {
    .career-form-block {
        grid-template-columns: 1fr !important;
    }

    .career-banner__left {
        padding-bottom: 0;
    }
}

.career-block .youtube-container iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 560/315;
    display: block;
}
/* End */


/* Start:/local/templates/pwd/components/slam/easyform/feedback-form/style.css?15894471371316*/
.slam-easyform .modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .slam-easyform  .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.slam-easyform  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.slam-easyform .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}
.hide-formvalidation small.help-block{
    display: none!important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.slam-easyform .spinner,.slam-easyform .spinner:hover {
    position: relative;
    color: transparent;
}

.slam-easyform .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    border-top-color: #333;
    animation: spinner .6s linear infinite
}

.slam-easyform .hidden{
    display:none;
}

.slam-easyform .form__col.form__col-first{
    padding-right: 30px;
}

.slam-easyform .alert{
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.slam-easyform .alert-success{
    color:green;
}

/* End */


/* Start:/local/templates/pwd/template_styles.css?174298822520976*/
.blog {
    max-width: 1200px;
    padding: 45px 30px 30px;
    margin: 0 auto 35px;
}

.breadcrumbs_blog {
    margin: 0 0 15px;
}

.blog--title {
    display: block;
    color: #0f0f0f;
    font-size: 54px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 38px;
}

.blog__nav {
    width: 1158px;
    width: calc(100% + 18px);
    font-size: 0;
    margin: 0 0 17px -9px;
}

.blog__nav--item {
    display: inline-block;
    min-width: 88px;
    color: #0f0f0f;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 12px 22px 10px;
    margin: 0 9px 18px;
    border: 3px solid #e6e6e6;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.blog__nav--item:hover,
.blog__nav--item.is-active {
    border-color: #000000;
}

.blog-sort {
    font-size: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 35px;
}

.blog-sort--title {
    display: inline-block;
    color: #898989;
    font-size: 13px;
    line-height: 20px;
    margin: 0 10px 0 0;
}

.blog-sort__list {
    display: inline-block;
    margin: 0;
}

.blog-sort__list li {
    display: inline-block;
    color: #0f0f0f;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
}

.blog-sort__list li:after {
    content: '/';
    padding: 0 5px;
}

.blog-sort__list li:last-child:after {
    display: none;
}

.blog-sort__list a {
    position: relative;
    color: #0f0f0f;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.blog-sort__list a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.blog-sort__list a.is-active {
    color: #dc4141;
}

.blog-sort__list a.is-active:after {
    border-bottom-color: #f7dada;
}

.blog-sort__list a:hover:after {
    border-bottom-color: transparent;
}

.blog__grid {
    width: 1170px;
    width: calc(100% + 30px);
    font-size: 0;
    margin: 49px 0 -7px -15px;
}

.blog__item {
    margin: 0 0 88px;
}

.blog__lc,
.blog__rc {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
}

.blog__item--pic {
    overflow: hidden;
    position: relative;
    display: block;
    min-height: 328px;
}


.blog__item--pic--square {
    padding-bottom: 90%;
}

.blog__item--pic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 65, 65, 0.75);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
}

.blog__item--pic:hover:before {
    opacity: 1;
}

.blog__item--pic:after {
    content: '+';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 106px;
    height: 106px;
    color: #ffffff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-align: center;
    padding: 31px 0 29px;
    margin: -53px 0 0 -53px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
}

.blog__item--pic:hover:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.blog-preview {
    position: relative;
    padding: 0 0 51px;
}

.blog-preview__data {
    width: calc(100% + 12px);
    font-size: 0;
    margin: 0 0 11px;
}

.blog-preview__data--item {
    display: inline-block;
    color: #242424;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 9px 12px;
    margin: 0 12px 12px 0;
    border: 1px solid #e6e6e6;
}

.blog-preview__data--item:hover {
    border-color: #000000;
}

.blog-preview--icon_calendar {
    display: inline-block;
    width: 17px;
    height: 18px;
    margin: -1px 11px -1px 0;
    background: url('/local/templates/pwd/images/blog-calendar-icon.svg') no-repeat 0 0;
}

.blog-preview--icon_user {
    display: inline-block;
    width: 14px;
    height: 18px;
    margin: -2px 11px 0 1px;
    background: url('/local/templates/pwd/images/blog-user-icon.svg') no-repeat 0 0;
}

.blog-preview--icon_letter {
    display: inline-block;
    width: 14px;
    height: 18px;
    margin: -1px 10px -1px 2px;
    background: url('/local/templates/pwd/images/blog-letter-icon.svg') no-repeat 0 0;
}

.blog-preview--title {
    display: block;
    color: #0f0f0f;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 0 0 28px;
}

.blog-preview--title:hover {
    text-decoration: underline;
}

.blog-preview p {
    color: #0f0f0f;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 24px;
}

.blog-preview__stats {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
}

.blog-preview__stats--item {
    display: inline-block;
    color: #242424;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px;
    margin: 12px 12px 0 0;
    background: #e6e6e6;
}

.blog-preview__stats--item:hover {
    background-color: #dadada;
}

.blog-preview--icon_eye {
    display: inline-block;
    width: 18px;
    height: 11px;
    margin: 3px 12px 2px -2px;
    background: url('/local/templates/pwd/images/blog-eye-icon.svg') no-repeat 0 0;
}

.blog-preview--icon_bubble {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -1px 10px -1px 0;
    background: url('/local/templates/pwd/images/blog-bubble-icon.svg') no-repeat 0 0;
}

.blog-preview__social {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 0;
}

.blog-preview__social--item {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #787c7e;
    margin: 7px 0 0 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

.blog-preview__social--item_facebook {
    background: url('/local/templates/pwd/images/facebook-icon-grey.png') no-repeat 10px 6px;
}

.blog-preview__social--item_vkontakte {
    background: url('/local/templates/pwd/images/vkontakte-icon-grey.png') no-repeat 10px 8px;
}

.blog-preview__social--item_twitter {
    background: url('/local/templates/pwd/images/twitter-icon-grey.png') no-repeat 7px 7px;
}

.blog-preview__social--item_instagram {
    background: url('/local/templates/pwd/images/instagram-icon-grey.png') no-repeat 6px 6px;
}

.blog-preview__social--item_google {
    background: url('/local/templates/pwd/images/google-icon-grey.png') no-repeat -1px -1px;
}

.blog-preview__social--item_odnoklassniki {
    background: url('/local/templates/pwd/images/ok-icon-grey.png') no-repeat 7px 7px;
}

.blog-preview__social--item_telegram {
    background: url('/local/templates/pwd/images/telegram-icon-grey.png') no-repeat 7px 8px;
}

.footer__social .odnoklassniki {
    background: url('/local/templates/pwd/images/ok-icon-black.svg') no-repeat 7px 7px;
}

.footer__social .telegram {
    background: url('/local/templates/pwd/images/telegram-icon-black.svg') no-repeat 6px 8px;
}

.correct_position_social_copy_footer_wrap {
    margin: 10px 0px 50px 0px;
    padding-left: 0px;
    position: relative;
    float: none;
    left: auto;
    top: auto;
}

.correct_position_copy_footer_wrap {
    bottom: 134px;
    color: #292929;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    position: inherit;
    text-align: center;
    padding: 0 5px 5px;
}

.blog-preview__social--item:hover {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.blog__about {
    clear: both;
    overflow: hidden;
    padding: 0 0 8px;
    margin: -12px 0 20px;
}

.blog-preview__data_about {
    position: static;
    float: left;
    width: auto;
    margin: 0 0 5px;
}

.blog-preview__stats_about {
    position: static;
    float: right;
    margin: 0 0 5px;
}

.blog__about .blog-preview__stats--item {
    margin: 0 0 12px 12px;
}

.blog__content {
    color: #0f0f0f;
    max-width: 760px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 24px;
}

.blog__content a {
    color: #dc4141;
}

.blog__content a:hover {
    text-decoration: underline;
    color: #dc4141;
}

.blog__content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    float: none;
}

.blog__content .blog__content--img {
    display: block;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 66px;
}

.blog__content p {
    max-width: 760px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 24px;
}

.blog__content--subtitle {
    display: block;
    max-width: 760px;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 40px auto 32px;
}

.table-standart_blog {
    margin: 66px 0 51px;
}

.blog__content ul, .blog__content ol {
    max-width: 760px;
    margin: 30px auto;
}

.blog__content ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */
}


.blog__content ul li, .blog__content ol li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 13px;
    margin: 0 0 16px 20px;
}

.blog__content ol li {
    padding-left: 20px;
}

.blog__content ol li::before {
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    position: absolute;
    left: 0;
    top: 0;
    color: #dc4141;
}

.blog__content ul li:before {
    color: #dc4141;
}

.blog__content h2 {
    display: block;
    max-width: 760px;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 40px auto 32px;
}

.blog-share {
    position: relative;
    max-width: 760px;
    font-size: 0;
    padding: 17px 12px 17px 22px;
    margin: 80px auto 61px;
    border: 1px solid #e6e6e6;
}

.blog-share--title {
    display: inline-block;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0 5px;
    margin: 0 22px 0 0;
}

.footer__social_blog {
    position: relative;
    display: inline-block;
    margin: 0;
    top: 0;
    left: 0;
    float: none;
}

.footer__social_blog ul {
    margin: 0;
}

.footer__social_blog ul li {
    margin: 0 7px 0 0;
}

.blog-comments {
    max-width: 760px;
    margin: 0 auto 40px;
}

.blog-comments--title {
    display: block;
    color: #0f0f0f;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 0 0 41px;
}

.blog-comments-list {
    margin: 0 0 66px;
}

.blog-comments-list__item {
    padding: 26px 32px 11px;
    margin: 0 0 24px;
    background: #e6e6e6;
}

.blog-comments-list__data {
    width: calc(100% + 15px);
    font-size: 0;
    margin: 0 0 3px;
}

.blog-comments-list__data--item {
    display: inline-block;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 20px 9px;
    margin: 0 15px 15px 0;
    background: #ffffff;
}

.blog-comments-list__item p {
    color: #0f0f0f;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
}

.blog-comments-list__item .blog-preview--icon_user {
    margin: 2px 13px 0 -6px;
}

.blog-comments-list__item .blog-preview--icon_calendar {
    margin: 2px 11px 0 -7px;
}

.blog-comments-leave {
    width: calc(100% + 30px);
    font-size: 0;
    margin: -25px 0 0 -15px;
}

.blog-comments-leave__item {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    padding: 0 15px;
    margin: 0 0 30px;
}

.blog-comments-leave__item_wide {
    width: 100%;
}

.blog-comments-leave__item input,
.blog-comments-leave__item textarea {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 27px 0;
    border-bottom: 1px solid #e6e6e6;
}

.blog-comments-leave__item textarea {
    resize: vertical;
}

.blog-comments-leave__item ::-webkit-input-placeholder {
    color: #6a6a6a;
}

.blog-comments-leave__item :-moz-placeholder {
    color: #6a6a6a;
}

.blog-comments-leave__item ::-moz-placeholder {
    color: #6a6a6a;
}

.blog-comments-leave__item :-ms-input-placeholder {
    color: #6a6a6a;
}

.blog-comments-leave--agreement {
    position: relative;
    display: inline-block;
    width: 270px;
    color: #3e3e3e;
    font-size: 12px;
    line-height: 21px;
    padding: 0 0 0 52px;
    margin: 5px 0 -1px;
}

.blog-comments-leave--agreement a {
    position: relative;
    color: #dc4141;
}

.blog-comments-leave--agreement a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #f7dada;
}

.blog-comments-leave--agreement a:hover:after {
    border-bottom-color: transparent;
}

.blog-comments-leave--agreement .checker {
    position: absolute;
    left: 0;
    top: 3px;
}

.blog-comments-leave--button {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 25px 20px;
    background: #dc4141;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
}

.blog-comments-leave--button:hover {
    background-color: #bb3939;
}

.related {
    max-width: 1200px;
    padding: 0 30px;
    margin: -34px auto 63px;
}

.related--title {
    display: block;
    color: #0f0f0f;
    font-size: 54px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 59px;
}

.related__grid {
    width: 1170px;
    width: calc(100% + 30px);
    font-size: 0;
    margin: 0 0 0 -15px;
}

.related__item {
    display: inline-block;
    width: 33.33%;
    font-size: 12px;
    padding: 0 15px;
    margin: 0 0 30px;
}

.item-related {
    display: block;
}

.item-related--pic {
    overflow: hidden;
    position: relative;
    display: block;
    height: 250px;
    margin: 0 0 34px;
}

.item-related--pic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 65, 65, 0.75);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
}

.item-related--pic:hover:before {
    opacity: 1;
}

.item-related--pic:after {
    content: '+';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 106px;
    height: 106px;
    color: #ffffff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-align: center;
    padding: 31px 0 29px;
    margin: -53px 0 0 -53px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
}

.item-related--pic:hover:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.item-related__data {
    width: calc(100% + 12px);
    font-size: 0;
    margin: 0 0 11px;
}

.item-related__data--item {
    display: inline-block;
    color: #242424;
    font-size: 12px;
    line-height: 16px;
    padding: 9px 12px;
    margin: 0 12px 12px 0;
    border: 1px solid #e6e6e6;
}

.item-related--title {
    display: block;
    color: #0f0f0f;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 10px;
}

.item-related--title:hover {
    text-decoration: underline;
}

.legal_info {
    padding-bottom: 20px;
}

.legal-document {
    padding-bottom: 60px;
}

.partner-banner__row > .partner-banner__pic {
    filter: brightness(50%);
}

.projects-partner__list > .projects-partner-item > .projects-partner-item__pic {
    filter: brightness(70%);
}

.footer_change_column_position > .footer__about {
    width: 53%;
}

.footer_change_column_position > .footer__links {
    width: 47%;
}

.workspace-row {
    text-align: center;
    margin-bottom: 20px;
}

@media all and (max-width: 1199px) {
    .blog {
        padding: 35px 30px 30px;
        margin: 0 auto;
    }

    .blog--title {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 36px;
    }

    .blog--title br {
        display: none;
    }

    .breadcrumbs_blog {
        margin: 0 0 30px;
    }

    .blog__nav--item {
        padding: 10px 14px 8px;
        margin: 0 5px 10px;
    }

    .blog__nav {
        width: calc(100% + 10px);
        margin: 0 0 25px -5px;
    }

    .blog__grid {
        margin: 40px 0 -7px -15px;
    }

    .blog-preview {
        min-height: 0 !important;
    }

    .blog__lc,
    .blog__rc {
        display: block;
        width: auto;
    }

    .blog-preview__data--item {
        margin: 0 10px 10px 0;
    }

    .blog-preview--title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 24px;
    }

    .blog__item--pic {
        margin: 30px 0 30px;
    }

    .blog-preview {
        padding: 0;
    }

    .blog__item {
        display: inline-block;
        width: 50%;
        padding: 0;
        margin: 0 0 50px;
    }

    .blog-preview__stats {
        position: static;
        margin: -10px 0 13px;
    }

    .blog-preview__social {
        position: static;
    }

    .blog-preview__social--item {
        margin: 7px 7px 0 0;
    }

    .blog__about {
        padding: 0;
        margin: 0 0 20px;
    }

    .blog-preview__data_about,
    .blog-preview__stats {
        float: none;
    }

    .blog-preview__data_about {
        margin: 0 0 20px;
    }

    .blog__about .blog-preview__stats--item {
        margin: 0 10px 10px 0;
    }

    .blog__content--img {
        margin: 0 auto 40px;
    }

    .blog__content,
    .blog__content p {
        font-size: 15px;
    }

    .blog__content--subtitle {
        font-size: 24px;
        line-height: 30px;
        margin: 30px auto 24px;
    }

    .table-standart_blog {
        margin: 30px auto 30px;
    }

    .blog__content ul {
        margin: 30px auto 30px;
    }

    .blog__content ul li {
        font-size: 15px;
    }

    .blog-share {
        margin: 50px auto 50px;
    }

    .blog-comments--title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px;
    }

    .blog-comments-list {
        margin: 0 0 40px;
    }

    .blog-comments-leave {
        margin: -5px 0 0 -15px;
    }

    .related {
        margin: -30px auto 30px;
    }

    .related--title {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 40px;
    }

    .related__item {
        width: 50%;
    }

    .item-related--pic {
        margin: 0 0 30px;
    }

    .item-related__data {
        width: calc(100% + 10px);
        margin: 0 0 5px;
    }
}

@media all and (max-width: 767px) {
    .blog {
        padding: 30px 15px 20px;
    }

    .blog--title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px;
    }

    .breadcrumbs_blog {
        margin: 0 0 20px;
    }

    .blog-sort--title {
        display: block;
        padding: 0;
        margin: 0 0 5px;
    }

    .blog__item {
        width: 100%;
    }

    .blog-preview--title {
        margin: 0 0 20px;
    }

    .table-standart_blog {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .table-standart_blog th {
        vertical-align: middle;
        white-space: normal;
        padding: 17px 15px 18px 0;
    }

    .table-standart_blog td {
        padding: 17px 15px 18px 0;
    }

    .table-standart th:first-child,
    .table-standart td:first-child {
        padding-left: 15px;
        border-left-width: 0;
    }

    .table-standart th:last-child,
    .table-standart td:last-child {
        border-right-width: 0;
    }

    .blog__content,
    .blog__content p {
        font-size: 14px;
    }

    .blog__content--subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .blog__content--img {
        width: calc(100% + 30px);
        margin: 0 auto 30px -15px;
    }

    .blog__about {
        margin: 0 0 10px;
    }

    .blog__content ul li {
        font-size: 14px;
    }

    .blog-share {
        padding: 10px 5px 17px 15px;
        margin: 40px auto 40px;
    }

    .blog-share--title {
        display: block;
        margin: 0 0 5px;
    }

    .blog-comments--title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 26px;
    }

    .blog-comments-list__item {
        padding: 20px 15px 11px;
    }

    .blog-comments-list__data {
        margin: 0 0 8px;
    }

    .blog-comments-list__data--item {
        margin: 0 10px 10px 0;
    }

    .blog-comments-leave__item {
        width: 100%;
    }

    .related {
        padding: 0 15px;
        margin: -30px auto 10px;
    }

    .related--title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px;
    }

    .related__item {
        width: 100%;
    }

    .item-related--title {
        font-size: 20px;
        line-height: 26px;
    }

    .correct_position_copy_footer_wrap {
        line-height: 19px;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}
/* End */
/* /local/templates/pwd/plugins/fancybox/jquery.fancybox.css?17129140764939 */
/* /local/templates/pwd/plugins/basictable-master/basictable.css?17129140761031 */
/* /local/templates/pwd/css/style.css?1755870222142883 */
/* /local/templates/pwd/styles/career.css?168794450814690 */
/* /local/templates/pwd/components/slam/easyform/feedback-form/style.css?15894471371316 */
/* /local/templates/pwd/template_styles.css?174298822520976 */
