/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=cyrillic,cyrillic-ext");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
[class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.icon-link {
  width: 18px;
  height: 18px;
  background: url(../img/general/icon-link.png) no-repeat 0 0;
}

.icon-vk {
  width: 35px;
  height: 35px;
  background: url(../img/general/icon-vk.png) no-repeat 0 0;
}

.icon-in {
  width: 35px;
  height: 35px;
  background: url(../img/general/icon-in.png) no-repeat 0 0;
}

.btn {
  font-size: 16px;
  border-width: 2px;
  border-radius: 20px;
  padding: 7px 25px 8px;
  line-height: 16px;
}

.btn-outline-success {
  color: #111b21;
  /* border-image: linear-gradient(to left, #00a5c8 0%, #26c98b 100%); */
  /*border-image: linear-gradient(to left, #2e98bc 0%, #c66262 100%);
		    border-image-slice: 1;
		    border-width: 2px;
		    border-radius: 20px;*/
  border-color: #13b7a9;
}

.btn-outline-success:hover {
  background: #13b7a9;
  border-color: #13b7a9;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  background: #fff;
  color: #000;
}

/*--text--*/
.text-success {
  color: #1fe599 !important;
}

html,
body {
  height: 100%;
}

body {
  font: 15px "Roboto Slab", serif;
  color: #111b21;
  padding-top: 67px;
}

* {
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important;
}

.row-zero {
  margin: 0;
}

.row-zero [class*="col-"] {
  padding: 0;
}

.intro {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 30px 30px;
  z-index: 100;
}

.intro-bg {
 background: url(../img/general/intro.png) no-repeat right top/cover;
  text-align: center;
  color: #fff;
  padding: 158px 0 258px;
  min-height: 100%;
  position: relative;
}

.intro-video-bg {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 105%;
  z-index: -1;
  overflow: hidden;
}

.intro-video-bg:before {
  background-image: radial-gradient(
    hsla(0, 0%, 100%, 0.13) 4.33333%,
    transparent 0
  );
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 3rem 3rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.intro-video-bg video {
  ьшт-height: 100%;
  width: 100%;
  position: absolute;
  top: -74px;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-title {
  font-size: 150px;
  font-weight: 100;
}

.site-title span {
  display: inline-block;
  position: relative;

  background: -webkit-linear-gradient(45deg, #00a5c8 33%, #15b8a7 66%, #26c98b);
  background: linear-gradient(45deg, #00a5c8 33%, #15b8a7 66%, #26c98b);

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  -webkit-animation: hue 10s infinite linear;
  animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

@keyframes hue {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(-360deg);
  }
}

.line {
  opacity: 0;
  -webkit-clip-path: polygon(0 -15%, 0 -15%, 0 115%, 0 115%);
  clip-path: polygon(0 -15%, 0 -15%, 0 115%, 0 115%);

  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.line.is-visible {
  -webkit-clip-path: polygon(0 -15%, 100% -15%, 100% 115%, 0 115%);
  clip-path: polygon(0 -15%, 100% -15%, 100% 115%, 0 115%);
  opacity: 1;
}

.slogan {
  font-size: 92px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60px;
}

.slogan span {
  font-size: 42px;
}

.cursor {
  width: 9px;
  height: 77px;
  background: url(../img/general/cursor.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  bottom: 35px;
  margin-left: -3px;
}

.section-skills {
  padding: 145px 0 128px;
}

.section-numb {
  padding: 0 15px;
  position: relative;
  font-size: 18px;
  color: #27c98a;
}

.section-numb:before {
  content: "";
  position: absolute;
  width: 76px;
  height: 1px;
  background: #dcddde;
  right: 100%;
  top: 50%;
}

.section-title {
  font-size: 70px;
  font-weight: 100;
}

.skill-box {
  padding: 100px 0;
}

.skill-header span {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
  background: -webkit-linear-gradient(45deg, #00a5c8 33%, #15b8a7 66%, #26c98b);
  background: linear-gradient(45deg, #00a5c8 33%, #15b8a7 66%, #26c98b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.skill-text {
  font-size: 21px;
}

.skills-bg {
  position: relative;
}

.skills-bg:before {
  content: "";
  position: absolute;
  width: 758px;
  height: 412px;
  background: url(../img/general/grid.png) no-repeat;
  right: -92px;
  top: 77px;
}

.services-header {
  padding: 30px 0;
  color: #fff;
  background: #00a5c8;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a5c8 0%, #26c98b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a5c8),
    to(#26c98b)
  );
  background: linear-gradient(to right, #00a5c8 0%, #26c98b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5c8', endColorstr='#26c98b',GradientType=1 );
  /* IE6-9 */
}

.services-header-text {
  font-size: 15px;
  line-height: 24px;
  padding: 34px 0 34px 156px;
  position: relative;
  z-index: 2;
}

.services-header .border-quote {
  width: 246px;
}

.border-quote {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-top: 6px solid #52c5d0;
  border-left: 6px solid #52c5d0;
  border-bottom: 6px solid #52c5d0;
  z-index: -1;
}

.border-quote:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 6px;
  background: #52c5d0;
}

.border-quote:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 15px;
  width: 6px;
  background: #52c5d0;
}

.service-box-col {
  -webkit-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

.service-box {
  color: #fff;
  padding-left: 145px;
  padding-bottom: 100px;
  height: 782px;
  -webkit-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

.service-box:hover {
  padding-left: 100px;
}

.service-numb {
  font-size: 18px;
  padding-top: 58px;
  padding-left: 12px;
  border-left: 1px solid #868c8f;
  margin-bottom: 60px;
}

.service-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 67px;
}

.service-separator {
  width: 135px;
  height: 1px;
  margin: 27px 0;
  background: #00a5c8;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a5c8 0%, #26c98b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a5c8),
    to(#26c98b)
  );
  background: linear-gradient(to right, #00a5c8 0%, #26c98b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5c8', endColorstr='#26c98b',GradientType=1 );
  /* IE6-9 */
}

.service-text {
  font-size: 18px;
  line-height: 30px;
  height: 170px;
}

.service-price {
  font-size: 22px;
}

.service-price span {
  font-size: 30px;
  font-weight: 700;
}

.section-projects {
  padding: 62px 0;
  background: url(../img/general/grid.png) no-repeat 80% 82px;
}

.projects-slider-bullets {
  padding: 30px 0;
  position: relative;
  z-index: 15;
}

.projects-slider-bullets .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.projects-slider-bullets .slick-dots button {
  border: none;
  background: none;
  padding: 0 6px;
  cursor: pointer;
  position: relative;
}

.projects-slider-bullets .slick-dots button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  margin-top: -1px;
  background: #6dbb0b;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.projects-slider-bullets .slick-dots li {
  padding: 0 4px;
}

.projects-slider-bullets .slick-dots li.slick-active button:before {
  width: 100%;
}

.projects-slide {
  padding-top: 50px;
  margin-bottom: 56px;
}

.projects-slider-list {
  margin-top: -50px;
}

.projects-slider-list .project-title {
  background: #fff;
  padding: 20px 34px;
  font-size: 75px;
  margin-left: -130px;
  margin-top: -50px;
  line-height: 71px;
}

.project {
  margin-bottom: 40px;
  position: relative;
}

.project:before {
  content: "";
  width: 630px;
  height: 230px;
  background: url(../img/general/grid.png) no-repeat 0 0;
  position: absolute;
  bottom: -70px;
}

.project-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 51px;
}

.project-text {
  font-size: 16px;
  padding: 18px 0;
  margin-bottom: 16px;
}

.project-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  color: #111b21;
}

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

.project-link i {
  margin-right: 14px;
  margin-bottom: 5px;
}

.project-img {
  position: relative;
}

.project-img > img {
  display: block;
}

.project-logo {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.project-right:before {
  right: 0;
}

.project-right .project-img {
  margin-right: 100px;
}

.project-left:before {
  left: 0;
}

.project-left .project-img {
  margin-left: 100px;
}

.project:hover .project-logo {
  opacity: 1;
}

.projects-footer {
  padding: 25px 0;
  text-align: center;
}

.client {
  padding: 19px 0;
  text-align: center;
}

.client img {
  max-width: 100%;
}

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

.request {
  padding: 90px 0;
  background: url(../img/general/form-bg.jpg) no-repeat 0 0;
  background-position: bottom;
  color: #fff;
  height: 100%;
}

.request-header {
  text-align: center;
  margin-bottom: 75px;
}

.request-title {
  font-size: 55px;
  font-weight: 700;
}

.request-subtitle {
  font-size: 20px;
}

.request .btn-outline-success {
  color: #fff;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #fff;
  height: 37px;
}

.form-control:focus {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

textarea.form-control {
  height: 188px;
}

.footer {
  padding: 100px 30px 113px;
  background: url(../img/general/grid.png) no-repeat right top,
    url(../img/general/grid.png) no-repeat left bottom;
}

.footer-info {
  padding: 20px 0;
}
.f-main{
	padding-bottom: 143px;
}
.ibox-title {
  font-size: 15px;
  color: #777777;
  margin-bottom: 10px;
}

.ibox-body a {
  color: #111b21;
}

.soc a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.soc a:first-child {
  margin-left: 0;
}

.soc a:last-child {
  margin-right: 0;
}

.page-intro {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 70px;
  color: #fff;
  overflow: hidden;
}

.page-intro .breadcrumbs a {
  color: #fff;
}

.page-intro .skill-box {
  padding: 0;
}

.page-intro-text {
  line-height: 26px;
  font-size: 15px;
}

.breadcrumbs {
  font-size: 13px;
  color: #929292;
}

.breadcrumbs-separate {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 1px;
  background: #929292;
  margin: 0 10px;
}

.page-title {
  text-align: center;
  font-weight: 100;
  font-size: 70px;
  margin: 0 0 42px;
}

.company-decor {
  position: relative;
}

.company-decor:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -55px;
  width: 947px;
  height: 110px;
  background: url(../img/general/company-grid.png) no-repeat 0 0;
  opacity: 0.2;
}

.workers {
  padding: 40px 0;
}

.first-letter {
  font-size: 350px;
  color: #fff;
  text-shadow: 20px 10px 0 #44545d;
  text-align: center;
  line-height: 320px;
}

.worker {
  overflow: hidden;
  margin-bottom: 34px;
}

.worker-info {
  position: relative;
}

.worker-info:before {
  content: "";
  position: absolute;
  top: 0;
  width: 980px;
  height: 472px;
  background: url(../img/general/grid.png) repeat-x;
  z-index: -1;
}

.worker-info-right:before {
  left: -10px;
}

.worker-info-right .worker-box {
  left: -40px;
}

.worker-info-left:before {
  right: -10px;
}

.worker-info-left .worker-box {
  right: -40px;
}

.worker-box {
  position: relative;
  width: 100%;
  margin-top: -54px;
  z-index: 1;
  padding: 36px;
  background: #00a5c8;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a5c8 0%, #26c98b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a5c8),
    to(#26c98b)
  );
  background: linear-gradient(to right, #00a5c8 0%, #26c98b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5c8', endColorstr='#26c98b',GradientType=1 );
  /* IE6-9 */
}

.worker-name {
  margin: 0 0 0 85px;
  padding: 22px 0 25px 84px;
  position: relative;
  font-size: 30px;
  color: #44545d;
  margin-bottom: 20px;
}

.worker-name:before {
  content: "";
  position: absolute;
  left: -84px;
  top: 0;
  background: url(../img/general/quote.png) no-repeat 0 0;
  width: 51px;
  height: 54px;
}

.worker-name-quote {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 246px;
  border-top: 6px solid rgba(255, 255, 255, 0.3);
  border-left: 6px solid rgba(255, 255, 255, 0.3);
  border-bottom: 6px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.worker-name-quote:before,
.worker-name-quote:after {
  content: "";
  position: absolute;
  right: 0;
  width: 6px;
  height: 15px;
  background: rgba(255, 255, 255, 0.3);
}

.worker-name-quote:before {
  top: 0;
}

.worker-name-quote:after {
  bottom: 0;
}

.worker-position {
  color: #fff;
  font-size: 15px;
}

.worker-text {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.portfolio {
  padding: 30px 0;
  background: url(../img/general/grid.png) no-repeat 0 0;
}

.portfolio-nav ul li {
  margin: 0 2px;
}

.portfolio-nav ul li a {
  color: #fff;
  border: solid 2px transparent;
  border-radius: 21px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.portfolio-nav ul li a:hover {
  border-color: #fff;
}

.portfolio-nav ul li a.mixitup-control-active {
  border-color: #13b7a9;
}

.portfolio-title {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.portfolio-type {
  color: #1fe599;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.portfolio-link {
  display: block;
  position: relative;
}

.portfolio-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 63%,
    rgba(0, 0, 0, 0.45) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(63%, rgba(255, 255, 255, 0)),
    to(rgba(0, 0, 0, 0.45))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 63%,
    rgba(0, 0, 0, 0.45) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#73000000',GradientType=0 );
  /* IE6-9 */
}

.portfolio-link span {
  display: block;
}

.portfolio-link:hover:hover:before {
  opacity: 1;
}

.portfolio-link:hover .portfolio-info {
  width: 100%;
  height: 100%;
  text-align: center;
}

.portfolio-link:hover .portfolio-title {
  font-size: 22px;
}

.portfolio-link:hover .portfolio-type {
  opacity: 1;
}

.portfolio-item {
  margin-bottom: 30px;
  position: relative;
}

.portfolio-item img {
  display: block;
  width: 100%;
}

.portfolio-item-lg:before {
  content: "";
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 165, 200, 0.47) 0%,
    rgba(38, 201, 139, 0.48) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 165, 200, 0.47)),
    to(rgba(38, 201, 139, 0.48))
  );
  background: linear-gradient(
    to right,
    rgba(0, 165, 200, 0.47) 0%,
    rgba(38, 201, 139, 0.48) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7800a5c8', endColorstr='#7a26c98b',GradientType=1 );
  /* IE6-9 */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.portfolio-item-lg .portfolio-info {
  width: 100%;
  height: 100%;
}

.portfolio-item-lg .portfolio-title {
  font-size: 36px;
  margin-bottom: 20px;
}

.portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 20%;
  padding: 22px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-align: center;
}

.pagination {
  font-size: 15px;
  margin: 20px 0;
}

.icon-page-prev {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 41px;
  background: url(../img/general/icon-page-prev.png) no-repeat 0 0;
}

.icon-page-next {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 41px;
  background: url(../img/general/icon-page-next.png) no-repeat 0 0;
}

.page-item {
  margin: 0 10px;
}

.page-item.active .page-link {
  border-color: #25c88d;
  background: none;
  color: #080c0e;
}

.page-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #080c0e;
  padding: 4px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.page-link:hover {
  background: none;
  color: #080c0e;
  border-color: #25c88d;
}

.page-subtitle {
  font-size: 27px;
  font-weight: 100;
  margin-bottom: 18px;
}

.flow-intro {
  color: #fff;
  padding-top: 1px;
  padding-bottom: 42px;
  background: #00a5c8;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a5c8 0%, #26c98b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a5c8),
    to(#26c98b)
  );
  background: linear-gradient(to right, #00a5c8 0%, #26c98b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5c8', endColorstr='#26c98b',GradientType=1 );
  /* IE6-9 */
  position: relative;
}

.flow-intro:before {
  content: "";
  height: 160px;
  background: url(../img/general/grid-2.png) no-repeat right top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
}

.flow-logo {
  width: 320px;
  margin: -65px auto 0;
  border: 6px solid rgba(38, 200, 140, 0.5);
  border-radius: 65px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.numeric-header {
  margin-bottom: 30px;
}

.numeric-num {
  font-size: 18px;
  color: #1fe599;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}

.numeric-num:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 76px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.numeric-title {
  font-size: 70px;
  font-weight: 100;
}

.task-num {
  font-size: 75px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

.task-text {
  font-size: 15px;
  line-height: 24px;
}
.header {
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.header-cut {
  padding: 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.navi a {
  color: #111b21;
}

.navi .nav-item {
  padding: 5px 20px;
}

.navi .nav-item .nav-link {
  padding: 0;
}

.tel {
  padding: 5px 20px;
}

.tel a {
  color: #111b21;
}

.burger {
  width: 40px;
  cursor: pointer;
}

.burger span {
  display: block;
  height: 1px;
  background: #000;
  margin: 8px 0;
}
.burger:before {
  content: "";
  display: block;
  height: 1px;
  background: #000;
}
.burger:after {
  content: "";
  display: block;
  height: 1px;
  background: #000;
}

.solution__desc {
  color: #44545d;
  font-size: 15px;
  max-width: 790px;
  margin: 0 auto;
}
.section-solution {
  padding-top: 42px;
  background: url(../img/general/grid-big.png) no-repeat;
  background-position: right 100px !important;
}
.mac-box {
  position: relative;
  padding-bottom: 54px;
  margin-bottom: 15px;
}
.mac-box__body {
  width: 92%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.mac-box__header {
  padding: 6px 31px;
  background-color: #dcdee3;
}
.mac-box__header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mac-box__header ul li {
  display: inline-block;
  border-radius: 20px;
  background-color: #18bba2;
  width: 10px;
  height: 10px;
  margin-right: 7px;
}
.mac-box img {
  max-width: 100%;
  width: 100%;
}
.mac-box__desc {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 295px;
}
.mac-box__desc span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  display: block;
}
.mac-box__desc p {
  font-size: 15px;
}
.section-solution .mac-box:nth-child(odd) .mac-box__body {
  margin: auto;
  margin-right: 0;
}
.section-solution .mac-box:last-of-type .mac-box__desc {
  bottom: 10%;
}
.section-solution .mac-box:nth-child(odd) .mac-box__desc {
  bottom: auto;
  top: 37%;
  left: 0;
}
.section-solution--inside {
  padding-top: 50px;
  background: #01a5c7; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #01a5c7 0%,
    #01a5c7 0%,
    #25c88d 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #01a5c7 0%,
    #01a5c7 0%,
    #25c88d 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #01a5c7 0%,
    #01a5c7 0%,
    #25c88d 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5c7', endColorstr='#25c88d',GradientType=1 ); /* IE6-9 */
  position: relative;
}
.section-solution--inside span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}

.section-solution--inside p {
  font-size: 15px;
  color: #fff;
  padding-bottom: 80px;
}
.section-solution--inside .mac-box:first-of-type {
  width: 60%;
  margin-bottom: 0;
}
.section-solution--inside .mac-box:last-of-type {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-solution--inside .mac-box .mac-box__body {
  width: 100%;
}
.section-solution--inside .container {
  position: relative;
}

.section-result p {
  color: #44545d;
  line-height: 24px;
}
.portfolio-slider-outer {
  position: relative;
}
.portfolio-slider-outer:before {
  content: "";
  position: absolute;
  width: 758px;
  height: 412px;
  background: url(../img/general/grid.png) no-repeat;
  right: 210px;
  top: -45px;
}
.portfolio-slider-list {
  margin: 120px 0;
  margin-bottom: 60px;
}
.portfolio-slider__box p {
  color: #111b21;
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
}
.portfolio-slider__box {
  margin: 15px;
}
.portfolio-slider__box img {
  margin: 0 auto;
}
.portfolio-slider-list button {
  background: transparent;
  position: absolute;
  top: 40px;
  border: none;
  z-index: 10;
  cursor: pointer;
}
.portfolio-slider-list .slick-prev {
  left: -50px;
}
.portfolio-slider-list .slick-next {
  right: -50px;
}

.before-after {
  position: relative;
  overflow: hidden;
}

.before-after img {
  width: 100%;
  display: block;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  margin-left: -2px;
  width: 60px;
  height: 60px;
  background: url(../img/general/icon-resize.png) no-repeat center center;
  cursor: ew-resize;
  border: 4px solid #fff;
  border-radius: 50%;
  margin: -30px 0 0 -30px;
}

.handle:before {
  content: "";
  position: absolute;
  top: 55px;
  left: 25px;
  height: 300px;
  width: 4px;
  background: #fff;
}
.handle:after {
  content: "";
  position: absolute;
  bottom: 55px;
  left: 25px;
  height: 300px;
  width: 4px;
  background: #fff;
}

.before-after-outer {
  max-width: 950px;
  margin: 0 auto;
  background: url(../img/general/mac-bg.png) no-repeat center center;
  padding: 30px 114px 84px 114px;
  position: relative;
}
/*.before-after-outer:before{
	content: "До";
	position: absolute;
	left: -30px;
	top: 35%;
	color: #44545d;
	font-size: 70px;
	opacity: .2;
}
.before-after-outer:after{
	content: "После";
	position: absolute;
	right: -30px;
	top: 35%;
	color: #44545d;
	font-size: 70px;
	opacity: .2;
}*/
.section-result {
  padding: 60px 0;
  background-image: url(../img/general/before-after-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  /* background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f8f8f8 50%, #f8f8f8 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#f8f8f8)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f8f8f8 50%,#f8f8f8 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f8f8f8 50%,#f8f8f8 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f8f8f8 50%,#f8f8f8 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f8f8f8 50%,#f8f8f8 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); */
}
.icon-site-name {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: url(../img/general/icon-link.png) no-repeat 0 0;
}
.icon-arrow-left {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 9px;
  background: url(../img/general/icon-arrow-left.png) no-repeat 0 0;
}
.site-name-link {
  margin-top: 60px;
}
.site-name-link a {
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.project-order-link {
  margin: 50px 0;
}
.project-order-link a {
  color: #fff;
  font-size: 23px;
  padding: 9px 42px;
  border-radius: 50px;
  background: #01a5c7; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #01a5c7 0%,
    #01a5c7 0%,
    #25c88d 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #01a5c7 0%,
    #01a5c7 0%,
    #25c88d 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #01a5c7 0%,
    #01a5c7 0%,
    #25c88d 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5c7', endColorstr='#25c88d',GradientType=1 ); /* IE6-9 */
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
}
.project-order-link a:hover {
  background: #01a5c7; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #25c88d 0%,
    #25c88d 0%,
    #01a5c7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #25c88d 0%,
    #25c88d 0%,
    #01a5c7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #25c88d 0%,
    #25c88d 0%,
    #01a5c7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25c88d', endColorstr='#01a5c7',GradientType=1 ); /* IE6-9 */
  transition: all 0.5s ease;
}
.project-arrows {
  position: relative;
}
.project-arrows a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
}
.project-arrows > a:first-of-type {
  border-right: 1px solid #d4d7d9;
}
.project-arrows .empty {
  opacity: 0.6;
  pointer-events: none;
}
.project-arrows .all-project {
  position: absolute;
  left: 0;
  top: 0;
}
.project-arrows .all-project a {
  font-size: 13px;
  color: #44545d;
  border-bottom: 1px solid #44545d;
}

.development-box-header {
  display: inline-block;
}

.section-desc {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
  border: 6px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  padding: 20px 80px 40px;
}
.section-desc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
}
.section-desc:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
}
.section-desc:nth-child(odd) {
  border: 6px solid #b8b9bb;
  border-left: none;
}
.section-desc:nth-child(odd):before {
  background: #b8b9bb;
}
.section-desc:nth-child(odd):after {
  background: #b8b9bb;
}
.section-numb--modern {
  position: absolute;
  top: 25%;
  left: -47px;
  color: #40a6e6;
  font-size: 64px;
}
.section-numb--modern:before {
  content: "";
  position: absolute;
  width: 76px;
  height: 1px;
  background: #fff;
  left: -100px;
  top: 52%;
  opacity: 0.15;
}
.section-numb--modern:nth-child(odd):before {
  background: #dddddd;
  opacity: 1;
}
.section-desc .title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 10px;
}
.section-desc .text {
  font-size: 15px;
  text-align: center;
}
.development-box .title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.development-box .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #01a5c7; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #01a5c7 0%,
    #01a5c7 0%,
    #25c88d 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #01a5c7 0%,
    #01a5c7 0%,
    #25c88d 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #01a5c7 0%,
    #01a5c7 0%,
    #25c88d 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5c7', endColorstr='#25c88d',GradientType=1 ); /* IE6-9 */
}
.development-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.development-box ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 17px;
  text-align: left;
}
.development-box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 20px;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
}

.support__tabs .development-box ul li:before {
  background: rgba(17, 27, 33, 0.25);
}
.services-page:before {
  content: "";
  position: absolute;
  background: url(../img/general/grid-mini.png) no-repeat;
  top: 30px;
  width: 30%;
  height: 100%;
  right: 0;
}
.section-support {
  padding-top: 50px;
  padding-bottom: 60px;
}
.support__tabs {
  position: relative;
  padding: 60px 0;
}

.support-switch {
  max-width: 385px;
}

.support-switch-bg {
  background: url(../img/general/support-bg.jpg) no-repeat 0 0 / cover;
  padding: 117px 0;
}

.support-switch ul li {
  display: block;
  width: 100%;
  position: relative;
}
.support-switch ul li a,
.support-switch ul li a.active {
  font-size: 17px;
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
  border: none !important;
  padding: 35px 50px 35px 88px;
}
.support-switch ul li a:hover,
.support-switch ul li a.active {
  border: none !important;
  background: rgba(1, 93, 166, 0.5) !important;
  z-index: 10;
}
.support-switch ul li a img {
  margin-right: 25px;
}
.support-switch ul li a.active:before,
.support-switch ul li a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 5px;
  height: 100%;
  z-index: 1;
  background: rgba(1, 93, 166, 0.5) !important;
}

.support-switch .nav-tabs {
  border-bottom: none;
}

.support-bg {
  position: absolute;
  width: 960px;
  right: 0;
  bottom: 0;
}
.b-services {
  background: #015da6;
  padding-top: 80px;
  padding-bottom: 70px;
}
.b-services .section-desc {
  margin-top: 70px;
  margin-bottom: 90px;
}
.b-services {
  position: relative;
  background: url(../img/general/services-bg.jpg) no-repeat;
}

/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                Preloader
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999999999;
}

.loading:after,
.loading:before {
  content: "";
  background: #fff;
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 1s;
}

.loading:after {
  top: 0;
}

.loading:before {
  bottom: 0;
}

.loading-end:after {
  top: -60%;
}

.loading-end:before {
  bottom: -60%;
}

.load-circle {
  margin: 50vh auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 10px solid #e8e8e8;
  border-top: 10px solid #000;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.slogan-words {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}

.slogan-words:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  animation: blink 1s infinite;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slogan-words span {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.slogan-words span.is-visible {
  position: relative;
}

.slogan-words .is-hidden {
  opacity: 0;
}

.slogan-words .is-visible {
  opacity: 1;
}

.body-hidden {
  overflow-y: scroll;
}

.intro {
  transform: translateY(-200%);
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.body-scroller .intro {
  transform: translateY(0);
}

.body-hidden .main-container {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.footer {
  padding: 100px 30px 0px;
  background: url(../img/general/grid.png) no-repeat right top, url(../img/general/grid.png) no-repeat left bottom;
}

.footer.footer-home  {
  position: fixed;
  bottom: -116px;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1;
}

.main-container {
  position: relative;
  z-index: 50;
  background: #fff;
}

.main-container-mask {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

.body-scroller .main-container-mask {
  opacity: 1;
}

.mobi-nav {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (max-width: 1200px) {
  .skill-header span {
    font-size: 56px;
  }

  .intro {
    position: static;
    transform: translateY(0);
    height: auto;
  }

  .intro-bg {
    padding: 50px 0;
  }

  .site-title {
    font-size: 100px;
  }

  .main-container {
    margin: 0;
  }

  .footer {
    position: static;
  }

  .main-container-mask {
    position: relative;
    display: none;
    z-index: 300;
  }

  .skill-box {
    padding: 20px 0;
  }

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

  .skills-bg:before {
    display: none;
  }

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

  .services-header-text {
    padding-left: 40px;
  }

  .body-hidden .main-container {
    overflow: auto;
    height: auto;
  }
}

@media (max-width: 1025px) {
  .logo {
    width: 150px;
  }

  body {
    padding-top: 62px;
  }

  .slogan {
    font-size: 56px;
  }
  .slogan span {
    font-size: 30px;
  }
  .site-title {
    font-size: 100px;
  }
  .section-skills {
    padding: 50px 0;
  }
  .project:before {
    width: 100%;
  }
  .skills-bg:before {
    width: 100%;
    right: 0px;
  }
  .service-title {
    font-size: 36px;
    line-height: 50px;
  }
  .service-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .skill-box {
    padding: 30px 0;
  }
  img {
    max-width: 100%;
  }
  .before-after img {
    max-width: none;
  }
  .section-result {
    background-size: contain;
  }
  .footer.footer-home{
    position: relative;
  }
  .intro-video-bg video{
    height: auto;
    width: 100%;
    position: absolute;
    top: -68px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 992px) {
  .b-services {
    padding: 20px;
  }

  .b-services .section-desc {
    margin: 20px 0;
  }

  .support-switch ul li a {
    padding: 20px !important;
    margin: 0 !important;
  }

  .support-switch-bg {
    margin-bottom: 20px;
  }

  .support-switch {
    max-width: 100%;
  }

  .support-switch-bg {
    padding: 5px 0;
  }

  .support__tabs {
    padding: 0;
  }

  .section-desc:nth-child(2n + 1) {
    border: none !important;
    padding: 0;
  }

  .section-numb--modern {
    display: none;
  }

  .section-desc {
    padding: 0;
    border: none;
  }

  .section-desc:before,
  .section-desc:after {
    display: none;
  }

  .portfolio-nav {
    display: none;
  }

  .worker-info:before {
    display: none;
  }

  .first-letter {
    display: none;
  }

  .worker-box {
    margin-top: 0;
    padding: 15px;
  }

  .worker-name-quote {
    display: none;
  }

  .worker-name {
    margin: 0 0 10px 0;
    padding: 0;
  }

  .worker-name:before {
    display: none;
  }

  .worker-info-left .worker-box {
    right: 0;
  }

  .worker-info-right .worker-box {
    left: 0;
  }

  .mobi-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 15px 15px 15px;
    opacity: 0;
    transform: translateY(-500px);
    z-index: -1;
  }

  .mobi-nav.open {
    opacity: 1;
    transform: translate(0);
  }

  .navi .nav {
    justify-content: center;
    margin: 10px 0;
  }

  .intro {
    padding: 0;
  }

  .intro .cursor {
    display: none;
  }

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

  .tel {
    margin-bottom: 10px;
  }

  .development-box .title {
    display: inline-block;
  }
  .section-desc {
    padding: 20px 30px 40px;
  }
  .support__tabs .development-box {
  }
  .support-switch ul li a,
  .support-switch ul li a.active {
    width: 100%;
  }
  .section-services {
    background-size: cover;
  }

  .support-switch ul li a.active:before,
  .support-switch ul li a:hover:before {
    display: none;
  }

  .section-solution--inside .mac-box:first-of-type {
    width: 100%;
  }
  .section-solution--inside .mac-box:last-of-type {
    position: static;
  }
  .section-solution--inside {
    padding-bottom: 50px;
  }
  .before-after-outer {
    padding: 0;
    background: transparent;
  }
  .portfolio-nav ul li {
    display: inline-block;
    width: 32%;
  }
  .worker-img {
    margin-top: 30px;
  }
  .section-desc .title {
    font-size: 34px;
    line-height: 36px;
  }

  .service-box {
    height: auto;
  }

  .service-box {
    background: #fff;
  }

  .section-projects {
    background: #fff;
  }

  .projects-slider-list .project-title {
    margin: 0;
    padding: 0;
    font-size: 40px;
  }

  .project-img {
    margin: 0 0 15px 0 !important;
  }

  .project:before {
    display: none;
  }

  .project-logo {
    opacity: 1;
  }

  .project-title {
    font-size: 40px;
  }

  .section-title {
    font-size: 40px;
  }

  .numeric-title {
    font-size: 40px;
  }

  .portfolio {
    background: #fff;
  }

  .development-box {
    margin-bottom: 40px;
  }

  .footer {
    height: auto;
    padding: 0;
  }
  .footer.footer-home{
    position: relative;
  }
  .intro-video-bg video{
    height: auto;
    width: 100%;
    position: absolute;
    top: -68px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 650px) {
  .development-box .title {
    font-size: 20px;
  }

  .footer {
    padding-top: 20px;
  }

  .request {
    padding: 20px 0;
  }

  .request-title {
    font-size: 30px;
  }

  .request-header {
    margin-bottom: 20px;
  }

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

  .project-title {
    font-size: 20px;
    line-height: normal;
  }

  .section-title {
    font-size: 40px;
  }

  .portfolio-slider-list .slick-prev {
    left: -10px;
  }
  .portfolio-slider-list .slick-next {
    right: -10px;
  }
  .mac-box__desc {
    width: 100%;
    position: static;
  }
  .mac-box__body {
    width: 100%;
  }
  .project-arrows .all-project {
    position: static;
    margin-top: 20px;
  }
  .portfolio-nav ul li {
    width: 49%;
  }
  .slogan {
    font-size: 40px;
  }
  .slogan span {
    font-size: 24px;
  }
  .site-title {
    font-size: 80px;
  }

  .projects-slider-list .project-title {
    line-height: 50px;
    font-size: 40px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .services-header-text {
    padding: 30px;
  }
  .page-title {
    font-size: 54px;
    margin: 10px 0;
  }

  .page-intro {
    padding: 20px 0;
  }

  .section-result {
    background-size: cover;
  }
  .section-desc:nth-child(odd) {
    border-left: 6px solid #b8b9bb;
  }
  .section-desc {
    border-top: none !important;
    padding-top: 40px;
  }
  .section-desc:before {
    width: 90px;
    height: 6px;
  }
  .section-desc:after {
    width: 90px;
    height: 6px;
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
  }
  .section-numb--modern {
    left: 0;
    right: 0;
    text-align: center;
    top: -40px;
  }
  .footer.footer-home{
    position: relative;
  }
  .intro-video-bg video{
    height: 100%;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 490px) {
  .flow-logo {
    padding: 10px;
    height: auto;
    width: auto;
  }

  .portfolio-nav ul li {
    width: 100%;
  }
  .site-title {
    font-size: 50px;
  }
  .slogan {
    font-size: 28px;
    line-height: 40px;
  }
  .slogan span {
    font-size: 20px;
  }
.request-header {
    margin-bottom: 20px;
}
  .request-subtitle {
    font-size: 13px;
    margin-bottom: 80px;
  }
  .request-title {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 21px;
  }
  .section-projects {
    padding: 10px 0;
  }
  .section-clients {
    margin-bottom: 20px;
  }
  .tel {
        padding: 5px 0px;
  }
  .footer.footer-home{
    position: relative;
  }
  .intro-video-bg video{
    height: 100%;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#videoList{
  position: absolute;
  top: 80px;
  right: 10px;
  background-color: black;
  color: white;
}
#videoList optgroup,
#videoList option{
  background-color: black;
  color: white;
}

.contact-num {
    font-size: 37px;
    color: #dee2e66b;
    font-weight: 700;
}

.contact-text {
  font-size: 16px;
  line-height: 26px;
}
.contact-text a{
	color: #fcfdff;
	text-decoration: underline;
}

#orderForm_answer{
  position: relative;
  bottom: 65px;
}
.modal-content #orderForm_answer{
  bottom: 0;
}