/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100% !important; }

.wrapper {
  position: relative;
  min-height: 99%; }

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 54px; }

.content {
  padding-bottom: 54px; }

body {
  position: relative;
  font-family: robotoRegular, Arial, sans-serif;
  background-color: #e8f5ff; }

a, a:hover, a:link, a:visited {
  text-decoration: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.clearfix::after {
  display: table;
  content: "";
  clear: both; }

/* BEGIN STYLES FOR PRELOAD */
#preload {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 1000; }

.spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  display: table-cell;
  vertical-align: middle; }

.spinner > div {
  background-color: #ccc;
  height: 60px;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
/* END STYLES FOR PRELOAD */
.main {
  padding-top: 50px; }

.section-wrapper {
  padding-top: 40px;
  padding-bottom: 40px; }

.section-wrapper.solutions {
  padding-bottom: 65px; }

.section-wrapper.services {
  padding-top: 0; }

.section-wrapper.clients {
  background-color: #fff; }

.top-stripe {
  background-color: #fff; }
  .top-stripe .navbar-default {
    margin-bottom: 0;
    background-image: none;
    background-color: transparent;
    border-radius: 0; }
  .top-stripe.fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.95;
    background-color: #fff; }

.overlayMain .top-menu .top-menu__item {
  color: #ff6400;
  transition: all 0.35s ease; }
  .overlayMain .top-menu .top-menu__item:hover {
    color: #ff6400;
    opacity: 0.8;
    background-color: #ffe0cc; }
.overlayMain .top-menu li.active .top-menu__item {
  background-image: none;
  background-color: #ff6400;
  color: white; }
  .overlayMain .top-menu li.active .top-menu__item:hover {
    opacity: 1;
    cursor: default; }
.overlayMain.open .top-menu__item {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.top,
.bottom {
  transition: all 0.35s ease; }

.top-stripe__link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .top-stripe__link:hover {
    opacity: 0.8; }

.top-stripe__image {
  width: 109px;
  height: 34px; }

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: transparent;
  border-color: transparent; }

.main__slider {
  padding-top: 0;
  padding-bottom: 0; }
  .main__slider
  .owl-controls {
    position: static;
    z-index: 100;
    margin-top: -40px;
    padding-bottom: 20px; }
    .main__slider
    .owl-controls .owl-page span {
      position: relative;
      z-index: 101;
      height: 2px;
      width: 50px;
      border-radius: none;
      background-color: #808080;
      opacity: 0.4 !important; }
    .main__slider
    .owl-controls .owl-page.active span {
      opacity: 1 !important;
      background: #333; }
  .main__slider .owl-buttons > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100px;
    border-radius: 0 !important;
    background: transparent !important;
    transition: all 0.65s ease; }
    .main__slider .owl-buttons > div i {
      padding: 20px 24px;
      border-radius: 50%;
      background-color: #b3b3b3;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.45s ease;
      display: none;
      opacity: 0.4; }
      .main__slider .owl-buttons > div i:hover {
        opacity: 0.8;
        transition: all 0.65s ease; }
  .main__slider .owl-buttons .owl-prev {
    left: 0px; }
    .main__slider .owl-buttons .owl-prev i {
      padding: 20px 26px 20px 22px; }
  .main__slider .owl-buttons .owl-next {
    right: 0px; }
    .main__slider .owl-buttons .owl-next i {
      padding: 20px 22px 20px 26px; }

.main__slider:hover .owl-buttons {
  display: block; }
  .main__slider:hover .owl-buttons div i {
    display: block !important; }

.main-slider__item {
  position: relative;
  background-color: #000; }

.main-slider__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.main-slider__item.phone .text-block__title,
.main-slider__item.access-control .text-block__title {
  color: white; }

.main-slider__text-block {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 860px;
  max-width: 90%;
  color: #000;
  z-index: 10;
  text-align: center; }

.text-block__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 10;
  font-family: robotoBold;
  font-size: 30px;
  color: black; }

.text-block__text {
  position: relative;
  z-index: 10;
  margin: 0;
  font-family: robotoLight;
  font-size: 34px;
  color: black; }

.main-slider__item.desctop .text-block__title {
  color: #333; }
.main-slider__item.desctop .text-block__text {
  color: #333; }

.main__products {
  padding: 5px 0 0; }

.products__item {
  width: 25%;
  position: relative;
  float: left;
  border-right: 5px solid #e8f5ff;
  border-bottom: 5px solid #e8f5ff; }
  .products__item:last-of-type {
    border-right: 0; }

.products__link {
  display: block;
  padding: 20px 15px;
  background-color: #fff;
  transition: all 0.45s ease; }
  .products__link:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); }
    .products__link:hover img {
      transition: all 0.55s ease;
      -ms-transform: scale(1.2, 1.2);
      /* IE 9 */
      -webkit-transform: scale(1.2, 1.2);
      /* Safari */
      transform: scale(1.2, 1.2); }

.products__title {
  display: block;
  font-family: robotoBold;
  line-height: 1.1;
  min-height: 15px;
  font-size: 21px;
  text-align: center; }

.products__text {
  display: block;
  padding: 0 10px;
  min-height: 50px;
  margin-bottom: 15px;
  font-family: robotoLight;
  font-size: 18px;
  text-align: center; }

.products__icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: block;
  text-align: center; }

.products__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%; }

/* BEGIN styles for choosing language */
/*
.choose-language {
	float: right;
	margin-top: 17px;
	margin-bottom: 17px;
	
	&:hover {
		cursor: pointer;
	}
	
	i {
		margin-left: 4px;
		transition: all 0.35s ease;
	}
}

.language-switch {

	li {
		a {
			padding-top: 8px;
			padding-bottom: 8px;
			
			&:hover {
				background-image: none;
				background-color: #2196f3;
				color: white;
			}
		}
	}
	
	img {
		margin-right: 7px;
		vertical-align: baseline;
	}
	
	.dropdown-menu {
		left: auto;
		right: 0;
	}
}
*/
/* END styles for choosing language */
.social {
  float: right;
  margin-top: 17px;
  margin-bottom: 17px; }
  .social i {
    font-size: 20px;
    transition: all 0.35s ease; }

.social__item {
  display: inline-block;
  margin-right: 10px;
  color: #9E9E9E; }
  .social__item.instagram {
    margin-right: 0; }

.social__item.facebook:hover i {
  color: #3b5998; }

.social__item.instagram:hover i {
  color: #405de6; }

.social__item.g-plus:hover i {
  color: #dd4b39; }

.footer__copyright {
  float: left;
  margin-top: 19.5px;
  margin-bottom: 19.5px;
  font-size: 11px;
  color: #9E9E9E; }

.main__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: robotoBold;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase; }

.product-introduction__item.image {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .product-introduction__item.image img {
    max-width: 100%;
    max-height: 100%; }

.product-introduction__item-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-family: robotoBold; }

.product-introduction__list-item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2; }
  .product-introduction__list-item i {
    position: absolute;
    top: 2px;
    left: 0; }

.product-introduction .row {
  margin-bottom: 50px; }
.product-introduction .row:last-of-type {
  margin-bottom: 0; }

.product-features {
  background-color: #fff; }

.product-features__item {
  margin-bottom: 30px;
  min-height: 86px;
  text-align: center; }

.product-features__icon {
  margin-bottom: 10px;
  text-align: center;
  color: #ff6400; }
  .product-features__icon i {
    font-size: 32px; }

.product-features__text {
  text-align: center;
  font-size: 16px; }

.push-notif .product-introduction__item.image {
  min-height: 329px; }

.bank-equipment-wrapper {
  padding-top: 40px;
  background: url("../images/coins_3-wallpaper.jpg"); }
  .bank-equipment-wrapper h2 {
    color: #fff; }

.services__items {
  margin-bottom: 20px; }

.services__item {
  display: block;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.services__item-image {
  display: block;
  height: 150px;
  margin-bottom: 20px; }
  .services__item-image img {
    max-width: 100%;
    max-height: 100%; }

.services__item-text {
  min-height: 40px;
  padding: 0 10px;
  display: block;
  color: #000;
  font-size: 15px;
  font-family: robotoRegular; }

.fastPay {
  background-color: #fff; }
  .fastPay h2 {
    margin-bottom: 10px; }

.services__description {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: robotoLight;
  text-align: center;
  line-height: 1.2; }

.fastPay__options-item {
  margin-bottom: 30px;
  text-align: center; }

.fastPay__options-icon {
  margin-bottom: 10px; }
  .fastPay__options-icon i {
    font-size: 32px;
    color: #ff6400; }

.fastPay__options-text {
  font-size: 16px; }

.about-us__title {
  margin-bottom: 10px; }

.about-us-page .about-us__title {
  margin-bottom: 40px; }

.about-us__text {
  font-size: 17px;
  font-family: "robotoLight"; }

.clients__item {
  position: relative;
  height: 105px;
  line-height: 105px;
  text-align: center; }
  .clients__item img {
    max-width: 210px; }

.contacts__item #map {
  height: 400px;
  width: 100%; }

.contacts__data-list i {
  margin-right: 5px; }

.contacts__data-list:first-of-type {
  margin-bottom: 20px; }

.contacts__data-text {
  margin-bottom: 5px;
  font-size: 16px; }

.contacts__data-link {
  font-family: robotoBold;
  color: #151515;
  font-size: 27px; }

.contacts__data-email {
  font-size: 16px;
  font-family: robotoBold;
  -webkit-transition: color .175s;
  transition: color .175s; }

.write-to-us__title {
  font-size: 30px;
  margin-bottom: 30px; }

.write-to-us__column:first-of-type {
  float: left; }

.write-to-us__column {
  float: right;
  width: 45%; }

.write-to-us__column-item {
  margin-bottom: 30px; }

.write-to-us__column-item:last-of-type {
  margin-bottom: 0; }

.field-label {
  font-size: 16px;
  font-family: robotoLight; }

.field-input {
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  border: none;
  border: 1px solid #979797;
  border-radius: 4px; }

.field-textarea {
  height: 219px; }

.write-to-us__submit {
  margin-top: 35px; }
  .write-to-us__submit input {
    align: center;
    text-align: center;
    width: 150px;
    height: 35px;
    line-height: 32px;
    background-color: #ff6400;
    border: 1px solid #ff6400;
    border-radius: 4px;
    color: white;
    transition: all 0.35s ease; }
    .write-to-us__submit input:hover {
      opacity: 0.8; }

.main-form {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 6px solid #e6e6e6;
  background: url("../images/main-form-bg.png");
  text-align: center;
  padding-bottom: 20px; }
  .main-form input[type="text"] {
    padding-left: 10px; }

.main-form__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-family: robotoBold;
  text-transform: uppercase;
  text-align: center; }

.main-form__input {
  margin-right: 1%;
  margin-bottom: 10px;
  height: 45px;
  width: 250px;
  border-radius: 4px;
  border: 1px solid #d8d8d8; }

.main-form__sumbit {
  margin-bottom: 10px;
  color: white;
  background-color: #ff6400;
  transition: all 0.35s ease; }
  .main-form__sumbit:hover {
    opacity: 0.8; }

.development__item {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 20px 10px;
  border-radius: 10px;
  max-width: 200px;
  min-height: 280px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.35s ease;
  border: 1px solid #e6e6e6; }
  .development__item:hover {
    color: #000;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1); }
    .development__item:hover .development__item-image {
      transition: all 0.55s ease;
      -ms-transform: scale(1.1, 1.1);
      /* IE 9 */
      -webkit-transform: scale(1.1, 1.1);
      /* Safari */
      transform: scale(1.1, 1.1); }

.development__item-title {
  padding-top: 20px;
  font-size: 16px;
  text-decoration: underline; }

.development__item-list li {
  margin-bottom: 2px; }

.development-web .development-presentation__item {
  min-height: 254px; }

.dev-process {
  background-color: #fff; }

.dev-process__steps-item {
  position: relative;
  text-align: center; }

.dev-process__step {
  position: absolute;
  font-size: 130px;
  font-family: introRegular;
  color: #cccccc;
  width: 50px;
  text-align: center;
  left: 50%;
  margin-left: -25px;
  opacity: .9;
  top: -63px; }

.dev-process__description {
  font-size: 16px;
  line-height: 1.2;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2; }

.development-presentation__title {
  text-align: center;
  font-size: 40px; }

.development-presentation__subtitle {
  font-size: 20px;
  padding-top: 30px;
  text-align: center; }

.development-presentation__items {
  margin-top: 40px; }

.development-presentation__items.graphics .development-presentation__item {
  min-height: 314px; }

.development-presentation__item {
  position: relative;
  padding: 30px 30px 20px;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #ff6400;
  text-align: center; }
  .development-presentation__item::after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -35px;
    content: '';
    left: 0;
    border-style: solid;
    border-width: 35px 115px 0;
    border-color: #ff6400 transparent transparent; }
  .development-presentation__item h3 {
    max-width: 110px;
    margin: 0 auto 10px;
    font-size: 20px;
    line-height: 24px; }
  .development-presentation__item p {
    font-size: 13px;
    padding-top: 14px;
    margin-bottom: 0;
    line-height: 18px; }

/******* MEDIA *******/
/**** MEDIA ****/
@media only screen and (max-width: 1200px) {
  .products__item {
    width: 50%; }
    .products__item:nth-of-type(2) {
      border-right: 0; }

  .products__text {
    margin-top: 7px;
    font-size: 16px; } }
@media only screen and (max-width: 992px) {
  .contacts__item:last-of-type {
    margin-top: 40px; }

  .products__title {
    min-height: 0; }

  .products__item {
    min-height: 0; }

  .products__text {
    min-height: 0; }

  .product-introduction .row > div {
    margin-bottom: 30px; }

  .product-introduction__item.image img {
    max-width: 70%; }

  .development-presentation__item {
    margin-bottom: 50px; }

  .dev-process__steps-item {
    margin-bottom: 55px; }
    .dev-process__steps-item.third, .dev-process__steps-item.fourth {
      margin-bottom: 0; } }
@media only screen and (max-width: 768px) {
  .overlayMain {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    background: #f8f8f8;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden; }
    .overlayMain.open {
      opacity: 1;
      visibility: visible;
      height: 100%;
      overflow: hidden !important;
      overflow-y: auto;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }

  .navbar-nav {
    padding: 50px 48px 0; }
    .navbar-nav li {
      border-bottom: 1px solid #d9d9d9; }
      .navbar-nav li a {
        padding: 14px 0; }

  .navbar-brand {
    padding-left: 33px; }

  .main__products .col-xs-12 {
    padding: 0;
    margin-bottom: 15px; }

  text-block__title {
    font-size: 24px; }

  .text-block__text {
    font-size: 26px; }

  .development__item {
    margin-bottom: 15px; }

  .write-to-us__column {
    float: none !important;
    width: auto; }
    .write-to-us__column:last-of-type {
      margin-top: 30px; }

  .main__title {
    font-size: 30px;
    margin-bottom: 20px; }

  .about-us-page .about-us__title {
    margin-bottom: 20px;
    font-size: 30px; }

  .services__description {
    font-size: 20px;
    margin-bottom: 20px; }

  .product-features__item {
    min-height: 0;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto; }

  .dev-process__steps {
    padding-top: 30px; }

  .dev-process__steps-item {
    margin-bottom: 55px !important; }
    .dev-process__steps-item.fourth {
      margin-bottom: 0 !important; }

  .products__item {
    width: 100%;
    border-right: 0; }

  .owl-buttons > div {
    width: 50px !important; }
    .owl-buttons > div i {
      display: block !important;
      font-size: 20px !important;
      opacity: 0.9 !important; }

  .owl-prev {
    left: 0px; }
    .owl-prev i {
      padding: 10px 14px 10px 12px !important; }

  .owl-next {
    right: 0px; }
    .owl-next i {
      padding: 10px 12px 10px 14px !important; } }
@media only screen and (max-width: 540px) {
  .footer__copyright {
    float: none;
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

  .social {
    float: none;
    width: 72.69px;
    margin-left: auto;
    margin-right: auto; }

  .language-switch .dropdown-menu {
    right: -34px; }

  .choose-language {
    float: none;
    width: 90px;
    margin-left: auto;
    margin-right: auto; }

  .text-block__title {
    font-size: 20px;
    line-height: 1.1; }

  .text-block__text {
    font-size: 22px;
    line-height: 1.1; }

  .product-introduction__item.image img {
    max-width: 80%; } }
/**** MEDIA ****/
/******* MEDIA *******/
/******* CHECK PAGE STYLES *******/

/*# sourceMappingURL=style.css.map */
