

.start__container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.start__info-block {
  margin-top: 40px;
}

.start__caption {
  color: #383838;
  font-size: 26px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  font-family: "museo_sans_cyrl900";
}

.start__caption-second {
  color: #272a2c;
  font-size: 26px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  font-family: "museo_sans_cyrl900";
}

.start__caption-third {
  color: #272a2c;
  font-size: 26px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  font-family: "museo_sans_cyrl900";
}

.start__desc-block {
  padding: 50px 0 0 0;
}

.start__desc {
  font-size: 18px;
  color: #383838;
  padding: 0;
  margin: 0;
  font-family: "museo_sans_cyrl700";
}

.start__btn {
  border: 0;
  margin: 80px 0 0 0;
  display: inline-block;
  font-size: 18px;
  color: white;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 50px;
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  background-color: #383838;
  transition: .3s all;
}

.start__btn:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  transition: .3s all;
  color: white;
  text-decoration: none;
  background-color: #3ba9b2;
}

.start__btn:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.start__btn:active {
  outline: none;
}

.start__baner {
  position: absolute;
  bottom: 55px;
  right: 40px;
}

.start__btn-buy {
  border: 0;
  padding: 18px 50px;
  background-color: #3ba9b2;
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  display: inline-block;
  border-radius: 36px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl900";
  text-decoration: none;
  transition: .3s all;
  margin: 0 0 30px 30px;
}

.start__btn-buy:hover {
  background-color: #383838;
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  transition: .3s all;
  color: white;
  text-decoration: none;
}

.start__btn-buy:focus {
  outline: none;
}

.header__wrapper {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header__container {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__menu-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.header__logo-link:focus {
  outline: none;
}

.header__logo {
  width: 180px;
  height: 55px;
}

.header__activation {
  position: relative;
}

.header__activation-link {
  background: transparent;
  border: 0;
  color: #383838;
  font-size: 14px;
  text-decoration: none;
  font-family: "museo_sans_cyrl500";
  transition: .3s all;
}

.header__activation-link:focus {
  outline: none;
  color: black;
  text-decoration: none;
}

.header__activation-link:active {
  outline: none;
  color: black;
  text-decoration: none;
}

.header__activation-link:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -38px;
  background-image: url(../img/header/ic_activation.svg);
  width: 30px;
  height: 30px;
}

.header__activation-link:hover {
  transition: .3s all;
  text-decoration: none;
  color: black;
  color: #3ba9b2;
}

.header__login-link {
  font-family: "museo_sans_cyrl500";
  position: relative;
  margin-left: 90px;
  color: #383838;
  font-size: 14px;
  text-decoration: none;
  transition: .3s all;
}

.header__login-link:focus {
  outline: none;
  color: black;
  text-decoration: none;
}

.header__login-link:active {
  outline: none;
  color: black;
  text-decoration: none;
}

.header__login-link:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -38px;
  background-image: url(../img/header/ic_login.svg);
  width: 30px;
  height: 30px;
}

.header__login-link:hover {
  text-decoration: none;
  color: #3ba9b2;
  transition: .3s all;
}

.header__lang {
  margin-left: 50px;
  width: 60px;
  height: 30px;
  z-index: 11;
  position: relative;
  border-radius: 15px;
  cursor: pointer;
  background-color: #383838;
  transition: .5s all;
}

.header__lang:hover {
  transition: .5s all;
  border-radius: 15px 15px 0 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #383838;
}

.header__lang:hover .header__ul {
  display: block;
  transition: .5s all;
}

.header__lang:hover .header__img-arrow {
  transform: rotate(180deg);
  transition: .5s all;
}

.header__lang-eng {
  font-family: "museo_sans_cyrl500";
  color: white;
  position: absolute;
  top: 6px;
  left: 13px;
  font-size: 12px;
  text-transform: uppercase;
}

.header__ul {
  transition: .5s all;
  list-style: none;
  z-index: 10;
  display: none;
  position: absolute;
  top: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px 0 15px 15px;
  text-align: left;
  width: 85px;
  right: 0;
  padding: 0;
  margin: 0;
}

.header__ul:last-child {
  padding-bottom: 10px;
}

.header__li {
  color: #383838;
  padding: 10px 0 0 10px;
}

.header__lang-link {
  font-family: "museo_sans_cyrl500";
  color: white;
  text-decoration: none;
}

.header__lang-link:hover {
  text-decoration: none;
  color: white;
}

.header__img-arrow {
  position: absolute;
  width: 8px;
  top: 12px;
  right: 12px;
}

.header__hamburger {
  display: none;
}

.header__hamburger:focus {
  outline: none;
}

.header__nav-ul {
  padding: 0;
  margin: 0;
}

.header__nav-li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__li-link {
  padding: 12px 20px;
  border-radius: 25px;
  color: #383838;
  font-family: "museo_sans_cyrl500";
  transition: .3s all;
}

.header__li-link:hover {
  transition: .3s all;
  background-color: #3ba9b2;
  color: white !important;
  text-decoration: none;
}

.header__li-link:focus {
  outline: none;
  text-decoration: none;
  color: #383838;
}

.header__humburger-block {
  width: 30px;
  height: 30px;
  z-index: 10000000;
}

.header__humburger-line {
  transition: .3s all;
  transform: translateY(14px);
  position: relative;
  width: 30px;
  background-color: #383838;
  height: 3px;
}

.header__humburger-line:before {
  position: absolute;
  content: '';
  width: 30px;
  background-color: #383838;
  height: 3px;
  top: -8px;
  left: 0;
}

.header__humburger-line:after {
  position: absolute;
  content: '';
  width: 30px;
  background-color: #383838;
  height: 3px;
  top: 8px;
  left: 0;
}

.header__humburger-block.active .header__humburger-line {
  transition: .3s all;
  background-color: transparent;
  top: 0;
}

.header__humburger-block.active .header__humburger-line:before {
  transition: .3s all;
  transform: rotate(45deg);
  top: 0;
  background-color: #e53a5a;
}

.header__humburger-block.active .header__humburger-line:after {
  transition: .3s all;
  transform: rotate(135deg);
  top: 0;
  background-color: #e53a5a;
}

.why__wrapper {
  width: 100%;
  background-image: url(../img/pattern.jpg);
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
}

.why__wrapper::before {
  position: absolute;
  content: '';
  background-image: url(../img/why/shadow_top_2120.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
}

.why__wrapper::after {
  position: absolute;
  content: '';
  background-image: url(../img/why/shadow_bottom_2120.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
}

.why__title-block {
  text-align: center;
  opacity: 0;
}

.why__title-caption {
  padding: 50px 0 0 0;
  color: white;
  font-size: 30px;
  font-family: "museo_sans_cyrl700";
  margin: 0;
}

.why__line-block {
  height: 8px;
  background-color: #3ba9b2;
  width: 60px;
  margin: 20px auto 40px;
  border-radius: 4px;
}

.why__container {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 50px 0;
}

.why__item {
  text-align: center;
}

.why__item-img {
  width: 132px;
  height: 132px;
}

.why__desc {
  padding: 30px 0 0 0;
  text-align: center;
  color: white;
  font-family: "museo_sans_cyrl300";
}

.solution__wrapper {
  background-image: url(../img/light.jpg);
  overflow: hidden;
}

.solution__title-block {
  opacity: 0;
  text-align: center;
}

.solution__caption {
  color: #213031;
  font-size: 30px;
  font-family: "museo_sans_cyrl700";
  padding: 50px 0 0 0;
  text-transform: uppercase;
  margin: 0;
}

.solution__line-block {
  margin: 20px auto 50px;
  background-color: #3ba9b2;
  width: 60px;
  height: 8px;
  border-radius: 4px;
}

.solution__container {
  opacity: 0;
  padding: 0 0 50px 0;
}

.solution__left-slider {
  background-image: url(../img/solution/ic_pin.svg);
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: 20%;
  position: absolute;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 360px;
}

.solution__right-slider {
  float: right;
}

.solution__img-slider {
  width: 100% !important;
  width-display: block !important;
  width-margin-top: -106px !important;
}

.solution__inner-item {
  margin: 0 auto;
  padding: 30px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.solution__ul-protect {
  padding: 0;
  margin: 0;
}

.solution__ul-protect:first-child {
  padding: 0 0 0 100px;
}

.solution__li-none {
  list-style: none;
}

.solution__li-protect {
  list-style: none;
  font-family: "museo_sans_cyrl500";
  font-size: 16px;
  position: relative;
}

.solution__li-protect:before {
  position: absolute;
  content: '';
  background-image: url(../img/solution/ic_sign_1.svg);
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  left: -15px;
  top: 5px;
}

.solution__ul-protect-two {
  padding: 10px 0 10px 20px;
}

.solution__li-protect-two {
  list-style: none;
  font-family: "museo_sans_cyrl500";
  font-size: 14px;
  position: relative;
}

.solution__li-protect-two:before {
  position: absolute;
  content: '';
  background-image: url(../img/solution/ic_sign_2.svg);
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  left: -15px;
  top: 5px;
}

.block_three h2 {
  /* padding-top: 60px; */
  color: #252423;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
}

.product_slider .slick-arrow {
  display: none !important;
}

.product_slider_nav {
  position: absolute;
  z-index: 10;
  background-color: #f8f8f8;
  padding: 0;
  margin: 0;
}

.nav_block {
  background-color: #f0eff6;
  width: 33.333333% !important;
  cursor: pointer;
  transition: .3s all;
  position: relative;
}

.nav_block:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #3ba9b2;
}

.nav_block:hover.nav_block:before {
  width: 100%;
  transition: .3s all;
}

.nav_block:focus {
  outline: none;
}

.nav_block:hover {
  background-color: white;
  transition: .3s all;
}

.slick-current.nav_block:before {
  width: 100%;
}

.slick-current.nav_block {
  background-color: white;
}

.nav_block img {
  float: left;
  width: 25px;
  /* height: 33px; */
  margin: 20px 10px 20px 16px;
}

.nav_block p {
  font-size: 22px;
  color: #213031;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl500";
  padding: 30px 0;
  text-align: center;
  margin: 0;
}

.nav_block_protect img {
  margin-left: 10px;
}

.nav_block_track img {
  margin-left: 27px;
}

.product_slider {
  min-height: 424px;
}

.slider_left_ul {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.286;
}

.slider_left_ul_protect {
  padding: 155px 25px 0;
}

.slider_left_ul_track {
  padding: 106px 25px 0;
}

.slider_left_ul_monitor {
  padding: 95px 25px 0;
}

.slider_left_ul_protect > li {
  padding-left: 20px;
}

.slider_left_ul_track > li {
  padding-left: 20px;
}

.slider_left_ul_monitor > li {
  padding-left: 20px;
}

.slider_left_ul ul {
  font-size: 12px;
  padding: 15px 0;
  line-height: 1.286;
  -moz-column-count: 2;
  -moz-column-count--webkit-column-count: 2;
  -moz-column-count-column-count: 2;
}

.slider_left_ul_marker {
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 5px 10px 0 0;
}

.slider_left_ul_monitor ul {
  white-space: nowrap;
}

.slider_left_ul_protect .slider_left_ul_marker {
  background-color: #56c352;
}

.slider_left_ul_track .slider_left_ul_marker {
  background-color: #1d81af;
}

.slider_left_ul_monitor .slider_left_ul_marker {
  background-color: #e0072f;
}

.product_button {
  display: block;
  border-radius: 3px;
  background-color: #f58b19;
  box-shadow: inset 0px -3px 0px 0px rgba(167, 87, 0, 0.75);
  width: 180px;
  margin: 20px auto 0;
  text-decoration: none;
  text-decoration-color: #fff;
  padding: 10px 55px 12px;
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product_button:hover {
  opacity: .85;
}

.service__wrapper {
  width: 100%;
  height: 100%;
  background-image: url(../img/service/bg_service_1400.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}

.service__container {
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 50px 0;
}

.service__title-block {
  opacity: 0;
  text-align: center;
}

.service__title-caption {
  color: white;
  font-size: 30px;
  font-family: "museo_sans_cyrl700";
  padding: 50px 0 0 0;
  text-transform: uppercase;
  margin: 0;
}

.service__line-block {
  margin: 20px auto 50px;
  background-color: #3ba9b2;
  width: 60px;
  height: 8px;
  border-radius: 4px;
}

.service__item {
  max-width: 270px;
  border-radius: 10px;
  margin: 0 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.service__img {
  margin-top: 40px;
  width: 184px;
  height: 80px;
}

.service__vw {
  width: 174px;
}

.service__caption {
  margin: 0;
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
  color: #213031;
  font-family: "museo_sans_cyrl500";
  text-transform: uppercase;
  position: relative;
}

.service__line {
  border-radius: 2px;
  width: 40px;
  height: 4px;
  background-color: #3ba9b2;
  margin: 15px auto 20px;
}

.service__li {
  padding: 0 15px 10px 0;
  list-style: none;
  text-align: left;
  font-size: 16px;
  color: #1d1b1b;
  font-family: "museo_sans_cyrl500";
  position: relative;
  text-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.15);
}

.service__li:before {
  content: '';
  position: absolute;
  background-image: url(../img/service/sign_3.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  top: 0px;
  left: -34px;
}

.service__disabled-li {
  color: #7c7c7c;
  text-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.15);
}

.service__disabled-li:before {
  content: '';
  position: absolute;
  background-image: url(../img/service/sign_4.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  top: 0px;
  left: -34px;
}

.service__none-li {
  opacity: 0;
}

.service__btn {
  bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  width: 100%;
  border: 0;
  padding: 14px 50px;
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  background-color: #383838;
  display: block;
  border-radius: 36px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl700";
  text-decoration: none;
  transition: .3s all;
  margin: 0 0 30px 0;
}

.service__btn:hover {
  background-color: #3ba9b2;
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  transition: .3s all;
  color: white;
  text-decoration: none;
}

.service__btn:focus {
  text-decoration: none;
  color: white;
  outline: none;
}

.reviews__wrapper {
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-image: url(../img/light.jpg);
  background-repeat: repeat;
}

.reviews__container {
  opacity: 0;
  padding: 50px 0;
}

.bg_reviews {
  width: 100%;
  height: 100%;
  height-background-image: url(../img/light.jpg) !important;
  height-background-repeat: repeat;
  overflow: hidden;
}

.block_caption h2 {
  font-size: 30px;
  color: #383838;
  font-family: "museo_sans_cyrl700";
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.block_caption_divider {
  height: 8px;
  width: 60px;
  border-radius: 4px;
  background-color: #e53a5a;
  margin: 20px auto 50px;
}

.reviews {
  margin: 0 auto;
}

.reviews_slider_slide {
  width: 100%;
}

.reviews_slider_img {
  margin: 0 auto;
}

.reviews_slider_img img {
  text-align: center;
  margin: 0 auto;
}

.reviews_slider_text {
  margin: 0 auto;
}

.reviews_name {
  padding: 0;
  margin: 0;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  color: #213031;
  font-size: 16px;
  text-align: center;
}

.reviews_date {
  padding: 10px 0 0 0;
  margin: 0;
  font-family: "museo_sans_cyrl100";
  text-transform: uppercase;
  color: #213031;
  font-size: 14px;
  text-align: center;
}

.reviews_desc {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "museo_sans_cyrl500";
  color: #7b7b7b;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

.reviews__btn-block {
  text-align: center;
}

.reviews__btn {
  text-align: center;
  padding: 18px 50px;
  background-color: #383838;
  border-radius: 36px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl700";
  text-decoration: none;
  transition: .3s all;
  margin: 0 0 30px 0;
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  outline: none;
}

.reviews__btn:hover {
  transition: .3s all;
  background-color: #e53a5a;
  box-shadow: 1px 2px 0px 0px rgba(182, 36, 63, 0.6), inset 1px 2px 0px 0px rgba(182, 36, 63, 0.6);
  color: white;
  text-decoration: none;
}

.reviews__btn:focus {
  outline: none;
  color: white;
}

.reviews__btn:active {
  outline: none;
  color: white;
}

.modal-header {
  border: none;
}

.modal-img-close {
  height: 16px;
  margin: 20px;
}

.modal-caption-block {
  padding: 35px 0 0 0;
}

.modal-caption {
  font-size: 30px;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  text-align: center;
  color: #383838;
  padding: 0;
  margin: 0;
}

.modal-line-block {
  width: 60px;
  height: 8px;
  border-radius: 4px;
  background-color: #e53a5a;
  margin: 20px auto 35px;
}

.modal-body {
  padding: 0 80px 50px 80px;
}

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

.modal__item {
  width: 49%;
}

.modal__form-group textarea {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  width: 100%;
  height: 143px;
  font-size: 16px;
  color: #383838;
  font-family: "museo_sans_cyrl300";
  padding: 10px 15px;
  resize: none;
  border: 1px solid #e8e8e8;
}

.modal__img-input {
  z-index: 100;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
}

.modal__form-info {
  text-align: center;
  padding: 20px 0 0 0;
}

.modal__preloader {
  transform: translateY(-39px);
}

.form-group {
  position: relative;
}

.form-control {
  height: 38px;
  padding: 10px 35px;
  font-family: "museo_sans_cyrl300";
  color: #383838;
  font-size: 16px;
}

.modal .form-control {
  border: 1px solid #e8e8e8;
  color: #383838;
}

.modal_us_send {
  position: relative;
  cursor: pointer;
  background-color: #e53a5a;
  width: 140px;
  height: 40px;
  border-radius: 40px;
  margin: 40px auto 0;
  overflow: hidden;
  box-shadow: 1px 1.732px 0px 0px rgba(150, 21, 45, 0.6), inset 0.749px 1.854px 0px 0px rgba(150, 21, 45, 0.6);
  transition: .3s all;
}

.modal_us_send:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  transition: .3s all;
  color: white;
  text-decoration: none;
  background-color: #383838;
}

.modal_us_send:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.modal_us_send:active {
  outline: none;
}

.contact_us_send p {
  font-size: 18px;
  color: #213031;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl500";
  color: white;
}

.modal .submitText {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl500";
  color: white;
}

.modal .submitText:hover {
  color: #e53a5a;
}

.modal__send {
  font-size: 18px;
  font-family: "museo_sans_cyrl500";
  padding: 8px 76px 10px 35px;
  background-color: #e53a5a;
  border: 0px;
  text-transform: uppercase;
  color: white;
  position: relative;
  transition: .3s all;
}

.modal__send::before {
  position: absolute;
  content: "";
  top: 7px;
  right: 35px;
  background-image: url(../img/contact/ic_send.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 25px;
}

.modal__send:hover {
  background-color: transparent;
}

.modal__send:hover .modal__img-plane {
  display: none;
}

.with-errors {
  font-family: "museo_sans_cyrl900";
  color: red;
  font-size: 14px;
}

.success {
  font-family: "museo_sans_cyrl900";
  color: green;
  font-size: 14px;
}

.close {
  opacity: 1 !important;
}

.close:focus {
  outline: none;
}

.contact__wrapper {
  width: 100%;
  height: 100%;
  background-color: #131717;
  background-repeat: repeat;
}

.contact__container {
  height: 100%;
  visibility: hidden;
}

.contact__inner-block-item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
}

.contact__caption {
  font-size: 30px;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 0;
  margin: 0;
}

.contact__line-block {
  width: 60px;
  height: 8px;
  border-radius: 4px;
  background-color: #3ba9b2;
  margin: 20px auto 50px;
}

.contact__form-block {
  opacity: 0;
  padding: 50px 0;
  background-image: url(../img/contact/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact__form {
  padding: 0 80px;
}

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

.contact__item {
  width: 49%;
}

.contact__form-group textarea {
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  color: #383838;
  font-family: "museo_sans_cyrl300";
  padding: 10px 15px;
  resize: none;
}

.contact__img-plane {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 22px;
}

.contact__img-input {
  z-index: 100;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
}

.contact__select {
  width: 100% !important;
  height: 38px !important;
}

.contact__select .btn {
  background-color: white;
  font-size: 16px;
  color: #383838;
  padding: 8px 36px;
  font-family: "museo_sans_cyrl300";
}

.contact__form-info {
  text-align: center;
  padding: 20px 0 0 0;
}

.contact__preloader {
  transform: translateY(-39px);
}

.vis_hidden {
  visibility: hidden;
}

.form-group {
  position: relative;
}

.form-control {
  height: 38px;
  padding: 10px 15px;
  font-family: "museo_sans_cyrl300";
  color: #383838;
  font-size: 16px;
}

.contact_us_send {
  position: relative;
  cursor: pointer;
  background-color: #e53a5a;
  width: 170px;
  height: 53px;
  border-radius: 40px;
  margin: 40px auto 0;
  overflow: hidden;
  box-shadow: 1px 1.732px 0px 0px rgba(64, 63, 63, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.004);
  transition: .3s all;
  border: 2px solid #3ba9b2;
}

.contact_us_send:hover {
  transition: .3s all;
  box-shadow: none;
  background-color: transparent;
  border: 2px solid #3ba9b2;
}

.contact_us_send:hover .submitText {
  color: white;
  transition: .3s all;
}

.contact_us_send p {
  font-size: 18px;
  color: #213031;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl500";
  color: white;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 20px;
  font-family: "museo_sans_cyrl300";
  font-size: 16px;
  color: #383838;
  white-space: pre-wrap;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: #ffcd00;
}

.contact__send {
  font-size: 18px;
  font-family: "museo_sans_cyrl500";
  padding: 12px 76px 10px 48px;
  background-color: #3ba9b2;
  border: 0;
  text-transform: uppercase;
  color: white;
  position: relative;
  transition: .3s all;
}

.contact__send::before {
  transition: .3s all;
  position: absolute;
  content: "";
  top: 13px;
  right: 35px;
  background-image: url(../img/contact/ic_send.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 25px;
}

.contact__send:hover {
  background-color: transparent;
}

.contact__send:hover .modal__img-plane {
  display: none;
}

.contact__send:hover.contact__send:before {
  transition: .3s all;
  background-image: url(../img/contact/ic_send-yellow.svg);
}

.contact__form .has-error {
  box-shadow: inset 0px 0px 0px #e53a5a;
  border-radius: 5px;
}

body .contact__input-form {
  padding: 10px 40px;
}

.with-errors {
  font-family: "museo_sans_cyrl900";
  color: red;
  font-size: 14px;
}

.success {
  font-family: "museo_sans_cyrl900";
  color: green;
  font-size: 14px;
}

.footer__wrapper {
  width: 100%;
  height: 100%;
  background-color: #131717;
}

.footer__container {
  border-top: 1px solid #555555;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 22px 0 36px 0;
}

.footer__logo {
  width: 134px;
  height: 44px;
}

.footer__copyright {
  display: block;
  font-size: 10px;
  font-family: "museo_sans_cyrl500";
  color: #555555;
  margin-top: 20px;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transform: translateY(10px);
}

.footer__block1 {
  width: 140px;
}

.footer__block2 {
  width: 140px;
}

.footer__block3 {
  width: 140px;
}

.footer__link {
  padding: 8px 0;
  display: block;
  color: white;
  font-family: "museo_sans_cyrl500";
  font-size: 14px;
  text-decoration: none;
  transition: .3s all;
  position: relative;
  margin-bottom: 10px;
  transition: .3s all;
}

.footer__link::after {
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 140px;
  height: 1px;
  background-color: #555555;
  transition: .3s all;
}

.footer__link:before {
  content: '';
  position: absolute;
  background-image: url(../img/footer/ic_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 14px;
  left: -15px;
  width: 12px;
  height: 12px;
  transition: .3s all;
}

.footer__link:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.footer__link:hover {
  transition: .3s all;
  text-decoration: none;
  color: #3ba9b2;
}

.footer__link:hover.footer__link:after {
  transition: .3s all;
  background-color: #3ba9b2;
}

.footer__link:hover.footer__link:before {
  transition: .3s all;
  background-image: url(../img/footer/ic_arrow-red.svg);
}

.activationModal__modal-body.modal-body {
  padding: 30px 40px 70px 40px !important;
}

.page__wrapper {
  width: 100%;
  height: 100%;
  background-image: url(../img/light.jpg);
}

.newCustomer__container {
  padding: 150px 0 0 0;
}

.newCustomer__title-block {
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

.newCustomer__title-caption {
  font-size: 30px;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  text-align: center;
  color: #383838;
  padding: 50px 0 0 0;
  margin: 0;
}

.newCustomer__line-block {
  width: 60px;
  height: 8px;
  border-radius: 4px;
  background-color: #3ba9b2;
  margin: 20px auto 20px;
}

.newCustomer__desc {
  font-size: 16px;
  font-family: "museo_sans_cyrl500";
  text-align: center;
  color: #383838;
  margin: 0;
  padding: 0 0 50px 0;
}

.newForm__inner {
  padding: 0;
}

.newForm__row {
  padding: 0 0 50px 0;
}

.newForm__label {
  color: #898989;
  font-size: 16px;
  font-family: "museo_sans_cyrl300";
  font-weight: 300;
}

.newForm__radio-label {
  margin-left: 10px;
}

.newForm__radio-input {
  margin: 4px 0 0 5px !important;
  height: 20px;
  width: 20px;
  transform: translateY(5px);
}

.newForm__payment {
  color: #898989;
  font-size: 16px;
  font-family: "museo_sans_cyrl300";
}

.newForm__input-caption {
  position: relative;
  font-size: 22px;
  font-family: "museo_sans_cyrl500";
  color: #383838;
  text-transform: uppercase;
  padding: 0 0 25px 0;
  margin: 0;
}

.newForm__form-control, .newForm .btn {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.newForm__row-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.newForm__form-two {
  width: 49%;
}

.newForm__device-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.newForm__device-button {
  display: inline-block;
  font-size: 18px;
  color: white;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  padding: 12px 22px;
  border: 0;
  border-radius: 50px;
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  background-color: #383838;
  transition: .3s all;
}

.newForm__device-button:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  background-color: #3ba9b2;
  transition: .3s all;
  color: white;
  text-decoration: none;
}

.newForm__device-button:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.newForm__device-button:active {
  outline: none;
}

.newForm__btn-send {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: white;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  padding: 16px 85px;
  border: 0;
  border-radius: 50px;
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  background-color: #383838;
  transition: .3s all;
}

.newForm__btn-send:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  background-color: #3ba9b2;
  transition: .3s all;
  color: white;
  text-decoration: none;
}

.newForm__btn-send:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.newForm__btn-send:active {
  outline: none;
}

.newForm__delite-button {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}

.all_device_cards {
  padding: 0;
  margin: 0;
}

.detail_close {
  height: 16px;
}

.newForm__device-block-1-wrapper {
  position: relative;
  list-style: none;
  background-color: #f0eff6;
  padding: 50px 80px;
  border-radius: 15px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: white;
}

.submit_text {
  padding: 0;
  margin: 0;
}

.info {
  padding: 20px 0 0 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: black;
  background-color: white;
  height: 38px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  padding-left: 5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  height: 100%;
  background-color: white;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #f5f5f5;
}

.btn {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.modal {
  z-index: 100000;
}

.modal-content {
  background-image: url(../img/light.jpg);
}

.activationModal {
  color: #213031;
  color-text-transform: uppercase;
  color-font-family: "museo_sans_cyrl700";
}

.activationModal__line-block {
  width: 60px;
  height: 8px;
  border-radius: 4px;
  background-color: #3ba9b2;
  margin: 20px auto 5px;
}

.activationModal__caption {
  padding-top: 35px;
  text-align: center;
  font-size: 30px;
}

.activationModal__desc {
  text-align: center;
  font-size: 16px;
  font-family: "museo_sans_cyrl300";
  color: #213031;
  padding: 0;
  margin: 0;
}

.activationModal__btn-block {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.activationModal__btn {
  text-align: center;
  width: 49%;
  border: 0;
  padding: 14px 60px;
  display: block;
  border-radius: 36px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl700";
  text-decoration: none;
  transition: .3s all;
  margin: 0;
  background-color: #383838;
}

.activationModal__btn:hover {
  transition: .3s all;
  background-color: #3ba9b2;
  color: white;
  text-decoration: none;
}

.activationModal__btn:focus {
  text-decoration: none;
  color: white;
  outline: none;
}

.activationModal__btn-two {
  text-align: center;
  width: 49%;
  border: 0;
  padding: 14px 60px;
  display: block;
  border-radius: 36px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl700";
  text-decoration: none;
  transition: .3s all;
  margin: 0;
  color: white;
  background-color: #3ba9b2;
}

.activationModal__btn-two:hover {
  background-color: #383838;
  transition: .3s all;
  color: white;
  text-decoration: none;
}

.activationModal__btn-two:focus {
  text-decoration: none;
  color: white;
  outline: none;
}

#PaymentType-block {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: #3ba9b2;
}

.displayBlock {
  display: block !important;
}

.preloader {
  position: absolute;
  top: 10px;
  left: 95px;
}

.newForm__device-block-1-wrapper {
  margin-top: 30px;
}

#p_prldr {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #3b3f49;
  z-index: 1000000000000000000;
}

.contpresmall {
  font-size: 25px;
}

.contpre {
  width: 250px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 48%;
  margin-left: -125px;
  margin-top: -75px;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px;
}

#p_prldr .svg_anm {
  display: block !important;
  position: absolute;
  width: 41px;
  height: 41px;
  background: url(../img/three-dots.svg) center center no-repeat;
  background-size: 41px;
  margin: -16px 0 0 -16px;
  left: 50%;
  top: 50%;
}

.benefit__wrapper {
  width: 100%;
  overflow: hidden;
}

.benefit__container {
  padding: 50px 0;
}

.benefit__line-block {
  margin: 20px auto 20px;
  background-color: #3ba9b2;
  width: 60px;
  height: 8px;
  border-radius: 4px;
}

.benefit__title-row {
  text-align: center;
  padding: 0 0 2em 0;
  text-align: center;
  opacity: 0;
}

.benefit__caption {
  font-family: "museo_sans_cyrl700";
  color: #3ba9b2;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0 15px;
}

.benefit__desc {
  font-family: "museo_sans_cyrl300";
  color: #383838;
  font-size: 16px;
  line-height: 1.6em;
}

.benefit__cost-row {
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.benefit__item {
  padding: 0;
}

.benefit__circle-block {
  display: block;
  background-color: #3ba9b2;
  margin-top: 20px;
  padding: 15px;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-family: "museo_sans_cyrl700";
  color: white;
  float: left;
}

.benefit__text-block {
  padding: 0 25px 0 60px;
}

.benefit__cost-caption {
  font-family: "museo_sans_cyrl700";
  color: #3ba9b2;
  text-transform: uppercase;
  font-size: 16px;
}

.benefit__cost-desc {
  color: #213031;
  font-size: 16px;
  font-family: "museo_sans_cyrl300";
  line-height: 1.6em;
}

.modal {
  opacity: 1;
}

.modal-dialog {
  width: 880px;
}

.form-control {
  box-shadow: none;
}

#modal-cart .buy__plan-type {
  padding: 0 10px;
}

#modal2 .modal-body {
  padding: 80px;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
}

.buy__quantity-block-btn {
  width: 25%;
  height: 38px;
  border: 1px solid #dcdcdc;
  text-align: center;
  border-radius: 5px;
  background-color: #eee;
}

.buy__quantity-block-btn .quantity-this {
  display: block;
  padding-top: 8px;
  font-family: "museo_sans_cyrl300";
}

.all_device_cards li {
  list-style: none;
}

.buy__device {
  display: flex;
  justify-content: space-between;
}

.buy__plan {
  width: 49%;
}

.buy__quantity {
  width: 23%;
  text-align: center;
  border-radius: 25px !important;
}

.buy__title-block {
  position: relative;
}

.buy__caption {
  margin: 0 auto;
  font-size: 30px;
  font-family: "museo_sans_cyrl900";
  display: block;
  padding: 0 18px;
  width: 160px;
  position: relative;
}

.buy__caption:before {
  position: absolute;
  content: '';
  height: 70%;
  width: 3px;
  left: 0;
  top: 13%;
}

.buy__caption:after {
  position: absolute;
  content: '';
  height: 70%;
  width: 3px;
  right: 0;
  top: 13%;
}

.buy__desc {
  text-align: center;
  padding: 25px 0 0 0;
  font-family: "museo_sans_cyrl500";
  font-size: 16px;
  padding: 20px;
}

.buy__form-group-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.buy__form-control-two {
  height: 50px;
  width: 49%;
  background-color: #fdfdfd;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-family: "museo_sans_cyrl500";
}

.buy__line-block {
  background-color: #dcdcdc;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.buy__form-control {
  height: 50px;
  background-color: #fdfdfd;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  font-family: "museo_sans_cyrl500";
}

.buy__plan-type {
  width: 44%;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-family: "museo_sans_cyrl300";
}

.buy__quantity-block {
  height: 38px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #fdfdfd;
  width: 156px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
}

.buy__plus-btn {
  font-size: 18px;
  width: 60px;
  text-align: center;
  cursor: pointer;
  color: #3ba9b2;
  font-family: "museo_sans_cyrl900";
  padding: 3px 0;
}

.buy__result-btn {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 7px 30px;
  font-family: "museo_sans_cyrl300";
}

.buy__minus-btn {
  font-size: 18px;
  font-family: "museo_sans_cyrl900";
  width: 60px;
  text-align: center;
  cursor: pointer;
  color: #3ba9b2;
  padding: 3px 0;
}

.buy__add-btn {
  text-align: center;
  border: 0;
  width: 25%;
  display: inline-block;
  font-size: 16px;
  color: white;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  padding: 13px 0px;
  background-color: #3ba9b2;
  border-radius: 25px;
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  transition: .3s all;
}

.buy__add-btn:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  transition: .3s all;
  color: white;
  text-decoration: none;
  background-color: #383838;
  cursor: pointer;
}

.buy__add-btn:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.buy__add-btn:active {
  outline: none;
}

.buy__delete-btn {
  border: 0;
  text-align: center;
  width: 25%;
  display: inline-block;
  font-size: 16px;
  color: white;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  padding: 13px 0px;
  border-radius: 25px;
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  background-color: #383838;
  transition: .3s all;
}

.buy__delete-btn:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  background-color: #3ba9b2;
  transition: .3s all;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.buy__delete-btn:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.buy__delete-btn:active {
  outline: none;
}

.buy__total {
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  font-size: 16px;
  color: #3ba9b2;
  text-align: center;
  margin: 0;
  padding: 40px 0;
}

.buy__total-price {
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  font-size: 16px;
}

.buy__btn-block {
  text-align: center;
}

.buy__btn-send {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "museo_sans_cyrl900";
  padding: 13px 80px;
  border-radius: 25px;
  cursor: pointer;
  transition: .3s all;
  box-shadow: 0px 5px 19px 1px rgba(133, 133, 132, 0.25);
}

.buy__btn-send:hover {
  background-color: transparent;
  transition: .3s all;
}

.buy__btn-send:focus {
  outline: none;
}

.cart__modal-top-caption {
  text-align: center;
  color: #535353;
  font-family: "museo_sans_cyrl700";
  font-size: 30px;
  position: relative;
  text-transform: uppercase;
  width: 160px;
  margin: 0 auto;
}

.cart__modal-top-caption:before {
  position: absolute;
  content: '';
  height: 70%;
  width: 3px;
  left: 0;
  top: 13%;
}

.cart__modal-top-caption:after {
  position: absolute;
  content: '';
  height: 70%;
  width: 3px;
  right: 0;
  top: 13%;
}

.cart__modal-top-desc {
  text-align: center;
  color: #959595;
  font-family: "museo_sans_cyrl500";
  padding: 0 0 20px 0;
}

.cart__modal-dialog {
  margin-top: 10% !important;
}

.cart__nav {
  background-color: #383838;
  border-radius: 50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  margin: 20px 0px 40px 0px;
}

.cart__link {
  background-color: transparent;
  color: #a2a2a2;
  font-family: "museo_sans_cyrl500";
  font-size: 14px;
  text-decoration: none;
  border: none !important;
  padding: 15px !important;
}

.cart__link-visible {
  display: none;
}

.cart__link:hover {
  text-decoration: none;
  border: none;
  color: white;
}

.cart__tab-content {
  margin: 0 0px 20px 0px !important;
}

.cart__thead {
  color: #383838;
}

.cart__tbody {
  font-family: "museo_sans_cyrl500";
  color: #555555;
}

.cart__price {
  color: #f83454;
}

.cart__btn-block {
  margin: 0 0px 20px 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cart__btn {
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  color: white;
  font-family: "museo_sans_cyrl700";
}

.cart__shopping {
  border: 0;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: white;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  padding: 13px 39px;
  border-radius: 25px;
  transition: .3s all;
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  background-color: #383838;
}

.cart__shopping:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  background-color: #3ba9b2;
  transition: .3s all;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.cart__shopping:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.cart__shopping:active {
  outline: none;
}

.cart__back {
  border: 0;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: white;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  padding: 13px 71px;
  border-radius: 25px;
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  background-color: #383838;
  transition: .3s all;
}

.cart__back:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  background-color: #3ba9b2;
  transition: .3s all;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.cart__back:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.cart__back:active {
  outline: none;
}

.cart__checkout {
  text-align: center;
  border: 0;
  margin: 0px 0 0 30px;
  display: inline-block;
  font-size: 16px;
  color: white;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  padding: 13px 39px;
  border-radius: 25px;
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  background-color: #3ba9b2;
  transition: .3s all;
}

.cart__checkout:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  background-color: #383838;
  transition: .3s all;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.cart__checkout:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.cart__checkout:active {
  outline: none;
}

.cart__close-icon {
  width: 10px;
  height: 10px;
}

.cart__close {
  margin: 12px 20px 0 0;
  opacity: 1;
  transition: .3s all;
}

.cart__close:hover {
  transition: .3s all;
}

.cart__close:focus {
  outline: none;
}

.cart__close-td {
  transition: .3s all;
  opacity: 1;
}

.cart__close-td:hover {
  transition: .3s all;
}

.cart__close-td:focus {
  outline: none;
}

.cart__case-block {
  width: 49%;
}

.cart__customer-device {
  border-radius: 5px;
  width: 100%;
  background-color: #eee;
  padding: 8px 40px !important;
}

.cart__customer-total {
  color: #3ba9b2 !important;
  padding: 8px 40px !important;
  border-radius: 5px;
  width: 100%;
  height: 38px;
  background-color: #eee;
}

.cart__customer-ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.cart__customer-li {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart__purchase-adress {
  margin: 20px 0 0 0;
  color: #383838;
  background-color: #eee;
  padding: 10px 40px;
  border-radius: 15px;
  font-family: "museo_sans_cyrl500";
}

.cart__purchase-elements {
  margin: 20px 0 0 0;
  color: #383838;
  background-color: #e8e8e8;
  padding: 10px 40px;
  border-radius: 15px;
  font-family: "museo_sans_cyrl500";
}

.cart__purchase-price {
  font-family: "museo_sans_cyrl500";
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
}

.cart__purchase-price-caption {
  display: block;
  padding: 0;
  margin: 0;
}

.cart__purchase-price-money {
  padding: 0;
  margin: 0;
  display: block;
  color: white;
}

.cart__form .form-group input {
  font-family: "museo_sans_cyrl300";
  border-radius: 5px;
  height: 38px;
  padding: 0px 40px 0 40px;
}

.cart__form-caption {
  padding: 20px 0 0 0;
  font-family: "museo_sans_cyrl900";
  font-size: 18px;
  color: #383838;
}

.cart__line-block {
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin: 40px 0;
}

.cart__row {
  width: 100%;
}

.cart__row-two {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cart__form-group-two {
  width: 49%;
}

.cart__label-offers {
  font-weight: 300;
  transform: translateY(-2px);
  padding: 0;
  margin: 0 0 0 5px;
  font-family: "museo_sans_cyrl300";
  color: #383838;
}

.cart__modal-body {
  padding: 50px 80px 50px 80px;
}

.cart__select-payment {
  width: 100% !important;
  margin-bottom: 40px;
}

.cart__select-option {
  width: 100%;
}

.cart__type {
  display: block;
  margin-top: 2px;
  font-weight: bold;
  color: #f83b5a;
}

.cart__type:first-child {
  transform: translateY(1px);
}

.cart__type-minus {
  margin: 1px 0 0 0;
}

.cart__type-number {
  color: #383838;
}

.cart__type-header-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px 10px 0;
  border-bottom: 2px solid #e8e8e8;
}

.cart__type-header-li {
  list-style: none;
  color: #383838;
  font-size: 18px;
  font-family: "museo_sans_cyrl900";
  width: 23%;
}

.cart__type-header-li:first-child {
  width: 31%;
}

.cart__type-quantity {
  display: flex;
  justify-content: space-between;
  width: 100px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}

.cart__type-quantity-plus {
  cursor: pointer;
  text-align: center;
  width: 30px;
  border-right: 1px solid #f0f0f0;
}

.cart__type-quantity-minus {
  cursor: pointer;
  text-align: center;
  width: 30px;
  border-left: 1px solid #f0f0f0;
}

.cart__type-body-ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px 10px 0;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.cart__type-body-li {
  list-style: none;
  width: 23%;
  color: #555555;
  font-family: "museo_sans_cyrl500";
}

.cart__type-body-li:first-child {
  width: 31%;
}

.cart__type-close {
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}

.cart__type-close img {
  height: 10px;
  width: 10px;
}

.cart__main {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.cart__customer-shipping {
  border-radius: 5px;
  width: 100%;
  height: 38px;
  background-color: #eee;
  padding: 8px 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cart__two-type-group {
  width: 48%;
}

.cart__row-inner-payment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart__form-two-payment {
  font-family: "museo_sans_cyrl300";
  border-radius: 7px;
  height: 38px;
}

.cart__payment-caption {
  padding: 20px 0 0 0;
  font-family: "museo_sans_cyrl900";
  font-size: 18px;
  color: #383838;
}

.cart__caption-top-info {
  font-family: "museo_sans_cyrl300";
  color: #898989;
  font-size: 16px;
}

.cart__row {
  margin-bottom: 15px;
}

.cart__customer-total {
  padding: 10px 40px;
  font-family: "museo_sans_cyrl300";
  color: #5f7c8a;
}

.cart__customer-device {
  font-family: "museo_sans_cyrl300";
  padding: 10px 40px;
}

.cart__tab-content {
  margin: 0 25px 20px 25px;
}

.btn-group > .btn:first-child {
  height: 38px;
  border-radius: 5px;
  color: #555;
  padding: 8px 40px;
  box-shadow: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  height: 38px;
}

.msg-error {
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #f83454;
  font-family: "museo_sans_cyrl900";
}

.cart__li.active .cart__link-visible {
  display: inline-block;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
}

.form-control:focus {
  box-shadow: none;
}

.success {
  text-align: center;
  font-size: 16px;
  color: green;
  font-family: "museo_sans_cyrl900";
}

#customer-info-device-name2 {
  font-family: "museo_sans_cyrl300";
}

#customer-info-total-price2 {
  font-family: "museo_sans_cyrl300";
}

#customer-info-shipping {
  font-family: "museo_sans_cyrl300";
}

#customer-info-device-name {
  display: inline-block;
}

#customer-info-total-price {
  display: inline-block;
}

.btn-send-final {
  position: relative;
}

.btn-send-final .preloader {
  top: 13px;
  left: 49%;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-family: "museo_sans_cyrl300" !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: 0;
  color: white;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent !important;
}

.empty {
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  text-align: center;
}

.displayNo {
  display: none;
}

.dropdown-submenu {
  cursor: pointer;
}

.disp-block {
  display: block !important;
}

.disp-block-two {
  display: block !important;
  left: 162px !important;
  top: 0 !important;
}

.dropdown-menu-two {
  position: absolute;
  /* top: 100%; */
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 10px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #13120d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.label {
  cursor: pointer !important;
}

.label .btn {
  box-shadow: none !important;
}

.cart__modal-line-block {
  margin: 20px auto 40px;
  background-color: #3ba9b2;
  width: 60px;
  height: 8px;
  border-radius: 4px;
}

.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

#PaymentType-block-cart {
  margin-top: 20px;
}

#paypal-button-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  opacity: 0.00001;
}

.paypal-button-container {
  height: 100% !important;
}

.thank__erorr-img {
  width: 152px;
  height: 152px;
}

.paypal-button-container {
  height: 60px !important;
}

.paypal-button:not(.paypal-button-card) {
  height: 100px !important;
}

.xcomponent-outlet {
  width: 100% !important;
  height: 113px !important;
}

.paypal-button.paypal-button-shape-pill {
  height: 55px !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  font-family: "museo_sans_cyrl300" !important;
  padding: 10px 40px;
  font-size: 16px;
}

#cancel-modal {
  text-align: center;
}

#thank-modal {
  text-align: center;
}

#erorr-modal {
  text-align: center;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.btn {
  box-shadow: none !important;
}

button[data-id="typeBuy"] {
  border: 1px solid #e8e8e8 !important;
  height: 38px !important;
}

.btn[data-id="country"] {
  height: 36px !important;
}

#payment .selected a:focus {
  outline: none !important;
}

.selectInfo {
  font-family: "museo_sans_cyrl900";
  padding: 20px 0 0 0;
}

.modal-body {
  padding: 50px 80px 50px 80px !important;
}

.cart__line-block-modal {
  height: 1px;
  background-color: #dcdcdc;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.thank__caption {
  margin: 30px auto 0px auto;
  font-size: 30px;
  font-family: "museo_sans_cyrl700";
  color: #383838;
  display: block;
  width: 400px;
  position: relative;
}

.thank__caption:before {
  position: absolute;
  content: '';
  height: 70%;
  width: 3px;
  left: 0;
  top: 13%;
}

.thank__caption:after {
  position: absolute;
  content: '';
  height: 70%;
  width: 3px;
  right: 0;
  top: 13%;
}

.thank__desc {
  padding: 20px 0 0 0;
  color: #383838;
  font-family: "museo_sans_cyrl500";
  font-size: 16px;
}

.thank__btn {
  margin: 30px auto;
  text-align: center;
  border: 0;
  width: 25%;
  display: inline-block;
  font-size: 16px;
  color: white;
  font-family: "museo_sans_cyrl700";
  text-transform: uppercase;
  padding: 13px 0px;
  border-radius: 25px;
  box-shadow: 1px 1.732px 0px 0px rgba(33, 116, 123, 0.6), inset 0.749px 1.854px 0px 0px rgba(48, 152, 160, 0.6);
  background-color: #3ba9b2;
  transition: .3s all;
}

.thank__btn:hover {
  box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6), inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
  background-color: #383838;
  transition: .3s all;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.thank__btn:focus {
  outline: none;
  text-decoration: none;
  color: white;
}

.thank__btn:active {
  outline: none;
}

.thank__modal-body {
  text-align: center;
}


.service__inner {
    position: relative;
    height: 100%;
    margin: 10px 0;
}

.service__ul {
    margin-bottom: 130px;
}

.service__car2 {
    position: absolute;
    top: 0px;
    left: 24px;
    font-size: 12px;
    }


.service__car3 {
    position: absolute;
    top: 0px;
    left: 45px;
    font-size: 12px;
     }


     .service__car4 {
    position: absolute;
    top: 0px;
    left: 40px;
    font-size: 12px;
     }

     .service__car5 {
    position: absolute;
    top: 0px;
    left: 34px;
    font-size: 12px;
     }



     #modal-sales .btn-group > .btn:first-child {
      padding: 8px 15px;
    }


       #modal-sales  .bootstrap-select.form-control:not([class*=col-]){
         border: none;
       }

       .glyphicon-ok:before {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important;
    width: 13px;
    height: 13px;
    content: ''!important;
}


/*solutions upgrade*/
.service_label img{
    width: 21px;
    height: 20px;
}
.service__container {
    border-radius: 10px;
    /*margin: 0 10px;
    text-align: center;*/
    background-color: rgba(255, 255, 255, 0.8);
}
.empty-height {
    height: 95px;
}


.service__title_li .service__li{
	padding-top: 15px;
}

.transparent-bg{
	background-color: transparent;
	box-shadow: none;
}

.min-width-col{
	max-width: 600px;
}

.align-center{
	text-align: center;
}

@media (min-width: 1199px) {
	 .max-width-col{
		max-width: 140px;
	  }
	  .pb-1{
			padding-bottom: 9px;
		}
	.tab-height{
		height:75px;
	}
	.simple-height{
		height: 33px;
	}
	.pl-5{
	  padding-left: 55px;
  }
  }
@media (max-width: 1200px) {
	 .pb-1{
			padding-bottom: 9px;
			padding-top: 5px;
		}
	  .service__underline-block{
		  width: 90%;
	  }
	  .pl-5{
	  padding-left: 15px !important;
  }
  }
  
	  
		
  .service_label{
    color: #383838;
    font-size: 14px;
    line-height: 24px;
  }

  .align-left{
	  text-align: left;
	  
  }
  
  
  
  .contact__desc span{
	  display: block;
	  line-height: 1.8;
	  font-size: 14px;
  }
  .service__li:before {
    display: none;
  }
  
  .service__container {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 0 50px 0;
	margin-bottom: 50px;
}
/*.pb-1 .service_label img{
	margin-bottom: 26px;
}*/

.service__caption {
    text-transform: none;
}

.service__li{
	text-shadow: none;
}
.service__line-block-mini {
    margin: 20px auto 17px;
    background-color: #3ba9b2;
    width: 40px;
    height: 4px;
    border-radius: 9px;
}

.pb-1 .service_label{
	margin-bottom: 22px;
}

.tab-height .service_label{
	height: 55px;	
}

/*.service__underline-block {
    background-color: transparent;
    height: 1px;
    width: 70%;
    margin: 0 auto 5px auto;
}*/

.service__li.sub_service__li{
	padding-top: 13px;
}
.simple-height.service_label{
	height: 28px;
}
.simple-height .service_label{
	height: 25px;
}