/*
Theme Name: Prostor-Style (Редизайн)
Theme URI: http://prostor-media.ru
Author: Prostor-Dev team
Author URI: http://prostor-media.ru
Version: 1.0
*/

input::-webkit-input-placeholder {
  color: #9891a3;
}
input::-moz-placeholder {
  color: #9891a3;
}
input::-moz-placeholder {
  color: #9891a3;
}
input::-ms-input-placeholder {
  color: #9891a3;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  color: #9891a3;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  html,
  body {
    font-size: 12px;
  }
}
section,
.page {
  width: 100%;
}
input {
  outline: none;
}
/*a {
  color: #fff;
}
a:hover {
  color: #fff;
}*/

.item-title a {
  color: #fff;
}
.item-title a:hover {
  color: #fff;
}

img {max-width: 100%}
.text-left {text-align: left}
.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  z-index: 99;
  height: 70px;
  color: #fff;
/*   background-image: linear-gradient(to top, #6f33bf 0%, #b032fb 98%);
  box-shadow: 0 4px 29px rgba(110, 1, 255, 0.44); */
  border: none;
  border-radius: 35px;
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.37); */
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.4s ease 0s;
  outline: none;
  box-shadow: 0 4px 29px rgba(53, 77, 255, 0.32);
  background-image: linear-gradient(180deg, #0cb8ea 0%, #443bba 100%);
}
.btn:active {
  outline: none;
  text-decoration: none;
}
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(180deg, #443bba 0%, #0cb8ea 100%);
}
.btn.style-2 {
  color: #2336c0;
  border: 1px solid #2336c0;
  background: #e5e2ff;
  box-shadow: none;
}
.btn.style-2:focus,
.btn.style-2:hover {
  color: #2336c0;
  background: #fff;
  /* box-shadow: 0 15px 35px rgba(110, 1, 255, 0.5); */
}

.title {
  color: #515a61;
  font-family: 'Comfortaa', cursive;
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
}
@media screen and (min-width: 991px) {
.footerblock {
    text-align: right;
  }
}

@media screen and (min-width: 991px) {
.footerblocklinks {
    width: 140%;

  }
}
@media screen and (min-width: 991px) {
div.footerblocklinks.footer__list.ul{
	font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
.footerblocklinks {
	text-align: center;
    font-family: 'Open Sans';
	margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2.5rem;
  }
}
.text-center {
  text-align: center;
}
.pl0 {
  padding-left: 0;
}
.form {
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-pack: distribute;*/
  justify-content: space-around;
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .form {
    display: block;
  }
}
.form__input {
  max-width: 300px;
  width: 100%;
  height: 40px;
  border: 1px solid #545758;
  color: rgba(0, 0, 0, 0.51);
  font-weight: 300;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .form__input {
    display: block;
    margin: 10px auto;
  }
}
.form__submit {
  max-width: 290px;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #fdc300;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .form__submit {
    display: block;
    margin: 10px auto;
    max-width: 205px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#ivaSearchbar{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #f7f7f7;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  /*transition: all 0.4s ease 0s;*/
}
#ivaSearchbar .container{
  position: relative;
}
.ivaInput[type="text"]{
  width: 100%;
  margin: 0 10px 0 0;
  padding: 24px 10px;
  font-size: 40px;
  font-weight: 600;
  border-width: 0 0 1px 0;
  border-bottom: none;
  background: none;
  box-shadow: none;
  letter-spacing: -2px;
}
.search-close {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 20px;
  margin-top: -13px;
  color: #9891a3;
}
.act {
  display: none;
}
.brand-pages .public-wifi__rule {
  max-width: 460px;
}
.brand-pages__flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 449px) {
  .brand-pages__flex {
    display: block;
  }
}
.brand-pages__width{
    width: 50%;
}
.brand-pages__item {
  margin: 15px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 449px) {
  .brand-pages__item {
    width: 100%;
  }
}

.brand-pages__item img {
  /*float: left;*/
  /*margin-right: 22px;*/
  /*height: -webkit-fit-content;*/
  /*height: -moz-fit-content;*/
  /*height: fit-content;*/
}

.brand-pages__name {
  color: #465969;
  font-family: 'Comfortaa', cursive;
  font-size: 1.125rem;
  /*line-height: 1rem;*/
  /*height: 40px;*/
  font-weight: 700;
  padding-bottom: 2px;
}
.brand-pages__text {
  color: #9891a3;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
}
.brand-pages__btn {
  max-width: 190px;
  margin-top: 25px;
}
.brand-pages__shadow {
  margin-top: 40px;
}

.favorite {
  padding: 60px 0 0px;
}
.favorite .public-wifi__title {
  margin-bottom: 40px;
}
.favorite .header__title {
color: #465969;
}
.favorite .header__text {
color: #9199a3;
}
.favorite .info-users__btn {
  margin-top: 10px;
  margin-bottom: 40px;
}
.favorite__hr {
  background-color: #d8d8d8;
  height: 1px;
  margin: 0;
  margin-top: 40px;
}

.footer {
  padding: 40px 0 70px;
}
.footer .brand-pages__name {
  /*margin-bottom: 30px;*/
}
@media screen and (max-width: 767px) {
  .footer .brand-pages__name {
    margin-top: 20px;
  }

}
.footer .header__text {
  color: #9891a3;
}
.footer .row {
  position: relative;
}
.footer__list,
.footer__list ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__list li {
  margin-bottom: 5px;
  color: #282828;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 23px;
}
.footer__list li a {
  color: #282828;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 23px;
}
.footer__phone {
  margin-bottom: 5px;
}
.footer__phone a {
  color: #464646;
  font-family: 'Comfortaa', cursive;
  font-size: 16px;
  font-weight: 700;
}
.footer__btn {
  max-width: 120px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .footer__btn {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pl0 {
    padding-left: 15px;
  }
  .footer .brand-pages__name {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .btn {
    margin-top: 20px;
  }
  .footer__btn {
    position: relative;
    text-align: center;
    margin: 20px auto;
    display: block;
    line-height: 50px;
  }
}

.header {
  padding: 30px 0 70px;
  /*height: 890px;*/
  background: url('./dist/img/header.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 20px;
  width: 100%;
  transition: all 0.4s ease 0s;
  /*padding-top: 30px;*/
}
.header-in{
    background: url('./dist/img/header-in.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background-position: 50px;*/
    width: 100%;
    transition: all 0.4s ease 0s;
    padding-top: 30px;
    height: 430px;
    box-shadow: none!important;
}
.header-in .breadcrumbs{
    /*margin: 15px 0;
    color: #515a61;
    font-family: "Open Sans";
    font-size: 12px;*/
    line-height: 19.42px;
}
.header-in .breadcrumbs a{
    /*color: inherit;*/
}

div.kama_breadcrumbs {
	color: #337ab7;
    margin: 0px 8px;
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	font-weight: 600;
}

span.kb_title {
	color: #515a61;
}

span.kb_sep {
	margin: 0 8px;
	color: #d92251;
}

@media screen and (max-width: 767px) {
	div.kama_breadcrumbs {
		margin-top: 30px;
	}
}

@media screen and (max-width: 500px) {
	div.kama_breadcrumbs {
		font-size: 12px;
	}
}

.header.container{
    /*margin-right: auto!important;*/
    /*margin-left: auto!important;*/
}
.header.header-inner{
  background: linear-gradient(-45deg, #b825cb, #8132c0);
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
 /* .header {
    background-position: -45px;
    background-size: cover;
    height: 960px;
  }
  */
    .header-in {
        /*background-position: -45px;
        background-size: cover;*/
        height: 390px;
    }
}
@media screen and (max-width: 767px) {
  .header {
    /* background: linear-gradient(-45deg, #b825cb, #8132c0); */
    background-image: radial-gradient(circle 1078px at 75.34% 35.46%, #dbe2e9 0%, #fafafa 100%);;
    background-position: 100%;
    height: auto;
    padding-bottom: 10px;
  }
}
.header__css {
  color: #d92251;
  font-family: 'Comfortaa', cursive;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}
.header__phone {
  color: #515a61;
  font-family: 'Comfortaa', cursive;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s ease 0s;
}

.header__search{
  line-height: 135px;
  width: 100%;
  display: block;
  text-align: right;
}
.header select{
  background: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  .header__phone {
    line-height: 30px;
    text-align: center;
    display: block;
  }
}
.header__citys {
  cursor: pointer;
}
.header__citys span {
  /*margin-left: 5px;*/
  /*width: 150px!important;*/
}
.header__citys .select2-selection{
  background: transparent;
  border:none;
  color: #fff;
}

.header-map-block {
  
}
.header-map-block .title {
  position: relative;
  max-width: 635px;
  padding-top: 20px;
  z-index: 1;
}

.after-header {
  padding-top: 40px;
}

.inner-page{
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
	.inner-page{
    padding: 0;
}
}
.inner-flex{
    display: flex;
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
    flex-wrap: wrap;
}

.inner-flex__wrapper{
    position: relative;
    width: 220px;
    height: 120px;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

@media screen and (min-width: 992px) {
    .inner-flex__wrapper:nth-child(4n){
        margin: 0 0 20px 0;
    }
}

.inner-flex__bgi{
    position: absolute;
    top: 0;
    left: 0;
}

.inner-flex__title{
    color: #ffffff;
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    bottom: 16px;
    left: 20px;
    transition: all 0.5s ease 0s;
}

.inner-flex__wrapper:hover .inner-flex__title{
    bottom: 76px;
}

.inner-flex__btn{
    position: absolute;
    width: 100%;
    height: 46px;
    border-radius: 0 0 4px 4px;
    background-image: linear-gradient(180deg, #3ad3ff 0%, #3b6eba 100%);
    opacity: 0.98;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 46px;
    bottom: -50px;
    transition: all 0.7s ease 0s;
}

.inner-flex__wrapper:hover .inner-flex__btn{
    bottom: 0px;
}

.inner-flex__bgi::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-image: linear-gradient(180deg, rgba(12, 184, 234, 0.43) 0%, #443bba 100%);
    opacity: 0.72;
    transition: all 0.4s ease 0s;
}

.inner-flex__wrapper:hover .inner-flex__bgi::after{
    background-image: linear-gradient(180deg, rgba(12, 184, 234, 0.43) 0%, #443bba 100%);
    opacity: 0.98;
}


@media screen and (min-width: 992px) {
    .dots::after{
        content:  url('./dist/img/dots.svg');
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 20px;
        margin-left: 45px;
    }
}
.inner-img{
    height: 92px;
}
.inner-img img{
    position: relative;
    z-index: 2;
}
.mt50{
    margin-top: 50px;
}
.inner-item{
    width: 25%;
}
.inner-page__title{
    color: #515a61;
    font-family: 'Comfortaa', cursive;
    font-size: 3rem;
    font-weight: 700;
    line-height: 56px;
    word-wrap: break-word;
}

@media screen and (max-width: 449px) {
	.inner-page__title{
		font-size: 2.5rem;
		line-height: 35px;
	}
}
.inner-page__street{
    color: #9199a3;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 25.89px;
    margin-bottom: 13px;
}
.inner-page__phone{
    color: #465969;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
}
.inner-page__email{
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22.65px;
    margin-bottom: 13px;
}

.inner-page__tech{
    color: #9199a3;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 19.42px;
    display: block;
}
.inner-consult{
    height: 610px;
    background: url('./dist/img/consult.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: -330px;*/
    position: relative;
    z-index: 9;
}
.inner-consult__btn{
    max-width: 280px;
    /*border-radius: 35px;
    border: 2px solid rgba(255, 255, 255, 0.42);
    background: transparent;
    box-shadow: none;
    color: #ffffff;*/
    margin-top: 25px;
}

.inner-consult .public-wifi__title{
    color: #515a61;
    margin-top: 280px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #d92251;
  outline: none;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover{
  outline:none;
}
.select2-results__option{
  font-size: 12px;
}
.select2-selection__rendered:focus{
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  background: url(./dist/img/arrow.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 6px;
  top: 0px;
  right: 0px;
  margin-top: 10px;
  transition: all 0.4s ease 0s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.header__lk {
  float: right;
}
.header__lk img {
  padding-left: 7px;
}
.header__logo {
  margin: 40px 0;
  max-width: 112px;
}
.header__logo img {
  width: 100%;
}
.phone__js{
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin: 0;
  }
}
/*
@media screen and (max-width: 991px) {
.hidden-xs {
    padding: 0;
  }
.col-sm-3 {
	padding-left: 20px;
	width: 22%;
  }
.col-sm-8 {
	width: 72.5%;
  }
.col-sm-1 {
	width: 5.5%;
  }
}
*/
.header__menu li:hover .sub-menu,
.sub-menu:hover{
  display: block;
}
.header__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 135px;
  font-size: 16px;
}

li.menu-item-has-children > a::after{	
    content:" ";
    display:inline-block;
    background: url(./dist/img/arrow-d.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    top: 0px;
    right: 0px;
    margin-left: 5px;
    transition: all 0.4s ease 0s;
}

li.menu-item-has-children:hover > a::after{
    content:" ";
    transform: rotate(180deg);
}

/* Style the tab content */
ul.sub-menu {
    display: none;
    border-top: none;
    animation: fadeEffect 0.3s;
}

ul.sub-menu li.menu-item-type-post_type a {
	display: block;
	padding: 10px 20px;
}


.header__menu>ul.menu>li {
    height: 34px;
    clear: #515a61;
    /*font-weight: bold;*/
    line-height: 34px;
    display: block;
}
.header__menu>ul.menu>li a {
  color: inherit;
}
.header__menu-mobile {
  float: right;
}
.header__menu .sub-menu{
  display: none;
  position: absolute;
  top: 0;
  z-index: 9;
  margin-top: 85px;
  transition: all 1.5s ease;
  background: #f9f9f9;
  border-radius:6px;
/*   padding: 10px 15px; */
  height: auto;
  width: 250px;
}

.header__menu .sub-menu li{
    /*padding: 10px 20px;*/
    line-height: 18px;
	border: 1px solid #fff;
}

.header__menu .sub-menu li:hover{
    background: aliceblue;
    border-radius:6px;

}
.header__menu ul.sub-menu li a{
    color:#515a61;
	font-family: 'Comfortaa', cursive;
	font-size: 0.8rem;
	padding: 10px 20px;
}
.header__menu ul.sub-menu li.current_page_item a{
    color:#0076db;
}
.header__menu .sub-menu li a:hover{
        text-decoration: none;
}
.header__img-phone {
  height: 100%;
}
.header__img-phone img {
  float: right;
}
/*.header .title {*/
  /*margin-bottom: 80px;*/
/*}*/
.mb80{
    margin-bottom: 80px;
}
.mb60{
    margin-bottom: 60px;
}
.header__flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.header__info {
  margin-left: 15px;
  /*max-width: 540px;*/
}
.header__ico {
  margin-top: 7px;
}
.header__title {
  color: #465969;
  font-family: 'Comfortaa', cursive;
  font-size: 1.125rem;
  font-weight: 700;
}
.header__text {
  color: #9199a3;
  font-size: 12px;
  line-height: 20px;
}
.header__shadow {
  width: 100%;
}
.header__shadow img {
  margin-right: -12px;
}
.mt60 {
  margin-top: 60px;
}
.flex-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex-right {
    display: none;
  }
}
#navigation {
  width: 200px;
  height: 100%;
  /* background: linear-gradient(-45deg, #b825cb, #8132c0); */
  /* background-image: radial-gradient(circle 1068px at 75.4% 35.46%, #69ddff 0%, #6159d3 100%); */
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: 75px;
  margin-left: 75%;
  padding: 15px 30px;
  border-radius: 6px 0 0 0;
  box-shadow: -7px 5px 20px 3px rgba(6, 6, 6, 0.5);
  transition: all 0.4s ease-in-out 0s;
}

@media screen and (max-width: 600px) {
  #navigation {
    margin-left: 66%;
  }
}
@media screen and (max-width: 400px) {
  #navigation {
    margin-left: 50%;
  }
}
  
#navigation .header__css {
  margin-bottom: 15px;
  display: block;
}
#navigation .header__menu ul {
  display: block;
  height: auto;
}
#navigation .header__menu ul li {
  margin-bottom: 7px;
}
.not-active {
  margin-left: 150%!important;
}
.blur__js {
  transition: all 0.2s ease-in-out 0.2s;
}
.blur__js-active {
  filter: blur(5px);
}

.info-users {
  padding: 0 0 80px;
  background: url('./dist/img/section2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: -35px;
  width: 100%;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 991px) {
  .info-users {
    background-position: 0;
    padding: 0 0 40px;
  }
}
.info-users__btn {
  max-width: 230px;
}
@media screen and (max-width: 449px) {
  .info-users__btn {
    float: left;
  }
}
.info-users__binoculars {
  margin-bottom: 50px;
}
.info-users .header__title {
	color: #465969;
  margin-bottom: 20px;
}
.info-users .public-wifi__rule {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .info-users__block {
    text-align: right;
  }
}
@media screen and (max-width: 449px) {
  .info-users__grafik img {
    width: 100%;
  }
}
.info-users__item {
  color: #282828;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22.65px;
  margin-bottom: 10px;
}
.info-users__item span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.info-users__shadow2 {
  margin-top: 30px;
  margin-left: -35px;
}
.info-users__shadow3 {
  margin-top: 30px;
}
@media screen and (max-width: 449px) {
}
.red {
  background-color: #fb3266;
}
.fill {
  background-color: #0076db;
}
.blue {
  background-color: #338dbf;
}
.green {
  background-color: #33bf99;
}
.grey {
  background-color: #a696bc;
}
.flex-width {
  width: 50%;
}
.mt20 {
  margin-top: 20px;
}

.privat-cabinet {
  min-height: 800px;
  background: url('./dist/img/section__lk.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  transition: all 0.4s ease 0s;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .privat-cabinet {
    /* background: linear-gradient(to right, #9f2cc6, #ce1fd0 30%, #653aba); */
    background-image: radial-gradient(circle, #dbe2e9 0%, #fafafa 100%);
    min-height: auto;
    padding: 40px 0;
  }
}
.privat-cabinet .public-wifi__title {
  margin-top: 175px;
  color: #515a61;
}
@media screen and (max-width: 991px) {
  .privat-cabinet .public-wifi__title {
    margin-top: 10px;
  }
}
.privat-cabinet .public-wifi__rule {
  color: #9199a3;
}
.privat-cabinet__note {
  margin-left: -240px;
  margin-top: 88px;
}
@media screen and (max-width: 991px) {
  .privat-cabinet__note {
    margin-left: -50px;
    margin-top: 0;
  }
}
.privat-cabinet__btn {
  max-width: 190px;
  /*border-radius: 35px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  box-shadow: none;
  color: #ffffff;*/
}
@media screen and (max-width: 991px) {
  .privat-cabinet__btn {
    margin-bottom: 40px;
    float: left;
  }
}
/*.privat-cabinet__btn:hover {
  background: transparent;
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
}*/
.mt10 {
  margin-top: 10px;
}

.button.tab-2.tablinks {
    margin-bottom: 15px;
}

.public-wifi {
  padding: 80px 0 40px;
}
.public-wifi__title {
  color: #515a61;
  font-family: 'Comfortaa', cursive;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 449px) {
  .public-wifi__title {
    font-size: 2.5rem;
  }
}
.public-wifi__lock:before {
  content: '';
  position: absolute;
  background: url('./dist/img/lock.png');
  width: 160px;
  height: 264px;
  top: 0;
  left: 0;
  opacity: 0.1;
  margin-top: -35px;
  margin-left: -70px;
}
.public-wifi .header__title {
	color: #465969;
  margin-bottom: 12px;
}
.public-wifi__rule {
  color: #9891a3;
  font-family: "Open Sans";
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 15px;
}
.public-wifi__text {
  color: #282828;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.7;
  /*z-index: 99;*/
  position: relative;
}

@media screen and (max-width: 510px) {
	div.inner-flex {
    	display: block;
    }
	div.inner-item {
		width: 100%;
	}
	div.inner-img {
		text-align: center;
	}
	div.public-wifi__text{
		text-align: center;
	}
}

div.action_ny23 {
	font-family: 'Comfortaa', cursive;
	color: green;
	text-align: center;
	margin-bottom: 50px;
}

p.action_ny {
	margin-bottom: 21px;
	width: 95%;
	font-size: 2.2rem;
}

i.action {
	font-family: Comfortaa, appleLogo, sans-serif;
	font-size: 13px;
}

@media screen and (max-width: 991px){
p.action_ny {
	width: 100%;
	}
}
@media screen and (max-width: 767px){
	p.action_ny {
		font-size: 1.8rem;
	}
}

.m10{
	margin: 10px 0;
}
.target {
  padding: 40px 0;
}
.target .header__title {
color: #465969;
  margin-top: 140px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .target .header__title {
    margin-top: 40px;
  }
}
.target__flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.target__num {
    width: 50px;
    height: 50px;
    background-color: #e0e1f0;
    border-radius: 50%;
    color: #2336c0;
    font-family: 'Comfortaa', cursive;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
}
.target__info {
  margin-left: 12px;
}
.target ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 35px;
}
.target ul li{
  color: #282828;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 23px;
}
.inner-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-list li {
  color: #282828;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 23px;
}
.partneram__flex{
    margin:40px 0;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partneram__item{
    max-width: 300px;
    width:100%;
    height: 300px;
    overflow:hidden;
    border-radius: 11px;
    border: 1px solid #e5e9ed;
    /*background-color: #ebf0f7;*/
    text-align:center;
    padding:40px 25px;
    margin-bottom:25px;
}
@media screen and (max-width: 640px) {
    .partneram__item{
        margin:0 auto 25px;
    }
}
.partneram__img{
    margin-bottom:20px;
}
.partneram__name{
    color: #465969;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom:10px;
}
.partneram__text{
    color: #9199a3;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 26px;
}
.partneram__btn{
    max-width: 178px;
    width:100%;
    height: 50px;
    box-shadow: 0 4px 29px rgba(61, 166, 255, 0.44);
    border-radius: 35px;
    background-image: linear-gradient(180deg, #0cb8ea 0%, #443bba 100%);
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:20px auto 0;
    transition: all 0.4s ease 0.6s;
}
.partneram__btn:hover{
    background-image: linear-gradient(180deg, #0cb8ea 0%, #7670d2 100%);
}

.reklama__flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.reklama__flex-item{
	width: 50%;
}

@media screen and (max-width: 767px) {
	.reklama__flex-item{
		width: 100%;
		margin-bottom: 25px;
	}
	.reklama__flex-item.tar{
		text-align: left;
	}
}

.part__grid{
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  margin-top: 45px;
}

.part__grid-wrap{
  padding: 30px 30px 100px 30px;
  border-radius: 11px;
  border: 1px solid #e5e9ed;
  /*background-color: #ebf0f7;*/
  position: relative;
}
.part__grid-sec-1{
  text-align: center;
}
.part__grid-name{
  color: #465969;
  font-family: 'Comfortaa';
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
.part__btn{
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.part__grid-sub-name{
  color: #9199a3;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19.42px;
}
.part__grid-descr{
  color: #9199a3;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 25.89px;
  margin-top: 15px;
}

.part__grid-table{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
}

.part__grid-table p{
  color: #464646;
  font-family: 'Comfortaa';
  font-size: 16px;
  font-weight: 700;
  margin:0 0 10px;
}

/********/

.product__grid{
    display:grid;
    margin: 30px 0;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows:200px;
    transition: all 0.4s ease 0s;
}
.product__item{
    border-radius: 4px;
    position:relative;
    padding: 80px 20px 0;
    max-width: 300px;
}
.product__item:hover .product__img::before {
    background: linear-gradient(180deg, rgba(12, 184, 234, 0.5) -100%, #443bba 100%);
}
.product__img{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.product__img::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
    background: linear-gradient(180deg, rgba(12, 184, 234, 0.5) 0%, #443bba 100%);
    opacity: 0.99;
    transition: all 0.4s ease 0s;
}
.product__name{
    position:relative;
    z-index:9;
    color: #ffffff;
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.product__text{
    position:relative;
    z-index:9;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 19px;
}



/* Style the tab */
.tab {
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
      flex-wrap: wrap;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    cursor: pointer;
    opacity: 0.5;
    color: #465969;
    font-family: 'Comfortaa';
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
/*    margin-bottom: 15px;
	border: 1px solid rgba(255, 255, 255, .5);
	
/*	outline: none;
    transition: 0.3s;
    padding: 0;
    border-bottom: 2px dashed #d92251;*/
}

/* Change background color of buttons on hover */
.tab button:hover {
    /*border-bottom: 2px dashed transparent;*/
    background-color: transparent;
    color: #515a61;
	opacity: 1;
}

/* Create an active/current tablink class */
.tab button.active {
    border: none;
    background-color: transparent;
    color: black;
	opacity: 1;

}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
    animation: fadeEffect 1s;
}

.tarif__flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  justify-content: center;
  margin-top: 45px;
}

.tarif__item{
	display: flex;
	flex-direction: column;
  /*width: 440px;*/
  width: 220px;
/*   height: 464px; */
  border-radius: 11px;
  border: 1px solid #e5e9ed;
  /*background-color: #ebf0f7;*/
  overflow: hidden;
  padding: 20px;
  position: relative;
  margin-bottom: 25px;
  margin: 0 5px 0px; /*margin: 0 5px 25px;*/
}

@media screen and (max-width: 991px){
	.tarif__item {	
	margin: 0 5px 25px;
	}
}
.tarif__flex.cols-2 > .tarif__item{
	width: 440px;
}
.tarif__name{
  color: #465969;
  font-family: 'Comfortaa';
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.tarif__list{
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
}
.tarif__list li:before {
    content:  "-";
    position: relative;
    left: 0px;
    padding-right: 5px;
}
.tarif__list li{
  color: #9199a3;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 5px;
}

.tarif__btn{
  /*position: absolute;
  bottom: 25px;*/
  max-width: 170px;
  margin: 25px auto;
}

.tarif__flex.variant-2 .tarif__name{
	text-align: left;
}
.tarif__flex.variant-2 .tarif__list li{
	color: #282828;
	font-size: 14px;
	margin-bottom: 10px;
}
.tarif__flex.variant-2 .tarif__btn{
	margin: 10px 0;
}


.tar{
  text-align: right;
}

.hotels-sec-1{
      padding: 33px 0px;
}

.mt65{
  margin-top: 65px;
}
.product__grid-2{
  display: grid;
  margin: 50px 0 0;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: minmax(100px, 1fr);
  transition: all 0.4s ease 0s;
}
.product__grid-2 .brand-pages__ico{
    flex-basis: 46px;
    flex-shrink: 0;
    margin-right: 20px;
}

.product__grid-2 .brand-pages__item{
    margin: 0;
}
.inner-page .public-wifi__text ul{
	margin: 0 0 10px 0px;
	padding: 0;
	list-style: none;
}
.inner-page .public-wifi__text ul li{
	margin-bottom: 5px;
}
.inner-page .public-wifi__text ul li::before{
	content: '- ';
}
.inner-page .public-wifi__text .label {
	margin: 15px 0 5px;
	color: #465969;
	font-family: Comfortaa;
	font-size: 18px;
	font-weight: 700;
}


.grid-how_to {
	display: grid;
	grid-gap: 20px;
	margin-top: 50px;
	grid-template-columns: 1fr 1fr;
}
.inner-page .public-wifi__text .text-accordion {
	padding-top: 30px;
}
.inner-page .public-wifi__text .text-accordion .item .label {
	display: inline-block;
	border-bottom: 2px dashed #d92251;
	cursor: pointer;
}
.inner-page .public-wifi__text .text-accordion .item .text {
	display: none;
}
.inner-page .public-wifi__text .text-accordion .item.active .label {
	border-color: transparent;
}
.inner-page .public-wifi__text .text-accordion .item.active .text {
	display: block;
}

.inner-page .header__title{
  color: #465969;
  margin-top: 30px;
}
.inner-page .header__flex .header__title {
	margin-top: 0;
}

.bill-gallery{
  margin: 25px 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: minmax(100px, 1fr);
}

.bill-gallery-2{
  margin: 25px 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: minmax(300px, 1fr);
}

.note-mac{
  position: absolute;
  margin-left: -65px;
  margin-top: 50px;
}

.mt-note{
    margin: 180px 0 140px;
}

.back-bg{
  position: absolute;
  right: -86px;
  left: 0;
  margin: auto;
  margin-top: 65px;
z-index: -1;
  }
  @media screen and (max-width: 991px) {
  .hotels-sec-1{
        padding: 0px;
  }
  .mt-note{
        margin: 100px 0 20px;
  }
}

.our-favorite{
    padding:60px 0;
    background-color: #fcfcfc;
}

.our-favorite .slick-track{
    display: flex;
    align-items: center;
}
.slick-slide img{
    margin:auto;
}
.slick-next, .slick-prev{
    width:40px;
    height:40px;
}
.slick-next:before {
    content: url('./dist/img/next.png');
}
.slick-prev:before {
   content: url('./dist/img/prev.png');
}
.slick-next {
    right: -40px;
}

.slick-prev {
   left: -40px;
}



.header-map-block {

}
.header-map-block .header-map {
  position: relative;
  margin-top: -100px;
}
.header-map-block .header-map img {
  width: 100%;
}
.header-map-block .header-map .points {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-map-block .header-map .point {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.header-map-block .header-map .point .dot {
  position: relative;
  /*width: 20px;*/
  /*height: 20px;*/
  /*background: url(/wp-content/themes/prostor_restyling/dist/img/map-dot.svg) no-repeat center;*/
  border-radius: 50%;
  border: 7px solid #d92251;
  background: #fff;
  animation: radial-pulse 2s infinite;
  z-index: 1;
}
.header-map-block .header-map .point:nth-child(1) {
/*  top: 151px;
  left: 428px;*/
  top: 29.3%;
  left: 45.5%;
}
.header-map-block .header-map .point:nth-child(2) {
/*  top: 217px;
  left: 592px;*/
  top: 42.1%;
  left: 63%;
}
.header-map-block .header-map .point:nth-child(3) {
/*  top: 265px;
  left: 135px;*/
  top: 51.5%;
  left: 14.4%;
}
.header-map-block .header-map .point:nth-child(4) {
/*  top: 282px;
  left: 282px;*/
  top: 54.8%;
  left: 30%;
}
.header-map-block .header-map .point:nth-child(5) {
/*  top: 282px;
  left: 870px;*/
  top: 54.8%;
  left: 92.6%;
}
.header-map-block .header-map .point:nth-child(6) {
/*  top: 363px;
  left: 495px;*/
  top: 70.5%;
  left: 52.7%;
}
.header-map-block .header-map .point .info {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  /*bottom: 0;*/
  width: 100vw;
  max-width: 320px;
  padding: 20px;
  box-shadow: 0 6px 19px rgba(0, 0, 0, 0.17);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(0);
  transform-origin: left top;
  transition: all 0.4s ease;
}
.header-map-block .header-map .point .info .title {
  padding: 0;
  color: #464646;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  line-height: 1;
}
.header-map-block .header-map .point .info .text {
  padding: 5px 0 0 5px;
  color: #282828;
  font-size: 14px;
  line-height: 22.65px;
}
.header-map-block .header-map .point.active {
  z-index: 1;
}
.header-map-block .header-map .point.active .dot {
  padding: 5px;
  border-width: 6px;
  animation: none;
}
.header-map-block .header-map .point.active .info {
  /*display: block;*/
  transform: scale(1);
}
.header-map-block .header-map .point:nth-child(5) .info {
  left: auto;
  right: 50%;
  transform-origin: right top;
}

.advantages .header__ico {
	min-width: 44px;
}

.wifi_access-item {
	
}
.wifi_access-item .item-ico {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 50px auto;
}
.wifi_access-item .item-ico .ico {
	
}
.wifi_access-item .item-ico .days {
	color: #9199a3;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background: url(/wp-content/themes/prostor_restyling/dist/img/wifi_access-bg-arrow.svg) no-repeat right bottom 20px;
}
.wifi_access-item .item-title {
	margin-top: 20px;
	color: #464646;
	font-size: 16px;
	font-weight: 700;
	font-family: Comfortaa;
}
.wifi_access-item .item-text {
	margin-top: 10px;
	color: #9199a3;
	font-size: 12px;
	line-height: 1.6;
}

@media (max-width: 991px) {
	.grid-how_to {
		grid-template-columns: auto auto;
	}
}

@media (max-width: 767px) {
  .header-map-block .header-map .point .info {
    display: none;
  }
	.wifi_access-item .item-ico {
		align-items: center;
	}
	.wifi_access-item .item-ico .days {
		text-align: left;
		background: none;
	}
}

@media (max-width: 600px) {
	.grid-how_to {
		grid-template-columns: auto;
	}
}


@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(217, 34, 81, 1);
  }
 
  100% {
    box-shadow: 0 0 0 10px rgba(217, 34, 81, 0);
  }
}



.business_services-block {
	display: grid;
	grid-gap: 20px;
	justify-content: center;
	grid-template-columns: repeat(auto-fill, 300px);
/* 	grid-template-columns: repeat(auto-fill, minmax(275px, 300px)); */
	grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
}
.business_services-block.cols-4 {
	grid-template-columns: repeat(auto-fill, 220px);
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.business_services-block .item,
.business_services-block .image {
	position: relative;
}
.business_services-block .image::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(211, 29, 209, 0.29) 0%, rgba(100, 59, 186, 0.96) 83%);
}
.business_services-block .image img {
	width: 100%;
}
.business_services-block .content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
}
.business_services-block .content {
	padding: 0 20px 20px;
}
.business_services-block .item-title {
	color: #fff;
	font-family: Comfortaa;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}
.business_services-block .item-text {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	line-height: 1.6;
}
.business_services-block .item-btn {
	display: none;
	width: 100%;
	padding: 16px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	border: none;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(180deg, #d31dd1 0%, #643bba 100%);
	text-decoration: none;
}
.business_services-block .item:hover .item-btn {
	display: block;
}



















.business_service-block {
/* 	background-image: linear-gradient(180deg, #d31dd1 0%, #643bba 100%); */
}
/*.business_service_hover_box .vc-hoverbox:hover {
	transform: none;
}*/





.business_service-block .wpb_wrapper .wpb_wrapper,
.business_service-block .wpb_single_image {
	position: relative;
	margin: 0;
}
.business_service-block .wpb_single_image::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(211, 29, 209, 0.29) 0%, rgba(100, 59, 186, 0.96) 83%);
}
.business_service-block .vc_wp_text,
.business_service-block .vc_btn3-container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
}
.business_service-block .vc_wp_text {
	bottom: 10px;
}

.vc_wp_text.wpb_content_element {
	padding: 0 20px;
}
.vc_wp_text.wpb_content_element .widgettitle {
	margin: 0;
	color: #fff;
	font-family: Comfortaa;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}
.vc_wp_text.wpb_content_element .textwidget {
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	line-height: 1.6;
}
.vc_wp_text.wpb_content_element .textwidget p {
	margin: 5px 0;
}

.business_service-block .vc_btn3-container .vc_btn3.vc_btn3-style-modern {
	width: 100%;
	height: 46px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	border: none;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(180deg, #d31dd1 0%, #643bba 100%);
	opacity: 0.98;
}
.business_service-block .vc_btn3-container .vc_btn3.vc_btn3-style-modern:hover {
	color: #fff;
	border: none;
	background: linear-gradient(180deg, #d31dd1 0%, #643bba 100%);
}
.business_service-block .wpb_wrapper .wpb_wrapper .vc_btn3-container {
	display: none;
}
.business_service-block .wpb_wrapper .wpb_wrapper:hover {
	
}
.business_service-block .wpb_wrapper .wpb_wrapper:hover .vc_wp_text {
	bottom: 60px;
}
.business_service-block .wpb_wrapper .wpb_wrapper:hover .vc_btn3-container {
	display: block;
}
.widget3 {
	display:none!important;
}

div.brand-pages__ico img{
	padding-right: 15px;
}

@media screen and (max-width: 991px) {

div.brand-pages__width{
    width: 100%;
  }
div.brand-pages__ico {
	width: 65px;
	margin: auto 15px auto 0px;
  }
div.brand-pages__ico img{
	width: 50px;
	padding-right: 0px;
  }
div.header__ico img{
	width: 50px;
  }
div.brand-pages__item {
	margin: 0px;
	padding: 15px 0;
  }
div.header__ico{
	width: 10%;
  }
div.header__info{
	width: 90%;
  }
}


div.brand-pages__info {
	width: 100%;
}


@media screen and (min-width: 992px) {
div.brand-pages__ico div.header__ico{
	width: 25%;
	margin-top: 7px;
  }
div.header__ico img{
	width: 35px;
  }
div.brand-pages__ico img{
	width: 35px;
	padding-right: 0px;
  }
div.header__ico{
	width: 10%;
  }
div.header__info{
	width: 90%;
  }
div.brand-pages__ico {
	width: 15%;
  }
div.brand-pages__info {
	width: 75%;
  }
}

@media screen and (max-width: 449px) {
div.brand-pages__ico {
	width: 10%;
	margin-right: 5px;
  }
div.brand-pages__ico img{
	width: 100%;
  }
div.header__ico img{
	width: 100%;
  }
}
/* Прайс на монтажные работы
input.checkPrice, .divPrice {
	display: none;
}

input.checkPrice:checked + div {
	display: block;
}

.stringPrice {
    width: 50%;
    display: flex;
}

.priceTask{
    width: 30%;
}

.nameTask {
    width: 70%;
    margin-left: 20px;
}
 */

/*
div.tab button.tab-3 {
    margin-bottom: 15px;
}
*/
/* Слайдер десктоп*/
div#sliderCSS {
    width: 65%;
	margin: auto;
}

label#sliderLabel-1, label#sliderLabel-2, label#sliderLabel-3{
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #bbb;
	cursor: pointer;
}

img.sliderImg {
    width: 90%;
    margin: auto; 
}
p.sliderSpanImg {
	margin: 0px;
}
div#sliderLabels-2 {
    margin: 15px auto;
    width: 25%;
    display: flex;
    justify-content: space-between;
}

input#sliderRadio-1, input#sliderRadio-2, input#sliderRadio-3 {
    display: none;
}

img#sliderImg-1, img#sliderImg-2, img#sliderImg-3 {
    display: none;
}

input#sliderRadio-1:checked ~ div#sliderImges > p.sliderSpanImg > img#sliderImg-1 {
    display: block;
}
input#sliderRadio-1:checked ~ #sliderLabels-1 > #sliderLabels-2 > #sliderLabel-1 {
    background-color: #000;
}
input#sliderRadio-2:checked ~ div#sliderImges > p.sliderSpanImg > img#sliderImg-2 {
    display: block;
}
input#sliderRadio-2:checked ~ #sliderLabels-1 > #sliderLabels-2 > #sliderLabel-2 {
    background-color: #000;
}
input#sliderRadio-3:checked ~ div#sliderImges > p.sliderSpanImg > img#sliderImg-3 {
    display: block;
}
input#sliderRadio-3:checked ~ #sliderLabels-1 > #sliderLabels-2 > #sliderLabel-3 {
    background-color: #000;
}
@media screen and (min-width: 992px) {
	div#sliderCSS {
    width: 75%;
	}
}
@media screen and (max-width: 767px) {
	div#sliderCSS {
    width: 85%;
	}
}
@media screen and (max-width: 600px) {
	div#sliderLabels-2 {
		margin: 30px auto 0px;
		width: 40%;
	}
	label#sliderLabel-1, label#sliderLabel-2, label#sliderLabel-3 {
		height: 30px;
		width: 30px;
	}
}
@media screen and (max-width: 420px) {
	div#sliderLabels-2 {
		width: 60%;
	}
}

/* Слайдер примеры страниц */

div#sliderCSSlk {
    width: 65%;
	margin: auto;
}

label#sliderLabel-1lk, label#sliderLabel-2lk, label#sliderLabel-3lk{
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #bbb;
	cursor: pointer;
}

img.sliderImglk {
    width: 40%;
    margin: auto; 
}
p.sliderSpanImglk {
	margin: 0px;
}
div#sliderLabels-2lk {
    margin: 15px auto;
    width: 25%;
    display: flex;
    justify-content: space-between;
}

input#sliderRadio-1lk, input#sliderRadio-2lk, input#sliderRadio-3lk {
    display: none;
}

img#sliderImg-1lk, img#sliderImg-2lk, img#sliderImg-3lk {
    display: none;
}

input#sliderRadio-1lk:checked ~ div#sliderImgeslk > p.sliderSpanImglk > img#sliderImg-1lk {
    display: block;
}
input#sliderRadio-1lk:checked ~ #sliderLabels-1lk > #sliderLabels-2lk > #sliderLabel-1lk {
    background-color: #000;
}
input#sliderRadio-2lk:checked ~ div#sliderImgeslk > p.sliderSpanImglk > img#sliderImg-2lk {
    display: block;
}
input#sliderRadio-2lk:checked ~ #sliderLabels-1lk > #sliderLabels-2lk > #sliderLabel-2lk {
    background-color: #000;
}
input#sliderRadio-3lk:checked ~ div#sliderImgeslk > p.sliderSpanImglk > img#sliderImg-3lk {
    display: block;
}
input#sliderRadio-3lk:checked ~ #sliderLabels-1lk > #sliderLabels-2lk > #sliderLabel-3lk {
    background-color: #000;
}
@media screen and (min-width: 992px) {
	div#sliderCSSlk {
    width: 75%;
	}
}
@media screen and (max-width: 767px) {
	div#sliderCSSlk {
    width: 85%;
	}
}
@media screen and (max-width: 600px) {
	div#sliderLabels-2lk {
		margin: 30px auto 0px;
		width: 60%;
	}
	label#sliderLabel-1lk, label#sliderLabel-2lk, label#sliderLabel-3lk {
		height: 30px;
		width: 30px;
	}
	img.sliderImglk {
    width: 60%;
	}
}
@media screen and (max-width: 420px) {
	div#sliderLabels-2lk {
		width: 60%;
	}
}
/* Страница Тарифы */

input.checkPrice, .divPrice {
    display: none;
}
input.checkPrice:checked + div {
    display: block;
    margin-top: 10px;
}
div.listPrice {
    border-radius: 11px;
    border: 1px solid #e5e9ed;
    padding: 20px;
    text-align: center;
    margin: 15px;
}
div.divItemPrice {
    margin-top: 16px;
    text-align: left;
}
div.stringPrice {
    display: flex;
    color: #282828;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 19px;
    padding-left: 17px;
    margin-bottom: 5px;
}
div.priceTask {
    width: 20%;
    text-align: right;
    margin-right: 5px;
}
div.nameTask {
    width: 80%;
    margin-left: 40px;
}
div.nameTask:before {
    content: url(/wp-content/uploads/2021/12/Path.png);
    position: absolute;
    left: 70px;
}
label.labelPrice {
    color: #465969;
    font-family: 'Comfortaa';
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px;
    cursor: pointer;
}
label.mainLabelPrice {
    color: #465969;
    font-family: 'Comfortaa';
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
#tarifs1 .tarif__list .more__info {
    content: "?";
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    left: 4px;
    border-radius: 100px;
    background: #b9c1c6;
}
#tarifs1 .tarif__list .more__info:hover {
    background: #fb3266;
}
#tarifs1 .tarif__sublist {
    list-style-type: none !important;
    padding-left: 0px !important;
}
#tarifs1 .tarif__sublist li {
    font-size: 12px;
    padding-left: 0px !important;
}
#tarifs1 .tarif__sublist li:before {
    content: "-" !important;
    position: relative !important;
    left: 0px !important;
}
#tarifs1 .tarifs_name {
    color: #515a61;
    font-family: 'Comfortaa', cursive;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 56px;
    text-align: left;
    padding-top: 40px;
    padding-left: 10px;
}
#tarifs1 .tarif__name {
    margin-bottom: 0px;
}
#tarifs1 .tarif__list li:before {
    content: url(/wp-content/uploads/2021/12/Path.png);
    position: absolute;
    left: 16px;
}
#tarifs1 .tarif__list li {
    color: #282828;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 19px;
    padding-left: 17px;
    margin-bottom: 5px;
}
#tarifs1 .tarif__btn {
    max-width: 170px;
    margin: 0px auto;
}
#tarifs1 .tarifs__bigone .tarif__item {
    width: 300px;
}
#tooltip {
    z-index: 9999;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 250px;
    font-size: 12px;
    background-color: #000000;
    opacity: 0.75;
    padding: 5px 10px 5px 10px;
    color: rgba(255, 255, 255, 0.72);
    border-radius: 5px;
}

/* Форма заявки 2025 new */
.wpcf7{
	width: 80%;
	position: fixed;
    top: 200px;
    left: 100%;
    margin-left: 0;
    z-index: 199;
    background: #fff;
	transition: 
        left .3s;
}
.wpcf7 input[type=submit]{
	background-color: #222;
    border: 2px solid transparent;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.143em;
    font-weight: 600;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.wpcf7 select, textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    display: block;
    color: #5f5f5f;
    box-sizing: border-box;
    padding: 8px;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    border-color: #cccccc #E7E7E7 #E7E7E7 #cccccc;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 15px;
    outline: 0;
}
form.wpcf7-form {
	margin: 0 30px;
	padding: 10px 0;
}
form.wpcf7-form h2 {
	font-family: 'Open Sans', sans-serif;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
}
span.wpcf7-form-control-wrap p label {
	width: 100%;
}
input.wpcf7-form-control {
	width: 100%;
}
textarea.wpcf7-form-control {
	width: 100%;
	height: 100px;
	overflow: auto;	
}
div.show-wpcf7-form-control {
    left: 10%;
	box-shadow: -7px 5px 5000px 5000px rgba(6, 6, 6, 0.5);
    transition: 
        left .3s;
}