.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 78px;
  line-height: 84px;
  font-weight: 400;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section._1 {
  position: relative;
  display: block;
  width: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  background-image: url('../images/fon-doc-01-zoom.jpg');
  background-position: 100% 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section._1._700 {
  height: auto;
  max-height: 650px;
}

.section.f4 {
  display: block;
  width: auto;
  background-color: #f4f4f4;
}

.section.video {
  display: block;
  width: auto;
  padding-right: 0px;
}

.section.map {
  height: auto;
  padding: 120px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/map.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/map.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 960px;
  background-repeat: repeat, no-repeat;
}

.section.lamp {
  display: block;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.world {
  height: auto;
  padding: 0px 0px 120px;
}

.section.comp {
  position: relative;
  display: block;
  width: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  background-image: url('../images/photo-800-2.jpg');
  background-position: 100% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.section.comp._700 {
  height: auto;
  max-height: 650px;
}

.content-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrap.left {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fullpage-wrap {
  position: static;
  overflow: hidden;
  width: auto;
  max-width: 100vw;
}

.heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 36px;
  line-height: 50px;
  font-weight: 800;
  text-align: left;
}

.heading.main {
  font-size: 20px;
  line-height: 30px;
}

.heading.main._2 {
  font-size: 22px;
}

.body {
  overflow: visible;
  max-width: auto;
  font-family: Montserrat, sans-serif;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block.abs {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 120px;
  margin-right: 80px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 333;
  display: block;
  overflow: visible;
  width: 100%;
  padding-left: 0px;
  border-top: 3px solid #39f;
  background-color: #fff;
}

.navbar._2 {
  background-color: #fff;
}

.brand {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-left: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.paragraph._1 {
  color: #000;
  font-weight: 500;
}

.text-span {
  color: #39f;
  font-size: 43px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-span._2 {
  font-size: 58px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72b8ff), to(#39f));
  background-image: linear-gradient(180deg, #72b8ff, #39f);
  box-shadow: 0 10px 30px -5px rgba(51, 153, 255, 0.56);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  border-style: solid none solid solid;
  border-width: 0px;
  border-color: #39f transparent #39f #39f;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39f), to(#72b8ff));
  background-image: linear-gradient(180deg, #39f, #72b8ff);
  box-shadow: none;
  color: #fff;
}

.button._2 {
  width: 130px;
  height: 40px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px none transparent;
  border-radius: 50px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72b8ff), to(#39f));
  background-image: linear-gradient(180deg, #72b8ff, #39f);
  box-shadow: 0 10px 30px -5px rgba(51, 153, 255, 0.5);
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.button._2:hover {
  border-style: none;
  border-color: #39f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39f), to(#72b8ff));
  background-image: linear-gradient(180deg, #39f, #72b8ff);
  box-shadow: none;
  color: #fff;
}

.button.menu {
  height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72b8ff), to(#39f));
  background-image: linear-gradient(180deg, #72b8ff, #39f);
  box-shadow: 0 10px 30px -5px rgba(51, 153, 255, 0.63);
  font-weight: 700;
  letter-spacing: 0px;
}

.button.menu:hover {
  border-style: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#39f), to(#72b8ff));
  background-image: linear-gradient(90deg, #39f, #72b8ff);
  color: #fff;
}

.button.menu.yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb7), to(#f93));
  background-image: linear-gradient(180deg, #fb7, #f93);
  box-shadow: 0 10px 30px -5px rgba(255, 153, 51, 0.5);
}

.button.menu._60 {
  width: 220px;
  height: 60px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb7), to(#f93));
  background-image: linear-gradient(180deg, #fb7, #f93);
  box-shadow: 0 10px 30px -5px rgba(255, 153, 51, 0.5);
}

.button.menu._200 {
  width: 190px;
  height: 50px;
  margin-top: 20px;
  margin-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb7), to(#f93));
  background-image: linear-gradient(180deg, #fb7, #f93);
  box-shadow: 0 10px 30px -5px rgba(255, 153, 51, 0.5);
}

.button.menu._400 {
  width: 120px;
  height: 36px;
  margin-top: 20px;
  margin-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb7), to(#f93));
  background-image: linear-gradient(180deg, #fb7, #f93);
  box-shadow: 0 10px 30px -5px rgba(255, 153, 51, 0.5);
  font-size: 12px;
}

.button.menu-leftt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72b8ff), to(#39f));
  background-image: linear-gradient(180deg, #72b8ff, #39f);
  box-shadow: 0 10px 30px -5px rgba(51, 153, 255, 0.63);
  font-weight: 700;
  letter-spacing: 0px;
}

.button.menu-leftt:hover {
  border-style: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#39f), to(#72b8ff));
  background-image: linear-gradient(90deg, #39f, #72b8ff);
  color: #fff;
}

.button.form {
  width: 100%;
  margin-top: 20px;
}

.button.yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#f93));
  background-image: linear-gradient(180deg, #ffc388, #f93);
  box-shadow: 0 10px 30px -5px rgba(255, 153, 51, 0.51);
}

.button.click {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.block-left-400 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  width: 400px;
  height: 100%;
  padding: 120px 50px 30px;
  background-color: #fff;
}

.block-left-400._2 {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 30px;
  background-color: #fff;
}

.heading-2 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 900;
}

.heading-2._40 {
  margin-top: 40px;
}

.paragraph-2 {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

.paragraph-2._960 {
  max-width: 960px;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
}

.paragraph-2._8 {
  font-size: 10px;
}

.paragraph-2.mid {
  font-weight: 500;
}

.div-flex-center {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef6ff;
  background-image: url('../images/chip-001.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 10px;
  margin-right: 50px;
  padding-top: 0px;
  padding-right: 0px;
  float: right;
}

.div-block-3 {
  display: block;
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid rgba(51, 153, 255, 0.5);
  color: #333;
}

.link-2 {
  margin-top: 0px;
  direction: ltr;
  color: #000;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.nav-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 500px;
  height: 100vh;
  margin-right: auto;
  margin-left: 0px;
  padding: 60px 20px 20px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px none #39f;
  background-color: #fff;
}

.background-video {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
  width: auto;
  height: 100vh;
  max-width: 100vw;
  margin-right: 0px;
  padding-right: 0px;
}

.menu-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 12;
  display: none;
  background-color: #fff;
  color: #000;
}

.menu-button.w--open {
  background-color: #fff;
  color: #39f;
}

.block-more {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #39f;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #39f;
  border-radius: 50px;
}

.line-x-one {
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: #39f;
}

.line-x-one._2 {
  width: 16px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.load {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

._100vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.load-main-div {
  position: relative;
  width: 60px;
  height: 60px;
}

.logo-load-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/4-logo-LOAD.svg');
  background-position: 50% 50%;
  background-size: 75px 75px;
  background-repeat: no-repeat;
}

.logo-load-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/1-logo-LOAD.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-load-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/2-logo-LOAD.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-load-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/3-logo-LOAD.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-load-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/4-logo-LOAD.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  width: 200px;
  margin-top: 20px;
}

.text-block-2 {
  margin-top: 3px;
  color: #39f;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  text-align: left;
  cursor: pointer;
}

.text-block-2:hover {
  color: #000;
  font-style: italic;
  text-decoration: underline;
}

.left-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3px;
  height: auto;
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3px;
  height: 20px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #b8b8b8;
  background-color: transparent;
  color: transparent;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.link-block:hover {
  border-left-color: #000;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #000;
}

.link-block.w--current {
  width: 3px;
  padding-left: 0px;
  border-left-color: #000;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(51, 153, 255, 0.5);
  color: #39f;
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
}

.cz {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100vh;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.in-cz-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: auto;
  padding-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.in-cz-left._700 {
  height: 700px;
  padding-bottom: 0px;
}

.in-cz-left._0 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.in-cz-left._0._700 {
  height: 650px;
}

.down-200 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin-right: 50px;
  margin-left: 50px;
  padding-bottom: 20px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.in-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.in-column._2 {
  padding-left: 40px;
  border-right: 1px solid rgba(51, 153, 255, 0.5);
  border-left: 1px solid rgba(51, 153, 255, 0.5);
}

.in-column._3 {
  padding-right: 0px;
  padding-left: 40px;
}

.icons-80 {
  width: 36px;
  height: 36px;
  opacity: 0.5;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-3 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.columns {
  margin-top: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.text-14-1 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-14-1._2 {
  direction: ltr;
  text-decoration: none;
  text-transform: uppercase;
}

.text-14-1._3 {
  margin-top: 30px;
}

.text-14-1._4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.text-14-1._5 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.text-14-1._20 {
  text-transform: uppercase;
}

.text-14-1._2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

.text-14-1._4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.text-14-1._2 {
  font-size: 14px;
  text-transform: uppercase;
}

.block-text {
  margin-bottom: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px none transparent;
  border-left: 1px none rgba(51, 153, 255, 0.5);
}

.block-text.end {
  border-bottom-style: none;
}

.block-animated {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: scroll;
  width: 400px;
  height: 100%;
  padding: 120px 50px;
  background-color: #fff;
}

.block-animated.leftt {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  margin-right: 400px;
  padding-bottom: 30px;
  background-color: #fff;
}

.know-more-text {
  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;
  font-weight: 700;
  cursor: pointer;
}

.know-more-text:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #39f;
}

.close-block-an {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #39f;
  border-radius: 88px;
  color: #39f;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.close-block-an:hover {
  border-color: #3a3a3a;
  color: #3a3a3a;
}

.image-more {
  width: 36px;
  margin-bottom: 10px;
  border-radius: 5px;
  opacity: 0.5;
}

.div-block-11 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 30px;
}

.faq {
  display: block;
  overflow: hidden;
  width: auto;
}

.grid-4 {
  overflow: hidden;
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.service-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 30px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.service-one.grey {
  padding: 30px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f8f8f8;
}

.h5-service {
  margin-top: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  text-align: left;
}

.h5-service._5 {
  margin-top: 5px;
}

.div-400 {
  max-width: 400px;
  text-align: left;
}

.link-3 {
  display: inline-block;
  color: #39f;
  text-decoration: none;
  cursor: pointer;
}

.link-3._2 {
  display: inline;
}

.link-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #39f;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.link-4:hover {
  color: #39f;
  text-decoration: underline;
}

.icons-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: -5px;
}

.bold-text {
  color: #000;
  font-size: 17px;
  font-weight: 800;
}

.div-block-34 {
  display: block;
  margin-right: 20px;
  padding-top: 0px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid rgba(51, 153, 255, 0.5);
  color: #333;
  font-size: 12px;
}

.img-mob {
  display: none;
}

.know-more-mob {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}

.know-more-mob:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #39f;
}

.know-more-close {
  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;
  font-weight: 700;
  cursor: pointer;
}

.know-more-close:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #39f;
}

.block-animated-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: auto;
  width: 400px;
  height: 100%;
  margin-left: 400px;
  padding: 120px 50px 30px;
  background-color: #fff;
}

.close-block-an-mob {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 150px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #39f;
  border-radius: 88px;
  color: #39f;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.close-block-an-mob:hover {
  border-color: #3a3a3a;
  color: #3a3a3a;
}

.phone-open-block {
  display: none;
  height: auto;
}

.block-one-phone {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: scroll;
  width: 400px;
  height: 100%;
  padding: 120px 50px;
  background-color: #fff;
}

.block-two-phone {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: scroll;
  width: 400px;
  height: 100%;
  padding: 120px 50px;
  background-color: #fff;
}

.know-more-button {
  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;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.know-more-button:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #39f;
}

.div-block-35 {
  display: none;
}

.gallery {
  display: block;
  width: 100vw;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-gallery {
  display: block;
  width: 100%;
  height: auto;
  max-width: auto;
  padding: 20px;
}

.text-span-2 {
  font-size: 9px;
}

.menu-left {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  margin-top: 80px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px -5px rgba(51, 153, 255, 0.3);
}

.link-menu-left {
  margin-bottom: 15px;
  color: #3a3a3a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.link-menu-left:hover {
  color: #39f;
}

.link-menu-left._2 {
  margin-bottom: 20px;
}

.link-menu-left-2 {
  margin-top: -10px;
  margin-bottom: 16px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link-menu-left-2:hover {
  color: #39f;
}

.arrow-menu {
  position: absolute;
  top: 20px;
  right: -40px;
  display: block;
  width: 40px;
  height: 60px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #39f;
  background-image: url('../images/right-arrow.svg');
  background-position: 50% 50%;
  background-size: auto 36px;
  background-repeat: no-repeat;
}

.arrow-menu-close {
  position: absolute;
  top: 20px;
  right: -40px;
  display: block;
  width: 40px;
  height: 60px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f76767;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: auto 22px;
  background-repeat: no-repeat;
}

.cityes {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3a3a3a;
  text-decoration: none;
  cursor: pointer;
}

.link-city:hover {
  font-size: 15px;
  font-weight: 900;
}

.link-city.red {
  padding-left: 25px;
  background-image: url('../images/mechanic.svg');
  background-position: 0px 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
}

.link-city.red:hover {
  font-size: 15px;
  font-weight: 900;
}

.link-city.red._2 {
  color: #c52f2f;
  font-weight: 900;
}

.link-city.chip {
  padding-left: 25px;
  background-image: url('../images/cpu.svg');
  background-position: 0px 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  color: #3a3a3a;
  font-weight: 400;
}

.link-city.chip:hover {
  font-weight: 900;
}

.link-city.spec {
  padding-left: 25px;
  background-image: url('../images/mechanic.svg');
  background-position: 0px 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.footer {
  position: relative;
  height: auto;
  padding: 20px 50px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0));
  background-image: linear-gradient(180deg, #f0f0f0, #f0f0f0);
}

.zayavki {
  display: block;
}

.z-main {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

._100-z {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-div {
  width: 600px;
  height: auto;
  padding: 30px;
  border: 2px solid #39f;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 10px 30px -5px rgba(51, 153, 255, 0.5);
}

.text-black-28 {
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  text-align: left;
}

.form-block {
  margin-top: 20px;
}

.close-open-z-one {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  background-color: rgba(114, 184, 255, 0.4);
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: auto 40px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.close-open-z-one:hover {
  background-color: #72b8ff;
}

.close-open-z-one._2 {
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: rgba(197, 47, 47, 0.2);
}

.close-open-z-one._2:hover {
  background-color: rgba(197, 47, 47, 0.42);
}

.close-open-z-one._3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/back-2.svg');
  background-position: 5px 50%;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.close-open-z-one._3:hover {
  color: #6b6b6b;
}

.select-field {
  height: 50px;
  border-radius: 3px;
}

.text-field {
  height: 50px;
  border-radius: 5px;
}

.form-2 {
  position: relative;
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.z-plus {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.z-minus-green {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.down-phone {
  display: none;
}

.ss-link-2 {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 0px;
  padding: 5px;
  border-radius: 3px;
}

.ss-link-2:hover {
  background-color: transparent;
  opacity: 0.72;
}

.link-phone-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c5a586;
  font-size: 11px;
  text-decoration: none;
}

.link-phone-40:hover {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.25);
}

.img-phone-down {
  width: 26px;
  margin-bottom: 4px;
}

.link-div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3a3a3a;
  text-decoration: none;
}

.link-div-footer.hover {
  cursor: pointer;
}

.link-div-footer.hover:hover {
  color: #39f;
  font-weight: 400;
}

.link-div-footer.ss {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 0px;
  cursor: pointer;
}

.link-div-footer.ss:hover {
  color: #39f;
  font-weight: 400;
}

.link-div-footer.pc {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 10px;
  cursor: pointer;
}

.link-div-footer.pc:hover {
  color: #39f;
  font-weight: 400;
}

.img-24 {
  width: 18px;
  margin-right: 10px;
}

.img-24.ss {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  cursor: pointer;
}

.img-24._0 {
  opacity: 0;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-8 {
  width: 190px;
  margin-right: 20px;
  margin-bottom: 0px;
}

.paragraph-4 {
  margin-top: 0px;
  font-size: 14px;
}

.paragraph-4.left {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns-4 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.phone-city-block {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-plus-wrap._100 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #2aa8ff;
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #2aa8ff;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.faq-question._2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #39f;
  border-radius: 5px;
}

.faq-wrap {
  display: none;
}

.faq-wrap._2 {
  display: block;
  width: 960px;
}

.faq-wrap._100 {
  display: block;
  width: 100%;
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-answer._2 {
  padding-left: 0px;
  border-bottom-style: none;
}

.faq-answer._20 {
  padding-left: 20px;
  border-bottom-style: none;
}

.text-block-wa {
  margin-top: 3px;
  padding-left: 18px;
  background-image: url('../images/Whats-icon-ss.svg');
  background-position: 0px 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
  color: #3a3a3a;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  cursor: pointer;
}

.text-block-wa:hover {
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.city-moscow {
  display: none;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.up-otziv {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 350;
  display: none;
  overflow: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.div-otz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-otz._2 {
  margin-bottom: 20px;
}

.image-9 {
  width: 300px;
  height: auto;
  margin-right: 20px;
  border-radius: 5px;
}

.image-9._2 {
  height: auto;
}

.up-gel {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 350;
  display: none;
  overflow: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.list {
  margin-bottom: 30px;
}

.z-phone {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.up-shema {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 350;
  display: none;
  overflow: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.image-10 {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}

.gorizontal {
  display: none;
}

.left-scroll-and-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.load-line {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 20px;
  background-color: #72b8ff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hand {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 150px;
  height: 90px;
  margin-top: 40px;
}

.hand-one {
  display: block;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-8 {
  margin-top: 10px;
  color: #3a3a3a;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.link-5 {
  text-decoration: none;
  cursor: pointer;
}

.z-plus-red {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.z-minus {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.image-11 {
  width: auto;
  height: 18px;
  max-height: auto;
  max-width: auto;
}

.text-block-9 {
  font-size: 10px;
}

.text-block-10 {
  position: relative;
  padding-left: 20px;
  font-size: 10px;
  line-height: 17px;
}

.bold-text-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
}

.upp {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 80px;
  background-color: #fff;
}

.up-faq {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 350;
  display: none;
  overflow: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.text-block-11 {
  text-transform: uppercase;
}

.div-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-20 {
  width: auto;
  margin-top: 20px;
}

.youtube {
  margin-top: 20px;
  margin-bottom: 20px;
}

.up-history {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 350;
  display: none;
  overflow: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.text-yell {
  margin-right: 20px;
  margin-left: 0px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #c5a586;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
}

.text-yell:hover {
  color: #c5a586;
}

.text-yell.w--current {
  color: #c5a586;
  text-decoration: none;
}

.text-yell.big {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 30px;
  padding: 5px 10px;
  background-color: #c5a586;
  opacity: 1;
  color: #000;
  font-size: 22px;
  line-height: 24px;
}

.column-black-left {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  padding: 15px;
  border-left: 2px solid #000;
  text-align: center;
}

.row-page-price {
  display: block;
  max-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 2px 2px 1px;
  border-color: #000 #000 transparent;
}

.row-page-price.end {
  border-bottom: 2px solid #000;
}

.paragraph-all {
  margin-bottom: 15px;
  opacity: 1;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-all.row-footer {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.qwestion-usluga {
  position: relative;
  width: 100%;
  max-width: auto;
  padding-top: 20px;
  padding-bottom: 0px;
}

.column-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  border-right-width: 2px;
  font-size: 14px;
}

.paragraph-all-free {
  margin-top: 30px;
  margin-bottom: 15px;
  opacity: 1;
  font-size: 18px;
  line-height: 26px;
}

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

.youtube-2 {
  margin-top: 30px;
}

.youtube-3 {
  overflow: scroll;
}

.image-50 {
  width: auto;
  height: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.columns-5 {
  width: 100%;
}

.image-51 {
  display: block;
  margin: 20px auto;
}

.all-page {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 350;
  display: block;
  overflow: visible;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
}

.link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.link-6:hover {
  background-color: #fff;
  color: #39f;
}

.link-6:focus {
  background-color: #39f;
  color: #fff;
}

.link-6.w--current {
  background-color: #fff;
  color: #39f;
}

.link-6.end {
  border-right: 1px solid #39f;
}

.link-6.foot {
  border-left-style: none;
}

.link-6.foot:hover {
  background-color: transparent;
  color: #39f;
}

.link-6.drop {
  width: 150px;
  padding-right: 40px;
  padding-bottom: 0px;
}

.link-6._2 {
  color: #39f;
}

.link-6._2.w--current {
  background-color: transparent;
}

.menu-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0px;
  padding: 0px 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #39f;
  border-bottom: 1px solid #39f;
}

.menu-plus.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 3px none #ddd;
  border-bottom-width: 3px;
  border-bottom-color: #39f;
  background-color: #39f;
}

.menu-plus.footers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 3px none #ddd;
  border-bottom: 3px none #39f;
  background-color: transparent;
}

.link-text {
  display: inline;
  color: #39f;
  text-decoration: none;
  cursor: pointer;
}

.icon {
  margin-right: 10px;
}

.dropdown-3 {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-list-4 {
  background-color: #fff;
}

.container-2 {
  margin-right: auto;
  margin-left: auto;
}

.paragraph-6 {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}

.paragraph-6.bold {
  font-weight: 700;
}

.close-open-z-one-2 {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  background-color: #72b8ff;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: auto 40px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.close-open-z-one-2:hover {
  background-color: #72b8ff;
}

.close-open-z-one-2._3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/back-2.svg');
  background-position: 5px 50%;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.close-open-z-one-2._3:hover {
  color: #c52f2f;
}

.close-open-z-one-2._2 {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background-color: rgba(197, 47, 47, 0.5);
}

.close-open-z-one-2._2:hover {
  background-color: rgba(197, 47, 47, 0.42);
}

.columns-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.din-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 50px;
  margin-top: 40px;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #39f;
  border-radius: 80px;
  color: #39f;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.din-plus:hover {
  border-color: #f93;
  color: #f93;
}

.icons-60 {
  height: 60px;
  margin-bottom: 15px;
}

.faq-question-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.faq-question-2._100 {
  position: relative;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px none #39f;
  border-radius: 0px;
  background-color: #f4f4f4;
}

.faq-question-2._100.white {
  background-color: #fff;
}

.faq-question-2._100 {
  position: relative;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px none #39f;
  border-radius: 0px;
  background-color: #f4f4f4;
}

.faq-question-2._2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #39f;
  border-radius: 5px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h5-service-2 {
  margin-top: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  text-align: left;
}

.div-fon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: url('../images/logo-800-2-eng.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-fon._2-1 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/1000gel.jpg');
  background-size: cover;
}

.div-fon._2-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-image: url('../images/i-4.jpeg');
  background-size: 810px;
}

.div-fon._1-2 {
  background-image: url('../images/kurye-2.JPG');
  background-size: cover;
}

.div-fon._2-3 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: #fff;
  background-image: url('../images/faq-1-1024x768.jpg');
  background-size: cover;
}

.div-fon._1-1 {
  background-color: #fff;
  background-image: url('../images/warranty2.jpg');
  background-size: contain;
}

.div-fon._1-1.warr {
  background-image: url('../images/warrrr.jpg');
  background-size: contain;
}

.div-fon._1-1.svid {
  background-color: #fff;
  background-image: url('../images/mockup-b-3.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-fon.ilon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.link-7 {
  color: #39f;
  text-decoration: none;
  cursor: pointer;
}

.columns-7 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.columns-7.end {
  margin-bottom: 20px;
}

.upp-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8;
  height: 60px;
  background-color: #fff;
}

.div-faq-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-all {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.page-all._100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 900;
}

.heading-4.black {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 42px;
}

.heading-4.black._40 {
  margin-bottom: 20px;
}

.html-embed {
  height: 600px;
}

.dropdown-link-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-main {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

.paragraph-main._960 {
  max-width: 960px;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
}

.paragraph-main._8 {
  font-size: 10px;
}

.paragraph-main.mid {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

._30-perc {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 200px;
  margin-top: 160px;
  padding: 10px;
  background-color: rgba(197, 47, 47, 0.98);
  text-decoration: none;
}

.text-block-12 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-13 {
  padding-top: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.text-span-3 {
  text-decoration: line-through;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/img-fon-zoom.jpg');
  background-position: 0px 90px;
  background-size: auto 75vh;
  background-repeat: no-repeat;
}

.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #dfdfdf;
  border-radius: 120px;
  background-color: transparent;
  color: #e7e7e7;
  font-size: 18px;
  text-decoration: none;
}

.order:hover {
  border-color: #7f7458;
  color: #7f7458;
}

.order:visited {
  background-color: transparent;
}

.order._4 {
  height: 45px;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border-width: 3px;
  border-color: #7f7458;
  color: #7f7458;
  cursor: pointer;
}

.order._4:hover {
  border-color: #e7e7e7;
}

.paragraph-150 {
  color: #dfdfdf;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.paragraph-150.main {
  margin-bottom: 0px;
}

.paragraph-150.main._2.r {
  font-family: Montserrat, sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 100px 30px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: none;
  background-position: 0px 0px;
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
  color: #fff;
  text-decoration: none;
}

.link-block-7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, transparent), to(rgba(51, 153, 255, 0.17)));
  background-image: linear-gradient(180deg, transparent 34%, rgba(51, 153, 255, 0.17));
  background-position: 0px 0px;
  -webkit-filter: none;
  filter: none;
  color: #fff;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 165px;
  max-width: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-48._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #39f;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.body-100 {
  max-height: 100vh;
  background-image: url('../images/img-fon-zoom.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
}

._50perc {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  min-height: 50%;
  padding-top: 60px;
  padding-right: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-new-faq {
  margin-bottom: 20px;
}

.youtube-4 {
  margin-top: 20px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb7), to(#f93));
  background-image: linear-gradient(180deg, #fb7, #f93);
  box-shadow: 0 10px 30px -5px #fb7;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-2:hover {
  border-style: solid none solid solid;
  border-width: 0px;
  border-color: #39f transparent #39f #39f;
  background-color: #f93;
  background-image: none;
  box-shadow: none;
  color: #fff;
}

.button-2._20 {
  width: 200px;
  margin-bottom: 40px;
}

.link-menu-left-3 {
  margin-bottom: 15px;
  color: #3a3a3a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.link-menu-left-3:hover {
  color: #39f;
}

.image-52 {
  width: 150px;
  height: auto;
  margin-right: 20px;
  border-radius: 5px;
}

.div-block-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-9 {
  display: inline-block;
  color: #39f;
  text-decoration: none;
  cursor: pointer;
}

.h5-service-3 {
  margin-top: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  text-align: left;
}

.img-mob-2 {
  display: none;
}

.youtube-5 {
  max-width: 100%;
}

.image-gallery-2 {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
}

.text-block-2 a{
  text-decoration: none;
  margin-top: 3px;
  color: #03ad44;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .section._1 {
    height: auto;
    min-height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section._1._700 {
    height: 500px;
    min-height: auto;
  }
  .section.f4 {
    height: auto;
    min-height: 100vh;
  }
  .section.video {
    height: auto;
    min-height: 100vh;
  }
  .section.comp {
    height: auto;
    min-height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.comp._700 {
    height: 500px;
    min-height: auto;
  }
  .heading {
    font-size: 24px;
    line-height: 40px;
  }
  .heading.main {
    font-size: 12px;
  }
  .navbar {
    background-color: #fff;
  }
  .div-nav {
    margin-right: 60px;
    margin-left: 20px;
  }
  .text-span {
    font-size: 24px;
  }
  .text-span._2 {
    font-size: 30px;
  }
  .button._2 {
    width: 100px;
    font-size: 9px;
  }
  .button.menu.yellow {
    margin-right: 30px;
  }
  .button.menu._60 {
    margin-right: 30px;
  }
  .button.menu._200 {
    margin-right: 30px;
  }
  .button.menu._400 {
    margin-right: 30px;
  }
  .block-left-400 {
    width: 300px;
    padding: 80px 20px;
  }
  .block-left-400._2 {
    width: 300px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .heading-2 {
    font-size: 22px;
  }
  .paragraph-2 {
    font-size: 12px;
  }
  .paragraph-2._960 {
    max-width: 600px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-button {
    display: none;
  }
  .div-block-8 {
    margin-left: 10px;
    padding-left: 10px;
  }
  .in-cz-left._700 {
    height: 500px;
  }
  .block-text {
    max-width: 300px;
  }
  .block-animated.leftt {
    display: none;
  }
  .service-one.grey {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h5-service {
    color: #333;
    font-size: 22px;
  }
  .div-block-34 {
    display: none;
  }
  .know-more-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #39f;
    font-size: 9px;
    text-decoration: none;
  }
  .block-animated-1 {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .phone-open-block {
    display: block;
  }
  .block-one-phone {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: auto;
  }
  .block-two-phone {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2222;
    display: none;
    width: auto;
  }
  .know-more-button {
    display: none;
  }
  .menu-left {
    display: none;
  }
  .link-menu-left {
    display: block;
  }
  .link-menu-left-2 {
    display: block;
  }
  .link-city {
    height: 60px;
  }
  .footer {
    height: auto;
  }
  .z-main {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .text-black-28 {
    font-size: 28px;
  }
  .link-div-footer {
    height: 35px;
    font-size: 10px;
    line-height: 16px;
  }
  .link-div-footer.ss {
    margin-right: 10px;
    margin-left: 0px;
  }
  .image-8 {
    margin-top: -10px;
  }
  .paragraph-4 {
    font-size: 10px;
    line-height: 16px;
  }
  .faq-wrap._2 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-wrap._2._0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq-wrap._100 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .city-moscow {
    display: none;
  }
  .image-9 {
    width: 200px;
    height: 200px;
  }
  .image-11 {
    display: none;
    height: 15px;
  }
  .paragraph-all {
    font-size: 18px;
  }
  .paragraph-all-free {
    font-size: 18px;
  }
  .image-50 {
    width: 50px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .div-block-37 {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .menu-plus.menu {
    display: none;
  }
  .menu-plus.footers {
    display: block;
    height: auto;
    border-bottom-style: none;
  }
  .paragraph-6 {
    font-size: 12px;
  }
  .faq-question-2._100 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h5-service-2 {
    color: #333;
    font-size: 22px;
  }
  .heading-4 {
    font-size: 22px;
  }
  .paragraph-main {
    font-size: 12px;
  }
  .paragraph-main._960 {
    max-width: 600px;
  }
  .paragraph-main.mid {
    font-size: 14px;
    line-height: 20px;
  }
  ._30-perc {
    margin-top: 120px;
  }
  .text-block-12 {
    font-size: 20px;
  }
  .text-block-13 {
    font-size: 10px;
    line-height: 18px;
  }
  .div-block-47 {
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: auto 95%;
  }
  .paragraph-150.main {
    font-size: 16px;
    line-height: 25px;
  }
  .paragraph-150.main._2.r {
    font-size: 14px;
  }
  .link-block-7 {
    width: 100%;
    height: 50vh;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: none;
    background-position: 0px 0px;
    -webkit-filter: none;
    filter: none;
    text-align: center;
  }
  .link-block-7._2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: none;
    background-position: 0px 0px;
  }
  .div-block-48 {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .div-block-48._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .heading-15 {
    font-size: 19px;
    line-height: 40px;
  }
  .link-menu-left-3 {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    text-align: right;
  }
  .link-menu-left-3.w--current {
    text-align: right;
  }
  .link-8 {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    text-align: right;
    text-decoration: none;
  }
  .image-52 {
    height: auto;
  }
  .div-block-50 {
    padding: 60px 20px;
  }
  .h5-service-3 {
    color: #333;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .gorizontal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .image-7 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    overflow: visible;
    height: auto;
    min-height: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59))), url('../images/fon1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59)), url('../images/fon1.jpg');
    background-position: 0px 0px, 100% 50px;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .section._1._700 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: 100vh;
  }
  .section.f4 {
    overflow: visible;
    min-height: auto;
  }
  .section.video {
    height: auto;
    min-height: auto;
  }
  .section.map {
    padding: 80px 20px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .section.lamp {
    height: auto;
    padding: 80px 20px;
  }
  .section.world {
    padding: 60px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .section.comp {
    overflow: visible;
    height: auto;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59))), url('../images/fon1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59)), url('../images/fon1.jpg');
    background-position: 0px 0px, 100% 50px;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .section.comp._700 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: 100vh;
  }
  .content-wrap.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .heading.main {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }
  .div-block {
    width: 100%;
    min-height: 115vw;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navbar {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 333;
    border-top-style: none;
    background-color: #fff;
  }
  .brand {
    padding-left: 0px;
  }
  .div-nav {
    margin-left: 20px;
    font-size: 14px;
  }
  .paragraph._1 {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .text-span {
    font-size: 24px;
    line-height: 36px;
  }
  .text-span._2 {
    font-size: 36px;
    line-height: 42px;
  }
  .button {
    width: 220px;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#39f), to(#72b8ff));
    background-image: linear-gradient(180deg, #39f, #72b8ff);
  }
  .button._2 {
    width: 190px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 10px 30px -5px rgba(51, 153, 255, 0.49);
    font-size: 14px;
    line-height: 18px;
  }
  .button._2:hover {
    border-style: none;
    border-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#72b8ff), to(#39f)), -webkit-gradient(linear, left top, left bottom, from(#72b8ff), to(#39f));
    background-image: linear-gradient(180deg, #72b8ff, #39f), linear-gradient(180deg, #72b8ff, #39f);
    color: #fff;
  }
  .button.menu._60 {
    margin-right: auto;
    margin-left: auto;
  }
  .button.menu._200 {
    margin-top: 20px;
  }
  .button.menu-leftt {
    height: 60px;
  }
  .button.form {
    margin-top: 15px;
  }
  .button.click {
    width: 240px;
    font-size: 11px;
  }
  .block-left-400 {
    position: relative;
    z-index: 0;
    width: auto;
    padding: 80px 20px 100px;
    background-color: #f8f8f8;
    color: #000;
  }
  .block-left-400._2 {
    width: auto;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .heading-2 {
    color: #333;
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
    text-align: left;
  }
  .heading-2._40 {
    font-size: 22px;
  }
  .paragraph-2 {
    font-size: 14px;
  }
  .paragraph-2._960 {
    text-align: left;
  }
  .paragraph-2.mid {
    text-align: left;
  }
  .div-flex-center {
    display: none;
  }
  .right {
    display: none;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3 {
    display: none;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: auto;
    padding-top: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .background-video {
    z-index: 0;
    display: none;
    height: 70vw;
  }
  .menu-button {
    display: block;
  }
  .block-more {
    height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .left-scroll {
    display: none;
  }
  .div-block-8 {
    margin-left: 10px;
    padding-left: 0px;
    border-left-style: none;
    font-size: 14px;
    line-height: 16px;
  }
  .cz {
    height: auto;
  }
  .cz.vertical {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .in-cz-left {
    padding-bottom: 0px;
  }
  .down-200 {
    position: relative;
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
  }
  .in-column {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .in-column._2 {
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
    border-left-style: none;
  }
  .in-column._3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-3 {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .text-14-1._2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .text-14-1._4 {
    margin-top: 20px;
  }
  .text-14-1._20 {
    margin-top: 20px;
  }
  .text-14-1._2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .text-14-1._4 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .text-14-1._2 {
    margin-top: 20px;
  }
  .block-animated {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    display: none;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-animated.leftt {
    display: none;
    margin-right: 0px;
  }
  .know-more-text {
    display: none;
  }
  .close-block-an {
    display: none;
    color: #39f;
  }
  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-one {
    min-height: auto;
    padding: 80px 20px;
    background-color: #f8f8f8;
  }
  .service-one.grey {
    padding: 80px 20px;
    background-color: #fff;
  }
  .h5-service {
    background-color: transparent;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .link-4 {
    text-align: left;
  }
  .div-block-34 {
    display: none;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-mob {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  .know-more-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    color: #39f;
    font-size: 10px;
    text-decoration: none;
  }
  .know-more-close {
    display: block;
  }
  .block-animated-1 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .close-block-an-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #39f;
  }
  .phone-open-block {
    display: block;
    height: auto;
  }
  .block-one-phone {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1111;
    display: none;
    overflow: scroll;
    width: auto;
    height: 100vh;
    padding: 80px 20px;
  }
  .block-two-phone {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1111;
    display: none;
    width: auto;
    padding: 80px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .know-more-button {
    display: none;
  }
  .youtube-mob {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .image-gallery {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
  }
  .menu-left {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
  }
  .link-menu-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
  }
  .link-menu-left.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900;
  }
  .link-menu-left-2 {
    display: none;
  }
  .cityes {
    display: none;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-city {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    padding-right: 10px;
    padding-left: 30px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 20px;
  }
  .link-city:hover {
    height: 40px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .link-city.chip {
    padding-left: 30px;
    background-image: url('../images/cpu.svg');
    background-position: 0px 50%;
    background-size: auto 20px;
    background-repeat: no-repeat;
  }
  .column-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer {
    height: auto;
    padding: 40px 20px 60px;
  }
  .z-main {
    display: none;
  }
  ._100-z {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-div {
    width: auto;
    max-width: 320px;
    padding: 15px 0px;
    border-style: none;
    box-shadow: none;
    font-size: 12px;
  }
  .text-black-28 {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .form-block {
    margin-top: 15px;
  }
  .close-open-z-one {
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-size: auto 20px;
  }
  .close-open-z-one._2 {
    width: 60px;
    height: 60px;
    background-size: auto 30px;
  }
  .close-open-z-one._3 {
    left: 0px;
    top: 0px;
    width: 130px;
    height: 60px;
    padding-right: 0px;
  }
  .z-plus {
    display: none;
  }
  .z-minus-green {
    display: none;
  }
  .down-phone {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8888;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-bottom: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f4f4f4;
  }
  .ss-link-2._80 {
    position: relative;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .link-phone-40 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    margin: 5px 5px 0px;
    padding: 0px 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #39f;
    border-radius: 3px;
    background-color: transparent;
    color: #3a3a3a;
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    text-decoration: none;
  }
  .img-phone-down {
    width: 18px;
    height: 18px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    opacity: 1;
  }
  .link-div-footer {
    height: auto;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 16px;
  }
  .link-div-footer.ss {
    margin-right: 10px;
    margin-left: 0px;
  }
  .link-div-footer.pc {
    margin-right: 10px;
    margin-left: 0px;
  }
  .img-24.ss {
    width: 40px;
    height: 40px;
  }
  .column-3 {
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-8 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragraph-4 {
    font-size: 12px;
    line-height: 18px;
  }
  .paragraph-4.left {
    text-align: left;
  }
  .paragraph-4.center {
    text-align: center;
  }
  .column-4 {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .column-5 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .phone-city-block {
    position: relative;
    display: none;
    height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .dropdown-toggle {
    position: relative;
    display: block;
    width: auto;
    min-width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    border: 2px solid #39f;
    border-radius: 5px;
    color: #3a3a3a;
    font-size: 22px;
    font-weight: 900;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .text-block-7 {
    margin-top: 3px;
    font-size: 9px;
    font-weight: 300;
  }
  .dropdown-list-3 {
    background-color: #fff;
  }
  .dropdown-link {
    margin-top: 0px;
  }
  .faq-plus-l {
    height: 20px;
  }
  .faq-plus {
    width: 20px;
  }
  .faq-question {
    width: 100%;
    height: 65px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #39f;
    border-radius: 5px;
  }
  .faq-question._2 {
    height: auto;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 2px;
    font-size: 18px;
  }
  .faq-wrap {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .faq-wrap._2 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq-wrap._2._0 {
    margin-bottom: 0px;
  }
  .faq-wrap._100 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq-answer {
    padding-left: 10px;
    border-bottom-style: none;
  }
  .faq-answer._20 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-ai {
    position: relative;
    z-index: 1;
    height: auto;
    clear: left;
  }
  .city-moscow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 65px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #39f;
    border-radius: 5px;
    color: #3a3a3a;
  }
  .city-moscow.en {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .up-otziv {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 80px 20px;
  }
  .div-otz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-9 {
    overflow: scroll;
    width: 100%;
    height: auto;
  }
  .up-gel {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 80px 20px;
  }
  .list {
    padding-left: 20px;
  }
  .z-phone {
    display: none;
  }
  .up-shema {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 100px 20px 80px;
  }
  .gorizontal {
    display: none;
  }
  .left-scroll-and-menu {
    display: none;
  }
  .hand {
    left: 0px;
    top: 60px;
    right: auto;
  }
  .z-plus-red {
    display: none;
  }
  .z-minus {
    display: none;
  }
  .image-11 {
    display: block;
    width: 100%;
  }
  .upp {
    height: 60px;
  }
  .up-faq {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 80px 20px;
  }
  .div-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .up-history {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 100px 20px 80px;
  }
  .text-yell {
    margin-left: 0px;
    font-size: 16px;
  }
  .text-yell.big {
    font-size: 18px;
  }
  .column-black-left {
    padding: 5px;
    border-left-style: none;
  }
  .paragraph-all {
    font-size: 16px;
  }
  .paragraph-all.row-footer {
    font-size: 12px;
    line-height: 18px;
  }
  .qwestion-usluga {
    padding-top: 20px;
  }
  .column-black {
    position: static;
    padding: 5px;
  }
  .paragraph-all-free {
    font-size: 16px;
  }
  .youtube-3 {
    overflow: visible;
  }
  .image-50 {
    width: auto;
    height: 24px;
    margin: 0px 15px 0px 0px;
  }
  .div-block-37 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-5 {
    margin-bottom: 0px;
  }
  .all-page {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 100px 20px 80px;
  }
  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }
  .link-6._2 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .video-cont {
    overflow: hidden;
  }
  .menu-plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-plus.footers {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .paragraph-6 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .paragraph-6.bold {
    margin-bottom: 5px;
  }
  .column-8 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .close-open-z-one-2 {
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-size: auto 20px;
  }
  .close-open-z-one-2._3 {
    left: 0px;
    top: 0px;
    width: 110px;
    height: 60px;
    padding-right: 0px;
    font-size: 15px;
  }
  .close-open-z-one-2._2 {
    width: 60px;
    height: 60px;
    background-size: auto 30px;
  }
  .din-plus {
    width: 190px;
    height: 50px;
    font-size: 14px;
  }
  .icons-60 {
    height: 40px;
  }
  .faq-question-2 {
    width: 100%;
    height: 65px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #39f;
    border-radius: 5px;
  }
  .faq-question-2._100 {
    margin-top: 0px;
    padding: 40px 20px;
    border-width: 2px;
    font-size: 18px;
  }
  .faq-question-2._100.white {
    background-color: #f4f4f4;
  }
  .faq-question-2._100 {
    margin-top: 0px;
    padding: 40px 20px;
    border-width: 2px;
    font-size: 18px;
  }
  .faq-question-2._2 {
    margin-top: 0px;
    border-width: 2px;
    font-size: 18px;
  }
  .faq-question-2._2._20 {
    height: auto;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .faq-question-2._2._0 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h5-service-2 {
    background-color: transparent;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .div-fon {
    display: none;
  }
  .div-fon.ilon {
    position: relative;
    max-width: 100%;
  }
  .columns-7 {
    padding-left: 0px;
  }
  .upp-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 14;
    height: 60px;
  }
  .div-faq-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page-all {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 40px 20px;
  }
  .page-all._100 {
    overflow: visible;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .heading-4 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    text-align: left;
  }
  .heading-4.black {
    font-size: 26px;
    line-height: 38px;
  }
  .heading-4.black._40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .html-embed {
    overflow: hidden;
    height: 100vw;
  }
  .paragraph-main {
    font-size: 14px;
  }
  .paragraph-main._960 {
    text-align: left;
  }
  .paragraph-main.mid {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  ._30-perc {
    width: 150px;
    margin-top: 60px;
  }
  .text-block-12 {
    font-size: 14px;
    line-height: 26px;
  }
  .text-block-13 {
    padding-top: 5px;
    font-size: 10px;
    line-height: 15px;
  }
  .div-block-47 {
    min-height: auto;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    font-size: 13px;
  }
  .div-block-47._40 {
    margin-top: 60px;
  }
  .order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 50px;
    font-size: 16px;
    line-height: 18px;
  }
  .order._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 36px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-width: 3px;
    border-color: #7f7458;
    color: #7f7458;
    font-size: 14px;
  }
  .paragraph-150 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .paragraph-150.main {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 18px;
  }
  .paragraph-150.main._2 {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
  .paragraph-150.main._2.r {
    font-size: 14px;
    text-align: left;
  }
  .link-block-7 {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-filter: none;
    filter: none;
    font-size: 10px;
  }
  .link-block-7:hover {
    background-image: none;
    background-position: 0px 0px;
  }
  .link-block-7._2 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 60px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: none;
  }
  .div-block-48 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    text-align: left;
  }
  .div-block-48._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .heading-15 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 900;
  }
  .body-100 {
    background-image: url('../images/fon1.jpg');
    background-position: 100% 0%;
    background-size: contain;
  }
  ._50perc {
    position: relative;
    width: auto;
    min-height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: linear-gradient(180deg, transparent, #fff);
  }
  ._50perc._0 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff)), url('../images/fon1.jpg');
    background-image: linear-gradient(180deg, transparent, #fff), url('../images/fon1.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .div-new-faq {
    width: 100%;
  }
  .youtube-4 {
    margin-bottom: 20px;
  }
  .button-2 {
    width: 190px;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .button-2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#39f), to(#72b8ff));
    background-image: linear-gradient(180deg, #39f, #72b8ff);
  }
  .link-menu-left-3 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    text-align: right;
  }
  .link-menu-left-3.w--current {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    text-align: right;
  }
  .link-menu-left-3.mini {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 20px;
  }
  .link-8 {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    text-align: right;
    text-decoration: none;
  }
  .image-52 {
    overflow: scroll;
    width: 100%;
    height: auto;
  }
  .div-block-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .h5-service-3 {
    background-color: transparent;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .img-mob-2 {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  .image-gallery-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
  }
}

@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/GothamPro-Medium.eot') format('embedded-opentype'), url('../fonts/GothamPro-Medium.woff') format('woff'), url('../fonts/GothamPro-Medium.ttf') format('truetype'), url('../fonts/GothamPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr roman';
  src: url('../fonts/HelveticaNeueCyr-Roman.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Medium.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gothapromed';
  src: url('../fonts/GothamPro-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

.gel-img{
  max-width: 100%;
  max-height: 850px;
  padding: 10px 0px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gel-btn{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.section.gel-section {
  background-image: url('../images/fon-doc-02-zoom.jpg');
}

.gel-container{
  max-width: 95%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.gel-left-img{
  width: 50%;
  padding: 0px 40px;
}

.gel-content{
  width: 50%;
}

.gel-main2{
  padding: 30px 50px 0px;
}

.gel-section2{
  margin: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gel-content2{
  position: relative;
  width: 600px;
}

.gel-img2{
  width: 50%;
}

.gel-img2 img{
  max-width: 100%;
}

.gel-content2 .button-2{
  display: inline-block;
  padding: 15px 40px;
  height: auto;
}

.gel-right2 .gel-content2{
  margin-left: 40px;
  margin-right: auto;
}

.gel-ul li span.paragraph-main.mid{
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.gel-section2 .gel-content2{
  width: auto;
}

.gel-section2 .gel-img2{
  width: 40%;
  min-width: 40%;
}


.head-info{
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-right: 60px;
  position: relative;
  /*margin-top: 10px;*/
}

.head-info:after{
  content: '';
  width: 1px;
  height: 49px;
  position: absolute;
  /*top: 4px;*/
  top: 12px;
  right: -27px;
  z-index: -1;
  border-right: 1px solid #92C5F9;
}

.head-info__text{
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  color: #000;
}

.head-info__phone{
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  text-decoration: none;
  margin-top: 6px;
}

.head-info__phone img{
  max-width: 14px;
  height: auto;
  margin-right: 4px;
}

.head-whatsapp{
  text-decoration: none;
  width: 250px;
  border: 2px solid #3399FF;
  border-radius: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
/*  padding-left: 15px;*/
padding-left: 6px;
background: #fff;
margin-right: 60px;
position: relative;
}

.head-whatsapp:after{
  content: '';
  width: 1px;
  height: 49px;
  position: absolute;
  top: 10px;
  right: -32px;
  z-index: -1;
  border-right: 1px solid #92C5F9;
}

.head-whatsapp:hover{
  background: #3399FF;
}

.head-whatsapp:hover .head-whatsapp__text .head-whatsapp__phone{
  color: #FFFFFF;
}

.head-whatsapp__text{
  margin-right: 12px;
}

.head-whatsapp__text span{
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.head-whatsapp__text .head-whatsapp__phone{
  font-weight: 800;
  font-size: 14px;
  line-height: 15px;
  color: #3399FF;
}

.head-whatsapp__icon{
  position: relative;
}

.head-whatsapp__icon:after{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  right: 0;
  box-shadow: 0px 10px 30px -5px rgba(51, 153, 255, 0.5);
  z-index: -1;
}

.head-whatsapp__icon img{
  max-width: 47px;
  height: auto;
}

.head-button{
  width: 160px;
  height: 60px;
  background: linear-gradient(180deg, #FFBB77 0%, #FF9933 100%);
  box-shadow: 0px 10px 30px -5px rgba(255, 153, 51, 0.5);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

.head-button:hover{
  background: #F19E4B;
}

.head-bottom{
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: flex;
}

.div-nav{
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  height: 90px;
}

.right{
  margin-left: auto;
  position: static;
  margin-left: auto;
  margin-right: 130px;
  height: 64px;
}

.div-block-8{
  margin-top: 20px;
}

.brand{
  height: auto;
  margin-top: 20px;
}

.menu-plus.menu, .link-6{
  height: 40px
}

.link-6{
  font-size: 18px;
}

.div-block-47{
  background-position: 30% 125px;
/*  background-size: auto 70%;*/
background-size: auto 850px;
padding-top: 650px;
max-width: 1550px;
margin-left: auto;
margin-right: auto;
}

.columns{
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-7{
  height: auto;
}

._50perc{
  min-height: auto;
  padding-top: 350px;
}

.box-img-mob p{
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333333;
  position: absolute;
  bottom: 50px;
  left: 20px;
}

.paragraph-main.mid,
.paragraph-150.main._2.r{
  font-size: 18px;
  line-height: 26px;
}

.heading-3{
  margin-top: 17px;
  font-size: 20px;
  line-height: 20px;
}

.icons-80{
  width: 78px;
  height: auto;
}

.head-bottom .paragraph-3{
  margin-top: 25px;
  font-size: 18px;
  line-height: 20px;
}

.text-span-2{
  font-size: 12px;
}

.paragraph-2,
.paragraph-5{
  font-size: 18px;
  line-height: 26px;
}

.paragraph-4{
  font-size: 18px;
}

.block-left-400, .div-400{
  width: 500px;
  max-width: 500px;
}

.block-animated-1{
  margin-left: 498px;
}

.text-14-1._4{
  font-size: 18px;
  line-height: 26px;
}

.link-div-footer{
  font-size: 18px;
  height: 38px;
}

.paragraph-4.left{
  font-size: 16px;
  line-height: 26px;
}

.link-6.or{
  border-right-style: solid;
  border-right-color: #fff;
  border-left-style: solid;
  border-left-color: #fff;
  background-color: #f93;
}

.lang-link{
  font-size: 14px !important;
  font-weight: 400;
  color: #39f;
  text-underline-offset: 4px;
}

@media screen and (max-width: 1720px){
  .div-nav{
    max-width: 100%;
    margin-left: 50px;
  }
  .right {
    margin-left: 0;
    position: absolute;
    margin-right: 50px;
  }
  .menu-plus.menu, .link-6{
    height: 30px;
  }
  .link-6 {
    font-size: 14px;
  }
  .paragraph-2,
  .paragraph-5,
  .paragraph-main.mid,
  .paragraph-150.main._2.r{
    font-size: 14px;
    line-height: 22px;
  }
  .head-bottom .paragraph-3{
    font-size: 16px;
    margin-top: 10px;
  }
  .text-span-2{
    font-size: 9px;
  }
  .box-img-mob p{
    font-size: 20px;
    line-height: 26px;
    left: 15px;
  }
  .div-block-47{
    background-position: 30% 120px;
    background-size: auto 700px;
    padding-top: 550px;
  }
  ._50perc{
    padding-top: 310px;
  }
  .block-left-400,
  .div-400{
    width: 400px;
    max-width: 400px;
  }
  .block-animated-1{
    margin-left: 400px;
  }
  .text-14-1._4{
    font-size: 16px;
    line-height: 25px;
  }
  .paragraph-4,
  .link-div-footer{
    font-size: 14px;
  }
  .paragraph-4.left{
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1090px) {
  .head-info {
    display: none;
  }
  .heading-3{
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 16px;
  }
  .icons-80, .in-column._3 .icons-80{
    width: 60px;
  }
  .head-bottom .paragraph-3 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
  .head-bottom{
    margin-top: 20px;
  }
  .box-img-mob p{
    bottom: 22px;
    font-size: 16px;
    line-height: 18px;
    left: -5px;
  }
}

@media screen and (max-width: 991px){
  .gel-content2{
    width: 50%;
  }
  .div-block-47{
    min-height: auto;
    background-position: 30% 90px;
  }
  .paragraph-4, .link-div-footer{
    font-size: 12px;
  }
  .block-left-400, .div-400{
    max-width: 400px;
    width: auto;
  }
  .in-column{
    padding-right: 10px;
  }
  .in-column._2{
    padding-right: 20px;
  }
  .in-column._3{
    padding-left: 20px;
  }
  .right{
    margin-right: 25px;
  }
}

@media screen and (max-width: 479px){
  .section.gel-section {
    padding-top: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59))), url('../images/fon2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59)), url('../images/fon2.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .gel-container{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .gel-content, .gel-left-img{
    width: 100%;
    padding: 0;
  }
  .gel-section2{
    margin: 80px 0px;
    flex-direction: column-reverse;
  }
  .gel-content2, .gel-img2{
    width: 100%;     
  }
  .gel-right2{
    flex-direction: column;
  }
  .gel-right2 .gel-content2{
    margin-left: 0;
    margin-right: 0;
  }
  .gel-main2{
    padding: 0px 20px 0px;
  }
  .gel-content2 .button-2{
    width: auto;
  }
  .gel-section2 .gel-img2 {
    width: 100%;
    min-width: 100%;
  }
  .div-block-47,
  ._50perc{
    padding-top: 0;
  }
  .head-bottom{
    display: block;
  }
  .in-column{
    margin-bottom: 20px;
  }
  .in-column._3{
    padding-left: 0;
  }
  .box-img-mob p{
    font-size: 20px;
    line-height: 20px;
    bottom: 50px;
    left: 20px;
  }
  .div-nav{
    height: 60px;
    margin-left: 20px;
  }
  .div-block-8,
  .brand{
    margin-top: 10px;
  }
}