*,
*::before,
*::after {
  box-sizing: border-box; }
author-name
html {
  /*font-family: sans-serif;*/
  font-family: "Inter", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

a {
  color: #275da3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.top-btn, .more-btn{
	text-decoration: none !important; }

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }


/* EXTRA SPECIAL STYLES */
.small{
	position: relative;
	top: -20px;
	text-align: center !important;
}

.tbl tr:first-child {
	background: #CCC;
	font-weight: bold;
}

.tbl tr:nth-child(even) {background: #C9E3FE;}


.tbl-light{
	background: #fff;
}
.tbl-light tr:first-child {
	background: #f0f0f0;
	font-weight: bold;
}
.tbl-light tr:hover{
	background: #f0f0f0;
}

.quote{
	background: #fff5c4;
	padding: 20px 40px;
	font-style: italic;
	position: relative;
}
.quote::after{
	content: url('/dist/img/quote.png');
	position: absolute;
    opacity: 0.3;
    right: -20px;
    top: -10px;
    scale: 0.3;
}

.quote{
	background: #e5f6fc;
	border-left: 3px solid #0ca9db;
	padding: 20px 40px;
}

.noise{
	position: relative;
	font-style: italic;
	color: #c06565;
}
.noise::after{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/dist/img/wn.gif');
	cursor: pointer;
}
.noise.hidden::after{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	cursor: text;
}


@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    /*max-width: 720px;*/
	max-width: 94%; } }
@media (min-width: 992px) {
  .container {
    /*max-width: 960px;*/
	max-width: 94%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
.d-print-block {
  display: none !important; }

@media print {
  .d-print-block {
    display: block !important; } }
.d-print-inline {
  display: none !important; }

@media print {
  .d-print-inline {
    display: inline !important; } }
.d-print-inline-block {
  display: none !important; }

@media print {
  .d-print-inline-block {
    display: inline-block !important; } }
@media print {
  .d-print-none {
    display: none !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
.w-25 {
  width: 25% !important; }

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

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

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

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*# sourceMappingURL=bootstrap.css.map */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

ul, ol {
  list-style: none; }

* {
  outline: none;
  box-sizing: border-box; }

button {
  cursor: pointer; }

a {
  text-decoration: underline;
}

a:active, button:active, button:focus {
  outline: none; }

.contact-left a, .breadcrumbs a, .page-pagination a {
	text-decoration: none;
}
@font-face {
  font-family: "Inter", sans-serif;
  /*font-family: 'Helvetica';
  src: url("/dist/fonts/HelveticaLight.otf") format("truetype");
	*/
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

body {
  padding: 0;
  margin: 0;
  font-style: normal;
  line-height: 1.44;
  font-size: 15px;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Inter", sans-serif;
}

p, ul, ol, a, button, section, span, table, td, thead, th, tr {
  padding: 0;
  margin: 0;
  margin-bottom: 0; }

.home-wrapper {
  /*font-family: 'Open Sans', sans-serif;
  font-weight: 400;*/
  color: #181818; }

.main-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px; }
  .main-section__cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .main-section__cover img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .main-section__cover::before {
    background-color: #000 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .7; }
  .main-section__content {
    position: relative;
    width: 100%;
    padding-top: 120px;
    height: 100%;
    z-index: 2; }
  .main-section--short {
    height: 350px;
    min-height: unset;
    padding-bottom: 30px; }
    .main-section--short .main-section__content {
      margin-top: 0;
      padding-top: 160px; }
  .main-section--service .home__title {
    margin-top: 30px; }
  .main-section--service .home__text {
    margin-top: 0; }

.more-btn {
  position: relative;
  display: block;
  margin-top: 30px;
  width: 220px;
  height: 50px;
  line-height: 53px;
  border-radius: 25px;
  padding: 0 25px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .more-btn:hover {
    color: #fff; }
  .more-btn span {
    position: absolute;
    right: 20px;
    top: 53%;
    transform: translateY(-50%);
    padding-left: 30px;
    font-size: 12px; }

.home {
  position: relative;
  padding-right: 200px;
  font-weight: 700;
  color: #fff; }
  .home__title {
    font-size: 54px;
    text-transform: uppercase;
    line-height: 1.2; }
  .home__text {
    margin-top: 20px;
    font-size: 23px;
    line-height: 1.8;
    font-weight: normal; }
  .home__btn {
    background: #f9f055;
    color: #000609;
    border: none; }
    .home__btn:hover {
      color: #000609; }
  .home__category {
    margin-bottom: 10px;
    color: #f9f055;
    font-weight: 100;
    font-size: 18px; }
  .home__share {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .home__share a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 50%;
      background: #fff;
      color: #00acec;
      font-size: 21px; }
      .home__share a .fab, .home__share a .fa, .home__share a svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .home__share a + a {
        margin-top: 10px; }
      .home__share a:hover {
        color: #00acec; }
      .home__share a:nth-child(2) {
        color: #465994; }
        .home__share a:nth-child(2):hover {
          color: #465994; }
      .home__share a:nth-child(3) {
        color: #457ab3; }
        .home__share a:nth-child(3):hover {
          color: #457ab3; }
      .home__share a:nth-child(4) {
        color: #dd4611; }
        .home__share a:nth-child(4):hover {
          color: #dd4611; }
  .home__proj {
    font-size: 22px;
    color: #f9f055;
    font-weight: 700;
    text-transform: uppercase; }

.theme-section {
  padding: 80px 0; }
  .theme-section--about {
    padding-bottom: 0; }
  .theme-section--solution {
    padding-bottom: 60px; }
  .theme-section--projects {
    padding-top: 0; }
  .theme-section--no-pt {
    padding-top: 0; }

.projects-title {
  margin-bottom: 70px; }

.promo{
	background: #fdf5c9;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 40px;
	position: relative;
}
.promo::after {
	content: "";
	position: absolute;
	top: 74%;
	left: 93%;
	width: 80px;
	height: 80px;
	z-index: 1;
	background-image: url("/dist/img/icon-idea.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.page-title {
  padding-bottom: 60px;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2; }
  .page-title--medium {
    font-size: 32px; }
  .page-title--left {
    text-align: left; }
  .page-title--no-pb {
    padding-bottom: 0 !important; }
  .page-title span {
    font-weight: 500; }

.page-subtitle {
  font-size: 21px;
  text-align: center; }
  .page-subtitle--mt {
    margin-top: 25px; }

.about-text {
  margin-top: 60px;
  font-size: 15px;
  line-height: 2;
  font-weight: 600; }
  .about-text p + p {
    margin-top: 30px; }

.about-stat__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid #939393; }
.about-stat__text {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800; }

.about-val {
  font-size: 48px;
  font-weight: 700;
  line-height: 1; }

.about-dots {
  width: 30px; }
  .about-dots img {
    width: 100%; }

.about-row {
  display: flex;
  justify-content: space-between; }

.about-col {
  width: 200px; }

.info-text {
  line-height: 1.8;
  font-size: 16px; }

.service-extra > .info-text {
  margin: 0 15%; }

.solution {
  padding: 30px;
  position: relative; }
  .solution__title {
    font-weight: 700;
    font-size: 25px; }
  .solution__text {
    padding-top: 30px; }
  .solution__img {
    max-width: 80px;
    height: 80px;
    margin-bottom: 30px; }
    .solution__img img {
      width: 100%;
      object-fit: contain;
      height: 100%; }
  .solution__label {
    position: absolute;
    right: -15px;
    top: 0;
    background: #f9f055;
    padding: 5px 10px;
    width: 90px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 700; }

.solutions-row {
  border-top: 1px solid #d4d4d4; }
  .solutions-row + .solutions-row {
    border-bottom: 1px solid #d4d4d4; }
  .solutions-row--only-child {
    border-bottom: 1px solid #d4d4d4; }
  .solutions-row .row {
    display: flex;
    flex-wrap: wrap; }
    .solutions-row .row:after, .solutions-row .row:before {
      display: none; }
    .solutions-row .row > div {
      border-right: 1px solid #d4d4d4; }
      .solutions-row .row > div:first-child {
        border-left: 1px solid #d4d4d4; }

.feedback-customer-section {
  padding: 80px 0;
  border-top: 1px solid #ccc; }

.feedback-customer-h1 {
  padding: 10px 0 80px 0;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2; }

.feedback-customer p {
  font-size: 17px;
  height: 170px;
  padding: 0 10px; }

.feedback-customer-author {
  border-top: 1px solid #ccc;
  padding: 30px 10px 0 10px; }

.feedback-customer-img {
  display: inline-block;
  width: 50px;
  height: 50px; }

.feedback-customer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.feedback-customer-title {
  width: 60%;
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: -8px; }

.feedback-customer-quote {
  padding: 0 10px;
  font-size: 26px;
  opacity: 0.5;
  margin-bottom: 15px; }

.banner-section {
  padding: 100px 0;
  background: url("/dist/img/banner-bg.jpg") no-repeat center;
  background-size: cover; }

.banner__title {
  width: 550px;
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.6; }

.terms-content {
  font-size: 16px; }

.work-row {
  display: flex;
  justify-content: space-between; }
  .work-row + .work-row {
    margin-top: 50px; }

.work-col {
  width: 300px; }

.work__icon {
  width: 90px;
  height: 90px;
  margin: 0 auto; }
  .work__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
.work__content {
  margin-top: 30px;
  padding-left: 30px;
  position: relative; }

.work-title {
  font-size: 25px;
  font-weight: 700; }

.work-text {
  margin-top: 30px; }

.work-number {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 30px;
  left: -30px;
  top: 5px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1; }
  .work-number > span {
    position: relative;
    z-index: 3; }
  .work-number:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 25px;
    background: #f9f055; }

.proj-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.proj-half {
  width: calc(50% - 15px); }
  .proj-half__row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .proj-half__row--no-margin {
      margin-top: 0; }

.proj-col {
  width: calc(50% - 15px); }

.project {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden; }
  .project--big {
    width: 100%;
    height: 750px; }
  .project img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .project__info {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    opacity: 0;
    background: #f9f055;
    color: #181818;
    line-height: 1.2; }
    .project__info--type2 {
      flex-direction: column;
      align-items: flex-start;
      padding: 30px 30px 60px 30px; }
  .project:hover .project__info {
    opacity: 1;
    top: 0;
    transition: all 0.3s ease-in; }

.proj-text {
  display: block;
  margin-top: -40px;
  font-size: 42px;
  font-weight: 700; }

.proj-text > span {
  font-size: 22px; }

.proj-type {
  position: absolute;
  bottom: 40px;
  left: 50px;
  display: block;
  font-size: 22px;
  font-weight: 700; }

.proj-category {
  position: absolute;
  left: 30px;
  top: 30px;
  display: block;
  font-size: 21px;
  font-weight: 700; }
  .proj-category > span {
    display: block;
    padding-left: 20px;
    font-style: italic;
    font-size: 16px;
    font-weight: 400; }

.proj-footer {
  position: absolute;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  border-top: 1px solid #cfc848; }
  .proj-footer__title {
    font-weight: 600; }
  .proj-footer__rating .rate-item + .rate-item {
    margin-left: 3px; }

.proj-title {
  display: block;
  margin-top: 30px;
  font-size: 32px;
  font-weight: 700; }

.proj-detail {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px; }

.firm-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -15px -15px 0 -15px;
  text-align: center;
  flex-wrap: wrap; }

.firm-item {
  display: inline-block;
  padding: 0 15px;
  margin-top: 15px; }

.press-content {
  padding: 25px 15px;
  background: #f4f4f4;
  text-align: center; }

.press-content img {
  display: block;
  padding-bottom: 30px;
  margin: auto;
  width: 70%; }

.press-content p {
  min-height: 90px;
  font-style: italic; }

.press-icons {
  margin-top: 50px; }

.press-icons img {
  width: 70%;
  opacity: 0.8; }

.talk-form__title {
  text-align: left;
  padding-bottom: 0 !important; }
.talk-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px; }
.talk-form__subtitle {
  margin-top: 60px;
  padding-bottom: 30px;
  font-size: 21px; }
  .talk-form__subtitle a {
    color: #2980b9; }

.talk-field {
  padding-top: 25px;
  margin-top: 15px; }
  .talk-field__item {
    position: relative; }

.talk-input {
  position: relative;
  z-index: 2;
  border: none;
  border-bottom: 1px solid #959192;
  height: 40px;
  width: 100%;
  font-size: 16px;
  background: transparent; }
  .talk-input--area {
    height: 95px;
    resize: none; }
  .talk-input__label {
    position: absolute;
    top: -18px;
    font-size: 13px;
    padding-left: 5px;
    left: 0px;
    z-index: 0; }
  .talk-input--select {
    -webkit-appearance: none;
    background: #fff url("/dist/img/select-arrow.png") no-repeat center;
    background-size: 10px;
    background-position: calc(100% - 10px) 50%; }

.talk-input .talk-textarea {
  top: 20px; }

.error_field {
  border-bottom: 1px solid red !important; }

.error_text {
  color: red; }

.talk-input__label2 {
  position: absolute;
  top: -22px;
  font-size: 13px;
  padding-left: 5px;
  z-index: 0;
  left: 0px; }

.talk-input2 {
  width: 100%;
  padding: 7px 5px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ccc; }

.req {
  color: #d23957; }

.new-btn {
  position: relative;
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f9f055;
  color: #181818;
  outline: none;
  border: none; }
  .new-btn:hover {
    background: #e3db4a;
    color: #181818;
    transition: all 0.3s ease-in; }
  .new-btn--type2 {
    background: transparent;
    border: 2px solid #f9f055;
    color: #181818; }
    .new-btn--type2:hover {
      background: #f9f055;
      border-color: #f9f055;
      color: #181818;
      transition: all 0.3s ease-in; }
  .new-btn--letter {
    background: transparent;
    border: 2px solid #f9f055;
    color: #fff; }
    .new-btn--letter:hover {
      background: #e3db4a;
      color: #181818;
      transition: all 0.3s ease-in; }
  .new-btn--small {
    width: 140px;
    font-size: 12px;
    height: 42px;
    line-height: 40px;
    border-radius: 21px;
    padding: 0 10px; }
  .new-btn__icon {
    padding-left: 10px; }
  .new-btn--full-width {
    width: 100%; }


.new-check + label {
  display: flex;
  align-items: center;
  min-height: 30px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer; }

.new-check:not(:checked),
.new-check:checked {
  position: absolute;
  left: -9999px; }

.new-check:not(:checked) + label,
.new-check:checked + label {
  width: 100%;
  min-height: 32px;
  position: relative;
  padding-left: 25px; }
  .new-check:not(:checked) + label img,
  .new-check:checked + label img {
    padding-right: 3px; }

.new-check:not(:checked) + label:before,
.new-check:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #949192;
  background: #fff; }

.new-check:not(:checked) + label:after,
.new-check:checked + label:after {
  content: '\2713';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #d6bd17;
  transition: all .2s; }

.new-check:not(:checked) + label:after {
  opacity: 0; }

.new-check:checked + label:after {
  opacity: 1; }

.new-check--type2:checked + label, .new-check--type2:not(:checked) + label {
  padding-left: 35px; }

.new-check--type2 + label {
  font-weight: 700;
  font-size: 18px; }

.new-check--type2:not(:checked) + label:before {
  width: 19px;
  height: 19px;
  background: #f6f6f6;
  border: 1px solid #949192; }

.new-check--type2:checked + label:before {
  border-color: transparent;
  background: #e4c000; }

.new-check--type2:not(:checked) + label:after,
.new-check--type2:checked + label:after {
  color: #fff; }

.talk-section {
  padding-top: 50px; }

.talk-extra {
	margin-top: 75px;
  font-weight: 700;
  text-align: left; }
  .talk-extra__middle {
    margin: 20px 0; }
  .talk-extra__bottom {
    margin-top: 0px; }
.talk-extra a, .modal-sidebar a{
	text-decoration: none !important;
}
.talk-option {
  margin-top: 10px;
  /*display: block;*/
  color: #0088cc;
  text-decoration: none;
  font-weight: normal; }
  .talk-option + .talk-option {
    margin-top: 5px; }
  .talk-option:hover {
    text-decoration: none; }
  .talk-option span {
    padding-right: 5px; }

.review {
  padding: 0 200px;
  text-align: center; }
  .review__text {
    font-size: 21px;
    font-family: 'Helvetica';
    font-weight: 300;
    font-style: italic; }

.client__img2 {
	width: 90px;
	height: 90px;
	margin: 20px  auto; }
.client-review{
	font-size: 16px;
	font-style: italic;
	text-align: center;
}
.client__name2{
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}
.client_media{
	background: url(/dist/img/thank-you-media.jpg) no-repeat;
	background-size: auto;
	background-position: center;
	height: 130px;
}
.client {
  margin: 0 auto;
  width: 250px;
  text-align: center;
  font-family: 'Open Sans', sans-serif; }
  .client__img {
    width: 80px;
    height: 80px;
    margin: 10px  auto; }
    .client__img img {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .client__name {
    font-size: 14px;
    line-height: 1.7; }
  .client__country {
    margin-top: 3px;
    color: #9a9a9a; }

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  .slick-dots > li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #b3b3b3;
    font-size: 0; }
  .slick-dots > li + li {
    margin-left: 5px; }
  .slick-dots > li.slick-active button {
    background: #676767; }

.gallery-section {
  height: 88px;
  background: #000; }

.gallery-list {
  padding: 50px 0;
  background: #f4f4f4; }

.gallery-box {
  background: #fff;
  padding: 5px;
  margin-bottom: 30px; }

.gallery-text {
  padding: 10px; }

.gallery-box img {
  width: 100%; }

.gallery-title {
  font-size: 18px;
  font-weight: bold;
  height: 65px;
  border-top: 1px solid #f4f4f4;
  padding-top: 10px; }

.gallery-subtitle {
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
  height: 20px; }

.gallery-subtitle span {
  color: #f9f055;
  position: relative;
  top: 1px; }

/*MODAL*/
.contact_modal {
  padding: 50px; }

.contact_us_field {
  width: 100%;
  margin-top: 15px;
  text-align: left; }

#QuoteModal .headline, #ApplyJobModal .headline, #CalculatorModal .headline {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding: 6px 0;
  text-align: center;
  margin-bottom: 10px; }

.talk-job-cv {
  margin-top: 10px; }

.job-cv {
  margin: 20px 0 30px 0; }

.contact_us_field textarea {
  padding: 10px 15px;
  height: 150px; }

.contact_form__input {
  width: 100%;
  padding: 7px 10px; }

#QuoteModal .contact_us_submit, #ApplyJobModal .contact_us_submit, #CalculatorModal .contact_us_submit {
  text-align: center; }

#QuoteModal #contact-us-btn {
  background-color: #f9f055;
  color: #000;
  padding: 15px 55px;
  font-weight: 700;
  border: none;
  border-radius: 45px;
  text-transform: uppercase;
  margin-top: 30px; }

.close {
  top: -45px;
  position: relative;
  right: -35px;
  font-size: 36px; }

.ThanksModal-img {
  text-align: center;
  background: url(/dist/img/thank-you.jpg) no-repeat center;
  height: 140px;
  margin-top: 30px; }

.ThanksModal2-img {
  text-align: center;
  background: url(/dist/img/thank-you.jpg) no-repeat center;
  height: 110px;
  margin-top: 0px; }

.ThanksModal-text {
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }

.ThanksModal-text {
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 50px;
  text-align: center; }

#btn_modal, #btn_job {
  margin: auto;
  margin-top: 30px; }

.footer {
  background: #181818;
  padding: 30px 0; }

.foo-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #464646;
  font-size: 18px; }

.foo-block {
  font-size: 16px;
  margin-top: 20px; }

.foo-link, .foo-line {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400; }
  .foo-link:hover {
    color: #b9b9b9;
    transition: all 0.3s linear; }
.foo-extra {
  margin-top: 50px;
  padding-left: 15px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 300; }

.foo-terms {
  margin-top: 5px; }

.foo-terms a {
  color: #fff; }
  .foo-terms a:hover {
    color: #fff; }

.foo-social {
  margin-top: 20px; }

.foo-social a {
  font-size: 18px;
  color: #b9b9b9;
  margin-right: 5px;
  text-decoration: none;
  transition: all .4s ease; }
  .foo-social a:hover {
    text-decoration: none;
    color: #fff; }

/* CASE-STADY PAGE */
.case-list-home {
  margin-bottom: 100px;
  background: #f4f4f4;
  padding: 60px 0; }

.case-list {
  margin-bottom: 100px; }

.case-top {
  margin-top: 70px;
  margin-bottom: 70px; }

.case-row {
  margin-bottom: 70px; }

.case-img {
  width: 100%;
  margin-top: 50px; }

/* EUROPE SECURE */
#europe_secure_text {
  display: inline-block;
  width: calc(100% - 15px); }

div#europe_secure_div {
  position: fixed;
  opacity: 0.9;
  z-index: 29;
  width: 250px;
  padding: 15px;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  color: #777;
  background-color: #eaeaea; }

#europe_secure_ok {
  cursor: pointer;
  float: right;
  display: inline-block;
  padding: 0 2px 2px 2px;
  text-align: center;
  color: #000;
  background-color: transparent; }

#europe_secure_ok:hover {
  background: #f0f0f0; }

@media screen and (max-width: 768px) {
	.promo::after {
	content: "";
	position: absolute;
	top: 86%;
	left: 88%;
	width: 80px;
	height: 80px;
	z-index: 1;
	background-image: url("/dist/img/icon-idea.png");
	background-size: contain;
	background-repeat: no-repeat;
}
  div#europe_secure_div {
    width: 100%;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-right: 20px; }

  #europe_secure_ok {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto; } }
.contact-section {
  position: relative;
  padding: 0 0 80px 0; }
  .contact-section:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(50% - 210px);
    background: #fbfbfb; }
  .contact-section > .container {
    position: relative;
    z-index: 2;
    margin-top: 50px; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0; }
  .breadcrumbs span {
    padding: 0 10px; }
  .breadcrumbs a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #181818; }
    .breadcrumbs a.active {
      font-weight: 700; }

.contact-group {
  padding-left: 40px; }
  .contact-group__title {
    font-weight: 700;
    font-size: 21px; }
    .contact-group__title span {
      color: #000;
      font-weight: 10; }
  .contact-group__text {
    margin-top: 10px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 17px; }
  .contact-group + .contact-group {
    margin-top: 80px; }

.contact-phone {
  color: #2980b9; }
  .contact-phone:hover {
    color: #2980b9; }
  .contact-phone span {
    padding-right: 5px; }

.terms-section {
  padding: 50px 0;
  text-align: left;
  line-height: 1.8; }
  .terms-section a {
    word-break: break-all; }
  .terms-section p {
    margin-bottom: 30px; }
  .terms-section h2 {
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.6; }

.contribute-section {
  padding: 80px 0; }

.topic-wrap {
  margin-top: 60px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4; }

.topic-col {
  width: 20%;
  padding: 0 15px;
  border-left: 1px solid #d4d4d4; }
  .topic-col:last-child {
    border-right: 1px solid #d4d4d4; }

.topic {
  text-align: center;
  padding: 30px 0; }
  .topic__img {
    width: 85px;
    height: 85px;
    margin: 0 auto; }
    .topic__img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .topic__name {
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    margin-top: 15px;
    font-weight: 700; }
    .topic__name span {
      font-weight: 400; }

.editable-content {
  line-height: 1.8; }
  .editable-content p {
    margin-bottom: 20px; }
  .editable-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 20px;
    line-height: 1.44; }
  .editable-content strong {
    font-weight: 700; }
  .editable-content ol {
    margin-left: 15px; }
  .editable-content ol, .editable-content ul {
    margin-bottom: 20px;
    margin-left: 40px; }
    .editable-content ol li + li, .editable-content ul li + li {
      margin-top: 5px; }
  .editable-content ol {
    list-style: decimal; }
  .editable-content a {
    color: #3498db; }
  .editable-content a:hover {
    color: #275da3;
    font-weight: normal;
    text-decoration: underline; }
  .editable-content--article {
    font-size: 18px; }
    .editable-content--article strong {
      font-weight: 800; }
    .editable-content--article p, .editable-content--article ul, .editable-content--article ol {
      font-weight: normal; }
    .editable-content--article h2, .editable-content--article h3, .editable-content--article h5, .editable-content--article h6 {
      margin-bottom: 25px; margin-top: 35px; }
    .editable-content--article h2 {
      font-size: 36px;
      border-top: 1px solid #ddd;
      margin-top: 6rem;
      padding-top: 2rem;
      font-size: 36px; }
    .editable-content--article h3 {
	  font-weight: bold;
      font-size: 24px; }
    .editable-content--article h4 {
      padding-top: 20px;
      font-size: 20px;
	  font-weight: bold; }
    .editable-content--article h5 {
      font-size: 21px; }
    .editable-content--article .no-mb {
      margin-bottom: 0 !important; }
    .editable-content--article table{
      font-size: 14px; }

.contribute-details {
  margin-top: 60px; }

.contribute-details .editable-content h2 {
  text-align: center; }

.note {
  border: 2px dashed #d6bd17;
  padding: 30px;
  font-style: italic;
  font-weight: 700;
  font-size: 21px; }
  .note span {
    color: #d6bd17;
    font-style: normal; }

.about-section {
  padding: 50px 0; }
.about-section a{
	text-decoration: none;
}
.page-dots {
  text-align: center;
  padding-bottom: 30px; }
  .page-dots img {
    max-width: 30px; }

.about-company .page-title {
  text-align: left;
  padding-bottom: 0; }
.about-company__header {
  border-bottom: 1px solid #e6cb17;
  padding-bottom: 30px; }
.about-company__item {
  margin-top: 30px;
  padding-bottom: 30px; }
  .about-company__item p {
    text-transform: uppercase;
    color: #e6cb17;
    margin-right: 60px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .2em; }

.full-img {
  width: 100%; }
  .full-img img {
    width: 100%; }

.about-us-wrap .full-img--about-indent {
  margin-top: 60px; }
.about-us-wrap .row + .row {
  margin-top: 50px; }

.about-left {
  width: 590px; }
  .about-left--bottom {
    padding-right: 30px; }

.about-right {
  width: calc(100% - 620px);
  padding-left: 15px; }
  .about-right--top .about-us-text {
    padding-left: 25px; }

.about-us-text {
  font-weight: 600;
  line-height: 2; }
  .about-us-text p + p {
    margin-top: 70px; }
  .about-us-text--type2 {
    margin-top: 50px; }

.review-section.about-us{
	background: #f4f4f4;
	padding: 70px 0;

}
.review-section.about-us a{
	text-decoration: none;
}

.about-photo {
  position: relative;
  margin-top: 50px; }
  .about-photo__item {
    margin-left: auto;
    width: 350px;
    height: 250px; }
    .about-photo__item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .about-photo__item--extra {
      position: absolute;
      top: 0;
      right: 380px;
      z-index: 2; }


.rl-txt{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.rl-post{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid #e0e0e0;
	padding: 20px;
}

.bottom_box_img_rl{
	background: url(/blog/wp-content/uploads/yuri-100x100.jpg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 80px;
	height: 80px;
	border: solid 3px #f9f144;
	border-radius: 50px;
	float: left;
	margin-right: 30px;
	margin-top: 0px;
}

.rl-author{
	font-size: 16px;
}

.blog-group {
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 50px; }
  .blog-group .post {
    margin-bottom: 30px;
    margin-top: 30px; }
  .post a {
    text-decoration: none !important; }
  .blog-group__title {
    text-align: left;
    padding: 0 !important; }
  .blog-group__header {
    justify-content: space-between;
    align-items: center; }
  .blog-group__more {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #181818; }
    .blog-group__more:hover {
      color: #181818; }
    .blog-group__more span {
      padding-left: 10px; }
  .blog-group:last-child {
    border: none; }



    .top_ctr_section{
        position: absolute;
        right: -90px;
        top: 0;
        background-color: #f4f4f4;
        border: 1px solid #ededed;
        padding: 20px 10px;
        border-radius: 0;
        text-align: center;
        z-index: 6;
        max-width: 375px;
        width: 100%;
    }

    .top_ctr_section div{
        font-size: 22px;
        }
    .top_ctr_section b{
        font-weight: 600;
        }
    .top_ctr_section span{
        font-size: 14px;
        color: #666;
        margin: 0 10px;
        display: block;
        }
    .top_ctr_section .top-btn{
        margin-top:20px;
        display: inline-block;
        color: #fff;
        font-size:18px;
        width:auto;
        }
    .top-btn--demo:hover {
          background: #3c5782;
          color: #fff !important; }
    .top-btn--demo:focus {
          color: #fff !important; }

	.btn-write{
		margin-top: 10px;
		width: 180px;
		position: relative;
		display: inline-block;
		top: -2px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		background: #f9f055;
		font-weight: 400;
		font-size: 15px;
		color: #181818;
		text-decoration: none;
	}
	.btn-write:hover{
		text-decoration: none;
		color: #181818;
		background: #d7cf49;
		transition: all 0.3s ease-in;
	}
	 .article-new>.top_ctr_section{
		 border: none !important;
		 background: transparent !important;
		 padding: 0 !important;
	 }
	 .top_box_title{
		 font-size: 18px !important;
		 font-weight: bold;
		 margin-bottom: 20px;
	 }
	 .top_box_title_small{
		 font-size: 12px !important;
		 font-weight: normal;
		 margin-top: 10px;
	 }
	 .top_box_div{
		 background: #f2f2f2;
		 height: 70px;
		 border-radius: 35px;
		 padding: 6px;
	 }
	 .top_box_img{
		 height: 58px;
		 width: 58px;
		 border-radius: 29px;
		 border: solid 2px #f9f144;
		 display: inline-block;
		 float: left;
	 }
	 .top_box_arrow{
		 height: 58px;
		 width: 58px;
		 border-radius: 29px;
		 background: #f9f144;
		 border: solid 2px #f9f144;
		 display: inline-block;
		 float: right;
		 line-height: 58px;
		 color: #000;
		 text-align: center;
	 }
	 .top_box_arrow>i{
		 position: relative;
		 top: -1px;
		 left: 1px;
	 }
	 .top_box_author{
		width: 160px;
		margin-left: 15px;
		text-align: left;
		padding: 0;
		margin-right: 0;
		display: inline-block;
		float: left;
	 }
	 .top_box_name{
		 font-size: 16px !important;
		 font-weight: bold;
		 color: #000;
	 }
	 .top_box_subtitle{
		 font-size: 12px !important;
		 color: #000;
	 }

	.bottom_box_img {
		height: 105px;
		width: 105px;
		border-radius: 50px;
		border: solid 5px #f9f144;
		margin: auto;
	}
	.bottom_box_name{
		font-size: 20px !important;
		font-weight: bold;
		color: #000;
		padding-top: 10px;
	}
	.bottom_box_subtitle{
		font-size: 12px;
		color: #000;
		font-weight: normal;
	}
	.bottom_box_desc{
		font-size: 14px;
		color: #000;
		padding-top: 20px;
		font-weight: normal;
	}

    @media (max-width:990px){
        .top_ctr_section{
            position: initial !important;
            max-width: 100%;
            margin-bottom: 10px;
        }
        .top_ctr_section div{
            font-size: 26px;
        }
        .top_ctr_section span{
            font-size: 16px;
        }
        .top_ctr_section.sticky{
            position: initial !important;
            left: auto !important;
            right: auto !important;
            margin-left: 0 !important;

        }
    }

.post__img {
  position: relative;
  width: 100%;
  height: 225px; }
  .post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.post__category {
  margin-top: 15px;
  font-size: 18px;
  font-style: italic; }
.post__title {
  font-size: 22px;
  font-weight: 700;
  color: #181818; }
  .post__title:hover {
    color: #181818; }

.blog-section {
  padding: 0 0 80px 0; }

.blog-categories {
  display: flex;
  align-items: center; }
  .blog-categories > li {
    position: relative;
    padding: 10px 0; }
    .blog-categories > li a {
      color: #181818;
      font-weight: 700;
      font-size: 23px; }
      .blog-categories > li a span {
        padding-left: 5px; }
    .blog-categories > li + li {
      margin-left: 30px; }
    .blog-categories > li:hover .drop-part {
      display: block; }

.drop-part {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 27px 0px rgba(7, 7, 7, 0.21);
  border-radius: 5px;
  z-index: 2; }
  .drop-part ul > li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600; }
    .drop-part ul > li a:hover {
      background: #f6f6f6; }

.triangle {
  position: absolute;
  left: 45px;
  top: -17px;
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.7), 0 -1px 1px rgba(221, 221, 221, 0.9);
  font-size: 18px; }

.breadcumb-section {
  background: #f4f4f4; }

.article-tips {
  font-size: 18px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-style: italic; }

.article-banner-crypto {
  position: relative;
  background: url("/dist/img/banner-bg.jpg") no-repeat bottom;
  background-size: cover;
  padding: 30px 150px 30px 30px;
  margin-bottom: 60px;
  z-index: 9; }
  .article-banner-crypto__title {
    color: #fff;
    line-height: 1.2;
    font-size: 25px; }
  .article-banner-crypto__text {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2; }
  .article-banner-crypto .new-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }

.article-banner {
  position: relative;
  background-color: #687894;
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  padding: 30px 150px 30px 30px;
  margin-bottom: 60px;
  z-index: 0; }
  .article-banner__title {
    color: #fff;
    line-height: 1.2;
    font-size: 25px; }
  .article-banner__text {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2; }
  .article-banner .new-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }

.article-img {
  margin-bottom: 40px; }
  .article-img img {
    width: 100%; }
  .article-img__label {
    margin-top: 10px;
    font-style: italic;
    font-size: 15px; }

.article-wrap {
  margin-top: 40px; }

.article-text {
  /*padding: 0 15%;*/
  padding-left: 0%;
  padding-right: 30%;
  position: relative; }

.article-text img {
	max-width: 100%;
	margin: 0 auto;
	height:auto;
	display: block; }

.article-text ul > li {
  position: relative; }

.article-text ul > li:before {
  content: "•";
  position: absolute;
  left: -12px;
  top: -2px; }

.article-section {
  padding-bottom: 80px; }

.article-footer {
  display: flex;
  justify-content: space-between; }

.rating {
  float: left; }

.rating:not(:checked) > input {
  position: absolute;
  /*top:-9999px;*/
  clip: rect(0, 0, 0, 0); }

.rating:not(:checked) > label {
  float: right;
  width: 32px;
  padding: 0 0px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 35px;
  line-height: 1.2;
  color: #ddd; }

.rating:not(:checked) > label:before {
  content: '★ '; }

.rating > input:checked ~ label {
  color: #f1c40f; }

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f1c40f; }

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #f1c40f; }

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px; }

#thanks {
  display: none;
  font-size: 18px;
  padding: 20px 0;
  font-weight: bold; }

.page-numbers {
  margin: 5px 7px;
  font-size: 18px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 29px; }

.page-numbers.current {
  border-bottom: 3px solid #000; }

.page-pagination {
  margin-top: 40px; }

.share-post p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em; }
.share-post__block {
  margin-top: 10px; }
  .share-post__block a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
    background: #4f67ae;
    color: #fff; }
    .share-post__block a:hover {
      color: #fff; }
    .share-post__block a:nth-child(2) {
      background: #75aaeb; }
    .share-post__block a:nth-child(3) {
      background: #ae252b; }
    .share-post__block a + a {
      margin-left: 10px; }

.article-rate__title {
  font-size: 14px; }
  .article-rate__title span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1em; }
.article-rate__block {
  margin-top: 10px; }

.rate-btn {
  margin-right: 2px;
  background: none;
  padding: 0;
  border: none;
  color: #ded422;
  cursor: pointer; }

.feedback-section {
  padding: 50px 0;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position:center;
  background-size: 100%; }
  .feedback-section .page-subtitle {
    margin-top: 15px; }

.feedback-video {
  margin-top: 40px;
  display: flex;
  justify-content: center; }
  .feedback-video iframe {
    width: 100%;
    max-width: 800px;
    height: 450px; }

.design-section {
  background: url(/dist/img/list_projects.jpg) no-repeat center, #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  position: relative;
  color: #fff; }

.design-section:before {
  background-color: #000 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .7; }

.design-section .page-title-box {
  padding: 200px 0; }

.design-section .page-subtitle {
  color: #f9f055; }

.newsletter-section {
  padding: 70px 0;
  background-image: none;
  background-color: #687894;
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover; }
  .newsletter-section .page-title, .newsletter-section .page-subtitle {
    color: #fff; }
  .newsletter-section .page-subtitle {
    font-weight: 400; }

#subscribe_thx {
  display: none;
  color: #fff;
  text-align: center;
  padding-top: 25px; }

.newsletter-form {
  width: 720px;
  margin: 30px auto 0 auto; }
  .newsletter-form .talk-input {
    color: #fff;
    font-weight: 600;
    border-color: #fff; }
    .newsletter-form .talk-input.placeholder {
      color: #fff;
      font-weight: 600; }
    .newsletter-form .talk-input:-moz-placeholder {
      color: #fff;
      font-weight: 600; }
    .newsletter-form .talk-input::-moz-placeholder {
      color: #fff;
      font-weight: 600; }
    .newsletter-form .talk-input:-ms-input-placeholder {
      color: #fff;
      font-weight: 600; }
    .newsletter-form .talk-input::-webkit-input-placeholder {
      color: #fff;
      font-weight: 600; }

.newsletter-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }
  .newsletter-social a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 32px;
    text-align: center;
    color: #fff; }
    .newsletter-social a:hover {
      color: #fff; }
    .newsletter-social a + a {
      margin-left: 10px; }

.related-section {
  padding: 50px 0; }

.slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .slider-header .page-title {
    text-align: left; }

.page-slider-block {
  margin-top: 30px; }
  .page-slider-block .slick-list {
    margin: 0 -15px; }

.slider-col {
  padding: 0 15px; }

.slider-arrow {
  background: none;
  margin-left: 10px;
  border: none;
  font-size: 14px;
  color: #aaaaaa; }
  .slider-arrow:hover {
    color: #181818; }

.article-author {
  display: flex;
  align-items: center;
  margin-top: 70px; }
  .article-author__img {
    width: 60px;
    height: 60px; }
    .article-author__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%; }
  .article-author__info {
    width: calc(100% - 50px);
    padding-left: 30px;
	position:relative;
    color: #fff;
    line-height: 1.4; }
  .article-author__info .top-btn{
		position: absolute;
		left: 240px;
		top: 0;
        width: auto;
        padding-left: 15px;
        margin-left: 15px;
  }
  .article-author__info .top-btn:focus{
      color:#181818;
}
  .article-author__info .top-btn span{
		font-size: 12px;
		padding-left: 10px;
  }

.author-name {
  font-size: 25px;
  font-weight: 400; }

.author-job {
  font-style: italic;
  font-weight: 400; }

.author-date {
  margin-top: 5px;
  font-weight: 400; }

.demo-section {
  background: url("/dist/img/demo-bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 150px; }
  .demo-section .page-title, .demo-section .page-subtitle {
    text-align: center;
    color: #fff; }
  .demo-section .page-subtitle {
    margin-top: 25px; }

.demo-item {
  margin-top: 40px; }
  .demo-item img {
    width: 100%;
    border-radius: 7px 7px 0 0; }

#username, #userphone, #btn_second_step, #btn_third_step {
  display: none; }

#finish_text {
  display: none;
  font-size: 18px;
  color: #f9f055;
  font-weight: bold;
  width: 100%; }

.career-section {
  padding: 50px 0;
  background: #f4f4f4; }

.career-block {
  margin-top: 30px;
  background: #fff; }
  .career-block__body {
    padding: 30px; }
  .career-block__footer {
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    border-top: 1px solid #d1d1d1; }

.job-title {
  font-weight: 700;
  font-size: 23px; }

.vacancy {
  display: flex;
  align-items: center;
  margin-top: 15px; }
  .vacancy__img {
    width: 60px; }
    .vacancy__img img {
      width: 100%; }
  .vacancy__info {
    width: calc(100% - 60px);
    padding-left: 30px;
    font-weight: 700; }
    .vacancy__info > span {
      letter-spacing: 0.1em;
      font-size: 12px;
      text-transform: uppercase; }
    .vacancy__info > p {
      margin-top: 5px;
      font-size: 18px; }

.job-labels {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 10px;
  height: 85px;
  overflow: hidden; }

.job-label {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  width: auto;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #f9f055;
  border-radius: 3px;
  padding: 3px 8px; }

.career-location {
  display: flex;
  align-items: center;
  width: calc(100% - 150px); }
  .career-location__icon {
    width: 40px;
    height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    color: #e4c000; }
  .career-location__item {
    width: calc(100% - 30px);
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600; }

.about-career-section {
  padding: 60px 0; }

.vacancy-title {
  font-size: 29px;
  font-weight: 700; }
  .vacancy-title p {
    padding: 3px 0;
    background: url("/dist/img/vacancy-bg.png") no-repeat center;
    background-size: contain;
    background-position: 0 50%; }

.about-vacancy {
  margin-top: 40px; }

.career-list {
  padding-top: 20px; }
  .career-list__header {
    display: flex;
    align-items: center; }
    .career-list__header img {
      width: 40px; }
    .career-list__header h2 {
      width: calc(100% - 60px);
      padding-left: 30px;
      font-size: 25px;
      font-weight: 700; }
  .career-list__item {
    margin-top: 40px; }
    .career-list__item > li {
      display: flex;
      font-weight: 600; }
      .career-list__item > li > span {
        width: 30px;
        min-width: 30px;
        color: #e4c000; }
      .career-list__item > li + li {
        margin-top: 10px; }
  .career-list + .career-list {
    margin-top: 40px; }

.career-aply {
  margin-top: 60px; }
  .career-aply__btn {
    margin-top: 30px; }
    .career-aply__btn .new-btn {
      width: auto; }

.vacancy-contact__img img {
  width: 100%; }
.vacancy-contact__name {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700; }
.vacancy-contact__job {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px; }
.vacancy-contact__links {
  padding-top: 15px; }
  .vacancy-contact__links a {
    position: relative;
    display: block;
    margin-top: 5px;
    padding-left: 25px;
    color: #d6bd17;
    font-weight: 600; }
    .vacancy-contact__links a:hover {
      color: #d6bd17; }
    .vacancy-contact__links a > span {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      align-items: center; }

.about-service-section {
  padding: 50px 0; }

.about-service {
  margin: 0 5%; }
  .about-service__title {
    margin-top: 25px;
    font-size: 29px;
    font-weight: 700; }
  .about-service__text {
    margin-top: 30px;
    border-bottom: 1px solid #959192;
    font-weight: 600; }
  .about-service--long-type .about-service__text {
    position: relative;
    padding: 20px 20px 0 0;
    width: calc(100% + 120px);
    background: #fff;
    z-index: 1; }

.service-img {
  margin-top: 25px; }
  .service-img img {
    width: 100%; }
  .service-img--type2 {
    height: 150px; }
    .service-img--type2 img {
      height: 100%;
      object-fit: cover; }

.service-review {
  align-items: center;
  margin-top: 30px; }
  .service-review__img {
    width: 50px;
    height: 50px; }
    .service-review__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%; }
  .service-review__text {
    width: calc(100% - 50px);
    padding-left: 30px;
    font-style: italic;
    line-height: 2;
    font-size: 15px; }
    .service-review__text strong {
      font-weight: 700; }

.about-service-row--type2 .service-img {
  margin-top: 80px; }
.about-service-row--type2 .about-service__title {
  margin-top: 20px; }

.qoute-section {
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  background-size: cover;
  color: #fff; }

.qoute-section .talk-input {
  color: #fff;
  border-bottom: 1px solid #fff; }

.rate-item-none {
  opacity: 0.1;
  margin-left: 3px;
  font-size: 18px; }

.qoute-form {
  padding: 30px 40px;
  box-shadow: 0px 19px 27px 0px rgba(7, 7, 7, 0.01); }
  .qoute-form .row {
    margin: 0 -5px; }
    .qoute-form .row > div {
      padding: 0 5px; }

.business-solution {
  margin-top: 50px; }

.expertise-section {
  background: #181818; }

.expertise-block {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .expertise-block:hover .expertise-block__cover {
    opacity: 0.5;
    transition: all 0.5s ease; }
  .expertise-block:hover .expertise__text {
    opacity: 0.5;
    transition: all 0.5s ease; }
  .expertise-block__cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.05); }
    .expertise-block__cover img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .expertise-block__content {
    position: relative;
    z-index: 2;
    padding: 20%; }

.expertise {
  color: #fff; }
  .expertise__title {
    font-size: 29px;
    font-weight: 700; }
  .expertise__text {
    margin-top: 40px;
    opacity: 0.5; }

.recent-proj-section {
  position: relative;
  padding: 80px 0 50px 0; }

.recent-proj__category {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em; }
.recent-proj__title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 29px; }
.recent-proj__text {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8; }
.recent-proj__labels {
  flex-wrap: wrap;
  padding-top: 20px; }
  .recent-proj__labels span {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    width: auto;
    height: 30px;
    padding: 0 25px;
    line-height: 30px;
    background: #f9f055;
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
.recent-proj__details {
  margin-top: 30px; }
.recent-proj__device {
  justify-content: space-between;
  margin-top: 30px;
  width: 80%;
  opacity: 0.4; }

.proj-device {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid #aaa7a8; }
  .proj-device img {
    max-width: 60%; }

.recent-proj-img {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(40% + 60px);
  height: calc(100% - 50px);
  padding-top: 80px; }
  .recent-proj-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
    -webkit-box-shadow: -5px 7px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 7px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: -5px 7px 10px -4px rgba(0, 0, 0, 0.75); }

.service-footer {
  background: #f4f4f4;
  padding: 80px 0; }

.service-extra h5 {
  font-size: 21px;
  font-weight: 700; }
.service-extra + .service-extra {
  margin-top: 30px; }
.service-extra__more {
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 20px;
  display: inline-block; }
  .service-extra__more span {
    padding-left: 10px; }

.readmore_text {
  display: none; }

.order-include {
  padding: 30px 30px 60px 30px;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4; }
  .order-include__header {
    display: flex;
    align-items: center; }
  .order-include__list {
    padding-top: 30px; }

.option {
  flex-wrap: wrap;
  justify-content: space-between; }
  .option__title {
    font-weight: 700;
    font-size: 25px; }
  .option__img {
    width: 60px; }
    .option__img img {
      width: 100%; }
  .option__text {
    margin-top: 20px;
    width: 100%; }

.order-check {
  margin-top: 10px; }

.order-total {
  position: relative;
  width: 340px;
  margin-left: 30px;
  top: 0px;
  background: #fff;
  z-index: 9; }
  .order-total__title {
    background: #181818;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700; }
  .order-total__body {
    padding: 15px 40px;
    height: auto;
    overflow-y: none; }
  .order-total__footer {
    padding: 15px 40px;
    background: #eee;
    border-top: 1px solid #181818; }
    .order-total__footer .total-block {
      padding: 0;
      border: none; }
      .order-total__footer .total-block__name, .order-total__footer .total-block__price {
        font-weight: 800;
        font-size: 22px; }

.total-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #d1d1d1; }
  .total-block:last-child {
    border: none; }
  .total-block__name {
    font-weight: 600; }
  .total-block__price {
    font-weight: 700;
    font-size: 18px; }

.estimate-long-text {
  margin: 30px 0; }

.estimate-long-text .option__title {
  padding-bottom: 20px; }

.estimate-long-text p {
  padding-bottom: 20px; }

.estimate-form {
  padding: 50px 0; }
  .estimate-form__title {
    font-size: 25px;
    font-weight: 700;
    text-align: center; }
    .estimate-form__title > span {
      color: #e4c000; }
  .estimate-form__item {
    margin-top: 50px;
    padding: 0 200px; }
    .estimate-form__item .talk-form__footer {
      padding-top: 30px;
      justify-content: center; }

.estimate-option-text {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px; }

.calculator-section {
  margin-bottom: 100px; }

#calc_btn, #CalculatorModalBtn {
  display: inline-block;
  margin-top: 30px; }

.estimate_submit {
  text-align: center; }

img.lazy {
  background-image: url("/dist/img/load.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px;
  background-color: #f4f4f4; }

.proj-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 50px; }
  .proj-filters__group .filter {
    margin-right: 30px; }

.filter {
  width: 260px; }

.proj-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px; }
  .proj-header__name {
    font-size: 21px;
    font-weight: 700; }

.complexity {
  display: flex;
  align-items: center; }
  .complexity__title {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 700; }
  .complexity__rating .rate-item {
    color: #ded422;
    margin-right: 4px;
    font-size: 18px; }

.about-proj-section {
  padding-bottom: 80px; }
  .about-proj-section__inner {
    margin-top: 20px;
    padding-top: 40px; }

.proj-complexity {
  margin-top: 30px;
  font-size: 18px; }

.proj-complexity > span {
  color: #f9f055; }

.proj-solution {
  display: flex;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%; }
  .proj-solution__title {
    width: 150px;
    font-size: 29px;
    font-weight: 700; }
  .proj-solution__about {
    width: 100%; }
    .proj-solution__about .about-row {
      width: 100%;
      align-items: flex-start; }
    .proj-solution__about .about-stat__header {
      height: 90px; }

.project-content {
  margin-top: 80px;
  margin-left: 15%;
  margin-right: 15%; }

.tools-section {
  position: relative;
  background: #f7f7f7;
  padding-top: 150px;
  overflow: hidden; }
  .tools-section__img {
    position: absolute;
    top: 0;
    transform: scale(1.3);
    left: calc(50% - 190px);
    height: 100%;
    width: auto; }

.tools-block__title {
  font-weight: 800;
  font-size: 60px; }

.tools__text {
  margin-top: 40px;
  font-size: 21px;
  font-weight: 700; }
.tools__extra {
  margin-top: 20px;
  max-width: 400px; }

.tools-device {
  margin-top: 30px; }
  .tools-device .proj-device {
    border: none; }
    .tools-device .proj-device img {
      max-height: 40px; }

.tools-features {
  width: calc(50% + 555px);
  margin-left: auto;
  margin-top: 50px;
  background: #f9f055;
  padding: 20px 30px 20px 50px;
  font-size: 29px;
  font-weight: 700; }

.mockups-section {
  padding: 50px 0;
  background: #f4f4f4; }

.mockups__list {
  margin-top: 50px; }
.mockups__title {
  text-align: center;
  font-weight: 700;
  font-size: 32px; }

.mockup {
  position: relative;
  display: flex; }
  .mockup + .mockup {
    margin-top: 30px; }
  .mockup img {
    width: 100%; }
  .mockup__more {
    position: absolute;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000000;
    padding: 0 15px 0 35px;
    z-index: 2;
    bottom: 60px;
    right: 30px;
    background: #ffffff;
    font-weight: 600; }
    .mockup__more > span {
      display: flex;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer; }

.project-summary {
  margin-top: 50px;
  padding-bottom: 50px; }
  .project-summary__text {
    margin-top: 30px;
    font-size: 21px;
    text-align: center; }
  .project-summary__btns {
    justify-content: center; }
    .project-summary__btns .new-btn {
      position: relative;
      margin-top: 50px;
      line-height: 1.2; }
      .project-summary__btns .new-btn__long-text {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 140px;
        margin-left: -20px;
        font-size: 12px;
        width: 100%; }
      .project-summary__btns .new-btn__icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 25px; }
      .project-summary__btns .new-btn + .new-btn {
        margin-left: 25px; }
      .project-summary__btns .new-btn:nth-child(2) {
        background: #fff;
        border: 1px solid #d6d6d6; }

.project-summary__btns > .new-btn {
  width: 280px; }

.similar-section {
  color: #fff;
  background: #222;
  padding: 50px 0; }

.similar-box {
  display: flex;
  width: calc(50% + 550px);
  margin-left: auto;
  padding-right: 50px; }
  .similar-box__group {
    width: 300px; }
    .similar-box__group > p {
      margin-top: 30px; }

.similar-proj {
  display: flex;
  margin-left: auto; }
  .similar-proj__img {
    width: 210px;
    height: 150px; }
    .similar-proj__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .similar-proj + .similar-proj {
    margin-left: 30px; }

.similar {
  width: 200px;
  margin-left: 30px; }
  .similar__title {
    overflow: hidden;
    max-width: 100%;
    height: 30px;
    font-size: 21px;
    font-weight: 700;
    color: #fff; }
    .similar__title:hover {
      color: #fff; }
  .similar__category {
    font-style: italic; }
  .similar__text {
    margin-top: 30px; }

@media screen and (max-width: 1700px) {
  .proj-text {
    font-size: 36px; }

  .expertise-block__content {
    padding: 70px; } }
@media screen and (max-width: 1600px) {
  .proj-text {
    font-size: 32px; }

  .proj__info {
    padding: 50px 30px; } }
@media screen and (max-width: 1400px) {
  .similar-box {
    flex-wrap: wrap; }
    .similar-box__group {
      width: 100%; }

  .similar-proj {
    margin-top: 40px;
    margin-left: 0; }

  .expertise-block__content {
    padding: 70px 30px; }

  .proj-half, .proj-col {
    width: calc(50% - 8px); }

  .proj-half__row {
    margin-top: 16px; }
    .proj-half__row--no-margin {
      margin-top: 0; }

  .project {
    height: 242px; }
    .project--big {
      height: 500px; }

  .proj-text {
    font-size: 29px; }

  .proj__info {
    padding: 50px 30px; }
    .proj__info--type2 {
      padding: 20px; }

  .proj-category {
    font-size: 18px;
    top: 20px;
    left: 20px; }

  .proj-title {
    font-size: 25px; }

  .proj-footer {
    padding: 15px 20px; }
	
	.article-text {
	padding:0 350px 0 50px;
	}
	.top_ctr_section{right:-20px;}

  .proj-detail {
    margin-top: 15px;
    font-size: 15px; } }
@media screen and (max-width: 1199px) {
  .similar-box {
    width: 100%;
    padding: 0 15px; }

  .estimate-form__item {
    padding: 0 75px; }

  .proj-device {
    width: 100px;
    height: 90px; }

  .expertise-block__content {
    padding: 100px 30px; }

  .article-text {
    padding: 0 100px;
	/*padding:0 260px 0 0;*/
	}
	.article-text.ctr{
    /*padding: 0 100px;*/
	padding:0 260px 0 0;
	}
	.top_ctr_section {right:10px;}
	
  .about-left {
    width: 490px; }

  .about-right {
    width: calc(100% - 520px); }

  .about-photo__item {
    width: 260px;
    height: 150px; }
    .about-photo__item--extra {
      right: 290px; }

  .topic__name {
    height: 150px;
    font-size: 18px; }

  .terms-content p, .terms-content h2 {
    margin-bottom: 20px; }

  .contact-section:after {
    width: calc(50% - 180px); }

  .about-val {
    font-size: 46px; }

  .project__info {
    padding: 20px 15px 30px 15px; }

  .review {
    padding: 0 50px; }

  .review__text {
    font-size: 18px; }

  .proj-text {
    font-size: 25px; }

  .proj-type {
    font-size: 21px;
    bottom: 15px;
    left: 15px; }

  .home__title {
    font-size: 42px; }
  .home__text {
    font-size: 19px; }

  .banner__title {
    font-size: 32px; }

  .about-text {
    margin-top: 45px; }

  .editable-content h2, .editable-content p {
    margin-bottom: 30px; }

  .qoute-submit {
    margin-top: 20px; }

  .proj-solution__about {
    padding-left: 50px; }

  .tools-features {
    width: 100%; } }
@media screen and (max-width: 991px) {
  .project-summary {
    padding-bottom: 20px; }

  .similar-proj {
    width: 48%; }

  .similar-proj {
    flex-direction: column;
    align-items: flex-start; }

  .similar {
    width: 100%;
    margin-left: 0;
    margin-top: 20px; }

  .similar-proj + .similar-proj {
    margin-left: 4%; }

  .tools-section__img {
    display: none; }

  .tools-section {
    padding-top: 50px; }

  .tools-block__title {
    font-size: 36px; }

  .tools__text {
    margin-top: 20px;
    font-size: 18px; }

  .filter {
    width: 220px; }

  .proj-filters {
    margin-top: 0;
    padding-top: 15px;
    flex-wrap: wrap; }
    .proj-filters__group {
      flex-wrap: wrap; }
    .proj-filters .filter {
      margin-top: 15px;
      margin-right: 15px; }

  .order-total {
    position: static !important;
    width: 100%;
    margin-top: 30px; }

  .order-include {
    padding: 20px 15px; }

  .estimate-form__item {
    padding: 0 0; }

  .service-footer {
    padding: 50px 0; }

  .recent-proj-section {
    padding-top: 50px;
    padding-bottom: 0; }

  .recent-proj__device {
    justify-content: flex-start; }

  .recent-proj-img {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 30px; }

  .proj-device {
    margin-right: 10px; }

  .proj-device img {
    max-height: 80%;
    object-fit: contain; }

  .qoute-form {
    padding: 20px 15px; }

  .about-service-section {
    padding: 20px 0 50px 0; }

  .about-service__text {
    margin-top: 20px; }

  .service-img, .about-service-row--type2 .service-img {
    margin-top: 40px; }

  .about-service--long-type .about-service__text {
    width: 100%;
    padding: 0 0 0 0; }

  .vacancy-contact {
    margin-top: 50px; }
    .vacancy-contact__img {
      max-width: 290px; }

  .job-labels {
    height: auto;
    overflow: auto; }

  .about-vacancy {
    margin-top: 20px; }

  .about-career-section {
    padding: 10px 0 30px 0; }

  .career-section {
    padding: 0 0 30px 0; }
    .career-section--type2 {
      padding-top: 30px; }

  .demo-section {
    padding-top: 110px; }

  .newsletter-section {
    padding: 40px 0; }

  .newsletter-form {
    width: 100%; }

  .newsletter-btn {
    margin-top: 20px;
    display: flex;
    justify-content: center; }

  .newsletter-social {
    justify-content: center; }

  .article-text, .article-text.ctr{
    padding: 0; }

  .blog-categories {
    flex-wrap: wrap; }
    .blog-categories > li {
      margin-right: 10px;
      margin-right: 15px; }
      .blog-categories > li + li {
        margin-left: 0; }
      .blog-categories > li a {
        font-size: 18px; }

  .post__title {
    font-size: 21px; }

  .blog-group {
    margin-top: 30px;
    padding-bottom: 30px; }
    .blog-group__title {
      font-size: 25px; }

  .about-us-wrap .row + .row {
    margin-top: 0; }

  .about-us-wrap .full-img--about-indent {
    margin-top: 30px; }

  .about-right--top .about-us-text {
    padding-left: 0; }

  .about-photo {
    display: flex;
    margin-top: 30px; }
    .about-photo__item {
      margin-left: 0;
      margin-right: 15px; }
      .about-photo__item--extra {
        position: relative;
        right: 0; }

  .about-us-text {
    margin-top: 30px; }
    .about-us-text p + p {
      margin-top: 0; }

  .about-left, .about-right {
    width: 100%;
    padding: 0 15px; }

  .editable-content h2, .editable-content p, .editable-content ol, .editable-content li {
    margin-bottom: 20px; }

  .editable-content--article h2, .editable-content--article h3, .editable-content--article h4, .editable-content--article h5, .editable-content--article h6 {
    margin-bottom: 20px; }
  .editable-content--article h2 {
    font-size: 32px; }
  .editable-content--article h3 {
    font-size: 28px; }
  .editable-content--article h4 {
    font-size: 18px; }
  .editable-content--article h5 {
    font-size: 21px; }

  .topic-wrap {
    border: none; }

  .topic-col {
    width: 100%;
    border-right: 1px solid #d4d4d4 !important;
    border-bottom: 1px solid #d4d4d4; }
    .topic-col:first-child {
      border-top: 1px solid #d4d4d4; }

  .topic__name {
    margin-top: 30px;
    height: auto; }

  .main-section--short {
    height: 250px; }
    .main-section--short .main-section__content {
      padding-top: 15px; }

  .terms-content p, .terms-content h2 {
    margin-bottom: 15px; }

  .contact-section:after {
    display: none; }

  .contact-section > .container {
    margin-top: 15px; }

  .talk-form__subtitle {
    margin-top: 45px;
    font-size: 18px; }

  .contact-info {
    padding-top: 30px; }

  .contact-group {
    padding-left: 0; }
    .contact-group + .contact-group {
      margin-top: 30px; }

  .footer {
    padding-top: 5px; }

  .foo-title {
    margin-top: 30px; }

  .about-text {
    margin-top: 30px; }

  .about-text p + p {
    margin-top: 15px; }

  .about-val {
    font-size: 36px; }

  .project {
    height: 150px; }
    .project--big {
      height: 316px; }
    .project__info {
      display: none; }

  .theme-section {
    padding: 50px 0; }
    .theme-section--about {
      padding-bottom: 0; }
    .theme-section--solution {
      padding-bottom: 50px; }

  .contribute-section {
    padding: 50px 0; }

  .blog-section {
    padding: 0 0 50px 0; }

  .page-title {
    padding-bottom: 45px; }

  .about-row, .work-row {
    flex-wrap: wrap; }

  .about-col {
    width: 48%; }
    .about-col:nth-child(3), .about-col:nth-child(4) {
      margin-top: 30px; }

  .work-col {
    width: 100%;
    margin-top: 30px;
    text-align: center; }
    .work-col:nth-child(1) {
      margin-top: 0; }

  .work__content {
    padding-left: 0; }

  .work-number {
    left: 0; }

  .solutions-row {
    border: none !important; }
    .solutions-row--only-child {
      border-top: 1px solid #d4d4d4 !important; }
    .solutions-row .row > div {
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #d4d4d4; }
      .solutions-row .row > div:first-child {
        border-left: none; }

  .solution {
    padding: 20px 0; }

  .home {
    padding-right: 0; }
    .home__title {
      font-size: 26px; }
    .home__text {
      font-size: 18px; }
    .home__proj {
      font-size: 18px; }

  .main-section--service .home__title {
    margin-top: 20px; }

  .main-section {
    min-height: unset;
    padding: 120px 0 60px 0; }
    .main-section__content {
      margin-top: 0;
      padding-top: 0; }

  .talk-extra {
    margin-top: 20px; }

  .talk-field {
    padding-top: 10px; }

  .note {
    font-size: 18px; }

  .article-section {
    padding-bottom: 50px; }

  .newsletter-form {
    margin-top: 0; }

  .main-section--article .home {
    padding-right: 45px; }

  .home__share a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px; }
    
    
  .article-author {
    margin-top: 30px; }

  .author-name {
    font-size: 18px; }

  .article-banner {
    padding: 20px 15px;
    z-index: 0;
    }

  .article-banner .new-btn {
    transform: none;
    position: relative;
    margin-top: 15px;
    right: 0;
    left: 0; }

  .article-banner__title {
    font-size: 21px; }

  .article-banner__text {
    font-size: 24px; }

  .proj-solution {
    flex-direction: column;
    align-items: flex-start; }
    .proj-solution__about {
      width: 100%;
      padding-left: 0; }

  .project-content {
    margin-top: 40px; }

  .about-proj-section {
    padding-bottom: 50px; } }
@media screen and (max-width: 767px) {
	
	.rl-post{
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
		border: 1px solid #f4f4f4;
		padding: 20px;
		position: relative;
		left: 0px;
	}

  .mockup__more {
    right: 15px;
    bottom: 30px; }

  .similar-proj {
    width: 100%; }
    .similar-proj + .similar-proj {
      margin-left: 0; }

  .expertise-block__cover {
    display: none; }
  .expertise-block__content {
    padding: 30px 15px; }

  .expertise__text {
    margin-top: 20px; }

  .career-block__body {
    padding: 15px; }
  .career-block__footer {
    padding: 15px;
    flex-wrap: wrap; }

  .career-location {
    width: 100%; }

  .career-more {
    width: 100%;
    margin-top: 15px; }

  .vacancy {
    flex-direction: column;
    align-items: flex-start; }
    .vacancy__info {
      padding-left: 0;
      margin-top: 15px;
      width: 100%; }

  .page-subtitle {
    font-size: 18px; }

  .feedback-section {
    padding-top: 40px;
    padding-bottom: 40px; }

  .feedback-video iframe {
    height: 250px; }

  .post__category {
    font-size: 18px; }

  .about-company__item {
    justify-content: space-between; }
    .about-company__item p {
      margin-right: 30px; }

  .about-photo {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px; }
    .about-photo__item {
      width: 48%;
      height: 120px;
      margin-right: 0; }

  .note {
    font-size: 16px; }

  .editable-content h2, .editable-content p, .editable-content ol, .editable-content li {
    margin-bottom: 15px; }

  .talk-submit {
    margin-top: 15px; }

  .contact-section > .container {
    margin-top: 0; }

  .foo-link, .foo-title, .foo-extra {
    text-align: center; }

  .foo-social {
    display: flex;
    justify-content: center; }
    .foo-social a:last-child {
      margin: 0; }

  .project--big {
    height: 240px; }

  .talk-form__footer {
    padding-top: 30px;
    flex-direction: column;
    align-items: flex-start; }

  .proj-gallery {
    flex-wrap: wrap; }
    .proj-gallery > .proj-half {
      width: 100%; }
      .proj-gallery > .proj-half + .proj-half {
        margin-top: 16px; }

  .review {
    padding: 0; }

  .page-title {
    font-size: 32px; }
    .page-title--medium {
      font-size: 28px; }

  .talk-form__subtitle {
    margin-top: 30px; }

  .banner-section {
    padding: 50px 0; }

  .banner__title {
    width: 100%;
    font-size: 25px; }

  .about-col {
    width: 100%;
    margin-top: 30px; }
    .about-col:first-child {
      margin-top: 0; }

  .blog-group__title {
    font-size: 25px; }

  .blog-group__header {
    flex-direction: column;
    align-items: flex-start; }

  .article-wrap {
    margin-top: 20px; }

  .proj-header {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start; } }
@media screen and (max-width: 575px) {
	.breadcumb-section{
		display:none;
	}
	.home__text{
		display:none;
	}
	.article-author__info .top-btn{
		position:inherit;
		margin-top:10px;
		left:0;
        display: inline-block;
        margin-left: 0;
	}
		
  .project-summary__btns {
    flex-direction: column;
    align-items: center; }
    .project-summary__btns .new-btn + .new-btn {
      margin-left: 0;
      margin-top: 20px; }

  .proj-device {
    width: 85px;
    height: 85px; }

  .article-footer {
    flex-direction: column;
    align-items: flex-start; }

  .share-post {
    margin-top: 15px; }

  .topic-col {
    border-left: 0;
    border-right: 0 !important; }

  .about-company__dots {
    width: 120px; } }

/*# sourceMappingURL=home.css.map */
