.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: auto;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10052;
	margin: 0;
}

.ui-timepicker-wrapper .ui-timepicker-list li {
    padding-right: 20px;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/static/img/flags.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url(/static/img/flags@2x.png); } }

.iti__flag.iti__np {
  background-color: transparent; }

@font-face{font-family:SpaceGroteskLight;src:url(/static/fonts/SpaceGrotesk-Light/SpaceGrotesk-Light.woff),url(/static/fonts/SpaceGrotesk-Light/SpaceGrotesk-Light.otf),url(/static/fonts/SpaceGrotesk-Light/SpaceGrotesk-Light.eot),url(/static/fonts/SpaceGrotesk-Light/SpaceGrotesk-Light.ttf);font-weight:300;font-style:normal}@font-face{font-family:SpaceGroteskRegular;src:url(/static/fonts/SpaceGrotesk-Regular/SpaceGrotesk-Regular.woff),url(/static/fonts/SpaceGrotesk-Regular/SpaceGrotesk-Regular.otf),url(/static/fonts/SpaceGrotesk-Regular/SpaceGrotesk-Regular.eot),url(/static/fonts/SpaceGrotesk-Regular/SpaceGrotesk-Regular.ttf);font-weight:400;font-style:normal}@font-face{font-family:SpaceGroteskMedium;src:url(/static/fonts/SpaceGrotesk-Medium/SpaceGrotesk-Medium.woff),url(/static/fonts/SpaceGrotesk-Medium/SpaceGrotesk-Medium.otf),url(/static/fonts/SpaceGrotesk-Medium/SpaceGrotesk-Medium.eot),url(/static/fonts/SpaceGrotesk-Medium/SpaceGrotesk-Medium.ttf);font-weight:500;font-style:normal}@font-face{font-family:SpaceGroteskSemiBold;src:url(/static/fonts/SpaceGrotesk-SemiBold/SpaceGrotesk-SemiBold.woff),url(/static/fonts/SpaceGrotesk-SemiBold/SpaceGrotesk-SemiBold.otf),url(/static/fonts/SpaceGrotesk-SemiBold/SpaceGrotesk-SemiBold.eot),url(/static/fonts/SpaceGrotesk-SemiBold/SpaceGrotesk-SemiBold.ttf);font-weight:600;font-style:normal}@font-face{font-family:SpaceGroteskBold;src:url(/static/fonts/SpaceGrotesk-Bold/SpaceGrotesk-Bold.woff),url(/static/fonts/SpaceGrotesk-Bold/SpaceGrotesk-Bold.otf),url(/static/fonts/SpaceGrotesk-Bold/SpaceGrotesk-Bold.eot),url(/static/fonts/SpaceGrotesk-Bold/SpaceGrotesk-Bold.ttf);font-weight:700;font-style:normal}.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid rgba(0,0,0,0);content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}#first-page .main-logo-animation{position:fixed;left:50%;bottom:25%;display:block!important;width:250px;height:250px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:9999;background:url(/static/img/Logo-animation.gif) no-repeat 50%/cover}#first-page .main-title{position:relative}#first-page .text-container{width:58.2%}#first-page .text-container .inner-wrapper{position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#first-page .text-container .one{margin:0;padding-top:24px;padding-bottom:16px}#first-page .text-container .one,#first-page .text-container .two{font-family:SpaceGroteskRegular;font-size:18px;line-height:28px;color:#3b3f49}#first-page .text-container .request-expert-now{padding:16px 43px 17px 49px;background:#f87d53;border:none;margin-top:36px;border-radius:82px;z-index:15}#first-page .text-container .request-expert-now p{font-family:SpaceGroteskMedium;font-size:18px;line-height:28px;color:#fff;background-image:url(/static/img/arrow-right1.png);background-position-x:right;background-position-y:center;padding-right:46px;background-repeat:no-repeat}#first-page .image-container{width:41.8%;margin-left:auto;background-image:url(/static/img/Union.png);background-size:inherit;background-position-y:top;background-position-x:right}#first-page .image-container,#first-page .image-container .img-ceo{height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}#first-page .image-container .img-ceo{width:466px;position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:5%;top:-6vh}#first-page .image-container .img-ceo img:nth-child(2){display:none}#first-page .image-container .img-ceo img:first-child{border-radius:6px;width:100%;z-index:5;display:block}#first-page .request-expert-now-mobile{display:none}#first-page .info-wrapper{text-align:center;width:100%;background:#feece6;position:absolute;border-radius:10px;height:387px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}#first-page .info-wrapper .info-inner{position:relative;top:4vh;margin:0 9% 0 97px}#first-page .info-wrapper .info-inner strong{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;color:#3b3f49;font-family:SpaceGroteskRegular;font-size:24px;line-height:32px;border-bottom:1px solid #e2cec7;margin-bottom:24px;padding-bottom:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#first-page .info-wrapper .info-inner p.text-ceo{margin-bottom:10px;font-family:SpaceGroteskRegular;font-size:18px;line-height:28px;text-align:left;color:#565858}#first-page .info-wrapper .info-inner .btn{margin:0 auto}#second-page{background:-webkit-gradient(linear,left top,left bottom,color-stop(-27.96%,#feece6),color-stop(105.87%,rgba(254,236,230,0)));background:linear-gradient(180deg,#feece6 -27.96%,rgba(254,236,230,0) 105.87%);background-size:0;background-repeat-y:no-repeat}#second-page .image-container{width:40%}#second-page .text-container{width:60%;padding:0 115px 0 100px}#second-page .text-container .main-title>span{display:inline-block}#second-page .text-container .main-title>span.orange{color:#f94a0d}#second-page .text-container .inner-wrapper{padding-top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#second-page .info-mobile{display:none}#second-page .img-ceo{width:374px;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}#second-page .img-ceo .shadow{position:absolute;top:-46px;right:-58px;z-index:1}#second-page .img-ceo img{z-index:2}#second-page .img-ceo .pdf{left:16px;top:5px;position:absolute;z-index:5;font-family:SpaceGroteskBold;font-size:24px;line-height:29px;text-transform:uppercase;color:#fff}#second-page .img-ceo .text-title-pdf{width:374px;overflow:hidden;position:absolute;z-index:6;height:40%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#second-page .img-ceo .text-title-pdf,#second-page .save-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#second-page .save-btn{margin-top:32px;text-align:center;background:#f87d53;border-radius:82px;border:none;padding:17px 43px 16px}#second-page .save-btn span{margin-right:24px;color:#fff;font-family:SpaceGroteskRegular;font-size:18px;line-height:28px}#second-page .save-btn i{width:24px;height:24px;background-image:url(/static/img/download.png)}#second-page .inner-title{margin-top:42px;font-family:SpaceGroteskRegular;font-style:normal;font-weight:600;font-size:20.6px;line-height:25px;color:#141414}#second-page .inner-descr{font-family:SpaceGroteskRegular;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;margin-top:11px;color:#656565}#second-page .text-img{background:#fff;opacity:.97;width:113%;bottom:265px;-webkit-transform:rotate(-11deg);-ms-transform:rotate(-11deg);transform:rotate(-11deg);padding:41px 64px;text-align:left}#second-page .text-img p{margin-top:0;font-family:SpaceGroteskRegular;font-style:normal;font-weight:600;font-size:36.6px;line-height:44px;text-transform:uppercase;color:#f87d53}#second-page .image-container{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}#second-page .info-wrapper strong{margin-bottom:5px}#second-page .info-wrapper p{margin-bottom:20px;font-size:18px;line-height:23px}#second-page .text-container .inner-wrapper{position:relative}#second-page .text-content{font-family:SpaceGroteskRegular;font-style:normal;font-weight:400;font-size:18px;line-height:28px;color:#3b3f49}#second-page .text-content.one{margin-top:24px}#second-page .text-content.two{margin-top:35px}#third-page .mobile-learn-more{display:none}#third-page .text-container{width:59.6%;padding-right:32px}#third-page .image-container{width:65%;margin-left:auto;position:relative}#third-page .image-container,#third-page .img-ceo{height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}#third-page .img-ceo{width:413px;position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:10%;top:-8vh}#third-page .img-ceo img{border-radius:5px;width:100%;z-index:12}#third-page .img-ceo img:not(:first-child){display:none}#third-page .info-wrapper{background:#feece6;border-radius:10px;position:absolute;height:350px;z-index:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#third-page .info-wrapper a{z-index:55}#third-page .info-wrapper .info-inner{margin:0 32px 0 51px}#third-page .info-wrapper .info-inner strong{font-family:SpaceGroteskSemiBold;font-size:24px;line-height:32px;color:#3b3f49;padding-bottom:24px;border-bottom:1px solid #e2cec7;margin-bottom:18px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#third-page .info-wrapper .info-inner p.text-ceo{font-family:SpaceGroteskRegular;font-size:18px;line-height:28px;color:#3b3f49}#third-page .text-container{padding-bottom:0!important}#third-page .text-container .inner-wrapper{padding-top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}#third-page .text-container .inner-wrapper .main-title{margin-bottom:48px;font-family:SpaceGroteskBold;color:#3b3f49}#third-page .text-container .inner-wrapper .title-content{width:116%;margin-top:0;margin-bottom:24px;font-family:SpaceGroteskRegular;font-size:18px;line-height:28px;color:#3b3f49}#third-page .text-container .inner-wrapper .title-content.ml{margin-bottom:16px}#third-page .text-container .inner-wrapper .text-content{line-height:28px}#third-page .one-group{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}#third-page .one-group:first-child{margin-bottom:35px;margin-top:26px}#third-page .one-group .items-case{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff9f7;border-radius:10px;width:144px;height:144px}#third-page .one-group .items-case.mobile{display:none}#third-page .one-group .items-case:not(:first-child){margin-left:18px}#third-page .one-group .items-case p{font-family:SpaceGroteskRegular;font-size:12px;line-height:12px;text-align:center}#third-page .one-group .items-case p.one{margin:14px 28px 0}#third-page .one-group .items-case p.two{margin:14px 24px 0}#fourth-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}#fourth-page .header-fourth-page{min-height:310px;background:linear-gradient(179deg,#fef6f3,#fef6f3 0,#fef6f3);background-size:0;background-repeat-y:no-repeat;padding:90px 44% 45px 125px;border-radius:10px 0 0 10px}#fourth-page .header-fourth-page p{display:none}#fourth-page .header-fourth-page p.active{display:block}#fourth-page .header-fourth-page img{position:absolute;top:36px;right:25px}#fourth-page .header-fourth-page img.mobile{display:none}#fourth-page .header-fourth-page .main-title{font-family:SpaceGroteskBold;font-size:36px;line-height:108%;margin-bottom:24px;color:#3b3f49}#fourth-page .header-fourth-page .main-title .orange{color:#f94a0d}#fourth-page .header-fourth-page p{font-family:SpaceGroteskRegular;font-size:18px;line-height:28px;color:#3b3f49}#fourth-page .tabs-content-1{display:none}#fourth-page .tabs-content-1 p{font-family:SpaceGroteskSemiBold;font-size:20px;line-height:40px;color:#3b3f49}#fourth-page .tabs-content-1.active{display:block}#fourth-page .tabs-indust{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:43px}#fourth-page .tabs-indust p{font-family:SpaceGroteskRegular}#fourth-page .tabs-indust .tabs-content-3:nth-child(2){margin-left:32px;margin-right:54px}#fourth-page .tabs-indust .icons-tabs{width:96px;height:96px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:20px;background:#fff9f7;border-radius:10px}#fourth-page .tabs-indust .icons-tabs,#fourth-page .tabs-indust .tabs-container-p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#fourth-page .tabs-indust .tabs-container-p:nth-child(2){margin:32px 0}#fourth-page #tab-technologies{margin-right:3px}#fourth-page #tab-technologies .tabs-text{margin:0 72px 20px}#fourth-page .tabs-content{margin-left:130px}#fourth-page .text-mobile{display:none}#fourth-page .tabs-content-technologies{margin-top:53px}#fourth-page .tabs-content-technologies .tech-tabs{display:none}#fourth-page .tabs-content-technologies .tech-tabs.active{display:block}#fourth-page .tabs-content-technologies p{font-family:SpaceGroteskMedium;font-size:24px;line-height:32px;color:#3b3f49}#fourth-page .tabs-content-technologies .content-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:13px}#fourth-page .tabs-content-technologies .content-tabs p{font-family:SpaceGroteskRegular;font-size:14px;line-height:24px;color:#3b3f49}#fourth-page .tabs-content-technologies .content-tabs .icons-tabs-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:331px;margin-left:75px}#fourth-page .tabs-content-technologies .content-tabs .icons-tabs-img.opacity{opacity:.2}#fourth-page .tabs-content-technologies .content-tabs .icons-tabs-img img:nth-child(2){margin:0 31px}#fourth-page .tab-industries-mobile,#fourth-page .tabs-2.mobile{display:none}#fourth-page .tabs-2-content-1{display:-webkit-box;display:-ms-flexbox;display:flex}#fourth-page .tabs-2-content-1:first-child{margin-top:43px;margin-bottom:32px}#fourth-page .tabs-2-content-1 .tabs-2-container-1{cursor:pointer;width:256px;position:relative;overflow:hidden;height:96px;background:#fff;border:1.26211px solid #fbcbbb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;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}#fourth-page .tabs-2-content-1 .tabs-2-container-1 img{width:28px}#fourth-page .tabs-2-content-1 .tabs-2-container-1 p{font-size:14px;line-height:26px}#fourth-page .tabs-2-content-1 .tabs-2-container-1 .background-hover{left:-101%;width:256px;height:96px;position:absolute;background:#feece6}#fourth-page .tabs-2-content-1 .tabs-2-container-1 img{z-index:3;margin-right:20px}#fourth-page .tabs-2-content-1 .tabs-2-container-1 p{z-index:3}#fourth-page .tabs-2-content-1 .tabs-2-container-1:nth-child(2){margin:0 32px}#fourth-page .tabs{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:42px}#fourth-page .tabs :nth-child(2n),#fourth-page .tabs:nth-child(odd){cursor:pointer}#fourth-page .tabs .tabs-text{font-family:SpaceGroteskBold;font-style:normal;font-size:26px;line-height:108%;margin:0 93px 20px;color:#fdd5c8}#fourth-page .tabs .active .tabs-text{color:#3b3f49}#fourth-page .tabs .active .tabs-border{background:#feece6}#fourth-page .tabs .tabs-border{height:5px;border:1px solid #feece6;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0 20px}#fourth-page .text-container{width:100%;padding:0}#fourth-page .text-container .inner-wrapper{position:relative}#fourth-page .text-container .inner-wrapper .title-content{margin-top:20px;margin-bottom:45px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}#fourth-page .text-container .inner-wrapper .text-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya{background:url(/static/img/Group194.svg) no-repeat 50%/cover}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya.active{background-image:url(/static/img/logo_Color_Toweya.svg)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya .description-container p:first-child,#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya .description-container p:nth-child(2){color:#86c10f}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus{background:url(/static/img/numus_logo1.svg) no-repeat 50%/cover}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus.active{background-image:url(/static/img/logo_Color_Numus.svg)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus .description-container p:first-child,#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus .description-container p:nth-child(2){color:#f1a346}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase{background:url(/static/img/Group.svg) no-repeat 50%/cover}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase.active{background-image:url(/static/img/logo_Color_Incase.svg)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase .description-container p:first-child,#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase .description-container p:nth-child(2){color:#2bbbe8}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .background-container{display:none;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:15px;width:98px;height:98px;background-size:98px 98px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container{position:relative;display:none;-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container p:first-child{margin-bottom:3px;font-size:24px;font-weight:700}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container p:nth-child(2){font-size:14px;line-height:18px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container p:nth-child(3){position:absolute;bottom:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;line-height:18px;color:#4b4c4d}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container p:nth-child(3) .next-arrow{display:block;margin-left:9px;width:16px;height:18px;background:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9 9L13 5L9 1' stroke='%234B4C4D' stroke-linecap='round'/%3E %3Cpath d='M1 5H12.3333' stroke='%234B4C4D' stroke-linecap='round'/%3E %3Cpath d='M13.0002 5H12.3335' stroke='%234B4C4D' stroke-linecap='round'/%3E %3C/svg%3E") no-repeat 50%}#fourth-page .text-description{display:none;height:47vh;background:#fff}#fourth-page .text-description .tabs-content{display:none;padding:44px 107px 0 54vh;height:100%}#fourth-page .text-description .tabs-content .back-button{position:absolute;top:19px;left:24px;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 12H1' stroke='%234B4C4D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 20L1 12L9 4' stroke='%234B4C4D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 50%/50%;background-size:24px 24px}#fourth-page .text-description .tabs-content .tabs-title{margin-bottom:21px;height:52px}#fourth-page .text-description .tabs-content .tabs-title p{margin-bottom:-4px;font-size:28px;line-height:30px;font-weight:700}#fourth-page .text-description .tabs-content .tabs-title a{font-size:14px;line-height:15px;text-decoration:none;opacity:.6}#fourth-page .text-description .tabs-content .next-page{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:60px;font-size:24px;font-weight:700}#fourth-page .text-description .tabs-content .next-page p{margin-bottom:6px;cursor:pointer}#fourth-page .text-description .description-toweya{border-top:4px solid #86c10f;background:url(/static/img/background_desc_toweya.svg) no-repeat 0/50%;background-size:49vh 49vh}#fourth-page .text-description .description-toweya .tabs-title{padding-left:44px;background:url(/static/img/title_logo_toweya.svg) no-repeat 0/50%;background-size:27px 52px}#fourth-page .text-description .description-toweya .tabs-title p{color:#86c10f}#fourth-page .text-description .description-toweya .tabs-title a{color:#2e4106}#fourth-page .text-description .description-toweya .next-page .go-incase{padding-left:32px;color:#2bbbe8;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 12L1 12' stroke='%232BBBE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 20L1 12L9 4' stroke='%232BBBE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 0/50%;background-size:24px 24px}#fourth-page .text-description .description-toweya .next-page .go-numus{padding-right:32px;color:#f1a346;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3 12L23 12' stroke='%23F1A346' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 4L23 12L15 20' stroke='%23F1A346' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 100%/50%;background-size:24px 24px}#fourth-page .text-description .description-numus{border-top:4px solid #f1a346;background:url(/static/img/background_desc_numus.svg) no-repeat 0/50%;background-size:49vh 49vh}#fourth-page .text-description .description-numus .tabs-title{padding-left:70px;background:url(/static/img/title_logo_numus.svg) no-repeat 0/50%;background-size:52px 52px}#fourth-page .text-description .description-numus .tabs-title p{color:#f1a346}#fourth-page .text-description .description-numus .tabs-title a{color:#701d0b}#fourth-page .text-description .description-numus .next-page .go-toweya{padding-left:32px;color:#86c10f;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 12L1 12' stroke='%2386C10F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 20L1 12L9 4' stroke='%2386C10F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 0/50%;background-size:24px 24px}#fourth-page .text-description .description-numus .next-page .go-incase{padding-right:32px;color:#2bbbe8;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3 12L23 12' stroke='%232BBBE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 4L23 12L15 20' stroke='%232BBBE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 100%/50%;background-size:24px 24px}#fourth-page .text-description .description-incase{border-top:4px solid #2bbbe8;background:url(/static/img/background_desc_incase.svg) no-repeat 0/50%;background-size:218px 210px;background-size:49vh 49vh}#fourth-page .text-description .description-incase .tabs-title{padding-left:70px;background:url(/static/img/title_logo_incase.svg) no-repeat 0/50%;background-size:52px 52px}#fourth-page .text-description .description-incase .tabs-title p{color:#2bbbe8}#fourth-page .text-description .description-incase .tabs-title a{color:#646566}#fourth-page .text-description .description-incase .next-page .go-numus{padding-left:32px;color:#f1a346;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 12L1 12' stroke='%23F1A346' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 20L1 12L9 4' stroke='%23F1A346' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 0/50%;background-size:24px 24px}#fourth-page .text-description .description-incase .next-page .go-toweya{padding-right:32px;color:#86c10f;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3 12L23 12' stroke='%2386C10F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 4L23 12L15 20' stroke='%2386C10F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 100%/50%;background-size:24px 24px}#fifth-page .img-mobile{display:none}#fifth-page .orange{color:#f94a0d}#fifth-page .image-container{width:43%}#fifth-page .fifth-page-info{opacity:0;top:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}#fifth-page .fifth-page-info p{display:block}#fifth-page .fifth-page-info:first-child{padding-top:26px}#fifth-page .fifth-page-info:not(:first-child){padding-top:32px}#fifth-page .fifth-page-info .imgs-icon-container{min-width:30px;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}#fifth-page .fifth-page-info p{font-family:SpaceGroteskRegular;font-size:14px;line-height:24px;margin-left:29px}#fifth-page .text-container{width:57%;padding:0 34px 0 123px}#fifth-page .text-container .inner-wrapper{position:relative;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#fifth-page .text-container .inner-wrapper .content-text-one{display:block;margin-bottom:20px}#fifth-page .text-container .inner-wrapper .content-text-two{display:block;margin-bottom:60px}#fifth-page .text-container .inner-wrapper .title-values{margin-bottom:50px;text-align:center;font-size:32px;line-height:25px}#fifth-page .text-container .inner-wrapper .description-our-values{display:-webkit-box;display:-ms-flexbox;display:flex}#fifth-page .text-container .inner-wrapper .description-our-values .value-card{margin-bottom:20px;padding-top:107px;width:189px}#fifth-page .text-container .inner-wrapper .description-our-values .value-card:first-child{background:url(/static/img/value_card_point.svg) no-repeat 50% 0;background-size:90px 90px}#fifth-page .text-container .inner-wrapper .description-our-values .value-card:nth-child(2){background:url(/static/img/value_card_integrity.svg) no-repeat 50% 0;background-size:90px 90px}#fifth-page .text-container .inner-wrapper .description-our-values .value-card:nth-child(3){background:url(/static/img/value_card_ingenuity.svg) no-repeat 50% 0;background-size:90px 90px}#fifth-page .text-container .inner-wrapper .description-our-values .value-card .description,#fifth-page .text-container .inner-wrapper .description-our-values .value-card .title{text-align:center}#fifth-page .img-ceo{width:372px;position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:-2vh;z-index:3;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}#fifth-page .img-ceo img{width:100%}#fifth-page .image-container{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#fifth-page .image-container .info-wrapper{width:100%;background:#feece6;border-radius:10px}#fifth-page .image-container .info-wrapper .image-inner{height:60%;background:url(/static/img/img_Fifth_page_photo.jpg) no-repeat 50%/cover;background-position-y:100%}#fifth-page .image-container .info-wrapper .info-inner{width:376px;margin:9vh auto 9.3vh}#fifth-page .image-container .info-wrapper .info-inner p{font-family:SpaceGroteskMedium;font-size:18px;line-height:28px;text-align:center;color:#565858}#fifth-page .image-container .info-wrapper .info-inner .border{width:100%;border:1px solid #e2cec7;margin-bottom:12px}#fifth-page .image-container .info-wrapper .info-inner .title .orange{color:#f94a0d;font-weight:700}#fifth-page .image-container .info-wrapper .info-inner .description{margin-bottom:20px;color:#fcfcfc}#fifth-page .image-container .info-wrapper .info-inner .description p{margin-bottom:15px}#six-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}#six-page .mobile,#six-page .six-title-mobile{display:none}#six-page .six-title{padding-left:123px;font-family:SpaceGroteskBold;letter-spacing:.1em;text-transform:uppercase;color:#f94a0d;font-size:36px;line-height:108%}#six-page .six-block-info-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}#six-page .content-six-page{margin:62px 129px 114px 123px}#six-page .content-six-page.mobile{display:none}#six-page .content-six-page .items-info{display:-webkit-box;display:-ms-flexbox;display:flex}#six-page .content-six-page .items-info .six-block-info-1{margin-right:60px}#six-page .content-six-page .items-info .six-block-info-1 .items-info-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#six-page .content-six-page .items-info .six-block-info-1 .items-info-block.mobile{display:none}#six-page .content-six-page .items-info .six-block-info-1 .items-info-block .block-info-six-page:first-child{margin-right:60px}#six-page .content-six-page .items-info .items-info-block-supp{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}#six-page .content-six-page .items-info .items-info-block-supp .block-info-six-page{margin-bottom:48px;max-width:230px;position:relative;left:29px}#six-page .content-six-page .items-info .items-info-block-supp .block-info-six-page p{font-family:SpaceGroteskRegular;font-size:14px;line-height:20px;color:#22252a}#six-page .content-six-page .items-info .items-info-block-supp .block-info-six-page .title{font-family:SpaceGroteskMedium;font-size:18px;line-height:28px;color:#22252a}#six-page .content-six-page .items-info .items-info-block-supp .request-expert{width:357px;padding:13px 53px 24px 29px;background:#fffaf9;border-radius:10px}#six-page .content-six-page .items-info .items-info-block-supp .request-expert p{font-family:SpaceGroteskMedium;margin-top:15px;font-size:14px;line-height:24px;color:#ffb89f}#six-page .content-six-page .items-info .items-info-block-supp .request-expert .title{background-image:url(/static/img/arrow-right2.png);font-family:SpaceGroteskMedium;font-size:16px;line-height:19px;color:#f94a0d;background-repeat:no-repeat;background-position-x:right;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:18px;background-position-y:bottom;cursor:pointer}#six-page .content-six-page .items-info .items-info-block{position:relative}#six-page .content-six-page .items-info .items-info-block:first-child{margin-bottom:48px}#six-page .content-six-page .items-info .items-info-block .block-info-six-page{max-width:310px}#six-page .content-six-page .items-info .items-info-block .block-info-six-page p{font-family:SpaceGroteskRegular;font-size:14px;line-height:20px;color:#22252a}#six-page .content-six-page .items-info .items-info-block .block-info-six-page .title{font-family:SpaceGroteskMedium;font-size:18px;line-height:28px;color:#22252a}#six-page .text-container{width:100%;padding:0}#six-page .text-container .header-six-page{background:linear-gradient(179deg,#fef6f3,#fef6f3,#fef6f3);background-size:0;background-repeat-y:no-repeat;padding:104px 50% 64px 123px;border-radius:10px 0 0 10px}#six-page .text-container .header-six-page .main-title{font-family:SpaceGroteskBold;font-size:36px;line-height:108%;margin-bottom:24px;color:#3b3f49}#six-page .text-container .header-six-page .main-title .orange{color:#f94a0d}#six-page .text-container .header-six-page p{font-family:SpaceGroteskRegular;font-size:18px;line-height:24px;color:#3b3f49}#six-page .text-container .header-six-page img{position:absolute;top:3vh;right:1vw}#seven-page .addres,#seven-page .footer-text-mobile{display:none}#seven-page .main-title{font-family:SpaceGroteskBold}#seven-page .block-text-content{font-family:SpaceGroteskRegular;font-size:18px;line-height:22px;color:#646566}#seven-page .text-container{width:63.9%}#seven-page .text-container .inner-wrapper{padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#seven-page .text-container .contact-us{padding:15px 68px 18px;font-family:SpaceGroteskRegular;border:none;margin-top:50px;font-size:18px;line-height:28px;color:#fff;background:#f87d53;border-radius:82px}#seven-page .text-container .form-wrapper.disabled{display:none}#seven-page .text-container .form-wrapper .input-area{outline:none;border:1px solid #e6e6e6;border-radius:4px;padding:12px 15px;width:100%;height:50px;font-size:18px;line-height:26px;color:rgba(0,0,0,.87);-webkit-transition:.15s cubic-bezier(.4,0,.2,1);transition:.15s cubic-bezier(.4,0,.2,1)}#seven-page .text-container .form-wrapper .input-area:focus{border-color:#4b4c4d}#seven-page .text-container .form-wrapper .input-area.focused~.floating-label,#seven-page .text-container .form-wrapper .input-area:focus:not(#userphone)~.floating-label{top:-8px;font-size:16px;line-height:18px;color:#4b4c4d}#seven-page .text-container .form-wrapper .floating-label{position:absolute;top:12px;left:15px;z-index:1;padding:0 5px;color:rgba(0,0,0,.6);-webkit-transition:.15s cubic-bezier(.4,0,.2,1);transition:.15s cubic-bezier(.4,0,.2,1);cursor:text}#seven-page .text-container .form-wrapper .floating-label:after{position:absolute;top:50%;left:0;z-index:-1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:3px;content:"";background-color:#fff}#seven-page .text-container .form-wrapper .floating-label.outlined{top:-8px;font-size:16px;line-height:18px;color:#4b4c4d}#seven-page .text-container .form-wrapper .text-content{position:relative;margin-bottom:35px}#seven-page .text-container .form-wrapper .text-content.text-name .name-input{width:100%;height:50px;background:#fff}#seven-page .text-container .form-wrapper .text-content.text-email .email-input{height:50px;background:#fff}#seven-page .text-container .form-wrapper .text-content.text-message{height:112px}#seven-page .text-container .form-wrapper .text-content.text-message .input-area{height:auto}#seven-page .text-container .form-wrapper .text-content.text-message .message-input{width:100%;height:112px;background:#fff}#seven-page .text-container .form-wrapper .text-content.text-message #textarea{position:relative;padding-top:13px;height:100%;resize:none}#seven-page .text-container .form-wrapper .checkbox-area{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px}#seven-page .text-container .form-wrapper .checkbox-area #input-checkbox{display:none}#seven-page .text-container .form-wrapper .checkbox-area #checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;cursor:pointer}#seven-page .text-container .form-wrapper .checkbox-area #checkbox-label .check-button{width:24px;height:24px;border:1px solid #e6e6e6;border-radius:2px;background:#fff}#seven-page .text-container .form-wrapper .checkbox-area #checkbox-label .check-text{margin-left:16px;font-size:16px;color:#646566}#seven-page .text-container .form-wrapper .checkbox-area #input-checkbox:checked+#checkbox-label .check-button{border:8px solid #4b4c4d}#seven-page .text-container .form-wrapper .callback-area.disabled{display:none}#seven-page .text-container .form-wrapper .callback-area .datepicker-title{margin-bottom:5px;font-size:18px;line-height:23px}#seven-page .text-container .form-wrapper .callback-area #datepicker-title{width:500px;height:50px}#seven-page .text-container .form-wrapper .callback-area #datepicker-wrap{position:relative;height:50px;background:#fff}#seven-page .text-container .form-wrapper .callback-area #datepicker-wrap #datepicker-input{border:1px solid #e6e6e6;border-radius:4px;padding:14px 50px 13px 16px;width:251px;height:100%;font-size:18px;line-height:23px;color:#2d2e2e;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M18.75 3H23.25V23.25H0.75V3H5.25' stroke='%234B4C4D' stroke-width='1.5'/%3E %3Cpath d='M9 3H16V6H19V3H23V9H1V3H5V6H9V3Z' fill='%234B4C4D'/%3E %3Cpath d='M8.25 3H15.75' stroke='%234B4C4D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E %3Cpath d='M9 0.75V0H8.25H5.25H4.5V0.75V5.25V6H5.25H8.25H9V5.25V0.75Z' fill='%234B4C4D' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E %3Cpath d='M19.5 0.75V0H18.75H15.75H15V0.75V5.25V6H15.75H18.75H19.5V5.25V0.75Z' fill='%234B4C4D' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='24' height='24' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat;background-position:90% 50%}#seven-page .text-container .form-wrapper .callback-area #datepicker-wrap #datepicker-input:focus{outline:1px solid #646566}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timepicker-input{outline-color:rgba(0,0,0,0);border:1px solid #e6e6e6;border-radius:4px 1px 1px 4px;width:100px;height:50px;text-align:center;font-size:18px;line-height:23px}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__trigger{display:none}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__select{padding:0 5px;border:0;border-radius:0 4px 4px 0;height:50px;width:120px;color:#e6e6e6;background:#4b4c4d;-webkit-box-shadow:none;box-shadow:none;text-shadow:none}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__select-text{font-size:16px;line-height:48px;text-align:center}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__dropdown{border-radius:0;border-color:#646566}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__dropdown ul{height:170px}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__dropdown ul::-webkit-scrollbar-track{background-color:#f5f5f5}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__dropdown ul::-webkit-scrollbar{width:3px;background-color:#f5f5f5}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb{background-color:#646566;border-radius:1px}#seven-page .text-container .form-wrapper .submit-btn{display:block;border:0;border-radius:2px;width:256px;font-size:18px;font-weight:600;line-height:56px;text-align:center;color:#fff;background:#f94a0d;cursor:pointer}#seven-page .text-container .popup-wrapper{margin-top:50vh;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#seven-page .text-container .popup-wrapper.disabled{display:none}#seven-page .text-container .popup-wrapper .title{display:block;margin-bottom:20px;font-size:38px;line-height:41px;font-weight:700}#seven-page .text-container .popup-wrapper .title .orange{color:#f94a0d}#seven-page .text-container .popup-wrapper .text-content{margin-bottom:10px;font-size:18px;line-height:22px}#seven-page .text-container .popup-wrapper .text-content:last-of-type{margin-bottom:50px}#seven-page .text-container .popup-wrapper .close-btn{border-radius:2px;max-width:262px;text-align:center;font-size:18px;font-weight:700;line-height:56px;color:#fff;background:#f94a0d;cursor:pointer}#seven-page .image-container{width:36.1%}#seven-page .image-container .contact{margin-bottom:32px}#seven-page .image-container .info-wrapper{padding:0;height:100vh;color:#fff;background:#161618}#seven-page .image-container .info-wrapper .image-inner{height:47%;background:url(/static/img/contacts_background.jpg) no-repeat 50%/cover}#seven-page .image-container .info-wrapper .info-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:6vh 15%;height:53%}#seven-page .image-container .info-wrapper .info-inner .info-inner-title{margin-bottom:8px;font:18px SpaceGroteskBold}#seven-page .image-container .info-wrapper .info-inner .info-inner-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px;font:24px SpaceGroteskLight}#seven-page .image-container .info-wrapper .info-inner .info-inner-description:last-child{margin-bottom:0}#seven-page .image-container .info-wrapper .info-inner .social{text-decoration:none;color:inherit}#seven-page .image-container .info-wrapper .info-inner .social:not(:first-child){margin-top:15px}#eight-page .carusel{display:none}#eight-page .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}#eight-page .slick-list{width:100%}#eight-page .slick-slide{display:block!important}#eight-page .slick-slide .showcase-tabs{max-width:244px;min-width:244px;margin:0 auto;height:149px!important}#eight-page .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;padding-left:0}#eight-page .slick-dots li{width:7px;height:7px;border:none;border-radius:2px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);margin-right:4px;margin-left:4px;background:#f94a0d;opacity:.3}#eight-page .slick-dots li.slick-active{opacity:1}#eight-page .slick-dots li button{display:none}#eight-page .text-container{width:100%}#eight-page .text-container .inner-wrapper{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#eight-page .text-container .inner-wrapper .title-content{margin-top:20px;margin-bottom:45px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}#eight-page .text-container .inner-wrapper .slick-slide,#eight-page .text-container .inner-wrapper .text-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.05);box-shadow:0 4px 12px rgba(0,0,0,.05);border-radius:10px;background-size:initial;margin-bottom:49px;width:244px;height:149px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs:hover,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-toweya,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya{background:url(/static/img/Group200.svg) no-repeat 50%}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-toweya .description-container p:first-child,#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-toweya .description-container p:nth-child(2),#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya .description-container p:first-child,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya .description-container p:nth-child(2){color:#86c10f}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-numus,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus{background:url(/static/img/numus_logo1.svg) no-repeat 50%}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-numus .description-container p:first-child,#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-numus .description-container p:nth-child(2),#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus .description-container p:first-child,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus .description-container p:nth-child(2){color:#f1a346}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-buckardo,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-buckardo{background:url(/static/img/image1.svg) no-repeat 50%}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-cjp,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-cjp{background:url(/static/img/image4.svg) no-repeat 50%}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-em,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-em{background:url(/static/img/image5.svg) no-repeat 50%}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-sensornaut,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-sensornaut{background:url(/static/img/image6.svg) no-repeat 50%}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-infobizzer,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-infobizzer{background:url(/static/img/image7.svg) no-repeat 50%}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-incase,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase{background:url(/static/img/Group2.svg) no-repeat 50%}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-incase .description-container p:first-child,#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-incase .description-container p:nth-child(2),#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase .description-container p:first-child,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase .description-container p:nth-child(2){color:#2bbbe8}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs .background-container,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs .background-container{display:none;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:15px;width:98px;height:98px;background-size:98px 98px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs .description-container,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container{position:relative;display:none;-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs .description-container p:first-child,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container p:first-child{margin-bottom:3px;font-size:24px;font-weight:700}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs .description-container p:nth-child(2),#eight-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container p:nth-child(2){font-size:14px;line-height:18px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs .description-container p:nth-child(3),#eight-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container p:nth-child(3){position:absolute;bottom:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;line-height:18px;color:#4b4c4d}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs .description-container p:nth-child(3) .next-arrow,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container p:nth-child(3) .next-arrow{display:block;margin-left:9px;width:16px;height:18px;background:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9 9L13 5L9 1' stroke='%234B4C4D' stroke-linecap='round'/%3E %3Cpath d='M1 5H12.3333' stroke='%234B4C4D' stroke-linecap='round'/%3E %3Cpath d='M13.0002 5H12.3335' stroke='%234B4C4D' stroke-linecap='round'/%3E %3C/svg%3E") no-repeat 50%}#eight-page .text-description{display:none;height:47vh;background:#fff}#eight-page .text-description .tabs-content{display:none;padding:44px 107px 0 54vh;height:100%}#eight-page .text-description .tabs-content .back-button{position:absolute;top:19px;left:24px;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 12H1' stroke='%234B4C4D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 20L1 12L9 4' stroke='%234B4C4D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 50%/50%;background-size:24px 24px}#eight-page .text-description .tabs-content .tabs-title{margin-bottom:21px;height:52px}#eight-page .text-description .tabs-content .tabs-title p{margin-bottom:-4px;font-size:28px;line-height:30px;font-weight:700}#eight-page .text-description .tabs-content .tabs-title a{font-size:14px;line-height:15px;text-decoration:none;opacity:.6}#eight-page .text-description .tabs-content .next-page{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:60px;font-size:24px;font-weight:700}#eight-page .text-description .tabs-content .next-page p{margin-bottom:6px;cursor:pointer}#eight-page .text-description .description-toweya{border-top:4px solid #86c10f;background:url(/static/img/background_desc_toweya.svg) no-repeat 0/50%;background-size:49vh 49vh}#eight-page .text-description .description-toweya .tabs-title{padding-left:44px;background:url(/static/img/title_logo_toweya.svg) no-repeat 0/50%;background-size:27px 52px}#eight-page .text-description .description-toweya .tabs-title p{color:#86c10f}#eight-page .text-description .description-toweya .tabs-title a{color:#2e4106}#eight-page .text-description .description-toweya .next-page .go-incase{padding-left:32px;color:#2bbbe8;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 12L1 12' stroke='%232BBBE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 20L1 12L9 4' stroke='%232BBBE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 0/50%;background-size:24px 24px}#eight-page .text-description .description-toweya .next-page .go-numus{padding-right:32px;color:#f1a346;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3 12L23 12' stroke='%23F1A346' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 4L23 12L15 20' stroke='%23F1A346' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 100%/50%;background-size:24px 24px}#eight-page .text-description .description-numus{border-top:4px solid #f1a346;background:url(/static/img/background_desc_numus.svg) no-repeat 0/50%;background-size:49vh 49vh}#eight-page .text-description .description-numus .tabs-title{padding-left:70px;background:url(/static/img/title_logo_numus.svg) no-repeat 0/50%;background-size:52px 52px}#eight-page .text-description .description-numus .tabs-title p{color:#f1a346}#eight-page .text-description .description-numus .tabs-title a{color:#701d0b}#eight-page .text-description .description-numus .next-page .go-toweya{padding-left:32px;color:#86c10f;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 12L1 12' stroke='%2386C10F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 20L1 12L9 4' stroke='%2386C10F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 0/50%;background-size:24px 24px}#eight-page .text-description .description-numus .next-page .go-incase{padding-right:32px;color:#2bbbe8;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3 12L23 12' stroke='%232BBBE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 4L23 12L15 20' stroke='%232BBBE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 100%/50%;background-size:24px 24px}#eight-page .text-description .description-incase{border-top:4px solid #2bbbe8;background:url(/static/img/background_desc_incase.svg) no-repeat 0/50%;background-size:218px 210px;background-size:49vh 49vh}#eight-page .text-description .description-incase .tabs-title{padding-left:70px;background:url(/static/img/title_logo_incase.svg) no-repeat 0/50%;background-size:52px 52px}#eight-page .text-description .description-incase .tabs-title p{color:#2bbbe8}#eight-page .text-description .description-incase .tabs-title a{color:#646566}#eight-page .text-description .description-incase .next-page .go-numus{padding-left:32px;color:#f1a346;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 12L1 12' stroke='%23F1A346' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 20L1 12L9 4' stroke='%23F1A346' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 0/50%;background-size:24px 24px}#eight-page .text-description .description-incase .next-page .go-toweya{padding-right:32px;color:#86c10f;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3 12L23 12' stroke='%2386C10F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15 4L23 12L15 20' stroke='%2386C10F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 100%/50%;background-size:24px 24px}#nine-page .orange{color:#f94a0d}#nine-page .text-container .inner-wrapper{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:-50px;width:100%}#nine-page .text-container .inner-wrapper .img-mob{display:none}#nine-page .text-container .inner-wrapper .content-text-one{display:block;margin-bottom:20px}#nine-page .text-container .inner-wrapper .content-text-two{display:block;margin-bottom:60px}#nine-page .text-container .inner-wrapper .title-values{margin-bottom:50px;font-size:32px;line-height:25px}#nine-page .text-container .inner-wrapper .description-our-values{display:-webkit-box;display:-ms-flexbox;display:flex}#nine-page .text-container .inner-wrapper .description-our-values .value-card{margin-bottom:20px;padding-top:107px;width:189px}#nine-page .text-container .inner-wrapper .description-our-values .value-card p{font-family:SpaceGroteskRegular;font-size:14px}#nine-page .text-container .inner-wrapper .description-our-values .value-card p:first-child{font-size:20px;font-family:SpaceGroteskBold;margin-top:10px}#nine-page .text-container .inner-wrapper .description-our-values .value-card:first-child{background:url(/static/img/value_card_point.svg) no-repeat 50% 0;background-size:90px 90px}#nine-page .text-container .inner-wrapper .description-our-values .value-card:nth-child(2){background:url(/static/img/value_card_integrity.svg) no-repeat 50% 0;background-size:90px 90px}#nine-page .text-container .inner-wrapper .description-our-values .value-card:nth-child(3){background:url(/static/img/value_card_ingenuity.svg) no-repeat 50% 0;background-size:90px 90px}#nine-page .text-container .inner-wrapper .description-our-values .value-card .description,#nine-page .text-container .inner-wrapper .description-our-values .value-card .title{text-align:center}#nine-page .image-container{height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}#nine-page .image-container .request-expert-now{padding:16px 43px 17px 49px;background:#f87d53;border:none;margin-top:30px;border-radius:82px;z-index:15}#nine-page .image-container .request-expert-now p{margin-bottom:0;font-family:SpaceGroteskMedium;font-size:18px;line-height:28px;color:#fff;background-image:url(/static/img/arrow-right1.png);background-position-x:right;background-position-y:center;padding-right:46px;background-repeat:no-repeat}#nine-page .image-container .img-ceo{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;position:relative;top:-17vh;z-index:2;height:100%}#nine-page .image-container .img-ceo .mobile{display:none}#nine-page .image-container .info-wrapper{height:451px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:97px;border-radius:10px;padding-right:54px;position:absolute}#nine-page .image-container .info-wrapper .image-inner{height:60%;background:url(/static/img/img_Fifth_page_photo.jpg) no-repeat 50%/cover;background-position-y:100%}#nine-page .image-container .info-wrapper .info-inner strong{margin-bottom:0;padding-bottom:0;display:block}#nine-page .image-container .info-wrapper .info-inner ul{padding-left:24px}#nine-page .image-container .info-wrapper .info-inner .title .orange{color:#f94a0d;font-weight:700}#nine-page .image-container .info-wrapper .info-inner .description{margin-bottom:20px;color:#fcfcfc}#nine-page .image-container .info-wrapper .info-inner .description p{margin-bottom:15px}#form-request-wrapper{height:100vh;width:100vw;opacity:0;top:-100vh;z-index:101;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;left:-100vw;position:fixed;display:none;background-color:#3b3f49}#asap,#asap-mobile{display:none}input#asap:checked+label{color:#f94a0d}input#asap-mobile:checked+label{background:rgba(241,137,101,.1)!important;border:1px solid #f94a0d!important}input#asap-mobile:checked+label span{color:#f94a0d!important}.mobile-developers{display:none;position:fixed;height:100vh;width:100vw;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-developers .mobile-dev-block{width:100%;height:285px;background:#3b3f49;text-align:center;padding-top:31px;padding-bottom:34px}.mobile-developers .mobile-dev-block .title{font-size:16px;line-height:19px;font-family:SpaceGroteskRegular;text-align:center;color:#f2f2f2;margin-bottom:23px}.mobile-developers .mobile-dev-block .quantity-developers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mobile-developers .mobile-dev-block .quantity-developers input[type=radio]:checked+label{background:rgba(241,137,101,.1);border:1px solid #f94a0d}.mobile-developers .mobile-dev-block .quantity-developers input[type=radio]{display:none}.mobile-developers .mobile-dev-block .havent-developers-block{position:static;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;margin-top:12px;color:#f94a0d}.mobile-developers .mobile-dev-block .havent-developers-block input[type=checkbox]:checked+label .check{background:#f94a0d}.mobile-developers .mobile-dev-block .havent-developers-block label span:not(:first-child){max-height:100%}.mobile-developers .mobile-dev-block .developers-items{width:50%;height:66px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(91,97,113,.2);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:10px;cursor:pointer;color:#f2f2f2}.mobile-developers .mobile-dev-block .developers-items.mb{margin-bottom:16px}.mobile-developers .mobile-dev-block .developers-items .orange{color:#f94a0d}.havent-developers-block{position:absolute;bottom:-32px;left:-20px}.havent-developers-block label{opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.havent-developers-block label span:not(:first-child){max-height:15px}.havent-developers-block label .check{width:14px;height:14px;background:rgba(241,137,101,.1);border:1px solid #f94a0d;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:8px}.havent-developers-block input{display:none}.havent-developers-block input:checked+label{opacity:1}.havent-developers-block input:checked+label .check{background-color:#f94a0d}.div-relative{position:relative}.formik{height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.estimated_duration-mounth{padding-bottom:0!important}.form-request{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-request,.form-request__footer{display:-webkit-box;display:-ms-flexbox;display:flex}.form-request__footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px;margin-bottom:73px;margin-left:120px}.form-request__footer img:first-child{margin-right:20px}.form-request__header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:80px}.form-request__link{margin-left:120px;color:#f94a0d;opacity:.4;font-size:18px;cursor:pointer;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.form-request__close-btn{cursor:pointer;position:relative;margin-left:auto;margin-right:85px;width:16px;height:16px}.form-request__close-btn:after,.form-request__close-btn:before{position:absolute;left:6px;top:-3px;content:"";height:22px;width:3px;background-color:#adafb2}.form-request__close-btn:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.form-request__close-btn:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.form-request__pagination{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:340px;height:38px;margin-left:auto;margin-right:auto}.form-request__pagination:before{position:absolute;z-index:-10;width:330px;height:1px;top:17px;left:5px;content:"";background-color:#484d59}.form-request__estimated-startdate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-request__step-pointer{width:28px;height:28px;border-radius:100%;background-color:#484d59;color:#878483;text-align:center;font-size:12px;line-height:28px;z-index:5}.form-request__step-pointer.active{width:38px;height:38px;border:1px solid #f94a0d;color:#f94a0d;font-size:18px;line-height:35px}.form-request__step-controls{display:-webkit-box;display:-ms-flexbox;display:flex;width:514px;margin-left:auto;margin-right:auto}.form-request__step-btn{width:242px;height:70px;border:none;border-radius:10px;background-color:#444955;margin-left:auto;margin-right:auto;outline:none;font-size:18px;line-height:32px;text-align:center;color:#fff;opacity:.9}.form-request__step-btn--prev{display:none}.form-request__step-btn--next{background-color:#f94a0d}.form-request__step-btn--next-2{display:none;background-color:#f94a0d}.form-request__step-btn--next-2:disabled{opacity:.4}.form-request__tabs{height:100%;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}.form-request__tab-content{display:none;width:948px;opacity:0;margin-left:auto;margin-right:auto;margin-bottom:50px}.form-request__tab-content.active{opacity:1;display:block}.form-request__step-title{font-size:36px;font-weight:600;line-height:40px;text-align:center;color:#f2f2f2;margin-bottom:79px}.form-request__step-title.title2{margin-bottom:40px}.form-request__step-title--highlighted{color:#f94a0d}.form-request__step-title--subtitle{font-size:18px;font-weight:500}.form-request__step-title--subtitle-opacity{font-size:18px;font-weight:500;line-height:10px;color:hsla(0,0%,94.9%,.6)}.form-request__step-subtitle{font-size:18px;font-weight:400}.form-request__step-content--experts{display:-webkit-box;display:-ms-flexbox;display:flex;width:917px;margin-left:auto;margin-right:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-request__single-expert{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:206px;height:66px;margin-bottom:48px;background-color:rgba(91,97,113,.2);border-radius:10px;cursor:pointer;color:#f2f2f2;font-size:16px;line-height:19px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-request__single-expert.active{background:rgba(241,137,101,.1);border:1px solid #f94a0d;color:#f94a0d}.form-request__single-expert:nth-child(2).active,.form-request__single-expert:nth-child(8).active{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 24px 6px;font-size:12px}.form-request__single-expert:nth-child(2).active .form-request__developers-quantity-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.form-request__single-expert:nth-child(8).active{padding:0 24px 18px}.form-request__single-expert:nth-child(8).active .form-request__other-expert-input{display:block}.form-request__developers-quantity-block{display:none;position:relative}.form-request__developers-quantity-block:before{content:"";position:absolute;top:-10px;left:0;width:100%;height:1px;background-color:#fdfdfd}.form-request__other-expert-input{display:none;background-color:rgba(0,0,0,0);border:none;width:100%;outline:none;color:#f94f0d;font-size:16px;line-height:19px}.form-request__other-expert-input::-webkit-input-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-expert-input::-moz-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-expert-input:-ms-input-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-expert-input::-ms-input-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-expert-input::placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__developers-quantity-input,.form-request__expert-input--radio{display:none}.form-request__quantity-item{position:relative;cursor:pointer;color:#fff}.form-request__quantity-item.active{color:#f94a0d}.form-request__quantity-item.active:before{background-color:#f94a0d}.form-request__quantity-item:before{content:"";position:absolute;top:-15px;left:-2px;width:9px;height:9px;border:1px solid #fdfdfd;border-radius:2px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#3b3f49}.form-request__step-content--technology{display:-webkit-box;display:-ms-flexbox;display:flex;height:400px;-ms-flex-pack:distribute;justify-content:space-around;overflow-y:scroll}.form-request__step-content--technology::-webkit-scrollbar{width:4px}.form-request__step-content--technology::-webkit-scrollbar-thumb{width:10px;height:183px;position:absolute;background-color:rgba(249,74,13,.75);border-radius:5px}.form-request__step-content--technology::-webkit-scrollbar-track{background-color:hsla(0,0%,76.9%,.1)}.form-request__technology-direction{width:442px}.form-request__technology-direction input[type=checkbox]:checked+label{background:rgba(241,137,101,.1);border:1px solid #f94a0d;color:#f94a0d}.form-request__technology-direction{margin-bottom:16px;position:relative}.form-request__technology-direction-title{color:#f2f2f2;font-size:16px;font-weight:500;margin-bottom:16px}.form-request__technology-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-request__single-technology{position:relative;width:142px;height:37px;margin-bottom:12px;margin-right:8px;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;background-color:rgba(91,97,113,.2);border-radius:10px;color:#f2f2f2;font-size:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-request__single-technology:nth-child(3n){margin-right:0}.form-request__single-technology.active{background:rgba(241,137,101,.1);border:1px solid #f94a0d;color:#f94a0d}.form-request__technology-input--checkbox{display:none}.form-request__other-technology{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.form-request__other-technology.active .form-request__other-technology-input{display:block}.form-request__other-technology.active .form-request__add-new-technology-btn{background-color:rgba(91,97,113,.2);border-radius:10px;width:38px}.form-request__other-technology-input{display:none;width:225px;margin-right:15px;background-color:rgba(0,0,0,0);border:none;border-bottom:1px solid #f94f0d;padding:0 0 3px 5px;outline:none;color:#fff}.form-request__add-new-technology-btn{padding:0 5px;cursor:pointer;background-color:rgba(0,0,0,0);border:none;font-size:19px;color:#f94f0d;outline:none}.form-request__step-content--important-aspects{-ms-flex-wrap:wrap;flex-wrap:wrap;width:786px;margin-left:auto;margin-right:auto}.form-request__single-aspect,.form-request__step-content--important-aspects{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-request__single-aspect{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:378px;height:66px;margin-bottom:40px;background:#5b6171;border-radius:10px;cursor:pointer;color:#fff;font-size:16px;line-height:19px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.form-request__single-aspect span{width:100%;padding:0 80px}.form-request__aspect-input--checkbox,.form-request__aspect-input--checkbox-input{display:none}.form-request__aspect-order{position:absolute;margin-right:40px;width:18px;height:16px;right:0;top:25px;opacity:.5;border:1px solid #f2f2f2;-webkit-box-sizing:border-box;box-sizing:border-box}.form-request__tab-submit .title-submit{text-align:center;font-family:SpaceGroteskBold;font-size:36px;line-height:108%;margin-bottom:24px}.form-request__tab-submit .title-submit .orange{color:#f94a0d}.form-request__tab-submit .description{color:#fff;opacity:.7;font-size:14px;line-height:14px;text-align:center;font-family:SpaceGroteskRegular}.form-request__aspect-input--checkbox:checked+.form-request__single-aspect{background:rgba(241,137,101,.1);border:1px solid #f94a0d;border-radius:10px;line-height:17px;color:#f94a0d}.form-request__aspect-input--checkbox:checked+.form-request__single-aspect .form-request__aspect-order{border:none;font-weight:400;font-size:24px;color:#f94a0d;opacity:1}.form-request__aspect-input--checkbox-input:checked+.form-request__single-aspect{background:rgba(241,137,101,.1);border:1px solid #f94a0d;border-radius:10px;font-size:14px;line-height:17px;color:#f94a0d}.form-request__aspect-input--checkbox-input:checked+.form-request__single-aspect .form-request__aspect-order{border:none;font-weight:400;font-size:24px;color:#f94a0d;opacity:1}.form-request__other-aspect-input{display:none;background-color:rgba(0,0,0,0);border:none;width:160px;height:22px;padding:10px 2px 4px;outline:none;color:#f94f0d;font-size:16px}.form-request__other-aspect-input::-webkit-input-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-aspect-input::-moz-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-aspect-input:-ms-input-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-aspect-input::-ms-input-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-aspect-input::placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request #sixth-important-aspect:checked+.form-request__single-aspect{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 24px 18px;font-size:12px}.form-request #sixth-important-aspect:checked+.form-request__single-aspect .form-request__other-aspect-input{display:block}.form-request__step-content--own-team{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-request__company-methodology-title,.form-request__reports-head-title,.form-request__start-date-title{width:100%;margin-bottom:32px;font-weight:500;font-size:18px;color:#f2f2f2}.form-request input::-webkit-inner-spin-button,.form-request input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-request__company-methodology,.form-request__reports-head{position:relative;width:436px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-request__date-info--or{font-family:SpaceGroteskRegular;font-size:16px;line-height:108%;color:#999;margin-left:23px;margin-right:21px}.form-request__date-info--asap{font-size:16px;line-height:108%;cursor:pointer;text-transform:uppercase;color:#666}.form-request__date-info--asap.active{color:#f94a0d}.form-request__methodology-input--radio,.form-request__own-team-input--radio{position:absolute;display:none}.form-request__estimated-duration{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-request__estimated-duration,.form-request__estimated-duration div:not(.error-date){display:-webkit-box;display:-ms-flexbox;display:flex}.form-request__estimated-duration.mobile{display:none}.form-request__reports-expert,.form-request__single-methodology{position:relative;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;width:206px;height:66px;margin-bottom:24px;background:rgba(91,97,113,.2);border-radius:10px;color:#fff;font-size:16px;line-height:19px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-request__methodology-input--radio:checked+.form-request__single-methodology,.form-request__own-team-input--radio:checked+.form-request__reports-expert{background:rgba(241,137,101,.1);border:1px solid #f94a0d;color:#f94a0d}.form-request #fifth-company-methodology:checked+.form-request__single-methodology{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 24px 18px;font-size:12px}.form-request #fifth-company-methodology:checked+.form-request__single-methodology .form-request__other-methodology-input{display:block}.form-request__other-methodology-input{display:none;background-color:rgba(0,0,0,0);border:none;width:100%;height:22px;padding:10px 2px 4px;outline:none;color:#f94f0d;font-size:16px}.form-request__start-date-block1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}.form-request__other-methodology-input::-webkit-input-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-methodology-input::-moz-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-methodology-input:-ms-input-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-methodology-input::-ms-input-placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__other-methodology-input::placeholder{color:#f94f0d;opacity:.32;font-size:16px}.form-request__p-months{margin-left:8px;font-family:SpaceGroteskRegular;font-size:14px;line-height:108%;color:#fff}.form-request__estimated-name{line-height:36px}.form-request__estimated-name,.form-request__estimated-names{margin-right:7px;font-size:14px;font-weight:500;color:#f2f2f2}.form-request__estimated-names{line-height:18px}.form-request__estimated-names.ml{margin-left:8px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.form-request__estimated-names-month{height:24px;margin-top:31px}.form-request__date-info-input{display:block;width:35px;background-color:rgba(0,0,0,0);border:none;border-bottom:1px solid #666;outline:none;cursor:pointer;text-align:center;padding-bottom:6px;font-size:14px;font-weight:500;color:#fff}.form-request__date-info-input:focus{border-bottom:1px solid #f94a0d}.form-request__date-info--date,.form-request__date-info--mounth,.form-request__date-info--year{position:relative;position:absolute;top:20px;color:hsla(0,0%,40%,.4);font-size:12px}.form-request__date-info-input:focus+.form-request__date-info--date:before,.form-request__date-info-input:focus+.form-request__date-info--mounth:before,.form-request__date-info-input:focus+.form-request__date-info--year:before{color:rgba(249,74,13,.4)}.form-request__date-info--slash{position:relative;margin-right:18px}.form-request__date-info--slash:before{content:"";position:absolute;top:12px;right:-15px;width:17px;height:1px;background-color:hsla(0,0%,94.9%,.5);-webkit-transform:matrix(.27,-.94,1.02,.15,0,0);-ms-transform:matrix(.27,-.94,1.02,.15,0,0);transform:matrix(.27,-.94,1.02,.15,0,0)}.form-request__tab-pdf{display:none}.form-request__tab-pdf .orange{color:#f94a0d}.form-request__tab-pdf .form-request__step-title--subtitle-opacity{margin-top:24px;margin-bottom:75px;font-family:Space Grotesk;font-weight:500;font-size:18px;line-height:22px;text-align:center;color:#f2f2f2;opacity:1}.form-request__step-content--contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-request__contact-input,.form-request__pdf-input{width:378px;height:60px;margin-bottom:20px;background:#b8bcc6;border:none;border-radius:10px;font-size:18px;color:#5b6171;padding:20px 19px}.form-request__contact-input:focus,.form-request__pdf-input:focus{background:#e3e4e8}.form-request__contact-input::-webkit-input-placeholder,.form-request__pdf-input::-webkit-input-placeholder{color:#5b6171}.form-request__contact-input::-moz-placeholder,.form-request__pdf-input::-moz-placeholder{color:#5b6171}.form-request__contact-input:-ms-input-placeholder,.form-request__pdf-input:-ms-input-placeholder{color:#5b6171}.form-request__contact-input::-ms-input-placeholder,.form-request__pdf-input::-ms-input-placeholder{color:#5b6171}.form-request__contact-input::placeholder,.form-request__pdf-input::placeholder{color:#5b6171}.iti__country-list{z-index:555;opacity:1;background:#b8bcc6;border-left:none;border-right:none}.iti__country-list::-webkit-scrollbar{width:4px}.iti__country-list::-webkit-scrollbar-thumb{width:15px;height:50px;position:absolute;background-color:rgba(249,74,13,.75);border-radius:5px}.iti__country-list::-webkit-scrollbar-track{background-color:hsla(0,0%,76.9%,.1)}.borders{border-radius:10px 10px 0 0}.iti .userphone{padding-left:19px!important}.iti .userphone.focused{padding-left:101px!important}.iti .userphone.focused::-webkit-input-placeholder{color:rgba(0,0,0,0)}.iti .userphone.focused::-moz-placeholder{color:rgba(0,0,0,0)}.iti .userphone.focused:-ms-input-placeholder{color:rgba(0,0,0,0)}.iti .userphone.focused::-ms-input-placeholder{color:rgba(0,0,0,0)}.iti .userphone.focused::placeholder{color:rgba(0,0,0,0)}.bg-input{background:#e3e4e8}.error-date{display:none;margin-top:36px}.error-date .error{font-family:SpaceGroteskRegular;font-size:12px;line-height:108%;display:block;width:100%;color:#f94a0d;padding-left:10px;display:none}.beforeNone:before{content:none}.checkDev{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;padding-top:6px!important}.checkDev .havent-developers-block{bottom:-45px}.iti__flag-container{display:none}.overflow-hidd{overflow:hidden!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}#main{background-color:#fff}h1,h2,h3,p{margin:0;padding:0}.grain{position:fixed;z-index:-1}body{margin:0;padding:0;overflow:hidden;color:#2d2e2e;font-family:SpaceGroteskRegular,Arial,Helvetica,sans-serif;font-size:18px;line-height:26px}.mobile-scroll-block{display:none}.symbol{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:19px}.header{position:fixed;top:0;left:0;padding:48px 30px 40px;width:110px;background-color:#fff}.header,.header .header-container{visibility:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh}.header,.header .header-container,.header .header-container .lang-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header .header-container .lang-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header .header-container .lang-wrap .current-lang{display:none;width:22px;text-align:center;font-size:18px;line-height:20px;text-transform:uppercase;cursor:pointer;color:#4b4c4d}.header .header-container .lang-wrap .lang-nav{margin:0;padding:0;width:50px;display:-webkit-box;display:-ms-flexbox;display:flex}.header .header-container .lang-wrap .lang-nav .lang-select:not(:first-child){display:none}.header .header-container .lang-wrap .lang-nav:hover .lang-select:not(:first-child){display:block}.header .header-container .lang-wrap .lang-nav .lang-select{padding:10px;list-style:none;text-decoration:none;text-align:center;cursor:pointer;color:#4b4c4d}.header .header-container .lang-wrap .lang-nav .lang-select.active-lang{cursor:auto}.header .header-container .lang-wrap .lang-nav .lang-select:hover{display:block}.header .header-container .pagination-container{margin:0 auto;width:27px;height:227px;position:relative}.header .header-container .pagination-container:after{bottom:0;display:block;margin-top:13px;height:100%;background:#e2e2e2;content:"";z-index:-1}.header .header-container .pagination-container .mover,.header .header-container .pagination-container:after{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1px}.header .header-container .pagination-container .mover{height:15px;background-color:#f94a0d;top:0}.header .header-container .pagination-container .pagination-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:100%}.header .header-container .pagination-container .pagination-wrap .input-btn{position:absolute;left:-99999em;top:-99999em}.header .header-container .pagination-container .pagination-wrap .checkbox-btn{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);position:relative;-webkit-transition:all .15s linear;transition:all .15s linear}.header .header-container .pagination-container .pagination-wrap .checkbox-btn:last-child .status-bar:after{display:none}.header .header-container .pagination-container .pagination-wrap .checkbox-btn .status-bar{position:relative;display:block;border:1px solid #afb1b3;border-radius:2px;width:14px;height:14px;background:#f7f7f7;cursor:pointer;-webkit-transition:all .2s linear;transition:all .2s linear}.header .header-container .pagination-container .pagination-wrap .checkbox-btn .status-bar:before{position:absolute;left:-3px;bottom:-9px;display:block;-webkit-transform:rotate(45deg) translateX(-50%) translateY(-10px);-ms-transform:rotate(45deg) translateX(-50%) translateY(-10px);transform:rotate(45deg) translateX(-50%) translateY(-10px);height:12px;width:1.5px;background:#f94a0d;content:"";z-index:-1}.header .header-container .pagination-container .pagination-wrap .checkbox-btn .status-bar .inner-btn-active{width:1px;height:1px;background:#f94a0d;position:absolute;top:50%;left:50%;display:block;visibility:hidden;border-radius:23%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .35s cubic-bezier(.01,.38,1,.61);transition:all .35s cubic-bezier(.01,.38,1,.61)}.header .header-container .pagination-container .pagination-wrap .checkbox-btn-active{margin-top:-2px;margin-bottom:-2px}.header .header-container .pagination-container .pagination-wrap .checkbox-btn-active .status-bar{width:18px;height:18px;background:#fff;border-color:#f94a0d}.header .header-container .pagination-container .pagination-wrap .checkbox-btn-active .status-bar .inner-btn-active{width:8px;height:8px;visibility:visible}.header .header-container .pagination-container .pagination-wrap a{display:block;margin:0 auto;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);border:1px solid #afb1b3;border-radius:2px;width:14px;height:14px}.header .header-container #header-logo{width:52px;height:166px;text-indent:-9999px;background:url(/static/img/header_Centroit_logo.svg) no-repeat 50%/cover}.header .header-container .header-btn-switcher{display:none;margin:auto 0;width:26px;height:26px;background:url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3.25024 13H22.7502' stroke='%232D2E2E' stroke-width='1.58333' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M3.25024 6.5H22.7502' stroke='%232D2E2E' stroke-width='1.58333' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M3.25024 19.5H22.7502' stroke='%232D2E2E' stroke-width='1.58333' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 50%/cover}.header .header-container .header-btn-switcher.disable-menu{background:url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.10596 6L19.8945 19.7886' stroke='%232D2E2E' stroke-width='1.58333' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6.1062 20L19.8948 6.21142' stroke='%232D2E2E' stroke-width='1.58333' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E")}.header .header-container .side-bar{display:none;position:absolute;top:60px;left:0;bottom:0;overflow-x:hidden;overflow-y:auto}.header .header-container .side-bar.enabled-menu{left:0!important}.header .header-container .side-bar .header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:26px;padding-left:30px;padding-right:25px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:0}.header .header-container .side-bar .header-menu .anchor-link{margin-bottom:14px;text-decoration:none;font-family:SpaceGroteskRegular;padding-bottom:14px;font-size:24px;line-height:144%;width:100%;cursor:pointer;color:#2d2e2e}.header .header-container .side-bar .header-menu .anchor-link:not(:last-child){border-bottom:1px solid #f94a0d}.header .header-container .side-bar .header-menu .anchor-link:last-child{margin-bottom:0}.mobile-hide,.mobile-learn-more{display:none;font-size:14px;line-height:20px;color:#f94a0d}.sidebar-layout{position:fixed;z-index:4;opacity:.3;background:#4b4b4b}.page,.sidebar-layout{display:none;width:100vw;height:100vh}.page{padding-left:110px}.page .text-container{padding:0 100px;width:65%;opacity:1}.page .text-container .inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;color:#2d2e2e}.page .text-container .inner-wrapper .main-title{font-family:SpaceGroteskBold}.page .text-container .inner-wrapper .main-title>span{display:block}.page .text-container .inner-wrapper .main-title>span .orange{color:#f94a0d}.page .text-container .inner-wrapper .title-content{margin-top:30px;margin-bottom:20px;font-size:18px;line-height:26px;opacity:1}.page .text-container .inner-wrapper .text-content{height:auto;opacity:1;color:#3b3f49;font-size:18px;line-height:28px}.page .text-container .inner-wrapper .text-content.one{margin-top:24px;margin-bottom:16px}.page .text-container .inner-wrapper .text-content .title{font-size:26px;line-height:37px;font-weight:700}.page .text-container .inner-wrapper .text-content .orange{color:#f94a0d;font-weight:700}.page .btn-next-page-block{position:absolute;width:100vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;opacity:0;-webkit-transform:translateY(94vh);-ms-transform:translateY(94vh);transform:translateY(94vh);height:60px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.page .btn-next-page{position:relative;width:36px;height:36px;background:url(/static/img/button_next_page.svg) no-repeat 50%;cursor:pointer}.page .image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:51%;background-position:50%;background-repeat:no-repeat;background-size:cover}.page .info-wrapper{height:auto;background:#feece6;z-index:1}.page .info-wrapper .info-inner strong{font-family:SpaceGroteskBold;font-size:24px;line-height:32px;color:#3b3f49;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px;padding-bottom:24px}.page .info-wrapper .info-inner strong p{text-align:left}.page .info-wrapper .info-inner strong .ceo{font-family:SpaceGroteskRegular;font-size:18px;line-height:28px;color:#3b3f49;font-weight:400}.page .info-wrapper .info-inner strong a{margin-left:15px;width:38px;height:38px;display:inline-block;-webkit-box-flex:0;-ms-flex:none;flex:none}.page .info-wrapper .info-inner strong a i{width:100%;height:100%;display:block}.page .info-wrapper .info-inner strong a i,.page .info-wrapper .info-inner strong a i:hover{background:url(/static/img/LinkedIn.svg) no-repeat 50%/cover}.page .info-wrapper .info-inner p.text-ceo{margin-bottom:10px;font-family:SpaceGroteskRegular;font-size:18px;line-height:28px;text-align:left;color:#565858}button{cursor:pointer}button:disabled{opacity:.4}.d-none{position:relative;height:0;opacity:0}.d-none p{display:none}#contact-us,.submit-block{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.submit-block{display:none;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.submit-block .title-submit{color:#fff}.d-block-form{display:block!important;opacity:1!important}.datepicker-container{width:310px;z-index:4}.datepicker-container,.datepicker-container:before{border-bottom-color:#ccc;border-top-color:#ccc}.datepicker-container .datepicker-panel ul:first-child>li{height:48px;font-size:16px;line-height:48px;color:#fff;background:#646566!important}.datepicker-container .datepicker-panel ul:first-child li:nth-child(2){width:230px}.datepicker-container .datepicker-panel ul:nth-child(2){padding:15px 15px 0}.datepicker-container .datepicker-panel ul:nth-child(3){padding:0 15px 15px}.datepicker-container .datepicker-panel ul>li{width:40px}.datepicker-container .datepicker-panel ul[data-view=months]{padding:24px 15px 28.5px}.datepicker-container .datepicker-panel ul[data-view=months] li{margin:5px 15px}.datepicker-container .datepicker-panel ul[data-view=years]{padding:24px 15px 28.5px}.datepicker-container .datepicker-panel ul[data-view=years] li{margin:5px 15px}.ui-timepicker-wrapper{border:1px solid #646566;max-height:278px;width:100px}.ui-timepicker-wrapper::-webkit-scrollbar-track{background-color:#f5f5f5}.ui-timepicker-wrapper::-webkit-scrollbar{width:3px;background-color:#f5f5f5}.ui-timepicker-wrapper::-webkit-scrollbar-thumb{background-color:#646566;border-radius:1px}.ui-timepicker-list>li{color:#7d7f80}.mdc-text-field{position:relative}.input-phone-number{margin-bottom:25px;position:relative}.input-phone-number .iti{width:100%}.input-phone-number.opend{position:relative;z-index:20}#request-form{max-width:500px}#request-form #textarea-error,#request-form #useremail-error,#request-form #username-error,#request-form #userphone-error{position:absolute;right:5px;bottom:-20px;font-size:16px;line-height:21px;color:#f54f64}#request-form #datepicker-input-error{left:95px}#request-form #datepicker-input-error,#request-form #timepicker-input-error{position:absolute;bottom:-22px;font-size:16px;line-height:21px;color:#f54f64}#request-form #timepicker-input-error{right:0}.mobile-jump-to-contact{display:none;font-size:18px;line-height:108%;letter-spacing:.1em;text-transform:uppercase;color:#f94a0d;opacity:.4;font-family:SpaceGroteskBold;text-align:center;margin-top:24px;cursor:pointer}.tablet-image{display:none;height:70vw}.tablet-image.last{height:60vw}.image-block-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.iti__selected-flag{outline:none}.iti__country-list{border:1px solid #4b4c4d;border-radius:2px;width:500px;white-space:normal}.date-wrpp{margin-bottom:35px}.mover-form{position:absolute;left:0;width:28px;height:1px;background-color:#f94a0d}@media (min-width:1025px) and (max-width:1400px){#tablet-styles .header{width:110px;position:fixed;max-width:none;padding:48px 30px 40px;visibility:visible;z-index:1}#tablet-styles .header .header-container{visibility:visible}body{overflow:initial;overflow-x:hidden}.main{height:100%;overflow-x:hidden}.page{position:relative}.page,.page .text-container{display:-webkit-box;display:-ms-flexbox;display:flex}.page .text-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page .text-container .inner-wrapper{height:auto}.page .text-container .inner-wrapper .btn-next-page{display:none}.page .text-container .image-container{width:100vw}.page .text-container .image-container:not(.footer){display:none}.page .text-container .info-wrapper{width:100%;height:auto}.page .text-container .info-wrapper .info-inner{margin:0 20px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page .text-container .info-wrapper .info-inner strong{margin-bottom:16px}.page .text-container .info-wrapper .info-inner p{margin-bottom:12px;font-size:16px;line-height:20px}.page .text-container .info-wrapper .info-inner .btn{width:200px;height:50px}.page .text-container#first-page .main-logo-animation{display:none!important}.page .text-container#first-page .inner-wrapper{font-size:40px;line-height:43px}.page .text-container#first-page .image-container{background-size:35% 100%;background-position-x:100%}.page .text-container#first-page .info-wrapper .info-inner{margin:0 40px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page .text-container#second-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.page .text-container#second-page .image-container,.page .text-container#third-page .image-container{background-size:35% 100%;background-position-x:100%}.page .text-container#fourth-page .main-title{margin-top:12vh}.page .text-container#fourth-page .text-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:baseline;-ms-flex-pack:baseline;justify-content:baseline;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page .text-container#fourth-page .text-content .showcase-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:32px;padding:20px 15px;width:100%;max-width:400px;height:140px;-webkit-box-shadow:0 2px 9px rgba(0,0,0,.08);box-shadow:0 2px 9px rgba(0,0,0,.08)}.page .text-container#fourth-page .text-content .showcase-tabs.logo-toweya{background-image:none;background-color:#fff}.page .text-container#fourth-page .text-content .showcase-tabs.logo-toweya .background-container{background-image:url(/static/img/mobile_logo_Toweya.svg)}.page .text-container#fourth-page .text-content .showcase-tabs.logo-numus{background-image:none;background-color:#fff}.page .text-container#fourth-page .text-content .showcase-tabs.logo-numus .background-container{background-image:url(/static/img/mobile_logo_Numus.svg)}.page .text-container#fourth-page .text-content .showcase-tabs.logo-incase{background-image:none;background-color:#fff}.page .text-container#fourth-page .text-content .showcase-tabs.logo-incase .background-container{background-image:url(/static/img/mobile_logo_Incase.svg)}.page .text-container#fourth-page .text-content .showcase-tabs .background-container,.page .text-container#fourth-page .text-content .showcase-tabs .description-container{display:block}.page .text-description{position:fixed;top:0;z-index:6;height:100%;overflow:scroll}.page .text-description .tabs-content{padding:298px 30px 30px;height:auto;font-size:16px;line-height:25px}.page .text-description .tabs-content .next-page{display:-webkit-box;display:-ms-flexbox;display:flex}.page .text-description .description-toweya{border-top:none;background:url(/static/img/background_mobile_wide_toweya.jpg) no-repeat top;background-size:100% 278px}.page .text-description .description-numus{border-top:none;background:url(/static/img/background_mobile_wide_numus.jpg) no-repeat top;background-size:100% 278px}.page .text-description .description-incase{border-top:none;background:url(/static/img/background_mobile_wide_incase.svg) no-repeat top;background-size:100% 278px}#first-page .text-container .one,#first-page .text-container .two{font-size:14px;line-height:25px}#first-page .text-container .request-expert-now{padding:10px 22px 10px 35px}#first-page .text-container .request-expert-now p{font-size:12px;background-size:17px;padding-right:30px}#first-page .text-container{padding:0 62px;margin-top:120px;margin-bottom:100px;width:57.3%}#first-page .text-container .d-none{display:none;line-height:20px}#first-page .text-container .d-none p{font-size:14px;line-height:20px;padding-top:8px;padding-bottom:8px;color:#3b3f49}#first-page .text-container #text-wrapper{padding-top:24px}#first-page .text-container .one{padding-bottom:8px}#first-page .text-container .two{display:none}#first-page .text-container p{display:inline}#first-page .image-container{background-image:none;width:42.7%}#first-page .image-container .img-ceo{width:310px}#first-page .info-wrapper{position:static;margin:0 58px 0 68px;height:272px;z-index:auto;border-radius:10px 0}#first-page .info-wrapper .info-inner strong{font-size:18px;line-height:23px;margin-bottom:17px;padding-bottom:17px}#first-page .info-wrapper .info-inner strong .ceo{font-size:14px;line-height:20px}#first-page .info-wrapper .info-inner strong a,#first-page .info-wrapper .info-inner strong i{width:21px;height:21px;z-index:5;margin-top:1px}#first-page .info-wrapper .info-inner p.text-ceo{font-size:14px;line-height:20px}#second-page{background-size:100%;display:-webkit-box;display:-ms-flexbox;display:flex}#second-page .d-none{display:none}#second-page .text-container{padding:0 86px 0 0}#second-page .text-container div.text-content{margin-top:24px}#second-page .text-container div.text-content .one{display:inline}#second-page .text-container div.text-content .one:nth-child(2){display:none}#second-page .img-ceo{width:256px}#second-page .img-ceo img{width:100%}#second-page .img-ceo .shadow{top:-16px;right:44px}#second-page .img-ceo .pdf{font-size:16px}#second-page .img-ceo .text-title-pdf{width:256px;top:143px}#second-page .save-btn{padding:9px 24px 9px 29px}#second-page .save-btn span{font-size:12px;line-height:19px;margin-right:16px}#second-page .save-btn i{width:16px;height:16px;background-size:15px}#second-page .inner-title{font-size:14px;line-height:17px}#second-page .inner-descr{font-size:12px;line-height:14px}#second-page .text-img{width:115%;padding:28px 15px 28px 57px}#second-page .text-img p{font-size:26px;line-height:31px}#second-page .text-content{font-size:14px;line-height:20px}#third-page .img-ceo{top:-240px;width:310px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;right:1%}#third-page .info-wrapper{border-radius:10px 0 0 0}#third-page .info-wrapper .info-inner{margin:0 9% 0 57px;height:252px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#third-page .info-wrapper .info-inner strong{font-size:18px;line-height:23px;padding-bottom:17px;margin-bottom:12px}#third-page .info-wrapper .info-inner strong .ceo{font-size:14px;line-height:20px;margin-bottom:0}#third-page .info-wrapper .info-inner strong a,#third-page .info-wrapper .info-inner strong i{width:22px;height:22px;margin-top:1px}#third-page .info-wrapper .info-inner p.text-ceo{font-size:14px;line-height:20px;margin-bottom:0}#third-page .text-container{padding:0 32px 0 43px}#third-page .text-container .inner-wrapper p:nth-child(2){margin-bottom:0!important}#third-page .text-container .inner-wrapper .mobile-learn-more{margin-bottom:26px}#third-page .text-container .inner-wrapper p:nth-child(3){margin-top:16px;display:none}#third-page .text-container .inner-wrapper .main-title{margin-bottom:24px}#third-page .text-container .inner-wrapper .text-content,#third-page .text-container .inner-wrapper .title-content{font-size:14px;line-height:20px}#third-page .one-group:first-child{margin-bottom:25px;margin-top:26px}#third-page .one-group .items-case:not(:first-child){margin-left:24px}#third-page .one-group .items-case p{font-size:8px;line-height:10px}#third-page .one-group .items-case{width:104px;height:104px}#fourth-page .header-fourth-page{background-size:100%;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:58px 44% 40px 125px}#fourth-page .header-fourth-page img{width:calc(100vw - 69%)}#fourth-page .header-fourth-page .main-title{font-size:24px}#fourth-page .header-fourth-page p{font-size:12px;line-height:18px}#fourth-page .tabs-content-1 p{font-size:14px;line-height:17px;font-family:SpaceGroteskRegular}#fourth-page .tabs-indust .icons-tabs{width:72px;height:72px;margin-right:15px}#fourth-page .tabs-indust .icons-tabs img{width:33px}#fourth-page .tabs-indust .tabs-container-p:nth-child(2){margin:24px 0}#fourth-page #tab-technologies .tabs-text{margin:0 49px 12px}#fourth-page .tabs-content-technologies .tech-tabs.active p{font-family:SpaceGroteskMedium;font-size:16px;line-height:21px}#fourth-page .tabs-content-technologies .tech-tabs.active .content-tabs p{font-family:SpaceGroteskRegular;font-size:10px;line-height:16px}#fourth-page .tabs-content-technologies .content-tabs p{font-size:10px;line-height:16px}#fourth-page .tabs-content-technologies .content-tabs .icons-tabs-img{margin-right:231px;margin-left:67px}#fourth-page .tabs-content-technologies .content-tabs .icons-tabs-img img:nth-child(2){margin:0 20px}#fourth-page .tabs-content-technologies .content-tabs .icons-tabs-img img{width:33px}#fourth-page .tabs-2-content-1 .tabs-2-container-1{width:167px;height:63px}#fourth-page .tabs-2-content-1 .tabs-2-container-1 .background-hover{left:-118%;width:167px;height:63px}#fourth-page .tabs .tabs-text{font-size:16px;line-height:108%;margin:0 60px 12px}#fifth-page .text-container{padding:0 34px 0 49px}#fifth-page .text-container .inner-wrapper .title-content{font-size:12px;line-height:18px;margin-top:24px;margin-bottom:12px}#fifth-page .text-container .inner-wrapper .d-none{height:352px;opacity:1;overflow:scroll}#fifth-page .text-container .inner-wrapper .d-none div{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;top:0}#fifth-page .text-container .inner-wrapper .d-none div img{width:22px;margin-right:22px}#fifth-page .text-container .inner-wrapper .d-none div img p{font-size:12px;line-height:20px}#fifth-page .img-ceo{width:270px;top:7vh}#fifth-page .image-container .info-wrapper{border-radius:10px 0 0 0}#fifth-page .image-container .info-wrapper .info-inner{width:284px}#fifth-page .image-container .info-wrapper .info-inner p{font-size:14px;line-height:21px}#six-page .six-title{font-size:24px;line-height:108%;padding-left:84px}#six-page .content-six-page{margin:40px 0 74px 84px}#six-page .content-six-page .items-info .six-block-info-1{margin-right:24px}#six-page .content-six-page .items-info .items-info-block-supp .block-info-six-page{margin-bottom:33px;left:22px}#six-page .content-six-page .items-info .items-info-block-supp .block-info-six-page p{font-size:9px;line-height:14px}#six-page .content-six-page .items-info .items-info-block-supp .block-info-six-page .title{font-size:12px;line-height:19px}#six-page .content-six-page .items-info .items-info-block-supp .request-expert{width:245px;padding:9px 22px 19px 19px}#six-page .content-six-page .items-info .items-info-block-supp .request-expert p{font-size:10px;line-height:16px}#six-page .content-six-page .items-info .items-info-block-supp .request-expert .title{font-size:10px;line-height:12px}#six-page .content-six-page .items-info .items-info-block:first-child{margin-bottom:33px}#six-page .content-six-page .items-info .items-info-block .block-info-six-page{max-width:230px}#six-page .content-six-page .items-info .items-info-block .block-info-six-page p{font-size:9px;line-height:14px}#six-page .content-six-page .items-info .items-info-block .block-info-six-page .title{font-size:12px;line-height:19px}#six-page .text-container .header-six-page{background-size:100%;padding:74px 50% 43px 85px}#six-page .text-container .header-six-page .main-title{font-size:24px;line-height:108%;margin-bottom:16px}#six-page .text-container .header-six-page p{font-size:12px;line-height:16px}#six-page .text-container .header-six-page img{width:310px}#seven-page .block-text-content{font-size:14px;line-height:17px}#seven-page .text-container .contact-us{font-size:14px;line-height:21px;margin-top:47px;padding:11px 50px 13px}#seven-page .image-container .info-wrapper .info-inner .info-inner-title{font-size:11px;line-height:13px}#seven-page .image-container .info-wrapper .info-inner .info-inner-description{font-size:15px;line-height:18px;margin-bottom:24px}#seven-page .image-container .info-wrapper .info-inner .social:not(:first-child){margin-top:7px}#eight-page .text-container{padding-left:56px;padding-right:56px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs{width:169px;height:103px;margin-right:30px}#nine-page .text-container{padding-left:56px;padding-right:3px;width:55%}#nine-page .text-container .inner-wrapper .title-content{font-size:14px;margin-top:24px;margin-bottom:16px}#nine-page .text-container .inner-wrapper .content-text-two{font-size:14px}#nine-page .text-container .inner-wrapper .title-values{margin-bottom:37px;margin-top:36px;font-size:24px}#nine-page .text-container .inner-wrapper .description-our-values .value-card{padding-top:77px}#nine-page .text-container .inner-wrapper .description-our-values .value-card p:first-child{font-size:24px}#nine-page .text-container .inner-wrapper .description-our-values .value-card:first-child,#nine-page .text-container .inner-wrapper .description-our-values .value-card:nth-child(2),#nine-page .text-container .inner-wrapper .description-our-values .value-card:nth-child(3){background-size:70px 70px}#nine-page .image-container{position:relative}#nine-page .image-container .request-expert-now{padding:7px 32px 6px 25px}#nine-page .image-container .request-expert-now p{font-size:12px;background-size:17px;padding-right:40px}#nine-page .image-container .img-ceo{top:-175px}#nine-page .image-container .img-ceo img{width:305px}#nine-page .image-container .info-wrapper{height:420px;padding-left:47px;width:100%;padding-right:47px}#nine-page .image-container .info-wrapper .info-inner strong{font-size:18px}#nine-page .image-container .info-wrapper .info-inner ul{font-size:14px}.error-date{margin-top:36px}.page .text-container .inner-wrapper .main-title{font-size:24px;line-height:108%}}@media (max-width:1024px){#tablet-styles .header{visibility:visible;padding:0;z-index:5;height:60px;width:100vw;z-index:100;-webkit-transition:all .4s cubic-bezier(.4,0,0,1);transition:all .4s cubic-bezier(.4,0,0,1);-webkit-box-shadow:0 -5px 20px rgba(0,0,0,.22);box-shadow:0 -5px 20px rgba(0,0,0,.22)}#tablet-styles .header .header-container{visibility:visible;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding:0 6vw;background:#fff;width:100%}#tablet-styles .header .header-container .lang-wrap{margin:auto 0}#tablet-styles .header .header-container .lang-wrap .current-lang{display:block}#tablet-styles .header .header-container .lang-wrap .lang-nav{display:none}#tablet-styles .header .header-container .lang-wrap .lang-nav.active{position:fixed;top:50px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 25px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:auto;background:#fff;-webkit-box-shadow:0 8px 32px rgba(0,0,0,.12);box-shadow:0 8px 32px rgba(0,0,0,.12)}#tablet-styles .header .header-container .pagination-container{display:none}#tablet-styles .header .header-container #header-logo{margin:auto 0;width:107px;height:32px;background:url(/static/img/header_Centroit_logo_Mobile.svg) no-repeat 50%/cover}#tablet-styles .header .header-container .header-btn-switcher{display:block}#tablet-styles .header .header-container .side-bar{display:block;position:fixed;z-index:10;background-color:#fff;height:100%;left:-150%;width:100%;-webkit-transition:all .4s cubic-bezier(.4,0,0,1);transition:all .4s cubic-bezier(.4,0,0,1)}#tablet-styles .main{height:100vh;overflow-x:hidden}#tablet-styles .page{position:relative;display:block;padding-left:0;height:auto}#tablet-styles .page .image-container{height:100%!important}#tablet-styles .page .text-container{padding:0 6vw 60px;width:100%}#tablet-styles .page .text-container .inner-wrapper{height:auto}#tablet-styles .page .text-container .inner-wrapper .btn-next-page{display:none}#tablet-styles .page .text-container .image-container{width:100vw}#tablet-styles .page .text-container .image-container:not(.footer){display:none}#tablet-styles .page .text-container .info-wrapper{width:100%;height:auto}#tablet-styles .page .text-container .info-wrapper .info-inner{margin:0 20px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#tablet-styles .page .text-container .info-wrapper .info-inner strong{margin-bottom:16px}#tablet-styles .page .text-container .info-wrapper .info-inner p{margin-bottom:12px;font-size:16px;line-height:20px}#tablet-styles .page .text-container .info-wrapper .info-inner .btn{width:200px;height:50px}#tablet-styles .page .text-container#first-page .main-logo-animation{display:none!important}#tablet-styles .page .text-container#first-page .inner-wrapper{font-size:40px;line-height:43px}#tablet-styles .page .text-container#first-page .image-container{background-size:35% 100%;background-position-x:100%}#tablet-styles .page .text-container#first-page .info-wrapper .info-inner{margin:0 40px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#tablet-styles .page .text-container#second-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}#tablet-styles .page .text-container#second-page .image-container,#tablet-styles .page .text-container#third-page .image-container{background-size:35% 100%;background-position-x:100%}#tablet-styles .page .text-container#fourth-page .main-title{margin-top:12vh}#tablet-styles .page .text-container#fourth-page .text-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:baseline;-ms-flex-pack:baseline;justify-content:baseline;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#tablet-styles .page .text-container#fourth-page .text-content .showcase-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:32px;padding:20px 15px;width:100%;max-width:400px;height:140px;-webkit-box-shadow:0 2px 9px rgba(0,0,0,.08);box-shadow:0 2px 9px rgba(0,0,0,.08)}#tablet-styles .page .text-container#fourth-page .text-content .showcase-tabs.logo-toweya{background-image:none;background-color:#fff}#tablet-styles .page .text-container#fourth-page .text-content .showcase-tabs.logo-toweya .background-container{background-image:url(/static/img/mobile_logo_Toweya.svg)}#tablet-styles .page .text-container#fourth-page .text-content .showcase-tabs.logo-numus{background-image:none;background-color:#fff}#tablet-styles .page .text-container#fourth-page .text-content .showcase-tabs.logo-numus .background-container{background-image:url(/static/img/mobile_logo_Numus.svg)}#tablet-styles .page .text-container#fourth-page .text-content .showcase-tabs.logo-incase{background-image:none;background-color:#fff}#tablet-styles .page .text-container#fourth-page .text-content .showcase-tabs.logo-incase .background-container{background-image:url(/static/img/mobile_logo_Incase.svg)}#tablet-styles .page .text-container#fourth-page .text-content .showcase-tabs .background-container,#tablet-styles .page .text-container#fourth-page .text-content .showcase-tabs .description-container{display:block}#tablet-styles .page .text-description{position:fixed;top:0;z-index:6;height:100%;overflow:scroll}#tablet-styles .page .text-description .tabs-content{padding:298px 30px 30px;height:auto;font-size:16px;line-height:25px}#tablet-styles .page .text-description .tabs-content .next-page{display:-webkit-box;display:-ms-flexbox;display:flex}#tablet-styles .page .text-description .description-toweya{border-top:none;background:url(/static/img/background_mobile_wide_toweya.jpg) no-repeat top;background-size:100% 278px}#tablet-styles .page .text-description .description-numus{border-top:none;background:url(/static/img/background_mobile_wide_numus.jpg) no-repeat top;background-size:100% 278px}#tablet-styles .page .text-description .description-incase{border-top:none;background:url(/static/img/background_mobile_wide_incase.svg) no-repeat top;background-size:100% 278px}#first-page .text-container .request-expert-now{display:none}.header .header-container .lang-wrap .lang-nav{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.header .header-container .lang-wrap .lang-nav .lang-select:not(:first-child){display:block}}@media (max-width:767px){#tablet-styles .page .text-container{padding:0 6vw 24px}#first-page .text-container .one,#first-page .text-container .two{font-size:18px;line-height:28px}#first-page .text-container{padding-top:100px!important;padding-bottom:0!important}#first-page .text-container .main-title{padding-bottom:12px;border-bottom:3px solid #f94a0d}#first-page .text-container #text-wrapper p:first-child{padding:24px 0 16px}#first-page .text-container #text-wrapper .d-none{display:none}#first-page .text-container #text-wrapper .color-blur:nth-child(2){display:inline}#first-page .image-container{position:inherit;width:100%;background:none;padding-bottom:200px;height:100%!important}#first-page .image-container .img-ceo{position:static;width:100%;z-index:3}#first-page .image-container .img-ceo img{width:100%;z-index:55}#first-page .image-container .info-wrapper{height:389px;z-index:55;border-radius:0;bottom:0}#first-page .image-container .info-wrapper .request-expert-now-mobile{display:block;padding:16px 27px 17px 64px;background:#f87d53;border:none;margin-top:21px;width:100%;border-radius:82px;z-index:15}#first-page .image-container .info-wrapper .request-expert-now-mobile p{font-family:SpaceGroteskMedium;font-size:18px;line-height:28px;margin-bottom:0;color:#fff;text-align:center;background-image:url(/static/img/arrow-right1.png);background-position-x:right;background-position-y:center;padding-right:20px;background-repeat:no-repeat}#first-page .image-container .info-wrapper .info-inner{margin:15px 6vw 30px;position:static}#first-page .image-container .info-wrapper .info-inner strong{padding-bottom:16px;position:relative;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#second-page{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}#second-page .main-title{padding-bottom:12px;border-bottom:3px solid #f94a0d}#second-page .text-container{z-index:88}#second-page .image-container{width:100%}#second-page .image-container .img-ceo{width:100%;padding:0 6vw;text-align:center}#second-page .image-container .img-ceo img{width:100%}#second-page .image-container .img-ceo img.shadow{top:-43px;right:-24px}#second-page .image-container .save-btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#second-page .image-container .save-btn i{position:absolute;right:calc(6vw + 37px)}#second-page .image-container .pdf{font-size:20px;line-height:25px;left:calc(6vw + 16px)}#second-page .image-container .inner-title{margin-top:24px}#second-page .image-container .text-title-pdf{width:88vw;height:100%;top:-119px}#second-page .image-container .text-title-pdf .text-img{width:118%;padding:31px 91px}#second-page .image-container .text-title-pdf .text-img p{font-size:26px;line-height:32px}#second-page .text-container{margin-top:20px}#second-page .text-container div.text-content .one:nth-child(2){display:inline}#second-page .text-container .d-none{display:none}#third-page .image-container{width:100%}#third-page .image-container .img-ceo{padding-bottom:100px;width:100%;position:static;z-index:1}#third-page .image-container .info-wrapper{height:369px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:100;border-radius:0}#third-page .image-container .info-wrapper .info-inner{margin:0 6vw}#third-page .image-container .info-wrapper .info-inner strong{padding-bottom:16px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#third-page .text-container .inner-wrapper{padding-top:36px}#third-page .text-container .mobile-learn-more{display:none!important}#third-page .text-container .inner-wrapper .title-content{width:100%!important}#third-page .text-container .inner-wrapper .main-title{padding-bottom:12px;border-bottom:3px solid #f94a0d}#third-page .one-group{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#third-page .one-group .items-case:first-child,#third-page .one-group .items-case:nth-child(2){margin-bottom:16px}#third-page .one-group .items-case:not(:first-child){margin-left:0}#fourth-page .header-fourth-page{padding:36px 0 0}#fourth-page .header-fourth-page .main-title{padding-bottom:8px;border-bottom:3px solid #f94a0d}#fourth-page .header-fourth-page img{display:none}#fourth-page .header-fourth-page img.mobile{display:block;position:static;width:100%}#fourth-page .tabs-content{margin:0;padding:0 6vw}#fourth-page .tabs-content .tabs{margin:0;display:block}#fourth-page .tabs-content .tabs #tab-industries{display:none}#fourth-page .tabs-content .tabs #tab-technologies{margin-right:0;width:100%}#fourth-page .tabs-content .tabs #tab-technologies p{font-size:18px;line-height:108%;margin:0 0 12px;text-align:center}#fourth-page .tabs-industries-container{display:block;margin-top:24px}#fourth-page .tabs-industries-container .text-mobile{display:block;margin-top:24px;font-size:18px;line-height:28px;font-family:SpaceGroteskRegular}#fourth-page .tabs-industries-container .tab-industries-mobile{display:block;text-align:center}#fourth-page .tabs-industries-container .tab-industries-mobile .tabs-border{margin-top:12px;width:100%;height:5px;background:#fdbca6;border-radius:0 22px}#fourth-page .tabs-industries-container .tabs-indust{padding-top:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#fourth-page .tabs-industries-container .tabs-indust .tabs-content-3:nth-child(2){margin:0}#fourth-page .tabs-industries-container .tabs-indust .tabs-container-p{display:block}#fourth-page .tabs-industries-container .tabs-indust .tabs-container-p .icons-tabs{margin:0}#fourth-page .tabs-industries-container .tabs-indust .tabs-container-p p{font-family:SpaceGroteskRegular;font-size:14px;line-height:17px;text-align:center;margin-top:12px}#fourth-page .tabs-industries-container .tabs-indust .tabs-container-p:nth-child(2){margin:24px 0}#fourth-page .tabs-content-technologies .tech-tabs{display:block}#fourth-page .tabs-content-technologies .tech-tabs p{display:none}#fourth-page .tabs-content-technologies .tech-tabs .content-tabs p{display:block}#fourth-page .tabs-2,#fourth-page .tabs-content-technologies .tech-tabs .content-tabs .icons-tabs-img{display:none}#fourth-page .tabs-2.mobile{display:block}#fourth-page .tabs-2.mobile .tabs-2-content-1{margin-top:24px;margin-bottom:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#fourth-page .tabs-2.mobile .tabs-2-container-1{width:48%;height:58px}#fourth-page .tabs-2.mobile .tabs-2-container-1 .background-hover{width:154px;height:58px}#fourth-page .tabs-2.mobile .tabs-2-container-1:nth-child(2){margin:0}#fourth-page .tabs-2.mobile .tabs-2-container-1:nth-child(3),#fourth-page .tabs-2.mobile .tabs-2-container-1:nth-child(4){margin-top:16px;margin-bottom:16px}#fifth-page{padding-top:36px}#fifth-page .text-container .main-title .h2-title{padding-bottom:17px;margin-bottom:24px;border-bottom:3px solid #f94a0d}#fifth-page .text-container .d-none{height:100%;opacity:1}#fifth-page .text-container .d-none .fifth-page-info{opacity:1;top:0}#fifth-page .text-container .d-none .fifth-page-info:not(:first-child){padding-top:24px}#fifth-page .image-container{width:100%}#fifth-page .image-container .img-ceo{display:none}#fifth-page .image-container .info-wrapper{background:#fffaf9}#fifth-page .image-container .info-wrapper .info-inner{padding:31px 6vw 26px;margin:0 auto}#fifth-page .image-container .info-wrapper .info-inner .border{display:none}#fifth-page .image-container .info-wrapper .info-inner p{font-size:16px;line-height:28px;color:#f94a0d}#fifth-page .img-mobile{display:block;margin:0 auto}#six-page .six-title-mobile{display:block;color:#f94a0d!important;letter-spacing:.1em;font-size:18px!important;line-height:108%!important;text-transform:uppercase}#six-page .six-title{display:none}#six-page .content-six-page{margin:0 6vw}#six-page .content-six-page .items-info{display:block}#six-page .content-six-page .items-info .six-block-info-1{margin:0}#six-page .content-six-page .items-info .six-block-info-1 .items-info-block{display:block;margin:0}#six-page .content-six-page .items-info .six-block-info-1 .items-info-block .block-info-six-page{max-width:100%;margin-right:0!important;margin-bottom:24px}#six-page .content-six-page .items-info .six-block-info-1 .items-info-block .block-info-six-page .title{margin-bottom:5px}#six-page .content-six-page .items-info .items-info-block-supp .block-info-six-page{display:none}#six-page .content-six-page .items-info .items-info-block-supp .request-expert{width:100vw;padding:18px 6vw 31px;margin-left:-6vw}#six-page .header-six-page{padding:35px 0 0!important}#six-page .header-six-page .main-title{padding-bottom:12px;margin-bottom:24px;border-bottom:3px solid #f94a0d}#six-page .header-six-page img{display:none}#six-page .header-six-page .mobile{display:block;width:100%;position:static!important}#six-page .content-six-page .items-info .six-block-info-1 .items-info-block.mobile{display:-webkit-box;display:-ms-flexbox;display:flex}#seven-page .footer-text-mobile{display:block;margin-top:30px;font-size:18px;line-height:22px;font-family:SpaceGroteskRegular;color:#7c7c7c}#seven-page .inner-wrapper .text-content.one:nth-child(2){display:inline}#seven-page .addres{display:block}#seven-page .addres,#seven-page .addres .info-inner-description.mb{margin-bottom:0!important}#seven-page .info-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#seven-page .image-inner{display:none}#seven-page .info-wrapper{height:100%!important;margin-top:32px}#seven-page .text-container .main-title{padding-bottom:12px;margin-bottom:24px;border-bottom:3px solid #3b3f49}#seven-page .text-container .title-content{margin-top:0;margin-bottom:0}#seven-page .image-container,#seven-page .text-container .contact-us{width:100%}#seven-page .image-container .contact{margin-bottom:24px}#seven-page .image-container .contact .info-inner-title{font-size:16px!important;line-height:19px!important}#seven-page .image-container .contact .info-inner-description,#seven-page .image-container .contact .social{font-size:20px!important;line-height:26px!important}#eight-page .carusel{display:block}#eight-page .text-container{padding-right:0!important;padding-left:0!important}#eight-page .text-container .inner-wrapper .main-title{border-bottom:3px solid #3b3f49;padding:0 0 12px;margin:0 6vw}#eight-page .text-container .inner-wrapper .title-content{padding:0 6vw}#eight-page .text-container .inner-wrapper .text-content{display:none}#nine-page{padding-top:36px}#nine-page .text-container .inner-wrapper{top:0}#nine-page .text-container .inner-wrapper .img-mob{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#nine-page .text-container .inner-wrapper .main-title{padding-bottom:12px;border-bottom:3px solid #3b3f49;margin-bottom:24px}#nine-page .text-container .inner-wrapper .title-content{margin-top:18px;margin-bottom:16px}#nine-page .text-container .inner-wrapper .description-our-values{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#nine-page .text-container .inner-wrapper .description-our-values .value-card{padding-left:107px;padding-top:0;width:253px;margin-bottom:0}#nine-page .text-container .inner-wrapper .description-our-values .value-card p:first-child{font-size:20px}#nine-page .text-container .inner-wrapper .description-our-values .value-card:first-child,#nine-page .text-container .inner-wrapper .description-our-values .value-card:nth-child(2),#nine-page .text-container .inner-wrapper .description-our-values .value-card:nth-child(3){background:url(/static/img/value_card_point.svg) no-repeat 0 50%}#nine-page .image-container{width:100%;position:static}#nine-page .image-container .request-expert-now{width:100%;margin-top:36px;margin-bottom:40px;padding:16px 25px 17px 65px}#nine-page .image-container .img-ceo{display:none}#nine-page .image-container .info-wrapper{height:100%;position:static;padding-right:6vw;padding-left:6vw;width:100%;background-color:#fff}#nine-page .image-container .info-wrapper .info-inner ul{margin-bottom:0}#form-request-wrapper{height:100%;overflow:scroll}#form-request-wrapper .form-request{padding:0 6vw}#form-request-wrapper .form-request__developers-quantity-block,#form-request-wrapper .form-request__link{display:none}#form-request-wrapper .form-request__step-controls{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}#form-request-wrapper .form-request__step-btn--prev{margin-top:12px}#form-request-wrapper .form-request__step-btn{width:100%!important}#form-request-wrapper .form-request__tab-content{padding:0 6vw;width:100%}#form-request-wrapper .form-request__technology-direction{margin-bottom:32px}#form-request-wrapper .form-request__step-content--experts{width:100%}#form-request-wrapper .form-request__single-expert{width:48%;margin-bottom:16px}#form-request-wrapper .form-request__single-expert:nth-child(2).active{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;font-size:16px}#form-request-wrapper .form-request__header{margin-top:24px}#form-request-wrapper .form-request__close-btn{margin-right:6vw}#form-request-wrapper .form-request__tab-content{padding:0;margin-bottom:36px}#form-request-wrapper .form-request__step-title{font-size:24px;line-height:108%;margin-top:36px;margin-bottom:36px}#form-request-wrapper .form-request__pagination{width:228px}#form-request-wrapper .form-request__pagination:before{width:220px}#form-request-wrapper .form-request__step-controls{width:100%}#form-request-wrapper .form-request__footer{margin-bottom:33px;margin-top:24px;margin-left:0;padding:0 6vw}#form-request-wrapper .form-request__footer img:first-child{width:29px;height:29px;margin-right:8px}#form-request-wrapper .form-request__footer img:nth-child(2){width:70px;height:12px}#form-request-wrapper .form-request__technology-direction{width:100%}#form-request-wrapper .form-request__step-content--technology{height:100%;display:block;overflow-y:initial}#form-request-wrapper .form-request__single-technology{margin-right:0;width:48%}#form-request-wrapper .form-request__technology-block{-ms-flex-pack:distribute;justify-content:space-around}#form-request-wrapper .form-request__technology-direction-title{padding:24px 0;text-align:center;background:rgba(91,97,113,.2);border-radius:10px;color:#f94a0d}#form-request-wrapper .form-request__other-technology{padding-bottom:6px;border-bottom:1px solid #f94f0d}#form-request-wrapper .form-request__other-technology input{display:block;border-bottom:none;width:100%}#form-request-wrapper .form-request__other-technology button{background-color:rgba(91,97,113,.2);border-radius:10px;width:38px}#form-request-wrapper .form-request__step-content--important-aspects{display:block;width:100%}#form-request-wrapper .form-request__single-aspect{width:100%}#form-request-wrapper .form-request__step-content--own-team{display:block;width:100%}#form-request-wrapper .form-request__company-methodology,#form-request-wrapper .form-request__reports-head{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#form-request-wrapper .form-request__reports-expert,#form-request-wrapper .form-request__single-methodology{width:48%}#form-request-wrapper .form-request__single-methodology:last-child{-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal;padding-left:38px;width:100%}#form-request-wrapper .form-request__start-date-block{display:none}#form-request-wrapper .form-request__estimated-duration.mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#form-request-wrapper .form-request__estimated-duration.mobile .form-request__estimated-names{margin-right:0;margin-top:0;margin-bottom:24px}#form-request-wrapper .form-request__estimated-duration.mobile .form-request__start-date-title{text-align:center}#form-request-wrapper .form-request__estimated-duration.mobile .mounth-mob{width:66px;height:66px;border-radius:10px;background:rgba(91,97,113,.2)}#form-request-wrapper .form-request__estimated-duration.mobile .mounth-mob input{border-bottom:none;width:100%}#form-request-wrapper .form-request__estimated-duration.mobile .mounth-mob input:focus{background:rgba(249,74,13,.2);border-radius:10px}#form-request-wrapper .form-request__estimated-duration.mobile .mounth-mob-block .form-request__estimated-names.ml{margin-left:18px;color:#666;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}#form-request-wrapper .form-request__estimated-duration.mobile .dates{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#form-request-wrapper .form-request__estimated-duration.mobile .or{margin-top:47px;margin-bottom:18px}#form-request-wrapper .form-request__estimated-duration.mobile .or span{width:100%;text-align:center}#form-request-wrapper .form-request__estimated-duration.mobile .asap{width:246px;height:66px;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;background:rgba(91,97,113,.2);border-radius:10px;margin-bottom:24px;cursor:pointer}#form-request-wrapper .form-request__estimated-duration.mobile .asap span{color:#f2f2f2}#form-request-wrapper .form-request__estimated-duration.mobile .asap.active{background:rgba(241,137,101,.1);border:1px solid #f94a0d}#form-request-wrapper .form-request__estimated-duration.mobile .asap.active span{color:#f94a0d}#form-request-wrapper .form-request__estimated-duration.mobile .div-relative{width:66px;height:66px;border-radius:10px;background:rgba(91,97,113,.2)}#form-request-wrapper .form-request__estimated-duration.mobile .div-relative input{border-bottom:none;width:100%}#form-request-wrapper .form-request__estimated-duration.mobile .div-relative input:focus{background:rgba(249,74,13,.2);border-radius:10px}#form-request-wrapper .form-request__estimated-duration.mobile .div-relative span{top:inherit;bottom:-21px;text-align:center;width:100%}#form-request-wrapper .form-request__estimated-duration.mobile .form-request__date-info--slash{margin-right:24px}#form-request-wrapper .form-request__estimated-duration.mobile .form-request__date-info--slash:before{top:auto;bottom:50%;-webkit-transform:matrix(.27,-2.94,1.02,-2.85,5,0);-ms-transform:matrix(.27,-2.94,1.02,-2.85,5,0);transform:matrix(.27,-2.94,1.02,-2.85,5,0)}#form-request-wrapper .form-request__step-content--contacts{display:block;width:100%}#form-request-wrapper .form-request__step-content--contacts input,.iti--allow-dropdown{width:100%}.error-date-desc{display:none!important}.page .text-container .inner-wrapper .main-title{font-size:32px;line-height:108%}.mobile-jump-to-contact{display:block}}@media (min-width:1700px){#first-page .text-container{width:65%;padding-right:123px}#first-page .image-container{background-image:url(/static/img/Union1.png);width:35%}#first-page .image-container .img-ceo{width:100%;right:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#first-page .image-container .img-ceo img:first-child{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;left:69px;position:relative}#third-page .text-container{width:63%;padding-right:166px;padding-left:123px}#third-page .image-container{width:37%;background-image:url(/static/img/Union1.png)!important}#third-page .img-ceo{width:100%;right:0;padding-left:123px;padding-right:88px}#third-page .img-ceo img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#third-page .info-wrapper{height:367px;padding-top:85px;position:relative}#third-page .info-wrapper .info-inner{margin:0 88px 0 123px}#third-page .text-container .inner-wrapper .title-content{width:100%}#fifth-page .text-container{width:65%;padding-right:15vw}#fifth-page .img-ceo{top:-5vh}#fifth-page .image-container{width:35%;background-image:url(/static/img/Union1.png)!important}#fifth-page .image-container .info-wrapper{height:335px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:60px}#fifth-page .image-container .info-wrapper .info-inner{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 88px 0 123px}#eight-page .text-container{background-image:url(/static/img/Union1.png)!important}#nine-page .text-container{width:65%;padding-right:16vw}#nine-page .text-container .inner-wrapper .text-content{max-width:100%}#nine-page .image-container{width:35%;background-image:url(/static/img/Union1.png)!important}}@media (min-width:768px) and (max-width:1024px){#first-page .text-container{padding-top:100px!important}#first-page .text-container #text-wrapper{margin-top:24px}#first-page .text-container #text-wrapper .d-none{display:none}#first-page .text-container #text-wrapper p{display:inline;font-size:14px;line-height:20px}#first-page .text-container #text-wrapper p:not(:first-child){display:none}#first-page .image-container{width:100%;background-image:none;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit;-webkit-box-align:initial;-ms-flex-align:initial;align-items:normal;height:auto!important}#first-page .image-container .img-ceo{position:static;width:100%;max-width:305px}#first-page .image-container .img-ceo img:first-child{display:none}#first-page .image-container .img-ceo img:nth-child(2){display:block;width:100%}#first-page .image-container .info-wrapper{position:static;height:auto!important;border-radius:0}#first-page .image-container .info-wrapper .info-inner{position:static;top:0}#first-page .image-container .info-wrapper .info-inner .request-expert-now-mobile{display:block;padding:10px 18px 12px 34px;background:#f87d53;border:none;margin-top:24px;border-radius:82px;z-index:15}#first-page .image-container .info-wrapper .info-inner .request-expert-now-mobile p{font-family:SpaceGroteskMedium;font-size:12px;line-height:20px;margin-bottom:0;color:#fff;background-size:13px;background-image:url(/static/img/arrow-right1.png);background-position-x:right;background-position-y:center;padding-right:20px;background-repeat:no-repeat}#first-page .info-wrapper .info-inner strong{margin-bottom:17px;padding-bottom:17px}#first-page .info-wrapper .info-inner strong .ceo{font-size:14px;line-height:20px}#first-page .info-wrapper .info-inner strong a,#first-page .info-wrapper .info-inner strong i{width:21px;margin-top:4px;height:21px}#first-page .info-wrapper .info-inner p.text-ceo{font-size:14px;line-height:20px}#second-page{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding:59px 34px 60px 67px;padding-left:67px!important}#second-page .image-container{height:auto!important}#second-page .text-container{padding-bottom:0!important}#second-page .text-container .main-title>span{font-size:36px;line-height:108%}#second-page .text-container .text-content p{font-size:14px;line-height:20px;margin-bottom:0}#second-page .text-container .text-content .one:not(:first-child){display:none}#second-page .info-mobile{display:block}#second-page .info-mobile p{margin-bottom:0!important}#second-page .info-mobile p.inner-title{margin-top:31px}#second-page .info-mobile p.inner-descr{text-align:inherit}#second-page .info-mobile .save-btn{font-size:12px;line-height:20px;margin-top:30px;padding:9px 24px 10px 29px}#second-page .info-mobile .save-btn span{font-size:13px;line-height:19px;margin-right:15px}#second-page .info-mobile .save-btn i{background-size:16px;width:16px;height:16px}#second-page .img-ceo{width:100%;height:auto;min-width:207px;max-width:207px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#second-page .img-ceo img{width:100%}#second-page .img-ceo .shadow{top:-28px;right:-33px}#second-page .img-ceo .pdf{font-size:13px}#second-page .img-ceo .inner-descr,#second-page .img-ceo .inner-title,#second-page .img-ceo .save-btn{display:none}#second-page .img-ceo .text-title-pdf{min-width:207px;width:100%;height:193px}#second-page .img-ceo .text-title-pdf p{display:block}#second-page .text-img{width:118%;padding:19px 52px}#second-page .text-img p{font-size:20px;line-height:24px}#third-page .image-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:initial;-webkit-box-direction:initial;-ms-flex-direction:initial;flex-direction:row;-webkit-box-align:initial;-ms-flex-align:initial;align-items:normal;border-radius:0;margin-top:72px}#third-page .image-container .img-ceo{position:static;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#third-page .image-container .img-ceo img{display:block;width:253px;border-radius:0}#third-page .image-container .img-ceo img:first-child{display:none}#third-page .image-container .info-wrapper{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0}#third-page .image-container .info-wrapper p.ceo,#third-page .image-container .info-wrapper p.text-ceo{font-size:14px;line-height:20px}#third-page .img-ceo{position:static}#third-page .info-wrapper .info-inner strong{margin-bottom:17px;padding-bottom:17px}#third-page .info-wrapper .info-inner strong .ceo{font-size:14px;line-height:20px}#third-page .info-wrapper .info-inner strong a,#third-page .info-wrapper .info-inner strong i{width:30px;margin-top:1px;height:30px}#third-page .group-case{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:18px}#third-page .group-case .one-group{margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}#third-page .group-case .one-group:not(:first-child){display:none}#third-page .group-case .one-group .items-case{margin-right:0}#third-page .group-case .one-group .items-case.mobile{display:-webkit-box;display:-ms-flexbox;display:flex}#fourth-page .text-container{padding-bottom:24px!important}#fourth-page .header-fourth-page{width:70%;padding:36px 0 0;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}#fourth-page .header-fourth-page p{font-size:14px;line-height:20px}#fourth-page .header-fourth-page img{width:25%}#fourth-page .tabs-indust{padding-top:31px;margin-bottom:66px}#fourth-page .tabs-indust .icons-tabs{width:87px;height:87px}#fourth-page .tabs-indust .icons-tabs img{width:39px}#fourth-page .tabs-indust .tabs-container-p:nth-child(2){margin:16px 0}#fourth-page .tabs-indust .tabs-container-p p{font-size:16px;line-height:19px}#fourth-page .tabs-content{margin-left:6vw}#fourth-page .tabs-content .tabs{margin-top:0}#fourth-page .tabs-content .tabs #tab-technologies .tabs-text,#fourth-page .tabs-content .tabs .tabs-text{font-size:18px;line-height:108%;margin:0 72px 16px}#fourth-page .tabs-content-technologies{margin-top:24px;margin-bottom:41px}#fourth-page .tabs-content-technologies .tech-tabs.active p{font-family:SpaceGroteskMedium;font-size:16px;line-height:20px}#fourth-page .tabs-content-technologies .tech-tabs.active .content-tabs p{font-family:SpaceGroteskRegular;font-size:12px;line-height:20px}#fourth-page .tabs-content-technologies .content-tabs .icons-tabs-img{margin-right:74px;margin-left:42px}#fourth-page .tabs-content-technologies .content-tabs .icons-tabs-img img:nth-child(2){margin:0 20px}#fourth-page .tabs-content-technologies .content-tabs .icons-tabs-img img{width:33px}#fourth-page .tabs-2-content-1:first-child{margin-top:32px;margin-bottom:11px}#fourth-page .tabs-2-content-1 .tabs-2-container-1{width:224px;height:84px}#fourth-page .tabs-2-content-1 .tabs-2-container-1 .background-hover{left:-118%;width:224px;height:84px}#fourth-page .tabs-2-content-1 .tabs-2-container-1:nth-child(2){margin:0 11px}#fourth-page .tabs-2-content-1 .tabs-2-container-1 p{font-size:16px;line-height:35px}#fifth-page .image-container .info-wrapper{border-radius:0}#fifth-page .text-container .inner-wrapper .title-content{display:none}#fifth-page .text-container .inner-wrapper .d-none{height:271px;opacity:1;overflow-y:scroll}#fifth-page .text-container .inner-wrapper .d-none div{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;top:0;padding-top:16px}#fifth-page .text-container .inner-wrapper .d-none div img{width:20px}#fifth-page .text-container .inner-wrapper .d-none div img p{font-size:14px;line-height:24px}#fifth-page .img-ceo{display:none}#fifth-page .image-container{border-radius:0;width:100%}#fifth-page .image-container .border{display:none}#fifth-page .image-container p{font-size:16px!important;line-height:28px!important}#fifth-page .image-container .info-wrapper .info-inner{margin:46px auto}#six-page .six-title{padding-left:0;text-align:center;margin-bottom:67px}#six-page .content-six-page{margin:0 6vw 45px;display:none}#six-page .content-six-page.mobile{display:block}#six-page .content-six-page.mobile .items-info-block{display:-webkit-box;display:-ms-flexbox;display:flex}#six-page .content-six-page.mobile .items-info-block:nth-child(2){margin:24px 0}#six-page .content-six-page.mobile .items-info-block .request-expert{background:#fffaf9;padding:13px 14px 30px 30px;position:relative;max-width:336px;left:-30px}#six-page .content-six-page.mobile .items-info-block .request-expert .title{font-size:16px;line-height:19px;color:#f94a0d;background-image:url(/static/img/arrow-right2.png);background-repeat:no-repeat;background-position-x:right;background-position-y:bottom;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:18px}#six-page .content-six-page.mobile .items-info-block .request-expert p{font-size:14px;line-height:24px;color:#ffb89f}#six-page .content-six-page.mobile .items-info-block .block-info-six-page{min-width:310px;max-width:310px}#six-page .content-six-page.mobile .items-info-block .block-info-six-page:first-child{margin-right:73px}#six-page .content-six-page.mobile .items-info-block .title{font-family:SpaceGroteskMedium;font-size:18px;line-height:28px}#six-page .content-six-page.mobile .items-info-block p{font-family:SpaceGroteskRegular;font-size:14px;line-height:20px}#six-page .text-container{padding-bottom:24px!important}#six-page .text-container .header-six-page{padding:0 30% 0 0;margin-top:74px;position:relative}#six-page .text-container .header-six-page p{font-size:14px;line-height:20px}#six-page .text-container .header-six-page img{top:-50%;width:30%;bottom:0;right:-4vw}#seven-page .text-container{padding-top:24px!important;text-align:center}#seven-page .text-container .main-title{font-size:24px;line-height:108%}#seven-page .text-container .form-wrapper .title-content{margin-top:8px;margin-bottom:24px}#seven-page .text-container .contact-us{margin-top:0;padding:11px 50px 13px}#seven-page .text-container .contact-us p{font-size:13px;line-height:21px}#seven-page .image-container{width:100%}#seven-page .image-container .image-inner{display:none}#seven-page .image-container .info-wrapper{height:100%}#seven-page .image-container .info-inner{padding:22px 71px 10px!important;-webkit-box-orient:initial!important;-webkit-box-direction:initial!important;-ms-flex-direction:initial!important;flex-direction:row!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}#seven-page .image-container .info-inner .info-inner-title{font-size:11px!important;line-height:13px!important}#seven-page .image-container .info-inner .info-inner-description,#seven-page .image-container .info-inner .social{font-size:15px!important;line-height:18px!important}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs{width:153px;height:93px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-toweya,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya{background-size:56px 58px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-numus,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus{background-size:90px 22px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-buckardo,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-buckardo{background-size:89px 58px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-cjp,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-cjp{background-size:64px 35px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-em,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-em{background-size:48px 40px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-sensornaut,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-sensornaut{background-size:76px 35px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-infobizzer,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-infobizzer{background-size:71px 35px}#eight-page .text-container .inner-wrapper .slick-slide .showcase-tabs.logo-incase,#eight-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase{background-size:49px 47px}#nine-page .text-container{padding-top:53px!important;padding-bottom:0!important}#nine-page .text-container .inner-wrapper .description-our-values .value-card p:first-child{font-size:20px}#nine-page .image-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}#nine-page .image-container .request-expert-now{display:none}#nine-page .image-container .img-ceo{position:static;width:55%}#nine-page .image-container .img-ceo img{display:none}#nine-page .image-container .img-ceo .mobile,#nine-page .image-container .img-ceo .mobile img{display:block}#nine-page .image-container .img-ceo .request-expert-now-mobile{display:block;padding-top:10px;padding-bottom:10px;background:#f87d53;border:none;padding-right:20px;width:87%;margin-left:9px;border-radius:82px;z-index:15}#nine-page .image-container .img-ceo .request-expert-now-mobile p{font-family:SpaceGroteskMedium;font-size:12px;line-height:20px;margin-bottom:0;color:#fff;text-align:center;background-image:url(/static/img/arrow-right1.png);background-position-x:right;background-position-y:center;padding-right:20px;background-repeat:no-repeat}#nine-page .image-container .info-wrapper{position:static;height:100%;padding-left:40px;padding-right:6px;background-color:#fff}#form-request-wrapper .form-request__link{margin-left:6vw}.page .text-container .inner-wrapper .main-title{font-size:36px;line-height:108%}}@media (min-width:1919px){#first-page .image-container .img-ceo{width:100%;right:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#first-page .image-container .img-ceo img:first-child{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;left:116px;position:relative}#first-page .info-wrapper .info-inner{margin:0 144px}}@media (max-height:1000px) and (min-width:1400px){#first-page .image-container .img-ceo{top:-7vw;right:1%}}@media (max-height:1000px) and (max-width:1400px){#first-page .image-container .img-ceo{top:-180px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;right:1%}}@media (max-width:1400px){#third-page .mobile-learn-more{display:inline}.havent-developers-block{bottom:-25px}.havent-developers-block label span:not(:first-child){font-size:12px!important}#first-page .main-logo-animation{display:none!important}.mobile-learn-more{display:inline}.page .btn-next-page-block{display:none}}@media (min-width:1400px){#eight-page .text-container,#fifth-page .image-container,#nine-page .image-container,#third-page .image-container{background-image:url(/static/img/Union.png);background-size:inherit;background-position-y:top;background-repeat:no-repeat;background-position-x:right}}@media (min-width:1400px) and (max-height:975px){#third-page .img-ceo{top:-12vh}}@media (max-width:1024px) and (min-width:768px){#third-page .info-wrapper{height:auto}}@media (min-width:768px) and (max-width:1025px){#third-page .text-container .inner-wrapper{padding-top:0;display:block}#third-page .text-container .inner-wrapper .main-title{margin-bottom:24px}#third-page .text-container .inner-wrapper .text-content,#third-page .text-container .inner-wrapper .title-content{font-size:14px;line-height:20px;width:100%}#third-page .text-container .inner-wrapper .text-content:nth-child(2),#third-page .text-container .inner-wrapper .title-content:nth-child(2){display:inline}#third-page .text-container .inner-wrapper .text-content:nth-child(3),#third-page .text-container .inner-wrapper .title-content:nth-child(3){display:none}#third-page .text-container .inner-wrapper .text-content{margin-top:16px}#third-page .text-container .inner-wrapper .mobile-learn-more{margin-bottom:16px}}@media (min-width:501px) and (max-width:1050px){#fourth-page .text-container .inner-wrapper .main-title{margin-top:12vh}#fourth-page .text-container .inner-wrapper .text-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:baseline;-ms-flex-pack:baseline;justify-content:baseline;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:25px;padding:20px 15px;width:100%;max-width:400px;height:140px;-webkit-box-shadow:0 2px 9px rgba(0,0,0,.08);box-shadow:0 2px 9px rgba(0,0,0,.08)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya{background-image:none;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya .background-container{background-image:url(/static/img/mobile_logo_Toweya.svg)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus{background-image:none;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus .background-container{background-image:url(/static/img/mobile_logo_Numus.svg)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase{background-image:none;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase .background-container{background-image:url(/static/img/mobile_logo_Incase.svg)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .background-container,#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container{display:block}#fourth-page .text-description{position:fixed;top:0;z-index:6;height:100%;overflow:scroll}#fourth-page .text-description .tabs-content{padding:298px 30px 30px;height:auto;font-size:16px;line-height:25px}#fourth-page .text-description .tabs-content .next-page{display:-webkit-box;display:-ms-flexbox;display:flex}#fourth-page .text-description .description-toweya{border-top:none;background:url(/static/img/background_mobile_wide_toweya.jpg) no-repeat top;background-size:100% 278px}#fourth-page .text-description .description-numus{border-top:none;background:url(/static/img/background_mobile_wide_numus.jpg) no-repeat top;background-size:100% 278px}#fourth-page .text-description .description-incase{border-top:none;background:url(/static/img/background_mobile_wide_incase.svg) no-repeat top;background-size:100% 278px}#fifth-page .image-container .info-wrapper .info-inner{height:auto}#seven-page .text-container .form-wrapper .text-content.text-message .message-input{width:84vw}#seven-page .text-container .form-wrapper .callback-area #datepicker-wrap #datepicker-input{margin-right:0}.ui-timepicker-wrapper{max-height:170px}}@media (max-width:599px){#fourth-page .text-container .inner-wrapper .text-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:baseline;-ms-flex-pack:baseline;justify-content:baseline;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:25px;padding:20px 15px;width:100%;max-width:400px;height:140px;-webkit-box-shadow:0 2px 9px rgba(0,0,0,.08);box-shadow:0 2px 9px rgba(0,0,0,.08)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya{background-image:none;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya .background-container{background-image:url(/static/img/mobile_logo_Toweya.svg)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus{background-image:none;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus .background-container{background-image:url(/static/img/mobile_logo_Numus.svg)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase{background-image:none;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase .background-container{background-image:url(/static/img/mobile_logo_Incase.svg)}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .background-container,#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs .description-container{display:block}#fourth-page .text-description{position:fixed;top:0;z-index:6;height:100%;overflow:scroll}#fourth-page .text-description .tabs-content{padding:298px 40px 33px;height:auto;font-size:16px;line-height:25px}#fourth-page .text-description .tabs-content .next-page{display:-webkit-box;display:-ms-flexbox;display:flex}#fourth-page .text-description .description-toweya{border-top:none;background:url(/static/img/background_mobile_toweya.jpg) no-repeat top;background-size:100% 278px}#fourth-page .text-description .description-numus{border-top:none;background:url(/static/img/background_mobile_numus.jpg) no-repeat top;background-size:100% 278px}#fourth-page .text-description .description-incase{border-top:none;background:url(/static/img/background_mobile_incase.svg) no-repeat top;background-size:100% 278px}#fifth-page .text-container .inner-wrapper .description-our-values{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#seven-page .text-container .form-wrapper .text-content.text-email .email-input,#seven-page .text-container .form-wrapper .text-content.text-message .message-input{width:88vw}#seven-page .text-container .form-wrapper .callback-area #datepicker-wrap #datepicker-input{margin-right:0}#seven-page .image-container .info-wrapper{height:auto}.ui-timepicker-wrapper{max-height:170px}}@media (min-width:1200px) and (max-width:1800px){#fourth-page .text-container .inner-wrapper .text-content{max-width:890px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs{width:244px;height:149px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya{background-size:126px 146px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya:hover{background-size:158px 178px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus{background-size:140px 134px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus:hover{background-size:131px 131px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase{background-size:129px 127px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase:hover{background-size:131px 116px}#fourth-page .text-description{font-size:14px;line-height:22px}#fourth-page .text-description .tabs-content .tabs-title p{font-size:24px;line-height:26px}#fourth-page .text-description .tabs-content .tabs-title a{font-size:12px;line-height:15px}#fourth-page .text-description .description-toweya .tabs-title{background-size:21px 41px}#fourth-page .text-description .description-numus .tabs-title{background-size:41px 41px}#fourth-page .text-description .description-incase .tabs-title{background-size:39px 39px}#fifth-page .image-container .info-wrapper .info-inner .description{font-size:16px;line-height:21px}#fifth-page .image-container .info-wrapper .info-inner .description p{margin-bottom:5px}#seven-page .image-container .info-wrapper .info-inner{padding:5vh 15%}#seven-page .image-container .info-wrapper .info-inner .social{line-height:26px}#eight-page .text-description{font-size:14px;line-height:22px}#eight-page .text-description .tabs-content .tabs-title p{font-size:24px;line-height:26px}#eight-page .text-description .tabs-content .tabs-title a{font-size:12px;line-height:15px}#eight-page .text-description .description-toweya .tabs-title{background-size:21px 41px}#eight-page .text-description .description-numus .tabs-title{background-size:41px 41px}#eight-page .text-description .description-incase .tabs-title{background-size:39px 39px}#nine-page .image-container .info-wrapper .info-inner .description{font-size:16px;line-height:21px}#nine-page .image-container .info-wrapper .info-inner .description p{margin-bottom:5px}}@media (min-width:1800px){#fourth-page .text-container .inner-wrapper .text-content{max-width:1120px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya{background-size:158px 184px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus{background-size:178px 170px}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase{background-size:162px 161px}#eight-page .text-container .inner-wrapper .slick-slide,#eight-page .text-container .inner-wrapper .text-content{max-width:1166px}.page .text-container .inner-wrapper .main-title{font-size:40px;line-height:43px}.page .text-container .inner-wrapper .text-content{max-width:808px}}@media (min-width:850px){#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya:hover{background-image:url(/static/img/logo_hover_Toweya_New.svg);background-size:198px 222px;border:2px solid #86c10f;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus:hover{background-image:url(/static/img/logo_hover_Numus.svg);background-size:164px 164px;border:2px solid #f1a346;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase:hover{background-image:url(/static/img/logo_hover_Incase_New.svg);background-size:164px 145px;border:2px solid #5ad8ff;background-color:#fff}}@media (min-width:850px) and (min-height:550px){#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-toweya:hover{background-image:url(/static/img/logo_hover_Toweya_New.svg);background-size:198px 222px;border:2px solid #86c10f;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-numus:hover{background-image:url(/static/img/logo_hover_Numus.svg);background-size:164px 164px;border:2px solid #f1a346;background-color:#fff}#fourth-page .text-container .inner-wrapper .text-content .showcase-tabs.logo-incase:hover{background-image:url(/static/img/logo_hover_Incase_New.svg);background-size:164px 145px;border:2px solid #5ad8ff;background-color:#fff}}@media (min-width:1000px) and (max-width:1800px){#fifth-page .text-container .inner-wrapper .content-text-one{margin-bottom:16px}#fifth-page .text-container .inner-wrapper .content-text-two{margin-bottom:30px}#fifth-page .text-container .inner-wrapper .title-values{margin-bottom:24px}#fifth-page .text-container .inner-wrapper .description-our-values .value-card{padding-top:97px}#nine-page .text-container .inner-wrapper .content-text-one{margin-bottom:16px}#nine-page .text-container .inner-wrapper .content-text-two{margin-bottom:30px}#nine-page .image-container .info-wrapper .image-inner{height:55%}.page .text-container .inner-wrapper .text-content .title{font-size:24px;line-height:34px}}@media (min-width:501px){#fifth-page .text-container .inner-wrapper .description-our-values{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__dropdown{top:-284px}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__dropdown ul{height:278px;max-height:278px!important}}@media (max-width:500px){#fifth-page .image-block-wrapper .info-wrapper,#nine-page .image-block-wrapper .info-wrapper{display:none}.main.parallax{-webkit-perspective:1px;perspective:1px}.main.parallax .parallax-base{position:relative;z-index:3;-webkit-transform:translateZ(0);transform:translateZ(0);background:#fff}.main.parallax .parallax-back{-webkit-transform:translateZ(-1px) scale(2);transform:translateZ(-1px) scale(2)}.first-page,.second-page,.third-page{position:relative}.first-page .info-wrapper,.second-page .info-wrapper,.third-page .info-wrapper{position:absolute;bottom:0;right:0;left:0;z-index:3!important;width:100%}.moz-parallax .image-container{background-attachment:fixed}}@media (max-width:850px) and (max-height:500px){#fifth-page .image-block-wrapper .info-wrapper,#nine-page .image-block-wrapper .info-wrapper{display:none}}@media (min-width:1200px) and (max-width:1400px) and (max-height:800px){#seven-page .text-container .form-wrapper .text-content{margin-bottom:30px}#seven-page .text-container .form-wrapper .checkbox-area,#seven-page .text-container .form-wrapper .text-content.text-message{margin-bottom:20px}#seven-page .text-container .form-wrapper .submit-btn{line-height:50px}.input-phone-number{margin-bottom:20px}.date-wrpp{margin-bottom:30px}}@media (min-width:501px) and (min-width:850px){#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__dropdown{top:-284px}#seven-page .text-container .form-wrapper .callback-area .time-picker-wrapp #timezone-picker-styler .jq-selectbox__dropdown ul{height:278px;max-height:278px!important}}@media (min-width:1400px) and (max-width:1800px){#seven-page .image-container .info-wrapper .info-inner .info-inner-title{font-size:16px}#seven-page .image-container .info-wrapper .info-inner .info-inner-description{font-size:20px;margin-bottom:24px}}@media (min-width:1401px) and (max-width:1800px){#nine-page .text-container .inner-wrapper .title-values{margin-bottom:51px;margin-top:36px}#nine-page .text-container .inner-wrapper .description-our-values .value-card{padding-top:97px}.page .text-container .inner-wrapper .main-title{font-size:36px;line-height:108%}}@media (min-width:1400px) and (max-height:953px){#nine-page .image-container .img-ceo{top:auto;padding-bottom:391px}#nine-page .image-container .img-ceo img{width:auto;height:inherit}}@media (min-width:768px) and (max-width:1400px){#form-request-wrapper .form-request__pagination{margin-bottom:24px}#form-request-wrapper .form-request__step-content--experts,#form-request-wrapper .form-request__tab-content{width:645px}#form-request-wrapper .form-request__single-expert{width:152px;font-size:14px;line-height:16px;margin-bottom:24px}#form-request-wrapper .form-request__step-title{font-size:24px;line-height:32px}#form-request-wrapper .form-request__technology-direction{width:304px}#form-request-wrapper .form-request__single-technology:nth-child(3n){margin-right:8px}#form-request-wrapper .form-request__step-content--important-aspects{width:100%}#form-request-wrapper .form-request__single-aspect{width:295px;margin-bottom:28px;text-align:left}#form-request-wrapper .form-request__single-aspect span{padding:0 80px 0 30px}#form-request-wrapper .form-request__reports-head{width:279px}#form-request-wrapper .form-request__reports-head .form-request__reports-expert{width:130px}#form-request-wrapper .form-request__company-methodology-title{font-size:14px}#form-request-wrapper .form-request__company-methodology .form-request__single-methodology{width:130px}#form-request-wrapper .form-request__start-info{margin-right:50px}.mobile-scroll-block{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}}@media (min-width:768px){.iti__country-list{width:378px!important}}@media (max-width:1025px){.iti .userphone.focused{padding-left:110px!important}}@media (min-width:1401px){.flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;opacity:0}}@media (max-width:1050px){.main{height:100vh;overflow-x:hidden}.loading{display:none}.looping-rhombuses-spinner,.looping-rhombuses-spinner *{-webkit-box-sizing:border-box;box-sizing:border-box}.looping-rhombuses-spinner{position:fixed;top:50%;left:50%;z-index:6;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:60px;height:15px;background:#fff}.looping-rhombuses-spinner .rhombus{height:15px;width:15px;background-color:#f94a0d;left:60px;position:absolute;margin:0 auto;border-radius:2px;-webkit-transform:translateY(0) rotate(45deg) scale(0);-ms-transform:translateY(0) rotate(45deg) scale(0);transform:translateY(0) rotate(45deg) scale(0);-webkit-animation:looping-rhombuses-spinner-animation 2.5s linear infinite;animation:looping-rhombuses-spinner-animation 2.5s linear infinite}.looping-rhombuses-spinner .rhombus:first-child{-webkit-animation-delay:-1666.66667ms;animation-delay:-1666.66667ms}.looping-rhombuses-spinner .rhombus:nth-child(2){-webkit-animation-delay:-3.33333333s;animation-delay:-3.33333333s}.looping-rhombuses-spinner .rhombus:nth-child(3){-webkit-animation-delay:-5s;animation-delay:-5s}@-webkit-keyframes looping-rhombuses-spinner-animation{0%{-webkit-transform:translateX(0) rotate(45deg) scale(0);transform:translateX(0) rotate(45deg) scale(0)}50%{-webkit-transform:translateX(-233%) rotate(45deg) scale(1);transform:translateX(-233%) rotate(45deg) scale(1)}to{-webkit-transform:translateX(-466%) rotate(45deg) scale(0);transform:translateX(-466%) rotate(45deg) scale(0)}}@keyframes looping-rhombuses-spinner-animation{0%{-webkit-transform:translateX(0) rotate(45deg) scale(0);transform:translateX(0) rotate(45deg) scale(0)}50%{-webkit-transform:translateX(-233%) rotate(45deg) scale(1);transform:translateX(-233%) rotate(45deg) scale(1)}to{-webkit-transform:translateX(-466%) rotate(45deg) scale(0);transform:translateX(-466%) rotate(45deg) scale(0)}}}@media (min-width:501px) and (max-width:850px) and (max-height:500px){#main{background-color:#fff}#main.parallax{-webkit-perspective:1px;perspective:1px;height:100vh;overflow-x:hidden;overflow-y:auto}#main.parallax .parallax-base{position:relative;z-index:3;-webkit-transform:translateZ(0);transform:translateZ(0);background:#fff}#main.parallax .parallax-back{-webkit-transform:translateZ(-1px) scale(2);transform:translateZ(-1px) scale(2)}#first-page,#second-page,#third-page{position:relative}#first-page .image-container,#second-page .image-container,#third-page .image-container{height:100vh!important}#first-page .info-wrapper,#second-page .info-wrapper,#third-page .info-wrapper{position:absolute;bottom:0;right:0;left:0;z-index:3!important;width:65%;height:100vh}}@media (min-width:501px) and (max-width:1050px) and (min-height:450px){.tablet-image{display:block}}@media (min-width:1050px){.image-block-wrapper{display:none}}@media (min-width:550px){.date-wrpp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:550px){.date-wrpp #datepicker-wrap{margin-bottom:35px}}
