

/* Start:/local/components/flamix/config.tabs/templates/newRSTempGpu/style.css?17585324425791*/
#loader rect {
  /* Анимация изменения цвета заполняющего прямоугольника */
  animation: fill-animation 1.8s linear infinite;
}

@keyframes fill-animation {
  0% {
    fill: #f0f0f0;
  }
  50% {
    fill: #e0e0e0;
  }
  100% {
    fill: #f0f0f0;
  }
}

#loader stop:first-child animate {
  /* Анимация изменения значения атрибута offset у первого элемента stop */
  animation: offset-animation-1 1s linear infinite;
}

#loader stop:nth-child(2) animate {
  /* Анимация изменения значения атрибута offset у второго элемента stop */
  animation: offset-animation-2 1s linear infinite;
}

#loader stop:last-child animate {
  /* Анимация изменения значения атрибута offset у последнего элемента stop */
  animation: offset-animation-3 1s linear infinite;
}

@keyframes offset-animation-1 {
  0% {
    offset: -2;
  }
  100% {
    offset: 1;
  }
}

@keyframes offset-animation-2 {
  0% {
    offset: -1.5;
  }
  100% {
    offset: 1.5;
  }
}

@keyframes offset-animation-3 {
  0% {
    offset: -1;
  }
  100% {
    offset: 2;
  }
}
.empty-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
}
.empty-search p {
  margin-top: 8px;
  font-weight: normal;
  font-size: 18px;
}
.empty-search img {
  display: block;
  margin-bottom: 24px;
}
.servers_block .boxes:empty {
  padding-top: 0;
}
.manner-form .modal-mask {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  transition: opacity 0.3s ease;
}

.manner-form .line .grid .button-modal {
  width: 100%;
  margin-bottom: 24px;
}

.manner-form .modal-container {
  max-width: 460px;
  margin: 9% auto 0;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
}
#orderServerModal .quant {
  height: 49px;
  margin-bottom: 28px;
  position: relative;
  background: #fff;
  cursor: pointer;
  font-weight: normal;
  box-sizing: border-box;
}
#orderServerModal .policy {
  margin-top: 20px;
  font-size: 14px;
}
#orderServerModal .control {
  margin-top: 16px;
}
#orderServerModal p {
  color: #595c89;
}
#orderServerModal .quant__input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e0e0ea;
  border-radius: 4px;
}
#orderServerModal .quant__minus,
#orderServerModal .quant__plus {
  max-width: max-content;
  font-size: 30px;
  height: 100%;
  position: absolute;
  display: block;
  cursor: pointer;
  color: #a0a3bd;
  right: 0;
  top: 0;
  padding-right: 24px;
  padding-left: 24px;
}
#orderServerModal .quant__minus:hover,
#orderServerModal .quant__plus:hover {
  color: #0047ff;
}
.quant__input::-webkit-outer-spin-button,
.quant__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quant__input::-moz-number-spin-box,
.quant__input::-moz-number-spin-up,
.quant__input::-moz-number-spin-down {
  display: none;
}

.quant__input {
  -moz-appearance: textfield;
  appearance: textfield;
}

.quant__input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#orderServerModal .quant__minus {
  left: 0;
}
@media (max-width: 768px) {
  .manner-form .modal-container {
    padding: 32px 16px;
    margin-top: 22%;
  }
}
@media (max-width: 576px) {
  .manner-form .modal-container {
    max-width: calc(100% - 32px);
  }
}
.manner-form .modal-container .modal-close {
  position: absolute;
  top: 16px;
  right: 4px;
  border-radius: 10em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.manner-form .modal-container .modal-close svg {
  width: 35px;
  height: 15px;
}
.manner-form .modal-container .modal-close:hover svg {
  fill: #0047ff;
}
.manner-form .modal-container .phone-num {
  color: #595c89;
  font-weight: 500;
}

.manner-form .modal-container .modal-body {
  margin-top: 12px;
}
.manner-form .modal-container .modal-header h4 {
  font-size: 24px;
  text-align: left;
}
@media (max-width: 768px) {
  .manner-form .modal-container .modal-header h4 {
    font-size: 18px;
  }
}
.manner-form .modal-container .modal-body.no-mb {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .manner-form .modal-container .modal-body {
    margin: 20px 0;
  }
}
.manner-form .modal-container .modal-body .control .error-text {
  margin: 0;
  padding: 0;
  color: #e0205a;
  font-size: 13px;
}
.manner-form .modal-body .timer {
  margin-top: 38px;
}
@media (max-width: 768px) {
  .manner-form .modal-body .timer {
    margin-top: 20px;
  }
}
.manner-form .modal-body .timer p {
  display: inline;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.manner-form .modal-body .control .input-white {
  width: 100%;
  max-width: 100%;
}
.manner-form .modal-body .timer p.digit {
  color: #595c89;
  font-weight: 500;
  margin-left: 4px;
}

.manner-form .modal-body .modal-body-label:before {
  display: none;
}

.manner-form .modal-body .form-control {
  background: #e4e4e4;
}
.manner-form .modal-body .form-control:focus {
  background: #e4e4e4;
}
.manner-form .modal-container .modal-footer {
  text-align: center;
}
.manner-form .modal-container .modal-enter {
  opacity: 0;
}

.manner-form .modal-leave-active {
  opacity: 0;
}

.manner-form .modal-enter .modal-container,
.manner-form .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.policy a {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

/* End */


/* Start:/local/templates/newDesign/components/bitrix/news.list/modal_dist/style.css?1684647278150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/newDesign/components/bitrix/news.list/modal_acceleration/style.css?1684647278150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/newDesign/components/bitrix/news.list/slider-adventages/style.css?1684647278150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/newDesign/components/bitrix/news.list/question_newtemp/style.css?1684647278150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/newDesign/components/bitrix/news.list/clients/style.css?1684647278150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/components/flamix/config.tabs/templates/newRSTempGpu/style.css?17585324425791 */
/* /local/templates/newDesign/components/bitrix/news.list/modal_dist/style.css?1684647278150 */
/* /local/templates/newDesign/components/bitrix/news.list/modal_acceleration/style.css?1684647278150 */
/* /local/templates/newDesign/components/bitrix/news.list/slider-adventages/style.css?1684647278150 */
/* /local/templates/newDesign/components/bitrix/news.list/question_newtemp/style.css?1684647278150 */
/* /local/templates/newDesign/components/bitrix/news.list/clients/style.css?1684647278150 */
