@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #333;
  font: 16px 'Roboto', sans-serif;
  color: #000;
  line-height: normal;
  overflow: auto;
  /*width: 100%;*/
  /*height: 100vh;*/
}
body.scroll,
body.banner,
body.video {
  overflow: hidden;
}
input {
  font-family: 'Roboto', sans-serif;
}
input:focus {
  outline: none;
}
p {
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 10px
}
.frame {
  position: absolute;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 767px;
  margin: auto;
  overflow: hidden;
  background: #fff;
}
.page-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
.page {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
.stage-center {
  left: 0;
  z-index: 1;
}
.stage-left {
  left: -100%;
  z-index: 0;
}
.stage-right {
  left: 100%;
  z-index: 0;
}
.transition {
  -moz-transition-duration: .250s;
  -webkit-transition-duration: .250s;
  -o-transition-duration: .250s;
  transition-duration: .250s;
}
.scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
}
.container {
  /*position: relative;*/
  /*touch-action: none;*/
}
.navmain {
  height: 52px;
  max-width: 767px;
  margin: auto;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 9999;
}
.navmain a {
  text-decoration: none;
  color: #8A8A8F;
  display: inline-block;
  margin: 5px 0;
  width: 32%;
  height: 42px;
  line-height: 58px;
  vertical-align: middle;
}
.navmain__icon {
  display: inline-block;
}
.navmain__icon>svg {
  fill: #ACACAC;
}
.navmain__icon-video {
  width: 22px;
  height: 25.3px;
}
.navmain__icon-home {
  width: 29px;
  height: 29px;
}
.navmain__icon-banner {
  width: 28px;
  height: 26px;
}
.video .navmain__icon-video {
  fill: #4ABA6B;
}
.main .navmain__icon-home {
  fill: #4ABA6B;
}
.banner .navmain__icon-banner {
  fill: #4ABA6B;
}
.navmain__name {
  display: none;
  font-size: 10px;
  text-align: center;
  margin-top: 4px;
}
.header {
  text-align: center;
  position: relative;
  padding-top: 302px;
  box-sizing: border-box;
}
.header__cover {
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  /*background-position: top center;*/
  /*background-size: cover;*/
  /*background-size: 767px 210px;*/
  transition: 0.2s;
  position: fixed;
  top: 0;
  z-index: -1;
  
  /*15.03.24*/
  background-position: top center;
  background-size: cover;
  /*15.03.24*/
}
.scroll .header__cover {
  /*height: 150px;*/
  /*background-size: 621px 170px;*/
}
.header__logo {
  background-image: url('../images/logo.jpg');
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  filter: drop-shadow(0px 4px 10px rgba(15, 31, 41, 0.15));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px 90px;
  position: relative;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 174px;
  transition: 0.2s;
}
.header-scroll .header__logo {
  top: 228px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
.header__title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 6px;
  background: #fff;
}
.header__caption {
  font-size: 14px;
  color: #A0A0A0;
  background: #fff;
}
.header__iconmenu {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  height: 50px;
  font-size: 0;
  background: #fff;
  padding: 18px 0 24px;
}
.header-iconmenu__item {
  display: inline-block;
  width: 17%;
}
.iconmenu-review {
  margin-right: 27%;
  position: relative;
}
.iconmenu-review:before {
  content: attr(data-review);
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  font-size: 10px;
  color: #A0A0A0;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
}
.iconmenu-item__icon {
  fill: #ededed;
  stroke: #E7E7E7;
  stroke-width: 1.4px;
}
.iconmenu-like .iconmenu-item__icon {
  width: 37px;
  height: 35px;
}
.iconmenu-review .iconmenu-item__icon {
  width: 35px;
  height: 35px;
}
.iconmenu-share .iconmenu-item__icon {
  width: 34px;
  height: 35px;
}
.iconmenu-menu .iconmenu-item__icon {
  width: 35px;
  height: 35px;
}
.iconmenu-item__name {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #A0A0A0;
  margin-top: 3px;
}
.iconmenu-hidden {
  visibility: hidden;
}
#copy-notice {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin: auto;
  width: auto;
  height: 19px;
  max-width: 500px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px -1px rgba(0,0,0,0.4);
  z-index: 99;
}
/*main*/
main {
  background: #fff;
  padding-top: 43px;
}
section {
  margin: 0 0 35px;
  padding: 0 20px;
}
section:last-child {
  margin-bottom: 0;
}
.gray-section {
  background: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-title {
  font-weight: 900;
  font-size: 22px;
  color: #0F1F29;
  margin-bottom: 20px;
}
.clearfix:after {
  content: " ";
  clear: both;
  display: table;
}
footer {
  background: #DBDBDB;
  padding: 13px 20px;
  font-weight: 500;
  font-size: 10px;
  color: #A6A6A6;
}
.footer__row {
  display: table;
  width: 100%;
}
.footer__left,
.footer__right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.footer__right {
  text-align: right;
}
.phone__item {
  display: block;
  font-size: 22px;
  color: #111111;
  text-decoration: none;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 23px;
  border-bottom: 1px solid #EDEDED;
}
.phone__item:after {
  content: '';
  background-image: url('../images/phone.png');
  background-size: 46px 46px;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 20px;
  margin: auto;
  filter: drop-shadow(0px 4px 8px rgba(15, 31, 41, 0.1));
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 5px solid #c2ebce;
  -webkit-animation: phone 1.3s infinite linear;
  -moz-animation: phone 1.3s infinite linear;
  animation: phone 1.3s infinite linear;
}
.btn-default {
  display: block;
  background: #4ABA6B;
  border-radius: 3px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  line-height: 20px;
}
.link__col-2 {
  margin: 0 -1%;
  font-size: 0;
}
.link__col-2.link__list .link__item {
  width: 48%;
  margin: 0 1% 10px;
  display: inline-block;
}
.link__item {
  margin: 7px 0 0;
}
.callform {
  margin-top: 50px;
}
.input-form {
  position: relative;
  z-index: 1;
  display: block;
  margin: 40px 0 20px;
}
.input-form input {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  position: absolute;
  border: none;
  border-bottom: 2px solid #DCDCDC;
  background: transparent;
  width: 100%;
  padding: 7px 0;
  box-sizing: border-box;
  z-index: 100;
}
.input-form label {
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  display: block;
  padding: 5px 0;
}
.input-form label span {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  height: 28px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  transition: transform 0.3s, color 0.3s;
}
.input-form input:focus+label span,
.input-form.input--filled label span {
  -webkit-transform: translate3d(0, -38px, 0) scale3d(0.65, 0.65, 1);
  transform: translate3d(0, -38px, 0) scale3d(0.65, 0.65, 1) translateZ(1px);
  font-weight: bold;
}
.input-submit {
  margin-top: 60px;
}
.input-submit-btn {
  margin: 7px 0 0;
}
/*video*/
#page-video {
  position: relative;
  background-color: #f7f7f7;
}
#page-video:after {
  /*content: '';*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(0,0,0,0.4));
  background: -moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(0,0,0,0.4));
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(0,0,0,0.4));
  z-index: -1;
  height: 100vh;
}
.container-video {
  background-image: url('../images/video-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 46px;
}
.video__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: black;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.video__content img {
  max-width: 100%;
}
.video__box {
  position: relative;
  float: left;
  width: 100%;
}
.video__box:before {
  content: "";
  display: block;
  margin-top: 56.25%;
}
.video__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  background-position: center;
  background-size: cover;
}
.video__img-icon {
  width: 85px;
  height: 68px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.video__img.video-play {
  background-image: none !important;
}
.video__img.opacity-img .video__img-icon {
  opacity: 0;
}
.video__text {
  clear: both;
  padding: 64px 20px 0;
}
.video-text__title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 44px;
}
.video__text p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 20px;
}
.video__btn {
  padding: 0 0 20px;
}
.video__btn .social-item__icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 7px;
}
.video__btn .link__item {
  box-shadow: 0px -4px 12px rgba(28, 65, 84, 0.14);
}
/*banner*/
.container-banner {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.page-height .container-banner {
  position: relative;
  top: auto;
  transform: translateY(0);
}
#page-banner:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-img.jpg) center;
  background-size: cover;
  filter: blur(15px);
  z-index: 0;
  opacity: 0;
}
.banner #page-banner:before {
  opacity: 1;
}
.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: black;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.banner__content img {
  max-width: 100%;
}
.banner__box {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.banner__box:before {
  content: "";
  display: block;
  margin-top: 100%;
}
.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.banner__btn {
  clear: both;
  padding: 30px 20px 0;
}
/*swipe*/
.scroll .swipe__icon {
  position: relative;
  z-index: -1;
}
.swipe-icon__item {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  line-height: 67px;
  transition: 0.2s;
  opacity: 0;
}
.swipe-left:before {
  content: '';
  position: absolute;
  left: 35px;
  top: 0;
  width: 38px;
  height: 50px;
  background-image: url('../images/swipeimg.png');
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: 0 -50px;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.swipe__icon-left .swipe-left:before {
  opacity: 1;
  z-index: 1;
  -webkit-animation: swipeimg-left 1s infinite ease-out;
  -moz-animation: swipeimg-left 1s infinite ease-out;
  animation: swipeimg-left 1s infinite ease-out;
}
.swipe-right:before {
  content: '';
  position: absolute;
  left: -45px;
  top: 0;
  width: 38px;
  height: 50px;
  background-image: url('../images/swipeimg.png');
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.swipe__icon-right .swipe-right:before {
  opacity: 1;
  z-index: 1;
  -webkit-animation: swipeimg-right 1s infinite ease-out;
  -moz-animation: swipeimg-right 1s infinite ease-out;
  animation: swipeimg-right 1s infinite ease-out;
}
.swipe-down:before {
  content: '';
  position: absolute;
  left: 50px;
  top: -15px;
  width: 38px;
  height: 56px;
  background-image: url('../images/swipeimg.png');
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: 0 -100px;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.swipe__icon-down .swipe-down:before {
  opacity: 1;
  z-index: 1;
  -webkit-animation: swipeimg-down 1s infinite ease-out;
  -moz-animation: swipeimg-down 1s infinite ease-out;
  animation: swipeimg-down 1s infinite ease-out;
}
.swipe__icon .swipe-right {
  top: 210px;
  right: 16px;
}
.swipe__icon .swipe-left {
  top: 210px;
  left: 16px;
}
.swipe__icon .swipe-down {
  top: 315px;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 72px;
}
.main .swipe__icon .swipe-right,
.main .swipe__icon .swipe-left,
.main .swipe__icon .swipe-down {
  opacity: 1;
}
.main.scroll .swipe__icon .swipe-right,
.main.scroll .swipe__icon .swipe-left,
.main.scroll .swipe__icon .swipe-down {
  opacity: 0;
  display: none;
}
.video .swipe__icon .swipe-right {
  opacity: 1;
}
.banner .swipe__icon .swipe-left {
  opacity: 1;
}
.banner .swipe__icon .swipe-right,
.banner .swipe__icon .swipe-down {
  display: none;
}
.video .swipe__icon .swipe-left,
.video .swipe__icon .swipe-down {
  display: none;
}
.swipe-icon__icon,
.swipe-icon__icon-small {
  stroke: #EDEDED;
  fill: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.swipe-icon__icon {
  width: 19px;
  height: 19px;
}
.swipe-icon__icon-small {
  width: 15px;
  height: 15px;
}
.swipe-down .swipe-icon__icon {
  stroke: #000;
  top: auto;
  -webkit-animation: swipe-down 3s infinite linear;
  -moz-animation: swipe-down 3s infinite linear;
  animation: swipe-down 3s infinite linear;
}
.swipe-down .swipe-icon__icon-small {
  stroke: #000;
  bottom: 10px;
  top: auto;
  -webkit-animation: swipe-down 3s infinite ease-out;
  -moz-animation: swipe-down 3s infinite ease-out;
  animation: swipe-down 3s infinite ease-out;
}
.swipe-left .swipe-icon__icon {
  right: auto;
  -webkit-animation: swipe-left 3s infinite linear;
  -moz-animation: swipe-left 3s infinite linear;
  animation: swipe-left 3s infinite linear;
}
.swipe-left .swipe-icon__icon-small {
  right: auto;
  left: 10px;
  -webkit-animation: swipe-left 3s infinite ease-out;
  -moz-animation: swipe-left 3s infinite ease-out;
  animation: swipe-left 3s infinite ease-out;
}
.swipe-right .swipe-icon__icon {
  left: auto;
  -webkit-animation: swipe-right 3s infinite linear;
  -moz-animation: swipe-right 3s infinite linear;
  animation: swipe-right 3s infinite linear;
}
.swipe-right .swipe-icon__icon-small {
  left: auto;
  right: 10px;
  -webkit-animation: swipe-right 3s infinite ease-out;
  -moz-animation: swipe-right 3s infinite ease-out;
  animation: swipe-right 3s infinite ease-out;
}
.main .swipe__iconmini {
  opacity: 1;
}
.scroll .swipe__iconmini {
  top: 50%;
  transform: translateY(-50%);
}
.swipe__iconmini {
  position: absolute;
  top: 375px;
  transform: translateY(0);
  width: 100%;
  margin: auto;
  max-width: 767px;
  left: 0;
  right: 0;
  transition: 0.2s;
  opacity: 0;
}
.swipe__iconmini .swipe-right:before,
.swipe__iconmini .swipe-left:before {
  display: none;
}
.swipe-iconmini__item {
  position: absolute;
  top: 0;
}
.swipe-left {
  left: 2px;
}
.swipe-right {
  right: 2px;
}
.swipe-iconmini__icon {
  width: 13px;
  height: 22px;
  stroke: #EDEDED;
  fill: none;
}
/*menuright*/
.menuright {
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  width: 100%;
  top: 0;
  left: 100%;
  display: block;
  color: #333;
  padding: 0;
  height: 100vh;
  z-index: 9;
  transition: all .3s ease-in-out;
}
.menuright.active {
  left: 0;
}
.menuright-inner {
  height: 100vh;
  margin: 0;
  overflow: overlay;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 152px 20px 0;
  position: relative;
  box-sizing: border-box;
  z-index: 99;
}
.menuright__header {
  position: absolute;
  width: auto;
  top: 52px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  text-align: center;
}
.menuright__logo,
.menuright__nav,
.menuright__close {
  display: inline-block;
  vertical-align: middle;
  width: 17%;
}
.menuright__logo a {
  background-image: url('../images/logo.jpg');
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  width: 46px;
  height: 46px;
  filter: drop-shadow(0px 4px 10px rgba(15, 31, 41, 0.15));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 46px;
  position: relative;
  z-index: 10;
}
.menuright__nav {
  width: 63%;
}
.menuright-close__icon {
  width: 21px;
  height: 21px;
  fill: #ACACAC;
}
.menuright-nav__item {
  font-weight: 900;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ACACAC;
  transition: 0.2s;
}
.menuright-nav__item.active {
  color: #4ABA6B;
}
.menuright-content__item {
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: -999px;
}
.menuright-content__item.active {
  opacity: 1;
  position: relative;
  top: auto;
}
.menuright-content__title {
  font-size: 22px;
  font-weight: 900;
  color: #0F1F29;
  margin-bottom: 21px;
}
.menuright-content__menu {
  padding: 0;
  margin: 0;
}
.menuright-content__menu li {
  list-style: none;
}
.menuright-content__menu li:last-child a {
  margin-bottom: 0;
}
.menuright-content__menu li a {
  display: block;
  font-size: 22px;
  color: #0F1F29;
  text-decoration: none;
  margin-bottom: 21px;
}
.menuright-content__menu li a:hover {
  color: #0F1F29;
  text-decoration: underline;
}
.menuright-content__box {
  margin-bottom: 41px;
}
.menuright-content__box:last-child {
  margin-bottom: 0;
}
.menuright-content__tag {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 30px;
  color: #0F1F29;
}
.menuright-content__tag:before {
  content: '#';
  position: absolute;
  top: 3px;
  left: 0;
  font-weight: 900;
  font-size: 20px;
  color: #4ABA6B;
}
/*sharebox*/
.sharebox {
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all .3s ease-in-out;
}
.sharebox-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.sharebox-outer.active {
  z-index: 9;
  overflow: visible;
}
.sharebox-inner {
  background: #fff;
  box-shadow: 0px -4px 12px rgba(28,65,84, 0.14);
  position: absolute;
  width: 100%;
  bottom: -100%;
  display: block;
  color: #333;
  padding: 30px 20px 20px;
  height: 300px;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
}
.sharebox-outer.active .sharebox-inner {
  bottom: 0;
}
.sharebox-outer.shareclose .sharebox-inner {
  bottom: -100%;
}
.sharebox-outer.active .sharebox {
  background: rgba(0,0,0, 0.5);
}
.sharebox-outer.shareclose .sharebox {
  background: rgba(0,0,0, 0);
}
.sharebox__header {
  margin-bottom: 32px;
}
.sharebox__header>div {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.sharebox__title {
  font-size: 18px;
  color: #0F1F29;
  width: 75%;
}
.sharebox__close {
  font-size: 16px;
  color: #ACACAC;
  text-align: right;
  width: 23%;
  cursor: pointer;
}
.sharebox__list {
  margin: 0 -2%;
  font-size: 0;
  text-align: center;
}
.sharebox__item {
  font-size: 12px;
  color: #0F1F29;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 21%;
  margin: 0 2% 27px;
}
.sharebox-in {
  display: none;
}
.sharebox-item__box {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: inline-block;
  line-height: 65px;
}
.sharebox__item:after {
  display: block;
  margin-top: 10px;
}
.sharebox-item__icon {
  fill: #fff;
}
.sharebox-wa .sharebox-item__icon {
  width: 23px;
  height: 23px;
}
.sharebox-vi .sharebox-item__icon {
  width: 21px;
  height: 23.1px;
}
.sharebox-vk .sharebox-item__icon {
  width: 21px;
  height: 21px;
}
.sharebox-in .sharebox-item__icon {
  width: 21px;
  height: 21px;
}
.sharebox-fb .sharebox-item__icon {
  width: 21px;
  height: 21px;
}
.sharebox-tg .sharebox-item__icon {
  width: 23px;
  height: 20px;
}
.sharebox-link .sharebox-item__icon {
  width: 21px;
  height: 21px;
  fill: #ACACAC;
}
.sharebox-sms .sharebox-item__icon {
  width: 25px;
  height: 25px;
}

/*formbox*/
.formbox {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all .3s ease-in-out;
}
.formbox-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.formbox-outer.active {
  z-index: 9;
  overflow: visible;
}
.formbox-inner {
  background: #F7F7F7;
  box-shadow: 0px -4px 12px rgba(28, 65, 84, 0.14);
  position: absolute;
  width: 100%;
  bottom: -100%;
  display: block;
  color: #333;
  padding: 30px 20px 20px;
  height: auto;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
}
.formbox-outer.active .formbox-inner {
  bottom: 0;
}
.formbox-outer.formclose .formbox-inner {
  bottom: -100%;
}
.formbox-outer.active .formbox {
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.formbox-outer.formclose .formbox {
  background: rgba(0,0,0, 0);
}
.formbox__header {
  margin-bottom: 32px;
}
.formbox__title {
  font-weight: 900;
  font-size: 22px;
  color: #0F1F29;
  width: 75%;
}

/*innerpage*/
.innerpage {
  background: #F7F7F7;
}
.header-innerpage {
  padding: 10px 0;
  position: relative;
}
.header-innerpage__title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #0F1F29;
}
.header-innerpage__subtitle {
  font-size: 14px;
  color: #A0A0A0;
  text-align: center;
}
.header-innerpage__logo {
  position: absolute;
  left: 18px;
  top: 11px;
}
.header-innerpage__logo a {
  background-image: url('../images/logo.jpg');
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  width: 42px;
  height: 34px;
  filter: drop-shadow(0px 4px 10px rgba(15, 31, 41, 0.15));
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 42px 42px;
  position: relative;
  z-index: 10;
  padding: 9px 23px 0 0px;
}
.header-innerpage__icon {
  width: 15px;
  height: 27px;
  stroke: #DCDCDC;
  fill: none;
}

/*gallery*/
#gallery-slider {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
}
.gallery-slider__inner {
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(0, 0);
  height: 100%;
}
.gallery-slider__item {
  /*opacity: 0;*/
  /*display: none;*/
  transition: 0.2s;

  height: 100%;
  float: left;
  padding: 0;
  margin: 0;
  transform: translate(0, 0);
}
.gallery-slider__item.active {
  /*opacity: 1;*/
  /*display: block;*/
}
.gallery-slider__item img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
}
.gallery-slider__dots {
  text-align: center;
  display: table;
  width: 100%;
  margin: 0 0 10px;
  position: absolute;
  top: 0;
}
.gallery-slider__dots span{
  cursor: pointer;
  height: 2px;
  padding: 0 5px;
  display: table-cell;
}
.gallery-slider__dots span:before{
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #DCDCDC;
  transition: background-color 0.6s ease;
}
.gallery-slider__dots span.active:before {
  background-color: #4ABA6B;
}

/*reviews*/
#page-review .container {
  height: 100%;
}
.review__nav {
  padding: 0 20px;
  font-size: 0;
  margin: 5px -2.9% 21px;
}
.review-nav__item.active {
  color: #4ABA6B;
}
.review-nav__item {
  display: inline-block;
  width: 44%;
  margin: 0 3%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 31px;
  text-transform: uppercase;
  color: #ACACAC;
  border-bottom: 2px solid;
  transition: 0.2s;
}
.review-content__item.active {
  opacity: 1;
  position: relative;
  top: auto;
}
.review-content__item {
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: -999px;
  height: calc(100% - 190px);
  overflow: hidden scroll;
}
.review-content__item.review-content-slider {
  overflow: hidden;
}
.review-btn {
  display: block;
  border: 2px solid #DCDCDC;
  border-radius: 3px;
  font-weight: bold;
  font-size: 15px;
  color: #0F1F29;
  text-decoration: none;
  padding: 8px;
  margin: 0 20px 22px;
  text-align: center;
}
.review-btn:before {
  content: '+';
  width: 24px;
  height: 24px;
  text-align: center;
  background: #4ABA6B;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 2px;
}
.review__media {
  font-size: 0;
  margin: 0 -0.5%;
}
.review-media__item {
  display: inline-block;
  border-radius: 5px;
  width: 32.3%;
  margin: 0 0.5% 4px;
}
.review-media__item img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.review-slider { 
  height: 70%;
  perspective: 500px; 
/*   background: #100000;  */
  padding-top: 30%; 
  font-size:0; 
  /*margin-bottom: 3rem; */
  overflow: hidden; 
  position: relative;
}
.review-slider__inner { 
  transform-style: preserve-3d; 
  height: 100%; 
  transform-origin: 50% 50% -100px; 
  transition: 1s; 
}
.review-slider__item { 
  position: absolute; 
  /*left: 50%;*/
  transform-origin: 50% 50% -150px;
  outline:1px solid transparent; 
  opacity: 0;
  transition: 1s; 
  color: #363636;
  font-size: 14px;
}
.review-slider__item.active {
/*   display: block; */
  opacity: 1;
}

.item-before-2 {
  transform: rotateX(44deg) translateY(-80px);
  opacity: 0.2;
}
.item-before-1 {
  transform: rotateX(22deg) translateY(-40px);
  opacity: 0.4;
}
.item-after-1 {
  transform: rotateX(-22deg) translateY(40px);
  opacity: 0.4;
}
.item-after-2 {
  transform: rotateX(-44deg) translateY(80px);
  opacity: 0.2;
}

/*social*/
.social__list {
  font-size: 0;
}
.social__item {
  display: inline-block;
  border-radius: 3px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.social-item__icon {
  fill: #fff;
}
.social-item__box {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 1px;
  right: 0;
  margin: auto;
}
/* Social size */
.social__col-4,
.social__col-3,
.social__col-2 {
  font-size: 0;
}
.social__col-4 {
  margin: 0 -5px;
}
.social__col-4 .social__item {
  width: 75px;
  height: 80px;
  margin: 0 5px 13px 6px;
}
.social__col-4 .social-item__box {
  height: 29px;
}
.social__col-3 {
  margin: 0 -9px;
}
.social__col-3 .social__item {
  width: 100px;
  height: 110px;
  margin: 0 8px 20px 9px;
}
.social__col-3 .social-item__box {
  height: 49px;
}
.social__col-3 .social-item__box:after {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 8px;
}
.social__col-2 {
  margin: 0 -16px;
}
.social__col-2 .social__item {
  width: 155px;
  height: 165px;
  margin: 0 9px 28px 16px;
  background-size: 155px 165px;
  background-position: center;
}
.social__col-2 .social-item__box {
  height: 20px;
  top: auto;
  bottom: 25px;
  text-align: left;
  padding: 0 17px;
}
.social__col-2 .social-item__box:after {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 7px;
}

/* social__line */

.social__line .social__item {
  display: inline-block;
  border-radius: 3px;
  position: relative;
  height: 50px;
}
.social__line .social-item__box {
  height: 21px;
  width: 110px;
  text-align: left;
}
.social__line .social-item__box:after {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 7px;
}
.social__col-1.social__line,
.social__col-2.social__line {
  margin: 0 -1%;
}
.social__col-1.social__line .social__item {
  width: 98%;
  margin: 0 1% 10px;
}
.social__col-2.social__line .social__item {
  width: 48%;
  margin: 0 1% 10px;
}
.social__col-2.social__line .social-item__box {
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 0 5px;
}
.social-vk .social-item__icon {
  width: 28px;
  height: 28px;
}
.social-fb .social-item__icon {
  width: 28px;
  height: 28px;
}
.social-in .social-item__icon {
  width: 29px;
  height: 29px;
}
.social-yt .social-item__icon {
  width: 32px;
  height: 26px;
}
.social-tw .social-item__icon {
  width: 34px;
  height: 27px;
}
.social-wa .social-item__icon {
  width: 28px;
  height: 28px;
}
.social-vi .social-item__icon {
  width: 26px;
  height: 28px;
}
.social-tg .social-item__icon {
  width: 28px;
  height: 28px;
}
.social__col-2 .social-vk .social-item__icon {
  width: 20px;
  height: 20px;
}
.social__col-2 .social-fb .social-item__icon {
  width: 20px;
  height: 20px;
}
.social__col-2 .social-in .social-item__icon {
  width: 20px;
  height: 20px;
}
.social__col-2 .social-yt .social-item__icon {
  width: 25px;
  height: 20px;
}
.social__col-2 .social-tw .social-item__icon {
  width: 22px;
  height: 18px;
}
.social__line .social-vk .social-item__icon {
  width: 21px;
  height: 21px;
}
.social__line .social-fb .social-item__icon {
  width: 21px;
  height: 21px;
}
.social__line .social-in .social-item__icon {
  width: 22px;
  height: 22px;
}
.social__line .social-yt .social-item__icon {
  width: 21px;
  height: 17px;
}
.social__line .social-tw .social-item__icon {
  width: 22px;
  height: 18px;
}
.social__line .social-wa .social-item__icon {
  width: 23px;
  height: 23px;
}
.social__line .social-vi .social-item__icon {
  width: 22px;
  height: 24px;
}
.social__line .social-tg .social-item__icon {
  width: 23px;
  height: 23px;
}

/* Icon text */

.sharebox-vk.sharebox__item:after,
.social__col-3 .social-vk .social-item__box:after,
.social__col-2 .social-vk .social-item__box:after,
.social__line .social-vk .social-item__box:after {
  content: 'ВКонтакте';
}
.sharebox-fb.sharebox__item:after,
.social__col-3 .social-fb .social-item__box:after,
.social__col-2 .social-fb .social-item__box:after,
.social__line .social-fb .social-item__box:after {
  content: 'Dzen';
}
.social__col-3 .social-in .social-item__box:after,
.social__col-2 .social-in .social-item__box:after,
.social__line .social-in .social-item__box:after {
  content: 'Instagram';
}
.social__col-3 .social-yt .social-item__box:after,
.social__col-2 .social-yt .social-item__box:after,
.social__line .social-yt .social-item__box:after {
  content: 'YouTube';
}
.social__col-3 .social-tw .social-item__box:after,
.social__col-2 .social-tw .social-item__box:after,
.social__line .social-tw .social-item__box:after {
  content: 'Vk';
}
.sharebox-wa.sharebox__item:after,
.social__col-3 .social-wa .social-item__box:after,
.social__col-2 .social-wa .social-item__box:after,
.social__line .social-wa .social-item__box:after {
  content: 'WhatsApp';
}
.sharebox-vi.sharebox__item:after,
.social__col-3 .social-vi .social-item__box:after,
.social__col-2 .social-vi .social-item__box:after,
.social__line .social-vi .social-item__box:after {
  content: 'Viber';
}
.sharebox-tg.sharebox__item:after,
.social__col-3 .social-tg .social-item__box:after,
.social__col-2 .social-tg .social-item__box:after,
.social__line .social-tg .social-item__box:after {
  content: 'Telegram';
}
.sharebox-in.sharebox__item:after {
  content: 'Direct';
}
.sharebox-link.sharebox__item:after {
  content: 'Ссылка';
}
.sharebox-sms.sharebox__item:after {
  content: 'SMS';
}

/* Icon color */

.social-vk,
.sharebox-vk .sharebox-item__box {
  background: #45668E;
}
.social-fb,
.sharebox-fb .sharebox-item__box {
  background: #3B5998;
}
.social-in {
  background: #405DE6;
}
.social-yt {
  background: #FF0000;
}
.social-tw {
  background: #1DA1F2;
}
.social-wa,
.sharebox-wa .sharebox-item__box {
  background: #24D366;
}
.social-vi,
.sharebox-vi .sharebox-item__box {
  background: #59267C;
}
.social-tg,
.sharebox-tg .sharebox-item__box {
  background: #0088CC;
}
.sharebox-in .sharebox-item__box {
  background: #405DE6;
  background: -webkit-linear-gradient(top, #4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75);
  background: -moz-linear-gradient(top, #4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75);
  background: linear-gradient(to bottom, #4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75);
}
.sharebox-link .sharebox-item__box {
  background: #EDEDED;
}
.sharebox-sms .sharebox-item__box {
  background: #FE5722;
}

/*Animation*/
@keyframes swipe-down {
  0% {
    transform: translate(0, 0);
  }  20% {
    transform: translate(0, 7px);
  }  40% {
    transform: translate(0, 5px);
  }  60% {
    transform: translate(0, 10px);
  }  80% {
    transform: translate(0, 5px);
  }  100% {
    transform: translate(0, 0);
  }
}
@keyframes swipe-right {
  0% {
    transform: translate(0px, 0);
  }  20% {
    transform: translate(7px, 0);
  }  40% {
    transform: translate(5px, 0);
  }  60% {
    transform: translate(10px, 0);
  }  80% {
    transform: translate(5px, 0);
  }  100% {
    transform: translate(0px, 0);
  }
}
@keyframes swipe-left {
  0% {
    transform: translate(0px, 0);
  }  20% {
    transform: translate(-7px, 0);
  }  40% {
    transform: translate(-5px, 0);
  }  60% {
    transform: translate(-10px, 0);
  }  80% {
    transform: translate(-5px, 0);
  }  100% {
    transform: translate(0px, 0);
  }
}
@keyframes swipeimg-down {
  0% {
    transform: translate(0, 0);
  }  25% {
    transform: translate(0, 5px);
  }  50% {
    transform: translate(0, 10px);
  }  100% {
    transform: translate(0, 0);
  }
}
@keyframes swipeimg-right {
  0% {
    transform: translate(0, 0);
  }  25% {
    transform: translate(5px, 0);
  }  50% {
    transform: translate(10px, 0);
  }  100% {
    transform: translate(0, 0);
  }
}
@keyframes swipeimg-left {
  0% {
    transform: translate(0, 0);
  }  25% {
    transform: translate(-5px, 0);
  }  50% {
    transform: translate(-10px, 0);
  }  100% {
    transform: translate(0, 0);
  }
}
@keyframes phone {
  0% {
    transform: translate(0, 0);
    border-color: #f6f7f7;
  }  50% {
    transform: translate(0, 0);
    border-color: #c2ebce;
  }  100% {
    transform: translate(0, 0);
    border-color: #f6f7f7;
  }
}
@media (max-width: 374px) {
  .social__col-3 {
    margin: 0 -2%;
  }  .social__col-3 .social__item {
    width: 29%;
    margin-right: 2%;
    margin-left: 2%;
  }  .social__col-2 {
    margin: 0 -2%;
  }  .social__col-2 .social__item {
    width: 45%;
    margin-right: 2%;
    margin-left: 2%;
  }  .social__col-2 .social-item__box {
    padding: 0 10px;
  }

  .review__media {
    font-size: 0;
    margin: 0 -2%;
  }
  .review-media__item {
    display: inline-block;
    border-radius: 5px;
    width: 46%;
    margin: 0 2% 7px;
  }

  .header__cover {
    background-size: 205%;
  }
}

@media all and (orientation: landscape), all and (min-width: 480px) {
  .container-video {
    padding-top: 0;
  }
  .video__text {
    clear: both;
    padding-top: 44px;
  }
}