/* green: #1d70b8 */
/* gray: #323232 */


html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

body.page {
  line-height: 1.7;
}

h1 {
  margin-bottom: 3rem;
}

h2 {
  margin: 1rem 0;
}

.h1 {
  font-size: 3rem;
  line-height: 1.2;
}

.h2 {
  font-size: 5rem;
  line-height: 1.2;
}

.img-responsive {
  max-width: 100%;
}

.no-btn {
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

.no-btn:focus {
  outline: none;
}

/* BOOTSTRAP */

/* .. */

/* GENERAL */

.link {
  text-decoration: none;
}

.link-disabled {
  pointer-events: none;
}

.clr__green {
  color: #1d70b8;
}

.sfer-btn {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  padding: 1.6rem 6rem;
  border-radius: 5rem;
  background: #1d70b8;
  border: 2px solid #1d70b8;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 4px 12px 60px 0 rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.sfer-btn:hover {
  background: transparent;
  border-color: #1d70b8;
  color: #000;
}

.body-wrapper {
  position: relative;
}

.body-wrapper:before {
  content: '';
  position: absolute;
  background: url('../img/body-dots.svg') no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 38%;
  min-width: 30rem;
  height: 80rem;
  z-index: 0;
  transform: translateX(-30%)
}

.body-wrapper:after {
  content: '';
  background: url('../img/wave-top.svg') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 57rem;
  z-index: -1;
}

/* HEADER */

.header {
  position: relative;
  padding-top: 5rem;
  z-index: 2;
}

.header__logo {
  height: 6.3rem;
}

.nav__list {
  list-style: none;
  display: flex;
  padding: 0;
}

.nav__item {
  padding: 0 1.5rem;
  text-transform: uppercase;
}

.nav__item:first-child {
  padding-left: 0;
}

.nav__item:last-child {
  padding-right: 0;
}

.nav__link {
  font-size: 1.1rem;
  font-weight: 700;
  color: #323232;
  text-decoration: none;
  line-height: 1.4rem;
  transition: all .3s;
}

.nav__link:hover {
  color: #1d70b8;
}

.header__tel {
  font-size: 1.7rem;
  font-weight: 700;
}

/* WELCOME */

.welcome__header {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.1;
}

.welcome__header span {
  display: block;
}

.welcome__subheader {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.welcome-rpart {
  position: relative;
  padding-left: 5rem;
}

.welcome__circle-img {
  position: relative;
  /* background: url('../img/home.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 50%; */
  width: 46rem;
  height: 46rem;
  z-index: 2;
}

.welcome__circle-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
}

.welcome-rpart:after {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 43.8rem;
  height: 66.7rem;
  background-size: cover;
  content: '';
  background: url('../img/device-dots.svg') no-repeat center center;
  z-index: -1;
}

.welcome__device {
  position: absolute;
  width: 40rem;
  left: -1rem;
  top: 50%;
  transform: translate(-20%, -30%);
  opacity: 0;
  transition: all .7s;
}

.welcome__device.active {
  transform: translate(-20%, -50%);
  opacity: 1;
}

.welcome__slider-nav {
  position: absolute;
  top: 50%;
  width: 45%;
  height: 50%;
  max-height: 30rem;
  right: 0;
  transform: translateY(-50%);
}

.welcome__slider-nav img,
.w-slider__img,
.w-slider__btn svg {
  width: 3.1rem;
  height: 100%;
}

.w-slider__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.w-slider__item {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.w-slider__btn {
  fill: #1d70b8;
  cursor: pointer;
  transition: all .3s;
}

.w-slider__btn:hover {
  fill: #fff;
}

.w-slider__item:hover,
.w-slider__item.active {
  color: #1d70b8;
}

.welcome__c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.welcome__c-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  width: 100%;
  height: 100%;
}

.welcome__c-bg>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0.3, 0.1, 0.3, 1),
    visibility 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: opacity 0.35s cubic-bezier(0.3, 0.1, 0.3, 1),
    visibility 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
}

.welcome__c-bg>img.active {
  opacity: 1;
}

/* BENEFITS */

.benefits__control {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: pointer;
  transition: all .3s;
  opacity: 0.4;
}

.benefits__control.active {
  box-shadow: 0.5rem 1.2rem 6rem 0 #00000021;
  opacity: 1;
}

.benefits__header {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.23;
  color: #000000;
}

.benefits__phone-section {
  margin-top: 4rem;
  /* background-image: url('../img/benefits/one.png'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.benefits__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #323232;
}

.benefits__text--bold {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2rem;
}


/* FOOTER */

.footer {
  position: relative;
  background: #323232;
  padding: 9rem 0;
  z-index: 2;
}

.footer__header {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.22;
  color: #ffffff;
}

.footer__link {
  color: #ffffff;
}

.footer__item {
  text-transform: none;
}

.footer__btn {
  border: 2px solid transparent;
  transition: all .3s;
}

.footer__btn:hover {
  background: #323232;
  color: #1d70b8;
  border-color: #ffffff;
}

.form__input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #707070;
  margin-left: 2rem;
  font-size: 1.1rem;
  padding: 0 1rem;
}

.form__input:focus {
  outline: none;
  border-bottom-color: #1d70b8;
}

.form__input--w200 {
  min-width: 20rem;
}

/* COPYRIGHT */

.copyright {
  position: relative;
  background: #323232;
  padding: 3rem 0;
  border-top: 1px solid #707070;
}

.copyright__text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.6;
  color: #fff;
}


/* TABS */

.tabs__content {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'layers';
  -ms-grid-columns: 100%;
  -ms-grid-rows: 100%;
  grid-template-columns: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.tabs__item {
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
}

.benefits__text {
  transform: translateX(30px);
}

.benefits__text.active {
  transform: translateX(0);
}

.tabs__item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.tabs__content>* {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: layers;
}

.benefits__phone-section {
  position: relative;
  max-width: 30rem;
  /*margin: 4rem auto 0;*/
  height: 59rem;
  /* overflow: hidden; */
}

.benefits__phone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.benefits__phone--inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* .benefits__phone--inner >img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0.3, 0.1, 0.3, 1),
    visibility 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: opacity 0.35s cubic-bezier(0.3, 0.1, 0.3, 1),
    visibility 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
} */

.benefits__phone--inner>img.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media (min-width: 1600px) {
  html {
    font-size: 0.625vw;
  }

  .container {
    max-width: 141rem;
  }

  .body-wrapper:after {
    height: 68rem;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 95%;
  }

  .header__tel {
    font-size: 1.6rem;
  }

  .header__logo {
    height: 5rem;
  }

  .welcome__header {
    font-size: 2.5rem;
  }

  .welcome__subheader {
    font-size: 1.7rem;
  }

  .welcome__circle-img {
    width: 28rem;
    height: 28rem;
  }

  .welcome__device {
    position: absolute;
    width: 24rem;
    top: 50%;
    transform: translate(-20%, -30%);
  }

  .welcome__device.active {
    transform: translate(-20%, -50%);
  }

  .benefits {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .sfer-btn {
    margin-left: 1rem;
  }

  .benefits__header-column {
    align-self: flex-end;
    margin-bottom: -4rem;
  }

  .footer {
    margin: 0;
    padding: 4rem 0;
  }

  .welcome__slider-nav {
    width: 55%;
    height: 70%;
  }
}

@media (max-width: 767px) {
  .mobile-version {
    display: block;
  }
  .pc-version {
    display: none !important;
  }
  .benefits__phone-section {
    margin: 0 auto;
  }
  .benefits__control.active {
    box-shadow: 0.5rem 1.2rem 6rem 0 #00000021;
    opacity: 1;
  }
  .header {
    padding-top: 2rem;
  }

  .header__logo {
    height: 4rem;
  }

  .welcome__header {
    font-size: 3.8rem;
  }

  .welcome-rpart {
    padding-left: 0;
  }

  .welcome__circle-img {
    margin: auto;
  }

  .body-wrapper:after {
    /*height: 105rem;*/
  }

  .welcome .m-btn,
  .benefits .sfer-btn {
    display: block;
    margin: 2rem auto 0;
    width: calc(100% - 14rem);
    text-align: center;
    font-size: 1.5rem;
    padding: 1.6rem 3rem;
  }

  .benefits__text {
    font-size: 1.4rem;
  }

  .benefits__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .benefits__header-column {
    margin-bottom: 3rem;
    /*border-bottom: 1px solid #333;*/
  }

  .footer__form {
    width: 100%;
  }

  .form__input {
    font-size: 1.6rem;
    padding: 2rem;
    margin-left: 0;
  }

  .footer__form .sfer-btn {
    font-size: 1.5rem;
    margin: 2rem auto;
  }
}

@media (max-width: 575px) {}

@media (max-width: 400px) {
  .header__logo {
    height: 3.2rem;
  }
  .mobile_none {
    display: none;
  }

  .header__tel {
    font-size: 1.4rem;
  }

  .burger {
    width: 3rem;
  }
}

/*24.02.19*/
/*edit footer maps for contact*/
.page-template-page-contacts .footer {
    margin-top: 0rem;
}
.contacts__link a {
  color:#000;
}

@media (min-width: 768px) {
.mobile-version {
    display: none;
  }
  .pc-version {
    display: block;
  }
  
}