

/* Start:/upload/minify_cache/e43c080a365e98b05777748c9365c8eb.css?1686225212165*/
/* Original: /arenda-vydelennogo-servera/style.css */
@media screen and (max-width: 540px){.mobile-hide{display:none;}.dedicated-server-tabs-head-item {width: 50%;}}
/* End */


/* Start:/local/templates/depohost/components/bitrix/catalog.section/popular-solutions/style.css?17728056507154*/
.popular-dedicated-servers-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.popular-dedicated-servers-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 48%;
}

.popular-dedicated-servers-sort-item {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 2px #E1E5EB;
  box-shadow: 0 0 0 2px #E1E5EB;
  padding: 13px 15px;
  margin: 0 1px;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.popular-dedicated-servers-sort-item:first-child {
  border-radius: 8px 0 0 8px;
}

.popular-dedicated-servers-sort-item:last-child {
  border-radius: 0 8px 8px 0;
}

.popular-dedicated-servers-sort-item:hover {
  -webkit-box-shadow: 0 0 0 2px #0094FF;
  box-shadow: 0 0 0 2px #0094FF;
  z-index: 5;
}

.popular-dedicated-servers-sort-item.active-tab {
  -webkit-box-shadow: 0 0 0 2px #0094FF;
  box-shadow: 0 0 0 2px #0094FF;
  z-index: 5;
}

.popular-dedicated-servers-dropdowns {
  display: none;
  margin-top: 20px;
  width: 80%;
}

.popular-dedicated-servers-items {
  white-space: nowrap;
}

.popular-dedicated-servers-items-wrapper {
  -webkit-box-shadow: 0 7px 15px 8px #fbfbfc;
  box-shadow: 0 7px 15px 8px #fbfbfc;
  padding: 15px 1% !important;
}

.popular-dedicated-servers-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 24px 30px 75px;
  -webkit-box-shadow: 0 10px 40px rgba(65,69,96,0.1);
  box-shadow: 0 10px 40px rgba(65,69,96,0.1);
  background-color: #FFFFFF;
  border-radius: 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.popular-dedicated-servers-item:last-child {
  margin-right: 0;
}

.popular-dedicated-servers-item:hover {
  -webkit-box-shadow: 0 5px 10px #0004;
  box-shadow: 0 5px 10px #0004;
  -webkit-transform: translateY(-4px) !important;
  -ms-transform: translateY(-4px) !important;
  transform: translateY(-4px) !important;
}

.popular-dedicated-servers-item__title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.popular-dedicated-servers-item__label {
  position: absolute;
  right: 0;
  top: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 7px 20px 7px 10px;
  color: #FFFFFF;
  border-radius: 6px 0 0 6px;
}

.popular-dedicated-servers-item__label:before,
.popular-dedicated-servers-item-bottom__feature:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 6px;
}

.popular-dedicated-servers-item__label.hit {
  background-color: #FF603D;
}

.popular-dedicated-servers-item__label.hit:before {
  background: url("/local/templates/depohost/components/bitrix/catalog.section/popular-solutions/../../../../pictures/icons/star.svg");
}

.popular-dedicated-servers-item__label.recommended {
  background-color: #00BF7A;
}

.popular-dedicated-servers-item__label.recommended:before {
  background: url("/local/templates/depohost/components/bitrix/catalog.section/popular-solutions/../../../../pictures/icons/like.svg");
}


.popular-dedicated-servers-item__label.sale {
  background-color: #00BF7A;
}

.popular-dedicated-servers-item__label.sale:before {
  background-image: url("/local/templates/depohost/pictures/icons/percent.svg");
}

.popular-dedicated-servers-item__label.bitrix {
  background-color: #F9A400;
}

.popular-dedicated-servers-item__label.bitrix:before {
  width: 27px;
  background-image: url("/local/templates/depohost/pictures/icons/1c-icon-small.svg");
}

.popular-dedicated-servers-item__price {
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.popular-dedicated-servers-item__discount {
  display: none;
}

.popular-dedicated-servers-item__old-price {
  text-decoration: line-through;
  margin-right: 10px;
}

.popular-dedicated-servers-item__discount-value {
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #ffedf0;
  color: #ff6e6e;
}

.popular-dedicated-servers-item-characteristics {
  margin: 20px 0 90px;
}

.popular-dedicated-servers-item-characteristics li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-wrap: auto;
}

.popular-dedicated-servers-item-characteristics li:last-child {
  margin-bottom: 0;
}

.popular-dedicated-servers-item-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.popular-dedicated-servers-item-bottom__feature {
  width: 100%;
}

.popular-dedicated-servers-item-bottom__feature.kvm:before{
  background-image: url("/local/templates/depohost/pictures/icons/console.svg");
}

.popular-dedicated-servers-item-bottom__feature.private_network:before{
  background-image: url("/local/templates/depohost/pictures/icons/privnetwork.svg");
}

.popular-dedicated-servers-item-bottom__feature.power_supply:before{
  background-image: url("/local/templates/depohost/pictures/icons/power_supply.svg");
}

.popular-solution-description {
  display: block;
  margin-top: 18px;
  white-space: normal;
}

@media screen and (max-width: 1400px) {
  .popular-dedicated-servers-sort-item {
    font-size: 11px;
  }

  .popular-dedicated-servers-item__title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .popular-dedicated-servers-item__price {
    font-size: 24px;
    line-height: 30px;
  }

  .popular-dedicated-servers-item-bottom .btn {
    font-size: 14px;
    padding: 5px 10px;
  }

  .popular-dedicated-servers-item-bottom .link {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .popular-dedicated-servers-sort-item {
    padding: 9px 7px;
  }

  .popular-dedicated-servers-item-bottom .btn {
    font-size: 18px;
    padding: 10px 20px;
  }

  .popular-dedicated-servers-item-bottom .link {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .popular-dedicated-servers-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .popular-dedicated-servers-sort {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    width: 100%;
  }

  .popular-dedicated-servers-sort-item {
    font-size: 16px;
    padding: 13px 15px;
  }

  .popular-dedicated-servers-item {
    width: 350px;
  }
}

@media screen and (max-width: 540px) {
  .popular-dedicated-servers-sort {
    display: none;
  }

  .popular-dedicated-servers-dropdowns {
    display: block;
  }

  .popular-dedicated-servers-item-bottom{
    padding: 0 15px;
  }

  .popular-dedicated-servers-item{
    padding: 24px 15px 75px;
  }
}
/* End */


/* Start:/local/templates/depohost/components/aam/empty/configurator_dedicated/style.css?168622798312475*/
.build-server {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 40px 0;
}

.build-server-constructor {
  width: 65%;
  -webkit-box-shadow: 0 10px 40px rgba(65, 69, 96, 0.1);
  box-shadow: 0 10px 40px rgba(65, 69, 96, 0.1);
  border-radius: 12px;
  padding: 20px 40px 40px;
  margin-right: 40px;
}

.build-server-block {
  margin-bottom: 40px;
}

.build-server-block:last-child {
  margin-bottom: 0;
}

.build-server-block-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin: 20px 0 15px;
}

.build-server-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.build-server-row .selectric-wrapper {
  width: 48%;
}

.build-server-hdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.build-server-hdd-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.build-server-hdd-item {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(200% + 30px);
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  z-index: 50;
  -webkit-box-shadow: 0 0 10px -6px #0005;
  box-shadow: 0 0 10px -6px #0005;
  border: 2px solid #E1E5EB;
  border-radius: 0 0 8px 8px;
}

.build-server-hdd-item-col {
  padding: 10px 0;
  border-right: 1px solid #E1E5EB;
  border-bottom: 1px solid #E1E5EB;
  width: 25%;
}

.build-server-hdd-item-col:last-child {
  border-right: none;
}

.build-server-hdd-item-col-title {
  color: #A2AFC1;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 10px 20px;
}

.build-server-hdd-item-col ul li {
  padding: 7px 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.build-server-hdd-item-col ul li:hover {
  background-color: #0094FF30;
}

.build-server-hdd-item-col ul li.active {
  background-color: #0094FF;
  color: #FFFFFF;
}

.build-server-hdd-item-wrapper {
  position: relative;
  width: 48%;
  margin-bottom: 20px;
}

.build-server-hdd-item-bind {
  margin-bottom: 20px;
}

.build-server-hdd-item-wrapper.right > .build-server-hdd-item {
  right: 0;
  left: auto;
}

.build-server-hdd-item-wrapper.active > .build-server-hdd-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #0094FF;
}

.build-server-hdd-item-wrapper.active > .build-server-hdd-item-title {
  border-radius: 8px 8px 0 0;
  border-color: #0094FF;
  border-bottom: none;
}

.build-server-hdd-item-title {
  border-radius: 8px;
  border: 2px solid #E1E5EB;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.build-server-hdd-item-title:after {
  content: "";
  display: inline-block;
  background: url("/local/templates/depohost/pictures/icons/arrow-down-grey.svg");
  position: absolute;
  right: 7px;
  width: 10px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.build-server-hdd-item-title:hover {
  border-color: #0094FF;
}

.build-server-hdd-item-title:hover:after {
  background: url("/local/templates/depohost/pictures/icons/arrow-down.svg");
}

.build-server-hdd-item-title div {
  display: block;
  font-size: 12px;
  line-height: 38px;
  margin: 0 38px 0 10px;
}

.build-server-range {
  position: relative !important;
  margin: 20px 0;
  height: 0 !important;
  border-color: #E1E5EB !important;
}

.build-server-range .ui-slider-handle {
  border-radius: 50%;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background-color: #fff !important;
  border: 4px solid #0094FF !important;
  width: 24px !important;
  height: 24px !important;
  -webkit-transition: .1s ease !important;
  -o-transition: .1s ease !important;
  transition: .1s ease;
}

.build-server-range .ui-slider-handle.ui-state-active {
  background-color: #EDF4F8;
}

.build-server-range-values {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #A2AFC1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.build-server-range-values.hidden {
  opacity: 0;
}

.build-server-range-value {
  position: absolute;
  top: -10px;
  left: -25px;
  display: inline-block;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: top .3s, opacity .2s, -webkit-transform .3s;
  transition: top .3s, opacity .2s, -webkit-transform .3s;
  -o-transition: transform .3s, top .3s, opacity .2s;
  transition: transform .3s, top .3s, opacity .2s;
  transition: transform .3s, top .3s, opacity .2s, -webkit-transform .3s;
  color: #000000;
  opacity: 0;
  width: 70px;
  text-align: center;
}

.build-server-range-value.active {
  top: 30px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.build-server-total {
  position: sticky;
  top: 74px;
  width: 35%;
}

.build-server-total-price {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.build-server-total-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.build-server-total-info ul li span {
  display: inline-block;
  width: 65%;
  margin-right: 5%;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.build-server-total-info ul li span:last-child {
  width: 30%;
  text-align: right;
  white-space: nowrap;
}

.build-server-total-rent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.build-server-total-rent span {
  display: inline-block;
  width: 40%;
}

.build-server-total .btn {
  vertical-align: middle;
  margin-right: 15px;
}

.build-server-total .link {
  vertical-align: middle;
}

.build-server-hdd-add {
  margin-top: 20px;
}

.build-server-hdd-add .hdd-add-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 20px;
}

.build-server-hdd-add .hdd-add-btn:before,
.build-server-hdd-add .hdd-add-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  display: inline-block;
  width: 2px;
  height: 15px;
  background-color: #0094FF;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.build-server-hdd-add .hdd-add-btn:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.build-server-hdd-add .hdd-add-btn:hover:before,
.build-server-hdd-add .hdd-add-btn:hover:after {
  background-color: #000000;
}

.build-server-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.build-server-params-item {
  width: 48%;
}

.build-server-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.build-server-counter span {
  display: inline-block;
  border: 2px solid #E1E5EB;
  padding: 7px 15px;
  font-size: 20px;
  color: #A2AFC1;
  cursor: pointer;
}

.build-server-counter span:hover {
  background-color: #E1E5EB;
}

.build-server-counter span.minus {
  border-radius: 8px 0 0 8px;
  border-right: 0;
}

.build-server-counter span.plus {
  border-radius: 0 8px 8px 0;
  border-left: 0;
}

.build-server-counter input {
  display: inline-block;
  border: 2px solid #E1E5EB;
  padding: 7px 10px;
  width: 10%;
}

.build-server-agreement {
  display: block;
  margin-top: 30px;
}

.build-server-agreement input[type="checkbox"] {
  position: absolute;
  z-index: -500;
  left: -100%;
  opacity: 0;
}

.build-server-agreement input[type="checkbox"]:checked ~ label:before {
  -webkit-box-shadow: 0 0 0 2px #0094FF, inset 0 0 0 20px #0094FF;
  box-shadow: 0 0 0 2px #0094FF, inset 0 0 0 20px #0094FF;
}

.build-server-agreement input[type="checkbox"]:checked ~ label:after {
  width: 14px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.build-server-agreement label {
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.build-server-agreement label:hover:before {
  -webkit-box-shadow: 0 0 0 2px #0094FF30, inset 0 0 0 0 #0094FF;
  box-shadow: 0 0 0 2px #0094FF30, inset 0 0 0 0 #0094FF;
  background-color: #0094FF30;
}

.build-server-agreement label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 0 2px #E1E5EB, inset 0 0 0 0 #0094FF;
  box-shadow: 0 0 0 2px #E1E5EB, inset 0 0 0 0 #0094FF;
  border-radius: 4px;
  padding: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.build-server-agreement label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 10px;
  overflow: hidden;
  top: 7px;
  left: 4px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background: url("/local/templates/depohost/pictures/icons/checked.svg") no-repeat;
  background-size: cover;
  cursor: pointer;
}

span.hdd-add-btn.minus::before {
  display: none;
}

.build-server-total-cart a {
  cursor: pointer;
}

.build-server-hdd-item-bind {
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .build-server-block-title {
    font-size: 13px;
    line-height: 20px;
  }

  .build-server-hdd-item-col ul li {
    font-size: 12px;
  }

  .build-server-total-info ul li span {
    font-size: 13px;
    line-height: 20px;
  }

  .build-server-counter input {
    width: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .build-server-hdd-item-col {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .build-server-constructor {
    padding: 20px;
  }

  .build-server-hdd-item-col ul li {
    font-size: 14px;
  }

  .build-server-total-price {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .build-server-hdd-item-wrapper{
    width: 100%;
  }

  .build-server-hdd-item-bind, .build-server-hdd-item-wrapper{
    margin-bottom: 5px;
  }

  .build-server-hdd-wrapper{
    justify-content: center;
  }

  .build-server {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .build-server-constructor {
    width: 100%;
    padding: 15px;
    margin-right: 0;
  }

  .build-server-block-title {
    font-size: 16px;
  }

  .build-server-row .selectric-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .build-server-row .selectric-wrapper:last-child {
    margin-bottom: 0;
  }

  .build-server-hdd-item-title div {
    margin: 0 20px 0 5px;
  }

  .build-server-total {
    width: 100%;
    margin-top: 30px;
  }

  .build-server-total-info ul li span {
    font-size: 16px;
  }

  .build-server-params-item {
    width: 100%;
  }

  .build-server-counter input {
    width: 10%;
    min-width: 40px;
    text-align: center;
  }

  .build-server-agreement label {
    font-size: 13px;
  }

  .mobile-total-info {
    display: flex;
    flex-direction: column-reverse;
  }

  .build-server-total-rent span.rent-title{
    display: none;
  }

  .build-server-total-rent span:not(selector){
    width: 100%;
  }

  .build-server-total-bottom {
    margin-bottom: 35px;
  }
}
/* End */


/* Start:/local/templates/depohost/components/bitrix/news.list/warranty/style.css?1688371319967*/
.warranty-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.warranty-item {
	width: 31%;
	margin: 40px 1%;
}

.warranty-item:first-child {
	margin-left: 0;
}

.warranty-item:nth-child(4n + 4) {
	margin-left: 0;
}

.warranty-item-image {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin-right: 1%;
}

.warranty-item-text {
	display: inline-block;
	vertical-align: top;
	width: 78%;
	padding-left: 10px;
}

.warranty-item-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.warranty-item-description {
	font-size: 15px;
	line-height: 24px;
	color: #647185;
}

@media screen and (max-width: 768px) {
	.warranty-item {
		width: 48%;
	}

	.warranty-item-name {
		font-size: 15px;
	}

	.warranty-item-description {
		font-size: 13px;
		line-height: 22px;
	}
}

@media screen and (max-width: 540px) {
	.warranty-item {
		width: 100%;
		margin: 20px 0;
	}
}
/* End */


/* Start:/local/templates/depohost/components/bitrix/catalog.section/additional-services/style.css?16916701713457*/
.additional-services-wrapper {
  margin: 40px 0 60px;
}

.additional-services-wrapper.no-accordion .additional-services-title {
  padding-left: 0;
  cursor: text;
}

.additional-services-wrapper.no-accordion .additional-services-title:before,
.additional-services-wrapper.no-accordion .additional-services-title:after {
  content: none;
}

.additional-services-wrapper.no-accordion .additional-services-title:hover {
  color: #000000;
}

.additional-services-wrapper.no-accordion .additional-services-content {
  display: block;
}

.additional-services-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;

}

.additional-services-title:hover {
  color: #0094FF;
}

.additional-services-title:before,
.additional-services-title:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #0094FF;
  top: 25%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.additional-services-title:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.additional-services-title.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.additional-services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.additional-services-item {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E5EB;
}

.additional-services-item:nth-child(even) {
  margin-right: 0;
}

.additional-services-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.additional-services-item__name {
  margin-right: 10px;
}

.additional-services-item__price {
  white-space: nowrap;
}

.additional-services-item__name,
.additional-services-item__price {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

.additional-services-item__text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #647185;
  margin-top: 5px;
  font-size: 14px;
  line-height: 25px;
}

.additional-services-item__text ul {
  margin-top: 20px;
}

.additional-services-item__text ul li {
  position: relative;
  margin-bottom: 10px;
}

.additional-services-item__text ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  background-color: #647185;
  border-radius: 50%;
}

.additional-services-content {
  display: none;
}

@media screen and (max-width: 1200px) {
  .additional-services-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .additional-services-title {
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
  }

  /*.additional-services-item {*/
  /*  width: 100%;*/
  /*  margin-right: 0;*/
  /*  margin-bottom: 20px;*/
  /*}*/

  .additional-services-item__name,
  .additional-services-item__price {
    font-size: 15px;
    line-height: 20px;
  }
}
/* End */


/* Start:/local/templates/depohost/components/bitrix/news.list/faq/style.css?16528004001734*/
.faq-block {
	margin-top: 40px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 10px 40px rgba(65, 69, 96, 0.1);
	box-shadow: 0 10px 40px rgba(65, 69, 96, 0.1);
	border-radius: 12px;
	padding: 0 30px;
}

.faq-wrapper {
	padding: 27px 0;
	border-bottom: 1px solid #E1E5EB;
}

.faq-wrapper:last-child {
	border-bottom: none;
}

.faq-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	vertical-align: middle;
	padding-left: 30px;
	cursor: pointer;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	font-size: 18px;
	line-height: 24px;
}

.faq-title:hover {
	color: #0094FF;
	text-shadow: none;
}

.faq-title:before,
.faq-title:after {
	content: "";
	position: absolute;
	left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 20px;
	background-color: #0094FF;
	top: auto;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.faq-title:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.faq-title.active:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-content {
	display: none;
	padding: 0 30px;
	margin-top: 20px;
	color: #647185;
	line-height: 24px;
}

@media screen and (max-width: 768px) {
	.faq-title {
		font-size: 14px;
		line-height: 18px;
	}

	.faq-title:before,
	.faq-title:after {
		height: 15px;
	}

	.faq-content {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width: 540px) {
	.faq-block {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}
/* End */
/* /upload/minify_cache/e43c080a365e98b05777748c9365c8eb.css?1686225212165 */
/* /local/templates/depohost/components/bitrix/catalog.section/popular-solutions/style.css?17728056507154 */
/* /local/templates/depohost/components/aam/empty/configurator_dedicated/style.css?168622798312475 */
/* /local/templates/depohost/components/bitrix/news.list/warranty/style.css?1688371319967 */
/* /local/templates/depohost/components/bitrix/catalog.section/additional-services/style.css?16916701713457 */
/* /local/templates/depohost/components/bitrix/news.list/faq/style.css?16528004001734 */
