.header {
  overflow: hidden;
  height: 100vh;
  background-image: url('../images/Header-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.body {
  overflow: visible;
}

.container {
  height: 100%;
}

.image-logo {
  position: static;
  display: inline-block;
  overflow: visible;
}

.logo {
  position: static;
  overflow: visible;
  width: 25vw;
  height: 6vh;
  background-image: url('../images/logo.svg');
  background-position: 0px 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.logo.gray {
  position: static;
  display: block;
  width: 20vw;
  height: 3vw;
  margin-top: 0.1vw;
  float: left;
  background-image: url('../images/logo_gray.svg');
  background-size: auto 100%;
}

.h1 {
  margin-top: 14vh;
  margin-bottom: 6vh;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5.5vh;
  line-height: 6.5vh;
  text-transform: uppercase;
}

.h1.thanks {
  margin-top: 0vh;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 5vh;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.7vh;
  line-height: 4.4vh;
  font-weight: 700;
}

.h3.number {
  margin-bottom: 0vh;
  line-height: 10vh;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.benefit-header {
  margin-bottom: 1.6%;
  display: flex;
  align-items: center;
}

.white-txt {
  font-family: Bitter, sans-serif;
  color: #fff;
  font-size: 2.3vh;
  line-height: 3.6vh;
  font-weight: 400;
}

.icon-header {
  width: 3.6vh;
  height: 3.6vh;
  min-width: 3.6vh;
  margin-right: 2%;
  float: left;
  background-image: url('../images/123123221.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-header._2 {
  background-image: url('../images/hammer.svg');
}

.icon-header._3 {
  background-image: url('../images/riding-car.svg');
}

.icon-header._4 {
  background-image: url('../images/discount.svg');
}

.button {
  margin-top: 5%;
  padding: 2vh 2vw;
  background-color: #ef5350;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vh;
  line-height: 3vh;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  box-shadow: 1px 1px 24px 0 #ef5350;
}

.button.callback {
  margin-top: 0%;
  margin-bottom: 8vh;
  margin-left: 2vw;
  padding-top: 1.6vh;
  padding-bottom: 1.6vh;
  float: none;
}

.button.center {
  margin-bottom: 8vh;
}

.button.form {
  display: block;
  width: 100%;
  margin-top: auto;
  line-height: 4.1vh;
}

.about-base {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: block;
  width: 35vw;
  height: 100vh;
  padding-top: 3vh;
  padding-bottom: 5vh;
  float: right;
  background-color: #fff;
}

.header-base {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 65vw;
  height: 100vw;
  padding-top: 3vh;
  padding-left: 5vw;
}

.sectoin-2 {
  position: static;
  z-index: 999;
  padding-right: 5vw;
  padding-bottom: 20vh;
  padding-left: 5vw;
  background-color: #f5f5f5;
  text-align: center;
}

.border-photo {
  width: 27vw;
  height: 60vh;
  margin-top: 35vh;
  float: right;
  border: 20px solid #ffd557;
}

.image {
  padding-right: 20px;
  float: right;
}

.image-2 {
  position: static;
  display: block;
  float: none;
}

.img-header {
  height: 78vh;
  margin-left: 2vw;
  padding-top: 11vh;
  padding-right: 8vw;
  padding-left: 33vw;
  background-image: url('../images/main-man.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.phone-link {
  margin-left: 3vw;
  padding-top: 1.8vh;
  padding-bottom: 1.8vh;
  float: right;
}

.phone-link._2 {
  float: none;
}

.phone-txt {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 1.3vw;
  line-height: 1.3vw;
  font-weight: 700;
}

.phone-indicator {
  width: 0%;
  height: 0.8vh;
  background-color: #ffd557;
}

.img-about {
  width: 30%;
  height: 80vh;
  background-image: url('../images/IMG_6652.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: block;
  height: 12vh;
  padding-top: 3vh;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #fff;
  box-shadow: 0 1px 24px 12px rgba(0, 0, 0, 0.1);
}

.section-3 {
  overflow: hidden;
  background-color: #f5f5f5;
}

.button-callback {
  margin-bottom: 8vh;
  margin-left: 2vw;
  padding: 1.6vh 2vw;
  background-color: #ef5350;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vh;
  line-height: 3vh;
  font-weight: 700;
  text-align: center;
}

.button-callback:hover {
  box-shadow: 1px 1px 24px 0 #ef5350;
}

.button-callback.callback {
  margin-top: 0%;
  margin-bottom: 8vh;
  margin-left: 2vw;
  padding-top: 1.6vh;
  padding-bottom: 1.6vh;
  float: none;
}

.button-callback._2 {
  float: none;
}

.about-trigger {
  height: 100vh;
  float: left;
}

.navbar-trigger {
  height: 40vh;
  float: left;
}

.about-trigger-2 {
  height: 300vh;
  float: left;
}

.header-trigger {
  height: 10vh;
  float: left;
}

.h1-primary {
  margin-top: 2vh;
  margin-bottom: 5vh;
  font-family: Montserrat, sans-serif;
  font-size: 5.5vh;
  line-height: 6.5vh;
  text-transform: uppercase;
}

.h1-primary.center {
  position: relative;
  z-index: 1;
  margin-bottom: 7vh;
  color: #404040;
  text-align: center;
}

.h1-primary.center-popup {
  position: relative;
  z-index: 1;
  margin-bottom: 4vh;
  color: #404040;
  text-align: center;
}

.p {
  margin-bottom: 0px;
  font-family: Bitter, sans-serif;
  color: #404040;
  font-size: 2.3vh;
  line-height: 4.2vh;
}

.p.white {
  float: left;
  color: #fff;
}

.p.italic {
  margin-bottom: 9vh;
  font-style: italic;
  text-align: center;
}

.p.italic.bold {
  font-weight: 700;
}

.p.italic-copy {
  font-size: 1.2vw;
  line-height: 5vh;
  font-style: italic;
  text-align: left;
}

.p.confidence {
  opacity: 0.6;
  font-size: 1.8vh;
  line-height: 3.6vh;
}

.p.services {
  margin-left: 10vw;
}

.h3-primary {
  margin-top: 0px;
  margin-bottom: 5vh;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 2.7vh;
  line-height: 3vh;
}

.h3-primary.benefit {
  margin-bottom: 0vh;
  color: #404040;
}

.h3-primary.important {
  margin-bottom: 5vh;
  color: #404040;
  line-height: 5vh;
}

.h3-primary.center {
  margin-top: 7vh;
  margin-bottom: 0vh;
  text-align: center;
}

.h3-primary.center-popup {
  margin-top: 4vh;
  margin-bottom: 4vh;
  text-align: center;
}

.p-bold {
  font-weight: 700;
}

.p-bold-italic {
  font-family: Bitter, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.nav-link {
  margin-right: 1vw;
  padding: 1.6vh 1vw;
  background-color: #fff;
  -webkit-transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 1vw;
  line-height: 3vh;
  font-weight: 500;
}

.nav-link:hover {
  color: #ef5350;
}

.nav-link.last {
  margin-right: 3.6vw;
}

.benefit-base {
  margin-left: 14vw;
}

.benefit-base._2 {
  margin-top: -2vh;
  margin-left: 21vw;
}

.benefit-base._3 {
  margin-top: -2vh;
  margin-left: 28vw;
}

.benefit-base._4 {
  margin-top: -2vh;
  margin-bottom: 10vh;
  margin-left: 35vw;
}

.number-base {
  position: relative;
  z-index: 1;
  width: 14vw;
  padding-top: 3vh;
  padding-bottom: 6vh;
  background-color: #ffd557;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.number-base.important {
  display: block;
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
}

.star-icon {
  height: 2.4vh;
  margin-bottom: 1vh;
}

.txt-base {
  width: 48vw;
  margin-top: -8vh;
  margin-left: 7vw;
  padding: 4vh 2vw 4vh 8vw;
  border: 10px solid #ef5350;
  background-color: #fff;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.image-4 {
  height: 12vh;
  margin-top: 2vh;
  margin-left: 25vw;
}

.benefits-mask {
  position: absolute;
  display: block;
  overflow: visible;
  width: 50vw;
  height: 217vh;
  margin-bottom: 0px;
  float: none;
  background-color: #fff;
  background-image: url('../images/Strait.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-s3 {
  position: relative;
  display: block;
  padding-top: 8vh;
  padding-right: 5vw;
  padding-left: 5vw;
  float: none;
}

.section-4 {
  padding-top: 5vh;
  padding-bottom: 8vh;
  background-color: #f5f5f5;
  text-align: center;
}

.important-base {
  position: static;
  text-align: center;
  text-indent: 1px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 3vw;
  line-height: 6.5vh;
}

.h2.question {
  margin-bottom: 6vh;
  color: #fff;
  line-height: 8vh;
}

.h2.price {
  padding-top: 6vh;
  /*float: left;*/
}

.h2.center {
  margin-bottom: 7vh;
  text-align: center;
}

.important-txt-base {
  position: relative;
  display: block;
  width: 80vw;
  margin-top: -10vh;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.important-border {
  padding: 14vh 3vw 7vh;
  border: 10px solid #ef5350;
}

.section-5 {
  padding: 16vh 5vw 12vh 42vw;
  background-image: url('../images/Q_1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-color:#7a6f42;
}

.image-5 {
  margin-top: 2.5vh;
}

.section-6 {
  padding: 8vh 5vw 16vh;
}

.column {
  padding-right: 1vw;
  padding-left: 1vw;
}

.column.link-conf {
  text-align: center;
}

.column.link-developer {
  text-align: right;
}

.answer-base {
  height: 62vh;
  margin-bottom: 2vw;
  padding-top: 9vh;
  padding-right: 3vw;
  padding-left: 4vw;
  background-image: url('../images/metall-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.answer-base._2 {
  background-image: url('../images/rubles-1.jpg');
}

.answer-base._3 {
  background-image: url('../images/Tools-1.jpg');
}

.answer-base._4 {
  background-image: url('../images/Interior-1.jpg');
}

.number-red {
  width: 10vh;
  height: 10vh;
  margin-right: 2vw;
  float: left;
  border-radius: 500px;
  background-color: #ef5350;
  text-align: center;
}

.section-7 {
  padding: 20vh 5vw 16vh;
  background-color: #f5f5f5;
}

.card {
  margin-bottom: 12vh;
  background-color: #fff;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.price-base {
  height: 100%;
  padding-right: 2vw;
  padding-left: 3vw;
  float: right;
  background-color: #f5f5f5;
}

.photos-base {
  height: 100%;
  padding-left: 5vw;
  float: left;
  width:65%;
}

.tabs-menu {
  width: 10vw;
  height: 41vh;
  float: left;
  overflow: hidden;
  overflow-y: scroll;
}

.tab-pane {
  height: 100%;
  float: none;
  background-image: url('../images/1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-content {
  width: 40vw;
  height: 41vh;
  padding-right: 2.8vw;
  padding-left: 1.2vw;
  float: left;
}

.tabs {
  /*height: 41vh;*/
  /*margin-top: 16vh;*/
  margin-top: 2.5vh;
}

.tab-link {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link.w--current {
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.tab-link-2 {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/1-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-2.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-link-3 {
  width: 100%;
  height: 12vh;
  background-color: transparent;
  background-image: url('../images/lestnitsy-vkhodnye-metallicheskie-kupit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.4;
}

.tab-link-3.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-pane-2 {
  height: 100%;
  background-image: url('../images/1-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-3 {
  height: 100%;
  background-image: url('../images/lestnitsy-vkhodnye-metallicheskie-kupit.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.txt-price {
  margin-top: 6vh;
  font-family: Bitter, sans-serif;
  color: #404040;
  font-size: 2.3vh;
  line-height: 6.5vh;
  font-weight: 700;
}

.txt-price._2 {
  margin-top: 2vh;
  margin-bottom: 4vh;
}

.red {
  font-family: Montserrat, sans-serif;
  color: #ef5350;
  font-size: 3vw;
}

.row {
  margin-top: 5vh;
}

.checkbox {
  display: block;
  width: 2vh;
  height: 2vh;
  margin-top: 1.6vh;
  margin-right: 1vh;
  margin-bottom: 2.9vh;
  float: none;
}

.checkbox-set {
  float: left;
}

.tab-link-2-1 {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/_219.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-2-1.w--current {
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/_219.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.tab-link-2-2 {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/_218.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-2-2.w--current {
  background-color: transparent;
  background-image: url('../images/_218.png');
  background-size: cover;
  opacity: 1;
}

.tab-link-2-3 {
  width: 100%;
  height: 12vh;
  background-color: transparent;
  background-image: url('../images/_217.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-2-3.w--current {
  background-color: transparent;
  background-image: url('../images/_217.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.tab-link-3-1 {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/319.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-3-1.w--current {
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/319.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.tab-link-3-2 {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/316.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-3-2.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-link-3-3 {
  width: 100%;
  height: 12vh;
  background-color: transparent;
  background-image: url('../images/317.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.4;
}

.tab-link-3-3.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-link-4-1 {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/419.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-4-1.w--current {
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/419.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.tab-link-4-2 {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/418.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-4-2.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-link-4-3 {
  width: 100%;
  height: 12vh;
  background-color: transparent;
  background-image: url('../images/417.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.4;
}

.tab-link-4-3.w--current {
  background-color: transparent;
  opacity: 1;
}


.tab-link-1-1 {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/119.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-1-1.w--current {
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/119.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.tab-link-1-2 {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-image: url('../images/118.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.tab-link-1-2.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-link-1-3 {
  width: 100%;
  height: 12vh;
  background-color: transparent;
  background-image: url('../images/117.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.4;
}

.tab-link-1-3.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-pane-2-1 {
  height: 100%;
  float: none;
  background-image: url('../images/_219.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-2-2 {
  height: 100%;
  background-image: url('../images/_218.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-2-3 {
  height: 100%;
  background-image: url('../images/_217.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-3-1 {
  height: 100%;
  float: none;
  background-image: url('../images/319.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-3-2 {
  height: 100%;
  background-image: url('../images/316.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-3-3 {
  height: 100%;
  background-image: url('../images/317.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-pane-4-1 {
  height: 100%;
  float: none;
  background-image: url('../images/419.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-4-2 {
  height: 100%;
  background-image: url('../images/418.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-4-3 {
  height: 100%;
  background-image: url('../images/417.png');
  background-position: 50% 50%;
  background-size: cover;
}


.tab-pane-1-1 {
  height: 100%;
  float: none;
  background-image: url('../images/119.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-1-2 {
  height: 100%;
  background-image: url('../images/118.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-1-3 {
  height: 100%;
  background-image: url('../images/117.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-8 {
  padding: 20vh 5vw 16vh;
  text-align: center;
}

.row-2 {
  margin-top: 10vh;
}

.image-6 {
  opacity: 0.4;
}





.w-tab-link, .w-tab-pane {
  width: 100%;
  height: 12vh;
  margin-bottom: 2.5vh;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.w-tab-pane {
  height: 100%;
  float: none;
  margin-bottom:0;
}
.w--current {
  opacity: 1;
}
.tab-link-close1-1, .tab-pane-close1-1 {
	background-image: url('../images/close1/img_close1_1.jpg');
}
.tab-link-close1-2, .tab-pane-close1-2 {
	background-image: url('../images/close1/img_close1_2.jpg');
}
.tab-link-close1-3, .tab-pane-close1-3 {
	background-image: url('../images/close1/img_close1_3.jpg');
}
.tab-link-close1-4, .tab-pane-close1-4 {
	background-image: url('../images/close1/img_close1_4.jpg');
}
.tab-link-close1-5, .tab-pane-close1-5 {
	background-image: url('../images/close1/img_close1_5.jpg');
}
.tab-link-close1-6, .tab-pane-close1-6 {
	background-image: url('../images/close1/img_close1_6.jpg');
}
.tab-link-close1-7, .tab-pane-close1-7 {
	background-image: url('../images/close1/img_close1_7.jpg');
}
.tab-link-close1-8, .tab-pane-close1-8 {
	background-image: url('../images/close1/img_close1_8.jpg');
}
.tab-link-close1-9, .tab-pane-close1-9 {
	background-image: url('../images/close1/img_close1_9.jpg');
}
.tab-link-close1-10, .tab-pane-close1-10 {
	background-image: url('../images/close1/img_close1_10.jpg');
}
.tab-link-close1-11, .tab-pane-close1-11 {
	background-image: url('../images/close1/img_close1_11.jpg');
}
.tab-link-close1-12, .tab-pane-close1-12 {
	background-image: url('../images/close1/img_close1_12.jpg');
}
.tab-link-close1-13, .tab-pane-close1-13 {
	background-image: url('../images/close1/img_close1_13.jpg');
}
.tab-link-close1-14, .tab-pane-close1-14 {
	background-image: url('../images/close1/img_close1_14.jpg');
}
.tab-link-close1-15, .tab-pane-close1-15 {
	background-image: url('../images/close1/img_close1_15.jpg');
}
.tab-link-close1-16, .tab-pane-close1-16 {
	background-image: url('../images/close1/img_close1_16.jpg');
}
.tab-link-close1-17, .tab-pane-close1-17 {
	background-image: url('../images/close1/img_close1_17.jpg');
}
.tab-link-close1-18, .tab-pane-close1-18 {
	background-image: url('../images/close1/img_close1_18.jpg');
}
.tab-link-close1-19, .tab-pane-close1-19 {
	background-image: url('../images/close1/img_close1_19.jpg');
}
.tab-link-close1-20, .tab-pane-close1-20 {
	background-image: url('../images/close1/img_close1_20.jpg');
}

.tab-link-close2-1, .tab-pane-close2-1 {
	background-image: url('../images/close2/img_close2_1.jpg');
}
.tab-link-close2-2, .tab-pane-close2-2 {
	background-image: url('../images/close2/img_close2_2.jpg');
}
.tab-link-close2-3, .tab-pane-close2-3 {
	background-image: url('../images/close2/img_close2_3.jpg');
}
.tab-link-close2-4, .tab-pane-close2-4 {
	background-image: url('../images/close2/img_close2_4.jpg');
}
.tab-link-close2-5, .tab-pane-close2-5 {
	background-image: url('../images/close2/img_close2_5.jpg');
}
.tab-link-close2-6, .tab-pane-close2-6 {
	background-image: url('../images/close2/img_close2_6.jpg');
}
.tab-link-close2-7, .tab-pane-close2-7 {
	background-image: url('../images/close2/img_close2_7.jpg');
}
.tab-link-close2-8, .tab-pane-close2-8 {
	background-image: url('../images/close2/img_close2_8.jpg');
}
.tab-link-close2-9, .tab-pane-close2-9 {
	background-image: url('../images/close2/img_close2_9.jpg');
}

.tab-link-open1-1, .tab-pane-open1-1 {
	background-image: url('../images/open1/img_open1_1.jpg');
}
.tab-link-open1-2, .tab-pane-open1-2 {
	background-image: url('../images/open1/img_open1_2.jpg');
}
.tab-link-open1-3, .tab-pane-open1-3 {
	background-image: url('../images/open1/img_open1_3.jpg');
}
.tab-link-open1-4, .tab-pane-open1-4 {
	background-image: url('../images/open1/img_open1_4.jpg');
}
.tab-link-open1-5, .tab-pane-open1-5 {
	background-image: url('../images/open1/img_open1_5.jpg');
}
.tab-link-open1-6, .tab-pane-open1-6 {
	background-image: url('../images/open1/img_open1_6.jpg');
}
.tab-link-open1-7, .tab-pane-open1-7 {
	background-image: url('../images/open1/img_open1_7.jpg');
}
.tab-link-open1-8, .tab-pane-open1-8 {
	background-image: url('../images/open1/img_open1_8.jpg');
}
.tab-link-open1-9, .tab-pane-open1-9 {
	background-image: url('../images/open1/img_open1_9.jpg');
}
.tab-link-open1-10, .tab-pane-open1-10 {
	background-image: url('../images/open1/img_open1_10.jpg');
}
.tab-link-open1-11, .tab-pane-open1-11 {
	background-image: url('../images/open1/img_open1_11.jpg');
}
.tab-link-open1-12, .tab-pane-open1-12 {
	background-image: url('../images/open1/img_open1_12.jpg');
}
.tab-link-open1-13, .tab-pane-open1-13 {
	background-image: url('../images/open1/img_open1_13.jpg');
}
.tab-link-open1-14, .tab-pane-open1-14 {
	background-image: url('../images/open1/img_open1_14.jpg');
}
.tab-link-open1-15, .tab-pane-open1-15 {
	background-image: url('../images/open1/img_open1_15.jpg');
}
.tab-link-open1-16, .tab-pane-open1-16 {
	background-image: url('../images/open1/img_open1_16.jpg');
}
.tab-link-open1-17, .tab-pane-open1-17 {
	background-image: url('../images/open1/img_open1_17.jpg');
}
.tab-link-open1-18, .tab-pane-open1-18 {
	background-image: url('../images/open1/img_open1_18.jpg');
}
.tab-link-open1-19, .tab-pane-open1-19 {
	background-image: url('../images/open1/img_open1_19.jpg');
}
.tab-link-open1-20, .tab-pane-open1-20 {
	background-image: url('../images/open1/img_open1_20.jpg');
}
.tab-link-open1-21, .tab-pane-open1-21 {
	background-image: url('../images/open1/img_open1_21.jpg');
}
.tab-link-open1-22, .tab-pane-open1-22 {
	background-image: url('../images/open1/img_open1_22.jpg');
}
.tab-link-open1-23, .tab-pane-open1-23 {
	background-image: url('../images/open1/img_open1_23.jpg');
}
.tab-link-open1-24, .tab-pane-open1-24 {
	background-image: url('../images/open1/img_open1_24.jpg');
}
.tab-link-open1-25, .tab-pane-open1-25 {
	background-image: url('../images/open1/img_open1_25.jpg');
}
.tab-link-open1-26, .tab-pane-open1-26 {
	background-image: url('../images/open1/img_open1_26.jpg');
}
.tab-link-open1-27, .tab-pane-open1-27 {
	background-image: url('../images/open1/img_open1_27.jpg');
}

.tab-link-open2-1, .tab-pane-open2-1 {
	background-image: url('../images/open2/img_open2_1.jpg');
}
.tab-link-open2-2, .tab-pane-open2-2 {
	background-image: url('../images/open2/img_open2_2.jpg');
}
.tab-link-open2-3, .tab-pane-open2-3 {
	background-image: url('../images/open2/img_open2_3.jpg');
}
.tab-link-open2-4, .tab-pane-open2-4 {
	background-image: url('../images/open2/img_open2_4.jpg');
}
.tab-link-open2-5, .tab-pane-open2-5 {
	background-image: url('../images/open2/img_open2_5.jpg');
}
.tab-link-open2-6, .tab-pane-open2-6 {
	background-image: url('../images/open2/img_open2_6.jpg');
}
.tab-link-open2-7, .tab-pane-open2-7 {
	background-image: url('../images/open2/img_open2_7.jpg');
}
.tab-link-open2-8, .tab-pane-open2-8 {
	background-image: url('../images/open2/img_open2_8.jpg');
}
.tab-link-open2-9, .tab-pane-open2-9 {
	background-image: url('../images/open2/img_open2_9.jpg');
}
.tab-link-open2-10, .tab-pane-open2-10 {
	background-image: url('../images/open2/img_open2_10.jpg');
}
.tab-link-open2-11, .tab-pane-open2-11 {
	background-image: url('../images/open2/img_open2_11.jpg');
}
.tab-link-open2-12, .tab-pane-open2-12 {
	background-image: url('../images/open2/img_open2_12.jpg');
}
.tab-link-open2-13, .tab-pane-open2-13 {
	background-image: url('../images/open2/img_open2_13.jpg');
}
.tab-link-open2-14, .tab-pane-open2-14 {
	background-image: url('../images/open2/img_open2_14.jpg');
}
.tab-link-open2-15, .tab-pane-open2-15 {
	background-image: url('../images/open2/img_open2_15.jpg');
}
.tab-link-open2-16, .tab-pane-open2-16 {
	background-image: url('../images/open2/img_open2_16.jpg');
}
.tab-link-open2-17, .tab-pane-open2-17 {
	background-image: url('../images/open2/img_open2_17.jpg');
}
.tab-link-open2-18, .tab-pane-open2-18 {
	background-image: url('../images/open2/img_open2_18.jpg');
}
.tab-link-open2-19, .tab-pane-open2-19 {
	background-image: url('../images/open2/img_open2_19.jpg');
}
.tab-link-open2-20, .tab-pane-open2-20 {
	background-image: url('../images/open2/img_open2_20.jpg');
}
.tab-link-open2-21, .tab-pane-open2-21 {
	background-image: url('../images/open2/img_open2_21.jpg');
}
.tab-link-open2-22, .tab-pane-open2-22 {
	background-image: url('../images/open2/img_open2_22.jpg');
}


.lightbox-link {
  width: 100%;
  margin-bottom: 3vh;
  background-color: #202020;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.lightbox-link:hover {
  background-color: #fff;
}

.lightbox-link._4 {
  width: auto;
  margin-bottom: 3vh;
}

.lightbox-link._main {
  width: auto;
  margin-bottom: 0;
}

.play-button {
  position: static;
  display: block;
  width: 14vh;
  height: 14vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 500px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.play-button:hover {
  box-shadow: 0 0 48px 0 #ef5350;
}

.video-bg {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: url('../images/Otzyv_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.video-bg._2 {
  background-image: url('../images/Otzyv_2.png');
}

.video-bg._3 {
  background-image: url('../images/2019-05-20_22-38-31-1.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-bg._4 {
  padding: 18vh 20vw;
  background-image: url('../images/2019-05-20_22-51-32-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-bg._main {
  padding: 18vh 20vw;
  background-image: url('../images/main.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-2 {
  width: 100%;
  margin-bottom: 3vh;
  background-color: #202020;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.lightbox-link-2:hover {
  background-color: #fff;
}

.slider {
  height: 85vh;
  margin-right: 1vw;
  margin-left: 1vw;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.right-arrow {
  height: 20vh;
  background-color: #ffd557;
}

.left-arrow {
  height: 20vh;
  background-color: #ffd557;
}

.icon {
  color: #404040;
}

.icon-2 {
  color: #404040;
}

.w-slide {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat:no-repeat;
}
.slide_finished-1 {
  background-image: url('../images/finished/img_finished1.jpg');
}
.slide_finished-2 {
  background-image: url('../images/finished/img_finished2.jpg');
}
.slide_finished-3 {
  background-image: url('../images/finished/img_finished3.jpg');
}
.slide_finished-4 {
  background-image: url('../images/finished/img_finished4.jpg');
}
.slide_finished-5 {
  background-image: url('../images/finished/img_finished5.jpg');
}
.slide_finished-6 {
  background-image: url('../images/finished/img_finished6.jpg');
}
.slide_finished-7 {
  background-image: url('../images/finished/img_finished7.jpg');
}
.slide_finished-8 {
  background-image: url('../images/finished/img_finished8.jpg');
}
.slide_finished-9 {
  background-image: url('../images/finished/img_finished9.jpg');
}
.slide_finished-10 {
  background-image: url('../images/finished/img_finished10.jpg');
}
.slide_finished-11 {
  background-image: url('../images/finished/img_finished11.jpg');
}
.slide_finished-12 {
  background-image: url('../images/finished/img_finished12.jpg');
}
.slide_finished-13 {
  background-image: url('../images/finished/img_finished13.jpg');
}
.slide_finished-14 {
  background-image: url('../images/finished/img_finished14.jpg');
}
.slide_finished-15 {
  background-image: url('../images/finished/img_finished15.jpg');
}
.slide_finished-16 {
  background-image: url('../images/finished/img_finished16.jpg');
}
.slide_finished-17 {
  background-image: url('../images/finished/img_finished17.jpg');
}
.slide_finished-18 {
  background-image: url('../images/finished/img_finished18.jpg');
}
.slide_finished-19 {
  background-image: url('../images/finished/img_finished19.jpg');
}
.slide_finished-20 {
  background-image: url('../images/finished/img_finished20.jpg');
}
.slide_finished-21 {
  background-image: url('../images/finished/img_finished21.jpg');
}
.slide_finished-22 {
  background-image: url('../images/finished/img_finished22.jpg');
}
.slide_finished-23 {
  background-image: url('../images/finished/img_finished23.jpg');
}
.slide_finished-25 {
  background-image: url('../images/finished/img_finished25.jpg');
}
.slide_finished-27 {
  background-image: url('../images/finished/img_finished27.jpg');
}
.slide_finished-28 {
  background-image: url('../images/finished/img_finished28.jpg');
}
.slide_finished-29 {
  background-image: url('../images/finished/img_finished29.jpg');
}
.slide_finished-30 {
  background-image: url('../images/finished/img_finished30.jpg');
}
.slide_finished-31 {
  background-image: url('../images/finished/img_finished31.jpg');
}
.slide_finished-32 {
  background-image: url('../images/finished/img_finished32.jpg');
}
.slide_finished-33 {
  background-image: url('../images/finished/img_finished33.jpg');
}
.slide_finished-34 {
  background-image: url('../images/finished/img_finished34.jpg');
}
.slide_finished-35 {
  background-image: url('../images/finished/img_finished35.jpg');
}
.slide_finished-36 {
  background-image: url('../images/finished/img_finished36.jpg');
}
.slide_finished-37 {
  background-image: url('../images/finished/img_finished37.jpg');
}
.slide_finished-38 {
  background-image: url('../images/finished/img_finished38.jpg');
}
.slide_finished-39 {
  background-image: url('../images/finished/img_finished39.jpg');
}
.slide_finished-40 {
  background-image: url('../images/finished/img_finished40.jpg');
}

.slide {
  background-image: url('../images/Screenshot_216.png');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/Screenshot_217.png');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/Screenshot_218.png');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/Screenshot_219.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Screenshot_220.png');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/Screenshot_221.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Screenshot_222.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Screenshot_223.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Screenshot_224.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/Screenshot_225.png');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-1-2 {
  background-image: url('../images/IMG_20171105_144327.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-1-3 {
  background-image: url('../images/IMG_20180116_100053.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-1-4 {
  background-image: url('../images/IMG_20180216_145530.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-5 {
  background-image: url('../images/IMG_20180303_134744.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-1-6 {
  background-image: url('../images/P1030229.jpg');
  background-position: 50% 0px;
  background-size: contain;
}

.section-9 {
  padding: 20vh 5vw 16vh;
  background-image: url('../images/Wielding-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  text-align: center;
}

.form-base {
  position: relative;
  display: block;
  width: 80vw;
  margin: 10vh auto;
  padding: 10px;
  background-color: #f5f5f5;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.form-border {
  padding: 6vh 3vw 4vh;
  border: 10px solid #ef5350;
}

.field-label {
  font-family: Bitter, sans-serif;
  color: #404040;
  font-size: 1.8vh;
  line-height: 4vh;
  font-weight: 400;
  text-align: left;
}

.field-label._0 {
  color: #fff;
}

.text-field {
  height: 8vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-left: 1.2vw;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 1.8vh;
  line-height: 3vh;
  font-weight: 700;
}

.footer {
  padding: 20vh 5vw 10vh;
  background-color: #404040;
}

.link {
  display: inline;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Bitter, sans-serif;
  color: #fff;
  font-size: 2.3vh;
  line-height: 3.6vh;
  text-align: center;
}

.link:hover {
  opacity: 1;
}

.about-anchor {
  position: absolute;
  margin-top: 30vh;
}

.down-arrow {
  width: 5vw;
}

.down {
  width: 5vw;
  margin-top: -2vh;
  margin-bottom: -2vh;
}

.benefits-anchor {
  height: 20vh;
}

.popup-wraper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.popup-base {
  display: block;
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
  padding: 10vh 7vw;
  background-color: #fff;
  text-align: center;
}

.popup-form {
  padding-right: 5vw;
  padding-left: 5vw;
}

.close-button {
  position: relative;
  display: block;
  width: 10vh;
  height: 10vh;
  margin-top: -10vh;
  margin-right: -7vw;
  padding: 2vh;
  float: right;
  background-color: #ffd557;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.close-button:hover {
  background-color: #ef5350;
}

.header-base-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 65vw;
  height: 100vw;
  padding-top: 3vh;
  padding-left: 5vw;
}

.section-1 {
  height: 100vh;
  padding-top: 30vh;
  background-image: url('../images/Header-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.section-confidence {
  height: 30vh;
  padding-top: 16vh;
  padding-right: 5vw;
  padding-left: 5vw;
  background-image: url('../images/Header-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-confidence-contant {
  padding: 10vh 35vw 16vh 5vw;
}

.slide-1-7 {
  background-image: url('../images/IMG_20171011_154402.jpg');
  background-position: 100% 0px;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/IMG_20180211_144308.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-9 {
  background-image: url('../images/IMG_20180129_113906.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-10 {
  background-image: url('../images/IMG_20180311_152421.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2-2 {
  background-image: url('../images/yDaCdFeec4E.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.insta {
  width: 50px;
}

html.w-mod-js *[data-ix="load-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}

html.w-mod-js *[data-ix="load-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}

html.w-mod-js *[data-ix="load-interaction-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}

html.w-mod-js *[data-ix="about-header"] {
  width: 0vw;
  -webkit-transform: translate(107vw, 0px);
  -ms-transform: translate(107vw, 0px);
  transform: translate(107vw, 0px);
}

html.w-mod-js *[data-ix="photo-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}

html.w-mod-js *[data-ix="button-callback-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5vh);
  -ms-transform: translate(0px, -5vh);
  transform: translate(0px, -5vh);
}

html.w-mod-js *[data-ix="fixed-navbar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="benefit-scroll"] {
  width: 0vw;
}

html.w-mod-js *[data-ix="skroll-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}

html.w-mod-js *[data-ix="skroll-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}



@media (max-width: 1280px) {
    .p {
    font-size: 14px;
    line-height: 24px;
  }
    .img-header {
  padding-right: 40px;
}
    .section-7 {
  padding: 20vh 40px 16vh;
  background-color: #f5f5f5;
}
}

@media (max-width: 1024px) {
    .button-callback._2 {
        display: none;
    }
    .nav-link {
    font-size: 12px;
    line-height: 16px;
  }
  .nav-link.last {
    font-size: 12px;
    line-height: 16px;
  }
    .img-header {
  padding-left: 500px;
}
}

@media (max-width: 991px) {
  .header {
    height: 100%;
  }
  .logo {
    width: 300px;
    height: 40px;
  }
  .logo.gray {
    width: 57px;
    height: 40px;
    margin-right: 20px;
  }
  .h1 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 48px;
  }
  .h3 {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
  }
  .white-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .button {
    font-size: 12px;
    line-height: 16px;
  }
  .header-base {
    position: absolute;
    width: 100%;
    height: auto;
  }
  .sectoin-2 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .img-header {
    width: 300px;
    height: 430px;
    padding-top: 0vh;
    padding-right: 0vw;
    padding-left: 0vw;
    float: left;
  }
  .phone-link {
    margin-left: 2vw;
  }
  .phone-txt {
    font-size: 16px;
    line-height: 16px;
  }
  .navbar {
    display: none;
  }
  .button-callback {
    font-size: 12px;
    line-height: 16px;
  }
  .h1-primary {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 48px;
  }
  .h1-primary.center {
    margin-bottom: 0vh;
  }
  
  .p.confidence {
    font-size: 10px;
    line-height: 18px;
  }
  .p.services {
    margin-left: 0vw;
  }
  .h3-primary {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  
  .benefit-base {
    margin-left: auto;
  }
  .benefit-base._2 {
    margin-top: 40px;
    margin-left: auto;
  }
  .benefit-base._3 {
    margin-top: 40px;
    margin-left: auto;
  }
  .benefit-base._4 {
    margin-top: 40px;
    margin-left: auto;
  }
  .number-base {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 3vh;
  }
  .number-base.important {
    width: 360px;
  }
  .txt-base {
    width: auto;
    margin-top: -3vh;
    margin-left: auto;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .h2 {
    font-size: 32px;
  }
  .h2.question {
    margin-bottom: 20px;
    line-height: 48px;
  }
  .section-5 {
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 240px;
    background-position: 50% 0px;
  }
  .answer-base {
    /*height: 540px;*/
  }
  .answer-base._2 {
    /*height: 540px;*/
  }
  .answer-base._3 {
    /*height: 540px;*/
  }
  .section-7 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .card {
    display: block;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .price-base, .photos-base {
    width: 100%;
  }
  .price-base .button.center {width:100%;}
  .tabs-content {
    width: 80%;
    padding-right: 0;
  }
  .tabs-menu {width:calc(20% - 1.2vw)}
  .section-7 {padding: 8vh 5vw 16vh;}
  .tabs {
    height: auto;
padding-bottom: 40px;
  }
  .section-8 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .play-button {
    width: 80px;
    height: 80px;
  }
  .video-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-bg._2 {
    background-position: 50% 50%;
  }
  .video-bg._4 {
    padding: 150px 40vw;
  }
  .slider {
    height: 460px;
  }
  .section-9 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .form-base {
    width: 400px;
    margin-top: 0vh;
    margin-bottom: 40px;
  }
  .form-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .field-label {
    font-size: 12px;
  }
  .field-label._0 {
    color: #f5f5f5;
  }
  .text-field {
    font-size: 12px;
  }
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .link {
    font-size: 14px;
    line-height: 20px;
  }
  .benefits-anchor {
    height: 0vh;
    margin-top: 0vh;
  }
  .about-mobile {
    width: 100vw;
    height: 562px;
    margin-top: 80px;
    margin-left: -5vw;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    background-color: #fff;
  }
  .header-base-mobile {
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .white-txt {
    text-align: left;
  }
  .img-header {
    width: 200px;
    height: 500px;
  }
  .section-5 {
    padding-left: 60px;
  }
  .section-6 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .column.link-developer {
    text-align: center;
  }
  .answer-base {
    /*height: 400px;*/
  }
  .answer-base._2 {
    /*height: 400px;*/
  }
  .answer-base._3 {
    /*height: 400px;*/
  }
  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .card {
    width: auto;
  }
  .link {
    line-height: 48px;
  }
  .popup-wraper {
    display: none;
    padding-top: 0vh;
    padding-bottom: 0vh;
    opacity: 0;
  }
  .popup-base {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
  }
  .close-button {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    padding: 10px;
  }
  .section-confidence-contant {
    padding-right: 15vw;
  }
}

@media (max-width: 479px) {
  .header {
    height:100%;
  }
  .logo.gray {
    width: 200px;
    height: 35px;
    margin-right:0;
  }
  .w-slider-nav {display:none;}
  .w-slide {background-size: cover;}
  .h1 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
  }
  .h3 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .white-txt {
    text-align: left;
  }
  .button.center {
    margin-top: 0%;
    margin-bottom: 40px;
  }
  .sectoin-2 {
    padding-top: 60px;
  }
  .img-header {
    height: 400px;
    margin-bottom: 20px;
    margin-left: 0vw;
    float: none;
  }
  .phone-link {
    margin-top: 0px;
    float: none;
  }
  .phone-txt {
    font-size: 18px;
  }
  .navbar {
    height: 110px;
    padding-top: 15px;
    display: flex!important;
flex-wrap: wrap;
align-content: center;
justify-content: center;
  }
  .h1-primary {
    margin-top: 0vh;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .h1-primary.center {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .h1-primary.center-popup {
    margin-bottom: 20px;
    line-height: 36px;
  }
  .p.italic-copy {
    font-size: 14px;
    line-height: 36px;
  }
  .p.confidence {
    font-size: 9px;
    line-height: 16px;
  }
  .h3-primary.center {
    margin-top: 30px;
  }
  .h3-primary.center-popup {
    margin-top: 0vh;
    margin-bottom: 10px;
  }
  .number-base.important {
    width: 80%;
  }
  .container-s3 {
    padding-top: 0vh;
  }
  .h2 {
    font-size: 24px;
  }
  .h2.question {
    margin-bottom: 30px;
    line-height: 36px;
  }
  .h2.price {
    padding-top: 40px;
    line-height: 36px;
  }
  .h2.center {
    margin-bottom: 30px;
  }
  .important-txt-base {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .important-border {
    padding-top: 60px;
  }
  .section-5 {
    padding: 60px 20px 40px;
    background-image: url('../images/Q_2-2.jpg');
  	background-position: 50% 0px;
  	background-position: right bottom;
background-size: 160%;
background-repeat: no-repeat;
  }
  .column {
    text-align: center;
  }
  .column.link-developer {
    text-align: center;
  }
  .answer-base h3.h3:not(.number) {text-align:left;}
  .answer-base {
    height: 100%;
    margin-bottom: 20px;
    padding-bottom:9vh;
  }
  .answer-base._3 {
    /*height: 520px;*/
  }
  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .card {
    width: 100%;
    margin-bottom: 60px;
  }
  .photos-base {
    padding-right: 16px;
    padding-left: 16px;
  }
  .txt-price {
    margin-top: 30px;
    font-size: 14px;
    line-height: 36px;
  }
  .txt-price._2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .red {
    font-size: 24px;
  }
  .row {
    margin-top: 30px;
  }
  .checkbox {
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lightbox-link {
    margin-bottom: 10px;
  }
  .lightbox-link._4, .lightbox-link._main {width:100%;}
  .video-bg._main {padding-top: 60px;
    padding-bottom: 60px;}
  .play-button {
    width: 60px;
    height: 60px;
  }
  .video-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-bg._2 {
    background-position: 100% 50%;
  }
  .video-bg._4 {
    padding: 60px 100px;
  }
  .slider {
    height: 260px;
  }
  .right-arrow {
    width: 40px;
    height: 80px;
  }
  .left-arrow {
    width: 40px;
    height: 80px;
  }
  .section-9 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .form-base {
    width: 100%;
    margin-top: 0vh;
    margin-bottom: 30px;
  }
  .field-label {
    line-height: 18px;
  }
  .text-field {
    height: 60px;
    line-height: 18px;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .link {
    font-size: 14px;
    line-height: 48px;
  }
  .benefits-anchor {
    height: 0vh;
  }
  .popup-wraper {
    display: none;
    padding-top: 0vh;
    padding-bottom: 0vh;
    opacity: 0;
  }
  .popup-base {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 0vh;
  }
  .close-button {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    padding: 10px;
  }
  .about-mobile {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
  }
  .section-confidence-contant {
    padding-right: 10vw;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}