:root {
 --loading-size: 150px;
 --fill-loading: #5237df;
}
[data-fancybox] {
    cursor: pointer;
}
.comparison-wilstream table{
    width: 100%;
	border-spacing: 10px 0;
	
}

.comparison-wilstream table td{
    padding: 15px;
    text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.comparison-wilstream table tbody tr:nth-child(1) td {
    background: linear-gradient(to top, var(--violet) 0%, var(--violet-average) 100%);
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.17;
    border-top: 1px solid #ddd;
    /* text-align: center; */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.comparison-wilstream table tbody tr td:nth-child(1){
	text-align: left;
}
.comparison-wilstream table tbody tr:nth-child(1) td:nth-child(1){
	background: transparent;
	color: #000;
}
.scroll-auto{
	overflow: auto;
}
.c-loading {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}

.loading>div svg path {
 fill: var(--fill-loading);
}
.cookie-block{
	bottom: 170px !important;
}
.c-loading>div,
.loading>div {
 position: absolute;
 top: calc(50% - (var(--loading-size) / 2));
 left: calc(50% - (var(--loading-size) / 2));
 width: var(--loading-size);
 height: var(--loading-size);
 max-width: 100%;
 max-height: 100%;
}

body>.c-loading {
 position: fixed;
}
.stretched-link::after {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1;
 content: "";
}
.vacancy-list {
  display: none;
}
.vacancy-list.active {
  display: block;
}
.info p a {
  color: #3e16cb;
}

.page404 {
  margin: 0 0 200px 0;
  padding-top: 50px;
}
.page404 h1 {
  margin-bottom: 25px;
}
.page404 p {
  display: block;
  font-size: 23px;
  margin-bottom: 40px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #15141a;
}
.but-404 {
  margin-top: 55px;
}

.name-questt {
  font-weight: 700;
  margin: 0 0 10px 0;
}
.date-questt {
  color: #999;
  margin: 0 0 25px 0;
}
.text-questt {
  margin: 0 0 20px 0;
  font-style: italic;
  line-height: 23px;
}
.tags-questt {
  margin: 20px 0 20px 0;
}

@media screen and (max-width: 950px) {
  .page404 {
    margin-bottom: 80px;
    padding-top: 30px;
  }
}

.calc_fixed-block {
  position: fixed;
  bottom: 0;
  height: 120px;
  background: #eeeded;
  width: 100%;
  border-top: 2px solid #000;
  z-index: 21474836537;
}
.calc_fixed-block .calc_fixed-block_text {
  font-style: italic;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px 40px 5px;
}
.calc_fixed-block .phone_num {
  font-style: italic;
  text-align: center;
}
.calc_fixed-block .calc_fixed-block_but {
  color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  background: #659913;
  background: #1eb298;
  margin: 5px auto;
  display: block;
  font-size: 15px;
}

.fixed-block__close-btn {
  position: absolute;
  z-index: 26;
  right: -1.5em;
  top: -0.5em;
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
}
.fixed-block__close-btn::after,
.fixed-block__close-btn::before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: #000;
  margin: auto;
  transition: all 0.3s ease 0s;
}
.fixed-block__close-btn::before {
  width: 100%;
  height: 2px;
  transform: rotate(-45deg);
}

.fixed-block__close-btn::after {
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
}

.calc_fixed-block #phone_banner {
  background: none;
  width: 183px;
  background-color: #eeeded;
  border: none;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.calc_fixed-block ::-webkit-input-placeholder {
  color: #000;
}
.calc_fixed-block ::-moz-placeholder {
  color: #000;
} /* Firefox 19+ */
.calc_fixed-block :-moz-placeholder {
  color: #000;
} /* Firefox 18- */
.calc_fixed-block :-ms-input-placeholder {
  color: #000;
}

.calc_fixed-block input:invalid {
  box-shadow: none;
}

.mobile_bottom_vidget_calc_block {
  position: fixed;
  z-index: 95;
  right: 105px;
  bottom: 29px;
  width: 70px;
  height: 70px;
}
.mobile_bottom_vidget_calc {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  margin: 5px auto;
  border-radius: 50%;
  transition: 0.3s ease;
  cursor: pointer;
  opacity: 1;
  background-color: rgb(55, 196, 170);
  transition: opacity 0.4s ease;
  animation: a 2s ease infinite;
}
.mobile_bottom_vidget_calc .mobile_bottom_vidget__img {
  display: block;
  padding-top: 11px;
  width: 44%;
  margin: 0 auto;
  height: auto;
}

@media (min-width: 992px) {
  .calc_fixed-block .back-image {
    background-image: url("/upload/hands2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    height: 230px;
    width: 230px;
    position: absolute;
    right: 25px;
    bottom: -30px;
  }

  .calc_fixed-block .calc_fixed-block_text {
    font-size: 30px;
    line-height: 70px;
    margin-right: -40px;
    float: left;
    margin-bottom: 0px;
    padding: 0;
  }
  .calc_fixed-block #phone_banner {
    font-size: 35px;
    line-height: 70px;
    width: 305px;
  }

  .calc_fixed-block .calc_fixed-block_but {
    margin-top: 48px;
    float: left;
    padding: 13px 13px;
    font-size: 26px;
  }
  .calc_fixed-block .phone_num {
    float: left;
  }
}

@media (max-width: 991px) {
  .fixed-block__close-btn {
    right: -0.5em;
    top: 0.5em;
  }

  .calc_fixed-block .calc_fixed-block_text {
    padding: 5px 40px 5px;
    font-size: 23px;
  }

  .calc_fixed-block .calc_fixed-block_btn {
    margin-top: -30px;
  }

  .mobile_bottom_vidget_calc_block {
    right: auto;
    left: 100px;
    bottom: 18px;
  }
}
.loaderWrapper{
	position: relative;
}
.loader {
    display: flex;
    background: #00000024;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: 1000000000;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.loader:after{
	content: "";
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid #ffffff;
	border-right-color: #5237df;
	animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}

@media(max-width: 580px){
    .telemarketing-results-wilstream ul:not(.not-num) > li {
        width: 100%;
    }
}