/*____________________FONT BEGIN_____________________*/
@font-face {
  font-family: "LatoBold";
  src: url("fonts/LatoBold/LatoBold.eot");
  src: url("fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("fonts/LatoBold/LatoBold.woff") format("woff"), url("fonts/LatoBold/LatoBold.woff") format("woff2"), url("fonts/LatoBold/LatoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "LatoMedium";
  src: url("fonts/LatoMedium/LatoMedium.eot");
  src: url("fonts/LatoMedium/LatoMedium.eot?#iefix") format("embedded-opentype"), url("fonts/LatoMedium/LatoMedium.woff") format("woff"), url("fonts/LatoMedium/LatoMedium.woff") format("woff2"), url("fonts/LatoMedium/LatoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "LatoRegular";
  src: url("fonts/LatoRegular/LatoRegular.eot");
  src: url("fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("fonts/LatoRegular/LatoRegular.woff") format("woff"), url("fonts/LatoRegular/LatoRegular.woff") format("woff2"), url("fonts/LatoRegular/LatoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "LatoSemibold";
  src: url("fonts/LatoSemibold/LatoSemibold.eot");
  src: url("fonts/LatoSemibold/LatoSemibold.eot?#iefix") format("embedded-opentype"), url("fonts/LatoSemibold/LatoSemibold.woff") format("woff"), url("fonts/LatoSemibold/LatoSemibold.woff") format("woff2"), url("fonts/LatoSemibold/LatoSemibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "MerriweatherBold";
  src: url("fonts/MerriweatherBold/MerriweatherBold.eot");
  src: url("fonts/MerriweatherBold/MerriweatherBold.eot?#iefix") format("embedded-opentype"), url("fonts/MerriweatherBold/MerriweatherBold.woff") format("woff"), url("fonts/MerriweatherBold/MerriweatherBold.woff") format("woff2"), url("fonts/MerriweatherBold/MerriweatherBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/*____________________FONT END_____________________*/
/*____________________BASIC STYLES BEGIN_____________________*/
html,
body {
  font-family: "Lato", sans-serif;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0px auto;
  height: 100%;
  position: relative;
}

.container:after {
  content: '';
  clear: both;
  display: table;
}

.valid {
  border: 2px solid green;
}

.invalid {
  border: 2px solid red;
}

.error {
  font-size: 14px;
  color: red;
  height: 18px;
  margin-top: 4px;
}

/*____________________TINGLE-MODAL BEGIN_____________________*/
.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

/*____________________TINGLE-MODAL END_____________________*/
/*____________________POP-UP BEGIN_____________________*/
#pop-up {
  display: none;
}

.video-modal-container .tingle-modal__closeIcon {
  outline: none;
}

.video-modal-container .tingle-modal-box__content {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
}

.video-modal-container iframe,
.video-modal-container object,
.video-modal-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal-container .tingle-modal-box {
  background: none;
}

.pop-up-vacancy .tingle-modal-box {
  max-width: 650px;
  top: 0px;
  width: 80%;
}

.pop-up-vacancy .tingle-modal-box__content {
  padding: 20px 50px;
}

.pop-up-vacancy #pop-up-vacancy {
  position: relative;
}

.pop-up-vacancy #pop-up-vacancy h2 {
  color: #3d29b2;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.pop-up-vacancy #pop-up-vacancy h3 {
  color: #3d29b2;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.pop-up-vacancy #pop-up-vacancy .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 1;
}

.pop-up-vacancy #pop-up-vacancy .list {
  color: #191919;
  font-size: 18px;
  font-weight: 400;
  list-style-image: url("images/list-dotted.png");
}

.pop-up-vacancy #pop-up-vacancy .list li {
  margin: 10px;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy {
  margin: 10px 0px;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group {
  font-size: 0px;
  margin-top: 15px;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .input {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding-left: 2%;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .input input[type='text'], .pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .input input[type='email'] {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group label {
  font-size: 16px;
  width: 40%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  line-height: 30px;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .submit {
  margin-left: 42%;
  margin-top: 20px;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .submit input[type='submit'] {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #894ec6;
  max-width: 198px;
  height: 48px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  border: none;
  cursor: pointer;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .submit input[type='submit']:hover {
  background: -webkit-linear-gradient(150deg, #a170cb 18%, #8c51c1 82%);
  background: linear-gradient(-60deg, #a170cb 18%, #8c51c1 82%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .file-upload {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  height: 30px;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .file-upload .file-browse {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ecdcfd;
  width: 126px;
  height: 30px;
  color: #894ec6;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  z-index: 10;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .file-upload .file-browse:hover {
  background: -webkit-linear-gradient(150deg, #a170cb 18%, #8c51c1 82%);
  background: linear-gradient(-60deg, #a170cb 18%, #8c51c1 82%);
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .file-upload .file-name {
  width: 100%;
  padding-left: 130px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  font-size: 14px;
  right: 0px;
  top: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pop-up-vacancy #pop-up-vacancy #form-vacancy .file-upload input[type='file'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
}

/*____________________POP-UP END_____________________*/
/*____________________HOME BEGIN_____________________*/
#home-page {
  height: 100%;
}

#home-page #main {
  background: url("images/bg.jpg") no-repeat center;
  background-size: cover;
  background-position: 50% 100%;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
}

#home-page #main .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#home-page #nav {
  text-align: center;
}

#home-page #nav .menu {
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 0px auto;
}

#home-page #nav .menu li {
  display: inline-block;
  vertical-align: middle;
}

#home-page #nav .menu li a {
  color: #676767;
  text-decoration: none;
}

#home-page .lang {
  position: absolute;
  top: 15px;
  right: 5%;
  color: #676767;
  font-weight: 700;
  z-index: 5;
  padding-left: 4px;
  cursor: pointer;
}

#home-page .show-lang {
  color: #fff;
}

#home-page ul.lang-menu {
  margin: 5px 0 0 0px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0px;
}

#home-page .lang-menu:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 29px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#home-page .arrow {
  position: absolute;
  top: 6px;
  left: 33px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

#home-page .arrow-down {
  border-top: 5px solid #fff;
}

#home-page .arrow-up {
  top: 8px;
  border-bottom: 5px solid #fff;
}

#home-page .select-lang ul {
  opacity: 0;
  top: -100%;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#home-page .selecting ul {
  opacity: 1;
  top: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#home-page .selecting li {
  cursor: pointer;
  padding: 0 10px;
}

#home-page .selecting li:hover {
  background: #c96dd8;
  color: #fff;
}

#home-page .select-lang li {
  cursor: pointer;
  padding: 0 10px;
}

#home-page .phone-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#home-page .phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  width: 480px;
}

#home-page .phone img {
  width: 100%;
}

#home-page .brand-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#home-page .brand-container h1 {
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  margin: 0;
}

#home-page .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#home-page .logo a {
  display: inline-block;
}

#home-page .logo h1 {
  margin-left: 25px;
}

#home-page .moto {
  font-size: 30px;
  color: #fff;
}

#home-page .description-container {
  color: #fff;
  max-width: 600px;
  line-height: 30px;
  font-size: 18px;
}

#home-page .our-video-btn {
  cursor: pointer;
  outline: none;
  -ms-flex-item-align: BEGIN;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-top: 2em;
  width: 200px;
  height: 48px;
  -webkit-border-radius: 10em;
  border-radius: 10em;
  border: 0;
  background: #894ec6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}

#home-page .our-video-btn:hover {
  background: -webkit-linear-gradient(150deg, #a170cb 18%, #8c51c1 82%);
  background: linear-gradient(-60deg, #a170cb 18%, #8c51c1 82%);
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}

#home-page .our-video-btn:before {
  content: "";
  top: 9px;
  left: 30px;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
  height: 30px;
  background: url(images/play.png) no-repeat center;
  background-size: contain;
  margin-right: 6px;
}

#home-page .download-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 80px;
  -ms-flex-item-align: BEGIN;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

#home-page .btn-store {
  width: 160px;
  height: 55px;
}

#home-page .apple {
  margin-right: 20px;
}

#home-page .btn-store div {
  width: 100%;
  height: 100%;
}

#home-page .store-btn-apple {
  background: url("images/ios.png") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#home-page .store-btn-google {
  background: url("images/google.png") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#home-page .store-btn-google:hover {
  background: url("images/google_hover.png") no-repeat center;
  background-size: contain;
}

#home-page .store-btn-apple:hover {
  background: url("images/ios_hover.png") no-repeat center;
  background-size: contain;
}

#home-page .slider {
  background: #fff;
  position: absolute;
  width: 238px;
  height: 440px;
  top: 100px;
  left: 145px;
  overflow: hidden;
}

#home-page .slider img {
  width: 100%;
  position: absolute;
  left: 100%;
}

#home-page .slider li.active img {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#home-page .slider li.out img {
  left: -100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#home-page .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 100px;
  z-index: 2;
}

#home-page .slider-navigation span {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #333;
  -webkit-border-radius: 10em;
  border-radius: 10em;
}

/*____________________HOME END_____________________*/
/*___________________MAP-PAGE BEGIN______________________ */
#map-page #header {
  background-image: url("images/bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: 1000px;
}

#map-page #header .header {
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
}

#map-page #header .header .logo {
  float: left;
}

#map-page #header .header .logo a {
  display: inline-block;
}

#map-page #header .header .language {
  position: relative;
}

#map-page #header .header .language .lang {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #676767;
  font-weight: 700;
  cursor: pointer;
}

#map-page #header .header .language .show-lang {
  color: #fff;
}

#map-page #header .header .language ul.lang-menu {
  margin: 5px 0 0 0px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0px;
}

#map-page #header .header .language .lang-menu:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 29px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#map-page #header .header .language .arrow {
  position: absolute;
  top: 6px;
  left: 33px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

#map-page #header .header .language .arrow-down {
  border-top: 5px solid #fff;
}

#map-page #header .header .language .arrow-up {
  top: 8px;
  border-bottom: 5px solid #fff;
}

#map-page #header .header .language .select-lang ul {
  opacity: 0;
  top: -100%;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#map-page #header .header .language .selecting ul {
  opacity: 1;
  top: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#map-page #header .header .language .selecting li {
  cursor: pointer;
  padding: 0 10px;
}

#map-page #header .header .language .selecting li:hover {
  background: #c96dd8;
  color: #fff;
}

#map-page #header .header .language .select-lang li {
  cursor: pointer;
  padding: 0 10px;
}

#map-page #header .mobile-phone-map {
  margin-top: 100px;
  position: relative;
}

#map-page #header .mobile-phone-map .mobile-phone {
  -webkit-border-radius: 45px;
  border-radius: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 404px;
  display: inline-block;
  position: relative;
  padding: 26px 20px;
  padding-top: 56px;
  text-align: left;
  z-index: 1;
}

#map-page #header .mobile-phone-map .mobile-phone .smile {
  background-image: url(images/mobile-phone-smile-border.png);
  background-position: 50% 50%;
  width: 150px;
  height: 112px;
  font-size: 70px;
  margin: 0px auto;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -56px;
}

#map-page #header .mobile-phone-map .mobile-phone .tags-common {
  max-width: 150px;
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#map-page #header .mobile-phone-map .mobile-phone .tags-common i {
  color: #000000;
  font-size: 18px;
  margin-right: 4px;
}

#map-page #header .mobile-phone-map .mobile-phone .tags-common .count {
  color: #000000;
  font-size: 18px;
}

#map-page #header .mobile-phone-map .mobile-phone .person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#map-page #header .mobile-phone-map .mobile-phone .person .thumbnail {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

#map-page #header .mobile-phone-map .mobile-phone .person .thumbnail .status {
  position: absolute;
  right: 0px;
  top: 60px;
}

#map-page #header .mobile-phone-map .mobile-phone .person .information {
  margin: 0px 10px;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}

#map-page #header .mobile-phone-map .mobile-phone .person .information .user-name {
  color: #202020;
  font-size: 20px;
  font-weight: 400;
}

#map-page #header .mobile-phone-map .mobile-phone .person .information .tags-person {
  max-width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#map-page #header .mobile-phone-map .mobile-phone .person .information .tags-person i {
  color: #6c6b6b;
  font-size: 14px;
  margin-right: 4px;
}

#map-page #header .mobile-phone-map .mobile-phone .person .information .tags-person .count {
  color: #6c6b6b;
  font-size: 14px;
}

#map-page #header .mobile-phone-map .mobile-phone .person .information .time {
  color: #6c6b6b;
  font-size: 18px;
  margin: 4px 0px;
  font-weight: 400;
}

#map-page #header .mobile-phone-map .mobile-phone .title {
  color: #212121;
  font-size: 28px;
  font-weight: 400;
}

#map-page #header .mobile-phone-map .mobile-phone .mobile-phone-slider {
  padding: 0px 40px;
  position: relative;
}

#map-page #header .mobile-phone-map .mobile-phone .mobile-phone-slider .swiper-button-next {
  background-image: url("images/arrow-right.png");
  right: 0px;
}

#map-page #header .mobile-phone-map .mobile-phone .mobile-phone-slider .swiper-button-prev {
  background-image: url("images/arrow-left.png");
  left: 0px;
}

#map-page #header .mobile-phone-map .mobile-phone .mobile-phone-slider .swiper-slide:active, #map-page #header .mobile-phone-map .mobile-phone .mobile-phone-slider .swiper-slide:hover {
  cursor: pointer;
}

#map-page #header .mobile-phone-map .mobile-phone .mobile-phone-slider .swiper-slide img {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment {
  border-bottom: 2px solid #e5e4e4;
  padding: 10px;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment:last-child {
  border-bottom: none;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .thumbnail {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .thumbnail .status {
  position: absolute;
  right: 0px;
  top: 35px;
  width: 20px;
  height: 20px;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .information {
  margin: 0px 10px;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .information .user-name {
  color: #797878;
  font-size: 16px;
  font-weight: 400;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .information .posted {
  display: inline-block;
  width: 100%;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .information .posted .author {
  float: left;
  color: #525151;
  font-size: 18px;
  font-weight: 600;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .information .posted .time {
  float: right;
  color: #908e8e;
  font-size: 16px;
  font-weight: 400;
}

#map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .information .commit {
  color: #797878;
  font-size: 16px;
  font-weight: 400;
}

#map-page #header .mobile-phone-map .mobile-phone .load-more {
  cursor: pointer;
  width: 100%;
  display: block;
  background-color: #ecdcfd;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  max-width: 306px;
  height: 36px;
  color: #894ec6;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  margin: 10px auto;
  outline: none;
  border: none;
}

#map-page #header .mobile-phone-map .map-marker {
  display: inline-block;
  width: 756px;
  height: 550px;
  position: absolute;
  z-index: 0;
  top: 60px;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

#map-page #header .mobile-phone-map .map-marker .infowindow {
  background-color: #ffffff;
  padding: 10px 30px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

#map-page #header .mobile-phone-map .map-marker .infowindow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #ffffff;
  border-left: 25px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-100%, -10%);
  -ms-transform: translate(-100%, -10%);
  transform: translate(-100%, -10%);
}

#map-page #header .mobile-phone-map .map-marker .infowindow .title {
  font-family: "Lato", sans-serif;
  color: #202020;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#map-page #header .mobile-phone-map .map-marker .infowindow .title:before {
  font-family: "Material-Design-Iconic-Font";
  content: "\f1ab";
  color: red;
  margin-right: 4px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -15px;
}

#map-page #header .mobile-phone-map .map-marker .infowindow .description {
  font-family: "Lato", sans-serif;
  color: #6c6b6b;
  font-size: 18px;
  font-weight: 400;
}

#map-page #main .about-clustory {
  margin-top: 50px;
}

#map-page #main .about-clustory .titie {
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

#map-page #main .about-clustory .descritpiton {
  color: #6c6b6b;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

#map-page #main .products {
  margin: 30px 0px;
  display: inline-block;
  width: 100%;
}

#map-page #main .products .our-video-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  width: 200px;
  height: 48px;
  -webkit-border-radius: 10em;
  border-radius: 10em;
  border: 0;
  background: #894ec6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  float: left;
}

#map-page #main .products .our-video-btn:hover {
  background: -webkit-linear-gradient(150deg, #a170cb 18%, #8c51c1 82%);
  background: linear-gradient(-60deg, #a170cb 18%, #8c51c1 82%);
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}

#map-page #main .products .our-video-btn:before {
  content: "";
  top: 9px;
  left: 30px;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
  height: 30px;
  background: url("images/play.png");
  background-position: 50% 50%;
  background-size: cover;
  background-size: contain;
  margin-right: 6px;
}

#map-page #main .products .links-to-product {
  float: right;
}

#map-page #main .products .links-to-product a {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 55px;
}

#map-page #main .products .links-to-product .apple {
  background: url("images/ios.png") no-repeat center;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#map-page #main .products .links-to-product .google {
  background: url("images/google.png") no-repeat center;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#map-page .mobile-phone-big-slider {
  display: none;
  padding: 0px 15px;
}

#map-page .mobile-phone-big-slider .overflow {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

#map-page .mobile-phone-big-slider .swiper-container {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  z-index: 10;
}

#map-page .mobile-phone-big-slider .swiper-container .swiper-slide {
  background-position: 50% 50%;
  background-size: cover;
}

#map-page .mobile-phone-big-slider .swiper-container .big-slider-button-next,
#map-page .mobile-phone-big-slider .swiper-container .big-slider-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 65px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#map-page .mobile-phone-big-slider .big-slider-button-close {
  background-image: url("images/close-slider.png");
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  z-index: 1;
  height: 60px;
  cursor: pointer;
}

#map-page .mobile-phone-big-slider .big-slider-button-next {
  background-image: url("images/arrow-right-white.png");
  right: 50%;
  margin-right: -290px;
}

#map-page .mobile-phone-big-slider .big-slider-button-prev {
  margin-left: -290px;
  background-image: url("images/arrow-left-white.png");
  left: 50%;
}

#map-page .mobile-phone-big-slider .swiper-slide:active, #map-page .mobile-phone-big-slider .swiper-slide:hover {
  cursor: pointer;
}

#map-page .mobile-phone-big-slider .swiper-slide img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/*____________________WE ARE HIRING BEGIN_____________________*/
#we-are-hiring-page #header {
  background-image: url("images/bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: 1000px;
}

#we-are-hiring-page #header .header {
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
}

#we-are-hiring-page #header .header .logo {
  float: left;
}

#we-are-hiring-page #header .header .logo a {
  display: inline-block;
}

#we-are-hiring-page #header .header .language {
  position: relative;
}

#we-are-hiring-page #header .header .language .lang {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #676767;
  font-weight: 700;
  cursor: pointer;
}

#we-are-hiring-page #header .header .language .show-lang {
  color: #fff;
}

#we-are-hiring-page #header .header .language ul.lang-menu {
  margin: 5px 0 0 0px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0px;
}

#we-are-hiring-page #header .header .language .lang-menu:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 29px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#we-are-hiring-page #header .header .language .arrow {
  position: absolute;
  top: 6px;
  left: 33px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

#we-are-hiring-page #header .header .language .arrow-down {
  border-top: 5px solid #fff;
}

#we-are-hiring-page #header .header .language .arrow-up {
  top: 8px;
  border-bottom: 5px solid #fff;
}

#we-are-hiring-page #header .header .language .select-lang ul {
  opacity: 0;
  top: -100%;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#we-are-hiring-page #header .header .language .selecting ul {
  opacity: 1;
  top: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#we-are-hiring-page #header .header .language .selecting li {
  cursor: pointer;
  padding: 0 10px;
}

#we-are-hiring-page #header .header .language .selecting li:hover {
  background: #c96dd8;
  color: #fff;
}

#we-are-hiring-page #header .header .language .select-lang li {
  cursor: pointer;
  padding: 0 10px;
}

#we-are-hiring-page .main-text {
  margin-bottom: 100px;
}

#we-are-hiring-page .main-text .title {
  font-family: 'MerriweatherBold', sans-serif;
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

#we-are-hiring-page .main-text .description {
  color: #fffefe;
  font-size: 26px;
  font-weight: 400;
  max-width: 840px;
  margin: 0px auto;
}

#we-are-hiring-page .required h2 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}

#we-are-hiring-page .required .profession {
  font-size: 0px;
  text-align: center;
  margin: 0px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#we-are-hiring-page .required .profession .person {
  cursor: pointer;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #d8d8d8;
  -webkit-box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-flex-basis: -webkit-calc(20% - 30px);
  -ms-flex-preferred-size: calc(20% - 30px);
  flex-basis: calc(20% - 30px);
  max-width: 210px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  padding: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#we-are-hiring-page .required .profession .person .photo {
  position: relative;
  width: 130px;
  margin: 0px auto;
  text-align: left;
}

#we-are-hiring-page .required .profession .person .photo .thumbnail {
  display: inline-block;
}

#we-are-hiring-page .required .profession .person .photo .thumbnail img {
  width: 84px;
}

#we-are-hiring-page .required .profession .person .photo .icon {
  position: absolute;
  right: -11px;
  top: 56%;
}

#we-are-hiring-page .required .profession .person .photo .icon .slag {
  position: absolute;
  top: 27px;
  width: 40px;
  right: 0px;
}

#we-are-hiring-page .required .profession .person .photo .icon .gear-green {
  position: absolute;
  top: 40px;
  right: 20px;
}

#we-are-hiring-page .required .profession .person .photo .icon .gear-black {
  position: absolute;
  top: 26px;
  right: -10px;
}

#we-are-hiring-page .required .profession .person .photo .icon .gear-green-small {
  position: absolute;
  top: 35px;
  right: 20px;
  width: 16px;
}

#we-are-hiring-page .required .profession .person .photo .icon .car-key {
  position: absolute;
  top: 11px;
  right: -28px;
  width: 48px;
}

#we-are-hiring-page .required .profession .person .title {
  margin-top: 30px;
  color: #3d29b2;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

#we-are-hiring-page .working-conditions {
  margin-top: 100px;
}

#we-are-hiring-page .working-conditions h2 {
  color: #3d29b2;
  font-size: 36px;
  text-align: center;
}

#we-are-hiring-page .working-conditions .house {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

#we-are-hiring-page .working-conditions .conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#we-are-hiring-page .working-conditions .conditions .conditions-item {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
}

#we-are-hiring-page .working-conditions .conditions .conditions-item .list {
  width: 370px;
  height: 121px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#we-are-hiring-page .working-conditions .conditions .conditions-item .list .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

#we-are-hiring-page .working-conditions .conditions .conditions-item .list .icon img {
  width: 60px;
}

#we-are-hiring-page .working-conditions .conditions .blue-arrow-right {
  cursor: pointer;
  background-image: url("images/blue-arrow-right.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 15px 40px 15px 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#we-are-hiring-page .working-conditions .conditions .blue-arrow-right .icon {
  position: absolute;
  left: 20px;
}

#we-are-hiring-page .working-conditions .conditions .green-arrow-right {
  cursor: pointer;
  background-image: url("images/green-arrow-right.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 15px 40px 15px 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#we-are-hiring-page .working-conditions .conditions .green-arrow-right .icon {
  position: absolute;
  left: 20px;
}

#we-are-hiring-page .working-conditions .conditions .orange-arrow-right {
  cursor: pointer;
  background-image: url("images/orange-arrow-right.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 15px 40px 15px 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#we-are-hiring-page .working-conditions .conditions .orange-arrow-right .icon {
  position: absolute;
  left: 20px;
}

#we-are-hiring-page .working-conditions .conditions .blue-arrow-left {
  cursor: pointer;
  background-image: url("images/blue-arrow-left.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 15px 100px 15px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#we-are-hiring-page .working-conditions .conditions .blue-arrow-left .icon {
  position: absolute;
  right: 20px;
}

#we-are-hiring-page .working-conditions .conditions .green-arrow-left {
  cursor: pointer;
  background-image: url("images/green-arrow-left.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 15px 100px 15px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#we-are-hiring-page .working-conditions .conditions .green-arrow-left .icon {
  position: absolute;
  right: 20px;
}

#we-are-hiring-page .working-conditions .conditions .orange-arrow-left {
  cursor: pointer;
  background-image: url("images/orange-arrow-left.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 15px 100px 15px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#we-are-hiring-page .working-conditions .conditions .orange-arrow-left .icon {
  position: absolute;
  right: 20px;
}

/*____________________WORKING CONDITIONS END_____________________*/
/*____________________WE ARE HIRING END_____________________*/
/*____________________ ABOUT PAGE BEGIN_____________________*/
#about-page #header {
  background-image: url("images/bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: 1100px;
}

#about-page #header .header {
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
}

#about-page #header .header .logo {
  float: left;
}

#about-page #header .header .logo a {
  display: inline-block;
}

#about-page #header .header .language {
  position: relative;
}

#about-page #header .header .language .lang {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #676767;
  font-weight: 700;
  cursor: pointer;
}

#about-page #header .header .language .show-lang {
  color: #fff;
}

#about-page #header .header .language ul.lang-menu {
  margin: 5px 0 0 0px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0px;
}

#about-page #header .header .language .lang-menu:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 29px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#about-page #header .header .language .arrow {
  position: absolute;
  top: 6px;
  left: 33px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

#about-page #header .header .language .arrow-down {
  border-top: 5px solid #fff;
}

#about-page #header .header .language .arrow-up {
  top: 8px;
  border-bottom: 5px solid #fff;
}

#about-page #header .header .language .select-lang ul {
  opacity: 0;
  top: -100%;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#about-page #header .header .language .selecting ul {
  opacity: 1;
  top: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#about-page #header .header .language .selecting li {
  cursor: pointer;
  padding: 0 10px;
}

#about-page #header .header .language .selecting li:hover {
  background: #c96dd8;
  color: #fff;
}

#about-page #header .header .language .select-lang li {
  cursor: pointer;
  padding: 0 10px;
}

#about-page .main-text {
  margin-bottom: 100px;
  /*_________________ICONS BEGIN_______________________________*/
  /*____________________ICONS END_________________________________*/
}

#about-page .main-text .title {
  font-family: 'MerriweatherBold', sans-serif;
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

#about-page .main-text .icons-addition {
  text-align: center;
  margin-bottom: 50px;
}

#about-page .main-text .icons-addition .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
}

#about-page .main-text .icons-addition .icon-smile {
  background: url("images/smile.png") no-repeat center;
  background-size: 80px;
}

#about-page .main-text .icons-addition .icon-man {
  background: url("images/man.png") no-repeat center;
  background-size: contain;
}

#about-page .main-text .icons-addition .icon-woman {
  background: url("images/woman.png") no-repeat center;
  background-size: 70px;
  height: 100px;
  width: 70px;
  background-position: -5px;
}

#about-page .main-text .icons-addition .icon-heart {
  background: url("images/heart.png") no-repeat center;
  background-size: contain;
}

#about-page .main-text .icons-addition .icon-clustory {
  background: url("images/clustory.png") no-repeat center;
  background-size: contain;
}

#about-page .main-text .icons-addition .icon-plus {
  background: url("images/plus.png") no-repeat center;
  background-size: 35px;
}

#about-page .main-text .icons-addition .icon-equal {
  background: url("images/equal.png") no-repeat center;
  background-size: 35px;
}

#about-page .main-text .description {
  color: #fffefe;
  font-size: 26px;
  font-weight: 400;
  max-width: 840px;
  margin: 0px auto;
}

#about-page .sub-header {
  text-align: center;
  font-size: 50px;
  color: #3d29b2;
  font-weight: 900;
  text-transform: uppercase;
}

#about-page #teammates-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#about-page #teammates-container .person-img {
  background-image: url("images/sprite/collage-small.jpg");
  width: 214px;
  height: 326px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-repeat: repeat;
  background-size: 430px;
  margin-right: 20px;
}

#about-page #teammates-container .member-img-kostya {
  background-position: 0px -974px;
}

#about-page #teammates-container .member-img-oleg_r {
  background-position: 0 -325px;
}

#about-page #teammates-container .member-img-alex_n {
  background-position: -215px 2px;
}

#about-page #teammates-container .member-img-oleg_m {
  background-position: -215px -325px;
}

#about-page #teammates-container .member-img-kirill {
  background-position: -216px -974px;
}

#about-page #teammates-container .member-img-alex_b {
  background-position: 0 0;
}

#about-page #teammates-container .member-img-masha {
  background-position: -1px -649px;
}

#about-page #teammates-container .member-img-maryna {
  background-position: -216px -649px;
}

#about-page #teammates-container .member-img-max {
  background-position: 0px 324px;
}

#about-page #teammates-container .member-img-artem {
  background-position: 215px 649px;
}

#about-page #teammates-container .person {
  width: 40%;
  margin: 0 5%;
  padding: 50px 0;
}

#about-page #teammates-container .person .person-info {
  font-size: 18px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#about-page #teammates-container .person .person-name {
  font-weight: 900;
  font-size: 22px;
  color: #3d29b2;
  margin: 0;
}

#about-page #teammates-container .person .person-status {
  margin-top: 5px;
  color: #808080;
}

#about-page #thanks-section #special-thanks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#about-page #thanks-section .logo-group {
  background: url("images/icg.png") no-repeat center;
  background-size: contain;
  margin-right: 50px;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#about-page #thanks-section #about-company {
  padding-left: 130px;
}

#about-page #thanks-section .group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 50px 5%;
}

#about-page #thanks-section .person {
  width: 40%;
  margin: 0 5%;
  padding: 50px 0;
}

#about-page #thanks-section .person .person-info {
  font-size: 18px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#about-page #thanks-section .person .person-name {
  font-weight: 900;
  font-size: 22px;
  color: #3d29b2;
  margin: 0;
}

#about-page #thanks-section .person .person-status {
  margin-top: 5px;
  color: #808080;
}

/*____________________THANKS END_____________________*/
/*____________________ABOUT END_____________________*/
/*____________________PRIVACY_____________________*/
#privacy #main ul {
  list-style-type: disc;
  padding-left: 40px;
}

#privacy #header {
  background-color: #3e29b2;
}

#privacy #header .header {
  width: 100%;
  display: inline-block;
  padding: 20px 0px 10px;
}

#privacy #header .header .logo {
  float: left;
}

#privacy #header .header .logo a {
  display: inline-block;
}

#privacy #header .header .language {
  position: relative;
}

#privacy #header .header .language .lang {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #676767;
  font-weight: 700;
  cursor: pointer;
}

#privacy #header .header .language .show-lang {
  color: #fff;
}

#privacy #header .header .language ul.lang-menu {
  margin: 5px 0 0 0px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0px;
}

#privacy #header .header .language .lang-menu:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 29px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#privacy #header .header .language .arrow {
  position: absolute;
  top: 6px;
  left: 30px;
  width: 0;
  height: 0;
  cursor: pointer;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

#privacy #header .header .language .arrow-down {
  border-top: 5px solid #fff;
}

#privacy #header .header .language .arrow-up {
  top: 8px;
  border-bottom: 5px solid #fff;
}

#privacy #header .header .language .select-lang ul {
  opacity: 0;
  top: -100%;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#privacy #header .header .language .selecting ul {
  opacity: 1;
  top: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#privacy #header .header .language .selecting li {
  cursor: pointer;
  padding: 0 10px;
}

#privacy #header .header .language .selecting li:hover {
  background: #c96dd8;
  color: #fff;
}

#privacy #header .header .language .select-lang li {
  cursor: pointer;
  padding: 0 10px;
}

/*____________________PRIVACY END_____________________*/
/*____________________FOOTER START_____________________*/
#footer #nav {
  text-align: center;
}

#footer #nav .menu {
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 0px auto;
}

#footer #nav .menu li {
  display: inline-block;
  vertical-align: middle;
}

#footer #nav .menu li a {
  color: #676767;
  text-decoration: none;
}

/*____________________FOOTER END_____________________*/
/*____________________ANIMATION BEGIN_____________________*/
@-webkit-keyframes bounceUp {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes bounceUp {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}

@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
  }
}

@keyframes rotateLeft {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
  }
}

@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes rotateRight {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes rotateHalf {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

@keyframes rotateHalf {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

/*____________________ANIMATION  END_____________________*/
/*___________________MEDIA QUERY START______________________ */
@media only screen and (max-width: 1200px) {
  /*__________ DISPAY NONE BEGIN__________*/
  .working-conditions .house {
    display: none;
  }
  /*__________ DISPAY NONE END__________*/
  /*____________________MAP-PAGE BEGIN_____________________*/
  #map-page #header .header {
    padding: 20px 15px;
    position: absolute;
    z-index: 2;
    margin: 0px -15px;
  }
  #map-page #header .mobile-phone-map {
    margin-top: 0px;
    position: static;
    text-align: center;
  }
  #map-page #header .mobile-phone-map .map-marker {
    display: block;
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: 0;
    top: 0%;
    left: 0px;
    right: 0px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  #map-page #header .mobile-phone-map .mobile-phone {
    margin-top: 350px;
  }
  #map-page .mobile-phone-big-slider .swiper-container {
    max-width: 992px;
  }
  #map-page .mobile-phone-big-slider .swiper-container .big-slider-button-prev {
    margin-left: -240px;
  }
  #map-page .mobile-phone-big-slider .swiper-container .big-slider-button-next {
    margin-right: -240px;
  }
  /*____________________MAP-PAGE END_____________________*/
  /*____________________WE-ARE-HIRING-PAGE  BEGIN_____________________*/
  #we-are-hiring-page {
    /*____________________REQUIRED  BEGIN_____________________*/
    /*____________________REQUIRED END_____________________*/
    /*____________________WORKING CONDITIONS BEGIN_____________________*/
  }
  #we-are-hiring-page .required .profession .person {
    -webkit-flex-basis: -webkit-calc(25% - 30px);
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-right {
    background-image: none;
    background-color: #1f84bc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 15px 15px 0px;
    padding: 15px 40px 15px 100px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-right .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-right {
    background-image: none;
    background-color: #4c9147;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 15px 15px 0px;
    padding: 15px 40px 15px 100px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-right .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-right {
    background-image: none;
    background-color: #e1982e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 15px 15px 0px;
    padding: 15px 40px 15px 100px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-right .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-left {
    background-image: none;
    background-color: #1f84bc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 15px 15px 0px;
    padding: 15px 40px 15px 100px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-left .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-left {
    background-image: none;
    background-color: #4c9147;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 15px 15px 0px;
    padding: 15px 40px 15px 100px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-left .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-left {
    background-image: none;
    background-color: #e1982e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 15px 15px 0px;
    padding: 15px 40px 15px 100px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-left .icon {
    position: absolute;
    left: 20px;
  }
  /*____________________WE-ARE-HIRING-PAGE  END_____________________*/
  /*____________________ ABOUT-PAGE BEGIN_____________________*/
  #about-page .main-text .title {
    font-size: 60px;
  }
  #about-page .main-text .description {
    font-size: 22px;
    margin: 30px auto;
  }
  #about-page #teammates-container .sub-header {
    font-size: 40px;
  }
  #about-page #teammates-container .person {
    width: 96%;
  }
  #about-page #thanks-section .person {
    width: 96%;
  }
  /*____________________ ABOUT-PAGE END_____________________*/
}

@media only screen and (max-width: 992px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .logo img {
    width: 60px;
  }
  #home-page .brand-container h1 {
    font-size: 50px;
    margin-left: 20px;
  }
  /*____________________HOME END_____________________*/
  /*____________________MAP-PAGE  BEGIN_____________________*/
  #map-page .mobile-phone-big-slider .swiper-container {
    max-width: 768px;
  }
  #map-page .mobile-phone-big-slider .swiper-container .big-slider-button-prev {
    margin-left: -190px;
  }
  #map-page .mobile-phone-big-slider .swiper-container .big-slider-button-next {
    margin-right: -190px;
  }
  /*____________________MAP-PAGE END_____________________*/
  /*____________________WE-ARE-HIRING-PAGE  BEGIN_____________________*/
  /*____________________REQUIRED  BEGIN_____________________*/
  #we-are-hiring-page .required .profession .person {
    -webkit-flex-basis: -webkit-calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  /*____________________REQUIRED END_____________________*/
  /*____________________we-are-hiring-page  END_____________________*/
}

@media only screen and (max-width: 768px) {
  /*____________________MAP-PAGE  BEGIN_____________________*/
  #map-page #main .products .our-video-btn {
    display: block;
    float: none;
    text-align: center;
    margin: 20px auto;
  }
  #map-page #main .products .links-to-product {
    float: none;
    text-align: center;
    margin-top: 40px;
  }
  #map-page .mobile-phone-big-slider .swiper-container .big-slider-button-prev {
    margin-left: 0px;
    left: 15px;
  }
  #map-page .mobile-phone-big-slider .swiper-container .big-slider-button-next {
    margin-right: 0px;
    right: 15px;
  }
  /*____________________MAP-PAGE  END_____________________*/
  /*____________________WE-ARE-HIRING-PAGE  BEGIN_____________________*/
  #we-are-hiring-page .main-text .title {
    font-size: 36px;
  }
  #we-are-hiring-page .main-text .description {
    font-size: 18px;
  }
  /*____________________WE-ARE-HIRING-PAGE  END_____________________*/
  /*____________________ ABOUT-PAGE BEGIN_____________________*/
  #about-page .sub-header {
    font-size: 30px;
  }
  #about-page .main-text .title {
    font-size: 36px;
  }
  #about-page .main-text .icons-addition .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  #about-page .main-text .icons-addition .icon-smile {
    background: url("images/smile.png") no-repeat center;
    background-size: 45px;
  }
  #about-page .main-text .icons-addition .icon-woman {
    background: url("images/woman.png") no-repeat center;
    background-size: 35px;
    height: 50px;
    width: 40px;
    background-position: -3px;
  }
  #about-page .main-text .icons-addition .icon-plus,
  #about-page .main-text .icons-addition .icon-equal {
    background-size: 22px;
  }
  #about-page .main-text .description {
    font-size: 18px;
    margin: 30px auto;
  }
  #about-page #teammates-container .sub-header {
    font-size: 40px;
  }
  #about-page #teammates-container .person {
    width: 96%;
  }
  #about-page #teammates-container .person .person-name {
    font-size: 18px;
  }
  #about-page #teammates-container .person .person-status,
  #about-page #teammates-container .person .person-text {
    font-size: 14px;
  }
  #about-page #thanks-section .person {
    width: 96%;
  }
  #about-page #thanks-section .group-info {
    font-size: 14px;
    margin-top: 0;
  }
}

/*____________________ ABOUT-PAGE END_____________________*/
@media only screen and (min-width: 800px) {
  /*____________________we-are-hiring-page  BEGIN_____________________*/
  /*____________________REQUIRED  BEGIN_____________________*/
  #we-are-hiring-page {
    /*____________________REQUIRED END_____________________*/
  }
  #we-are-hiring-page .required .profession .person {
    webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  #we-are-hiring-page .required .profession .person:hover {
    webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px) scale(1.1);
            transform: perspective(1px) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  #we-are-hiring-page .required .profession .person:hover .bounce-up-animation {
    -webkit-animation: bounceUp 1s ease-in-out infinite;
            animation: bounceUp 1s ease-in-out infinite;
  }
  #we-are-hiring-page .required .profession .person:hover .fade-in-left-animation {
    -webkit-animation: fadeInLeft 1s ease-in-out;
            animation: fadeInLeft 1s ease-in-out;
  }
  #we-are-hiring-page .required .profession .person:hover .rotate-left {
    -webkit-animation: rotateLeft 2s infinite linear;
            animation: rotateLeft 2s infinite linear;
  }
  #we-are-hiring-page .required .profession .person:hover .rotate-right {
    -webkit-animation: rotateRight 2s infinite linear;
            animation: rotateRight 2s infinite linear;
  }
  #we-are-hiring-page .required .profession .person:hover .rotate-half {
    -webkit-animation: rotateHalf 1s infinite linear;
            animation: rotateHalf 1s infinite linear;
  }
  #we-are-hiring-page .required .profession .person:hover .fade-in-right-animation {
    -webkit-animation: fadeInRight 1s ease-in-out;
            animation: fadeInRight 1s ease-in-out;
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-right {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-right:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px) scale(1.1);
            transform: perspective(1px) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-right {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-right:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px) scale(1.1);
            transform: perspective(1px) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-right {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-right:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px) scale(1.1);
            transform: perspective(1px) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-left {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-left:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px) scale(1.1);
            transform: perspective(1px) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-left {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-left:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px) scale(1.1);
            transform: perspective(1px) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-left {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-left:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: perspective(1px) scale(1.1);
            transform: perspective(1px) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  /*____________________WE-ARE-HIRING-PAGE  END_____________________*/
}

@media (max-width: 540px) {
  .video-modal-container {
    top: 0px;
  }
  .video-modal-container .tingle-modal__close {
    height: 0px;
  }
  .video-modal-container .tingle-modal__close .tingle-modal__closeIcon {
    float: right;
  }
  .video-modal-container .tingle-modal-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pop-up-vacancy {
    padding: 0px;
    top: 0px;
  }
  .pop-up-vacancy .tingle-modal-box {
    width: 100%;
  }
  .pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group label {
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .file-upload .file-browse {
    width: 50%;
  }
  .pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .file-upload .file-name {
    padding-left: 20px;
    width: 50%;
  }
  .pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .input {
    width: 100%;
    display: block;
    padding-left: 0%;
  }
  .pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .submit {
    margin-left: 0%;
  }
  .pop-up-vacancy #pop-up-vacancy #form-vacancy .form-group .submit input[type='submit'] {
    max-width: 100%;
    display: block;
    padding-left: 0%;
  }
}

@media only screen and (max-width: 480px) {
  /*____________________MAP-PAGE  BEGIN_____________________*/
  #map-page #main .products .links-to-product a {
    margin-bottom: 10px;
  }
  #map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .information .posted .author {
    font-size: 16px;
  }
  #map-page #header .mobile-phone-map .mobile-phone .list-of-comments .comments .comment .person-comment .information .posted .time {
    font-size: 12px;
  }
  #map-page #header .mobile-phone-map .mobile-phone .person .information .time {
    font-size: 14px;
  }
  #map-page #header .mobile-phone-map .mobile-phone .title {
    font-size: 24px;
  }
  /*____________________WE-ARE-HIRING-PAGE  END_____________________*/
  #we-are-hiring-page {
    /*____________________REQUIRED  BEGIN_____________________*/
    /*____________________MAP-PAGE  END_____________________*/
    /*____________________REQUIRED END_____________________*/
  }
  #we-are-hiring-page #header {
    background-position: 56% 50%;
  }
  #we-are-hiring-page .header-text h1 {
    font-size: 26px;
  }
  #we-are-hiring-page .logo a {
    display: inline-block;
    cursor: pointer;
    max-width: 150px;
  }
  #we-are-hiring-page .main-text .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #we-are-hiring-page .required h2 {
    font-size: 26px;
  }
  #we-are-hiring-page .required .profession .person {
    height: auto;
    -webkit-flex-basis: -webkit-calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    padding: 10px;
    -webkit-flex-basis: 125px;
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
    margin: 10px;
  }
  #we-are-hiring-page .required .profession .person .photo {
    width: 105px;
  }
  #we-are-hiring-page .required .profession .person .photo .thumbnail {
    text-align: center;
  }
  #we-are-hiring-page .required .profession .person .photo .thumbnail img {
    width: 60px;
  }
  #we-are-hiring-page .required .profession .person .photo .icon {
    position: absolute;
    right: 2%;
    width: 48px;
    top: 55%;
  }
  #we-are-hiring-page .required .profession .person .photo .icon .slag {
    position: absolute;
    top: 18px;
    width: 30px;
    right: 0px;
  }
  #we-are-hiring-page .required .profession .person .photo .icon .gear-green {
    position: absolute;
    top: 26px;
    right: 13px;
    width: 16px;
  }
  #we-are-hiring-page .required .profession .person .photo .icon .gear-black {
    position: absolute;
    top: 18px;
    right: -5px;
    width: 16px;
  }
  #we-are-hiring-page .required .profession .person .photo .icon .gear-green-small {
    position: absolute;
    top: 23px;
    right: 16px;
    width: 12px;
  }
  #we-are-hiring-page .required .profession .person .photo .icon .car-key {
    position: absolute;
    top: 13px;
    right: -15px;
    width: 30px;
  }
  #we-are-hiring-page .required .profession .person .title {
    font-size: 18px;
  }
  #we-are-hiring-page .working-conditions {
    margin-top: 50px;
  }
  #we-are-hiring-page .working-conditions h2 {
    font-size: 26px;
    margin: 10px 0px;
  }
  #we-are-hiring-page .working-conditions .conditions .conditions-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #we-are-hiring-page .working-conditions .conditions .conditions-item .list {
    width: 100%;
    height: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #we-are-hiring-page .working-conditions .conditions .conditions-item .list .icon img {
    width: 40px;
  }
  #we-are-hiring-page .working-conditions .conditions .conditions-item .list .title {
    font-size: 12px;
    line-height: 13px;
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-right {
    background-image: none;
    background-color: #1f84bc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 15px 0px;
    padding: 15px 15px 15px 70px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-right .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-right {
    background-image: none;
    background-color: #4c9147;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 15px 70px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-right .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-right {
    background-image: none;
    background-color: #e1982e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 15px 70px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-right .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-left {
    background-image: none;
    background-color: #1f84bc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 15px 70px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .blue-arrow-left .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-left {
    background-image: none;
    background-color: #4c9147;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 15px 70px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .green-arrow-left .icon {
    position: absolute;
    left: 20px;
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-left {
    background-image: none;
    background-color: #e1982e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
    padding: 15px 15px 15px 70px;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.5);
  }
  #we-are-hiring-page .working-conditions .conditions .orange-arrow-left .icon {
    position: absolute;
    left: 20px;
  }
  /*____________________WE-ARE-HIRING-PAGE  END_____________________*/
  /*____________________ABOUT-PAGE_____________________*/
  #about-page #header {
    background-position: 40% 50%;
  }
  #about-page .sub-header {
    font-size: 24px;
  }
  #about-page .main-text .icons-addition {
    margin-bottom: 50px;
  }
  #about-page .main-text .icons-addition .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  #about-page .main-text .icons-addition .icon-smile {
    background: url("images/smile.png") no-repeat center;
    background-size: 24px;
  }
  #about-page .main-text .icons-addition .icon-woman {
    background: url("images/woman.png") no-repeat center;
    background-size: 24px;
    height: 30px;
    width: 30px;
    background-position: 0;
  }
  #about-page .main-text .icons-addition .icon-plus,
  #about-page .main-text .icons-addition .icon-equal {
    background-size: 14px;
  }
  #about-page .main-text .description {
    font-size: 18px;
    margin: 30px auto;
  }
  #about-page #teammates-container .person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  #about-page #teammates-container .person-img {
    width: 70px;
    height: 100px;
    background-size: 140px;
  }
  #about-page #teammates-container .member-img-kostya {
    background-position: 0px -317px;
  }
  #about-page #teammates-container .member-img-oleg_r {
    background-position: 0px -106px;
  }
  #about-page #teammates-container .member-img-alex_n {
    background-position: 70px 0px;
  }
  #about-page #teammates-container .member-img-oleg_m {
    background-position: -69px -106px;
  }
  #about-page #teammates-container .member-img-kirill {
    background-position: -70px -318px;
  }
  #about-page #teammates-container .member-img-masha {
    background-position: -0px -212px;
  }
  #about-page #teammates-container .member-img-maryna {
    background-position: -70px -212px;
  }
  #about-page #teammates-container .member-img-max {
    background-position: 0px 1372px;
  }
  #about-page #teammates-container .member-img-artem {
    background-position: 70px 211px;
  }
  #about-page #thanks-section .person {
    width: 96%;
  }
  #about-page #thanks-section .group-info {
    font-size: 14px;
    margin-top: 0;
  }
  /*____________________ABOUT-PAGE END_____________________*/
}

@media only screen and (min-width: 1900px) and (max-height: 1200px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page #landing article {
    padding: 0 250px;
  }
  /*____________________HOME END_____________________*/
}

@media only screen and (max-width: 1700px) and (max-height: 900px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .brand-container h1 {
    font-size: 60px;
  }
  #home-page .phone {
    width: 480px;
    margin-left: -50px;
  }
  #home-page .slider {
    width: 267px;
    height: 475px;
    top: 82px;
    left: 130px;
  }
  #home-page .moto {
    font-size: 24px;
  }
  /*____________________HOME END_____________________*/
}

@media only screen and (max-width: 1499px) and (max-height: 700px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .phone {
    width: 400px;
    margin-left: -50px;
  }
  #home-page .slider {
    width: 220px;
    height: 400px;
    top: 70px;
    left: 110px;
  }
  #home-page .description-container {
    line-height: 22px;
    font-size: 18px;
  }
  #home-page .download-btns {
    margin-top: 50px;
  }
  /*____________________HOME END_____________________*/
}

@media only screen and (max-width: 1399px) and (max-height: 574px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .phone {
    width: 350px;
    margin-left: -50px;
  }
  #home-page .slider {
    width: 193px;
    height: 345px;
    top: 63px;
    left: 96px;
  }
  #home-page .description-container {
    line-height: 22px;
    font-size: 16px;
  }
  /*____________________HOME END_____________________*/
}

@media only screen and (max-width: 1199px) and (max-height: 700px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .phone {
    display: none;
  }
  #home-page .slider {
    width: 193px;
    height: 345px;
    top: 63px;
    left: 96px;
  }
  #home-page .description-container {
    line-height: 22px;
    font-size: 16px;
  }
  /*____________________HOME END_____________________*/
}

@media only screen and (max-width: 677px) and (max-height: 500px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .brand-container h1 {
    font-size: 45px;
  }
  #home-page .download-btns {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  /*____________________HOME END_____________________*/
}

@media only screen and (max-width: 1190px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .brand-container h1 {
    font-size: 60px;
  }
  #home-page .phone {
    width: 480px;
    margin-left: -50px;
  }
  #home-page .slider {
    width: 267px;
    height: 475px;
    top: 82px;
    left: 130px;
  }
  #home-page .moto {
    font-size: 24px;
  }
  /*____________________HOME END_____________________*/
}

@media only screen and (max-width: 920px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .logo img {
    width: 60px;
  }
  #home-page .brand-container h1 {
    font-size: 50px;
    margin-left: 20px;
  }
  /*____________________HOME END_____________________*/
}

@media only screen and (max-width: 760px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page #landing article {
    -webkit-box-pack: BEGIN;
    -ms-flex-pack: BEGIN;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #home-page .slider {
    background: #fff;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  #home-page .phone {
    position: static;
    width: 0;
  }
  #home-page .slider {
    width: 100%;
    height: 100%;
  }
  #home-page .phone-container {
    display: none;
  }
  #home-page .brand-container {
    z-index: 1;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #home-page .brand-container h1 {
    color: #fff;
    font-size: 55px;
  }
  #home-page .our-video-btn,
  #home-page .download-btns {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  #home-page .description-container {
    width: 400px;
    margin: 0;
  }
  #home-page .btn-store.apple {
    margin-right: 8px;
  }
  #home-page .moto {
    text-align: left;
  }
  #home-page .tingle-modal {
    overflow: visible;
  }
  #home-page .tingle-modal--overflow {
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
  }
  #home-page .tingle-modal-box {
    height: 100%;
  }
  #home-page .tingle-modal-box__content {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /*____________________HOME END_____________________*/
}

@media only screen and (max-width: 480px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .description-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 280px;
    line-height: 1.4;
    font-size: 16px;
  }
  #home-page #landing article {
    padding: 0 20px;
  }
  #home-page .moto {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #home-page .download-btns,
  #home-page .our-video-btn {
    margin-top: 10px;
  }
  #home-page .brand-container h1 {
    font-size: 50px;
    margin-left: 10px;
  }
  #footer #nav .menu li {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 20px;
  }
  /*____________________HOME END_____________________*/
}

@media screen and (orientation: portrait) and (max-device-width: 480px) and (max-device-height: 700px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .btn-store {
    width: 140px;
  }
  #home-page .btn-store.apple {
    margin-right: 8px;
  }
  #home-page .description-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #home-page .brand-container h1 {
    font-size: 35px;
    margin-left: 10px;
  }
  #home-page .logo img {
    width: 40px;
  }
  /*____________________HOME END_____________________*/
}

@media screen and (orientation: landscape) and (max-device-width: 900px) and (max-device-height: 700px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page .download-btns {
    margin: 40px 0;
  }
  #home-page .lang {
    right: 20px;
  }
  #home-page .phone {
    display: none;
  }
  #home-page .our-video-btn {
    margin-top: 5em;
  }
  #home-page .description-container {
    max-width: 450px;
  }
  /*____________________HOME END_____________________*/
}

@media screen and (orientation: landscape) and (max-height: 800px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page #main {
    height: auto;
    padding: 20px 0px;
  }
  /*____________________HOME END_____________________*/
}

@media screen and (orientation: portrait) and (max-height: 800px) {
  /*____________________HOME BEGIN_____________________*/
  #home-page #main {
    height: auto;
    padding: 20px 0px;
  }
  /*____________________HOME END_____________________*/
}

/* #sourceMappingURL=map/style.css.map */

/*# sourceMappingURL=map/style.css.map */
