/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 09/01/2019, 16:47
 */
/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 27/12/2021, 17:04
 */
:root {
  --blue-color: #1592d2;
}

.home-page {
  /*min-width: 900px;*/
  /*width: auto !important;*/
  /*opacity: 0;*/
  /*min-width: 1100px;*/
  height: 100%;
}

.home-header-image {
  background: #444;
  background-image: url(../img/main-image.jpg);
  background-repeat: no-repeat;
  /* background-size: contain; */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-position: center;
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  left: 0;
  top: 0;
  /* background-attachment: fixed; */
}

.home-header-image:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.3;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.home-logo {
  position: relative;
  text-align: center;
  /*top: 10px;*/
  /*height: 85px;*/
}

.home-logo > span {
  font-family: Alef;
  font-size: 3.125em;
  font-weight: 600;
  color: white;
  position: relative;
  top: 7px;
}

.logo.mobile {
  display: none;
}

.home-header-contacts {
  font-family: Assistant, sans-serif;
  font-size: 1.375em;
  font-weight: 200;
  color: #ffffff;
  position: relative;
  text-align: left;
  top: -80px;
  margin-left: 80px;
  display: none;
}

.home-header-contacts a {
  text-decoration: none;
  color: #ffffff;
}

.home-content-guests {
  position: relative;
  top: -140px;
  /*background-color: white;*/
  width: 100%;
  /*height: 100%;*/
  /*margin-bottom: 30px;*/
  text-align: center;
}

.home-video {
  position: relative;
  /*top: 100px;*/
  margin-top: 100px;
  bottom: 40px;
  text-align: center;
  position: relative;
}

.home-video-title {
  font-family: Alef;
  font-size: 3.125em;
  line-height: 1.19;
  text-align: center;
  color: #ffffff;
  /*text-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);*/
  margin: 0 auto;
  /*width: 45%;*/
}

.home-video-title div:nth-child(2) {
  font-size: 1.6em;
  font-weight: bold;
}

.home-video-title div:nth-child(2) span {
  color: #5fabf9;
  -webkit-text-stroke: 1px #ddd;
}

.home-video-content {
  margin-top: 20px;
}

.home-video-text-line {
  border-left: solid 1px #ffffff;
  line-height: 51px;
  display: inline-block;
  position: relative;
  top: -18px;
}

.home-video-text {
  font-family: Assistant, sans-serif;
  font-size: 1.688em;
  font-weight: 100;
  line-height: 1.19;
  text-align: right;
  color: #f6f6f6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  width: 310px;
  display: inline-block;
  cursor: pointer;
}

.home-video-text:hover {
  font-weight: bold;
}

.home-video-image {
  margin-right: 17px;
  cursor: pointer;
  background-image: url("../img/play-btn.png");
  width: 43px;
  height: 43px;
  display: inline-block;
}

.home-video-image:hover {
  background-image: url("../img/play-btn-hover.png");
}

.home-video-buttons {
  margin-top: 50px;
  height: 40px;
}

.home-section-lock {
  position: relative;
  top: 25px;
}

.home-section-guests-block {
  width: 234px;
  height: 210px;
  border-radius: 5px;
  background-color: #f2f5f6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  max-height: 210px;
}

.home-section-block:hover div.home-section-text-descr {
  display: block;
}

.home-section-content {
  position: relative;
  top: 70px;
}

.home-section-content-textup {
  font-family: SecularOne;
  font-size: 1.25em;
  text-align: center;
  color: #696969;
  line-height: 40px;
}

.home-section-content-line {
  width: 140px;
  height: 1px;
  background-color: #979797;
  margin: 0 auto;
}

.home-section-content-textdown {
  font-family: Assistant, sans-serif;
  font-size: 1.375em;
  font-weight: 300;
  text-align: center;
  color: #000000;
  line-height: 40px;
}

.home-section-text-descr {
  width: 100%;
  height: 103px;
  /*opacity: 0.23;*/
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #BDC0C0;
  position: relative;
  top: 28px;
  /*z-index: 99;*/
  display: none;
  max-height: 103px;
  overflow: hidden;
}

.home-section-text-descr-bottom {
  width: 100%;
  height: 9px;
  background-color: var(--blue-color);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  bottom: 0;
}

.home-section-text-descr-text {
  font-family: Assistant, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  max-height: 103px;
}

.guest-signup {
  /*height: 120px;*/
  padding: 30px 0 10px 0;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.11);
  background-color: white;
  /*padding-top: 20px;*/
  position: relative;
  text-align: center;
  margin: 0 0;
}

.guest-signup-text {
  width: 154px;
  font-family: Assistant, sans-serif;
  font-size: 1.375em;
  text-align: right;
  color: #353535;
  display: inline-block;
  vertical-align: middle;
}

.guest-signup-line {
  height: 30px;
  /*bacolor: #474747;*/
  /*width: 1px;*/
  display: inline-block;
  border-right: 1px solid #474747;
  margin-left: 55px;
}

.guest-signup-fullname {
  margin-left: 30px;
}

.home-content-math {
  background-color: #f2f5f6;
  padding: 130px 0 160px 0;
}

.home-content-descr-title {
  font-family: SecularOne;
  font-size: 1.875em;
  margin-bottom: 20px;
  text-align: right;
  color: #191919;
}

.home-content-descr-text {
  font-family: Assistant, sans-serif;
  font-size: 1.375em;
  text-align: right;
  color: #353535;
  display: inline-block;
  width: 396px;
  vertical-align: middle;
}

.home-computer-image {
  display: inline-block;
}

.home-content-descr-block {
  display: inline-block;
  vertical-align: top;
  width: 432px;
  margin-right: 45px;
}

.home-content-descr {
  text-align: right;
  margin-bottom: 20px;
}

.home-content-descr img {
  margin-left: 10px;
  vertical-align: middle;
}

.home-content-words {
  padding: 130px 0 160px 0;
  background-color: #ffffff;
  box-shadow: 0 -5px 12px 0 rgba(0, 0, 0, 0.14);
}

.home-content-words-2 {
  padding: 130px 0 160px 0;
  background-color: #f2f5f6;
  box-shadow: 0 -5px 12px 0 rgba(0, 0, 0, 0.14);
}

.home-content-addons {
  padding: 130px 0 160px 0;
  background-color: #ffffff;
  box-shadow: 0 -5px 12px 0 rgba(0, 0, 0, 0.14);
}

.home-content-addons-button {
  width: 185px;
  height: 70px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 7px rgba(65, 155, 249, 0.42);
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}

.home-content-addons-text {
  font-family: Assistant, sans-serif;
  font-size: 1.375em;
  color: #202020;
  vertical-align: middle;
  line-height: 2.5em;
}

.home-content-addons-text:hover {
  font-weight: bold;
}

.home-content-addons-buttons {
  display: inline-block;
  text-align: center;
  width: 500px;
}

.contacts-image.mobile {
  display: none;
}

.home-content-descr-block .button-blue.signup {
  display: block;
}

.home-header {
  position: relative;
}

.home-content-signup.signup-form-math {
  right: -610px;
  top: 55px;
}

.home-content-signup.signup-form-words {
  left: -610px;
  top: 55px;
}

.home-content-signup.signup-form-words-2 {
  right: -610px;
  top: 55px;
}

.home-content-signup.signup-form-tools {
  left: -535px;
  top: 55px;
}

.home-blue-panel {
  background-color: rgba(95, 171, 249, 0.7882352941);
  height: 105px;
  margin-top: 100px;
}

.home-blue-buttons {
  text-align: center;
  /*display: table;*/
}

.home-blue-button-holder {
  margin-left: 65px;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.8;
}

.home-blue-button {
  width: 60px;
  height: 60px;
  background-size: contain;
  vertical-align: middle;
  margin-top: 10px;
  display: inline-block;
}

.home-blue-button:nth-last-child(1) {
  margin-left: initial;
}

.home-blue-button.button-1 {
  background-image: url("../img/land.png");
}

.home-blue-button.button-2 {
  background-image: url("../img/hat.png");
}

.home-blue-button.button-3 {
  background-image: url("../img/books.png");
}

.home-blue-button.button-4 {
  background-image: url("../img/iphone.png");
}

.home-button-label {
  position: absolute;
  top: -15px;
  left: -27px;
  width: 100px;
  height: 54px;
  cursor: pointer;
  background-size: contain;
}

.home-blue-button-holder:hover {
  opacity: 1;
  /*-webkit-transform: scale(1.05);*/
  /*-ms-transform: scale(1.05);*/
  /*transform: scale(1.05);*/
  transition: 0.3s ease;
}

.home-blue-button-holder.button-4 div.home-button-label {
  background-image: url("../img/start-demo.png");
}

.home-blue-button-holder:hover .home-button-label,
.home-blue-button-holder.button-4 div.home-button-label:hover {
  background-image: url("../img/start-demo-pressed.png") !important;
}

.home-blue-button-text {
  color: white;
  margin-top: 3px;
  font-size: 1em;
  font-family: Alef;
}

.home-header-login {
  position: absolute;
  left: 20px;
  top: 15px;
}

.home-button-v {
  background-image: url("../img/home-arrow.png");
  background-size: contain;
  width: 55px;
  height: 27px;
  margin: 140px auto;
}

.home-guest-title {
  font-size: 2.5em;
  color: black;
  font-weight: bold;
  text-align: center;
}

.home-guest-description-button {
  width: 6em;
  color: #1F64A3;
  border: 1px solid #7895a3;
  border-radius: 5px;
  display: inline-block;
  /* height: 1.2em; */
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  vertical-align: baseline;
}

.home-guest-description-button:hover {
  background-color: #c7c7c7;
}

.hamburger-icon-closed, .hamburger-icon-opened {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 27px;
  height: 23px;
  cursor: pointer;
  z-index: 10;
  color: white;
}

.hamburger-icon-opened {
  color: black;
}

.button-frame-transparent-h35.guest-contact-button {
  width: 7em;
  height: 2em;
  line-height: calc(2em - 4px);
  font-size: 1.575em;
  font-weight: bold;
}

.button-frame-transparent-h35.guest-contact-button.math {
  width: 7em;
  height: 1.6em;
  line-height: calc(1.6em - 4px);
}

form[name=guest-contact-inline] span input {
  width: 180px;
  font-size: 1.375em;
}

.guest-content-copyright .contacts a {
  /*font-family: Alef;*/
}

.home-guest-video-bottom {
  padding-bottom: 50px;
  background: white;
}

.guest-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.guest-whatsapp img {
  width: 56px;
  height: 56px;
}

.guest-soldiers {
  font-size: 1rem;
  background-color: white;
  color: #ca3d3d;
  width: max-content;
  font-weight: bold;
  margin: 15px auto;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
}

.content-dialog {
  box-shadow: grey 2px 2px 8px 1px;
}

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