

/* Start:/local/templates/aspro_max/components/bitrix/news/services/style.css?17343265653346*/
.buy_services .counter_wrapp .button_block:not(.to-cart) svg,
.services_buy_block .counter_wrapp .button_block:not(.to-cart) svg {
  display: none;
}
.buy_services .counter_wrapp .counter_block {
  background: #ffffff;
  background: var(--light_bg_black);
}

.order-block.buy_services .counter_wrapp .counter_block .text {
  margin-top: 0;
}
.order-block.buy_services .counter_wrapp.wquest {
  padding-right: 58px;
}
.order-block.buy_services .btn.question {
  margin-left: 6px;
}
.order-block.buy_services .btns-col {
  padding-left: 7px;
}
.order-block.buy_services .counter_wrapp {
  padding-top: 0;
}

/*services list*/
.services_buy_block .counter_wrapp.list > div {
  float: none;
  width: auto;
}
.services_buy_block .counter_block_inner {
  vertical-align: top;
  min-width: 114px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}
.services_buy_block .button_block {
  min-width: 120px;
  margin-bottom: 10px;
}
.services_buy_block .counter_wrapp {
  white-space: normal;
  max-width: 100%;
  padding-top: 10px;
  margin-bottom: -10px;
}

/*.services_buy_block .button_block .btn-sm{font-size: 11px;}
.services_buy_block .counter_block:not(.big),
.services_buy_block .counter_block:not(.big) input[type="text"]{height: 36px;}*/

.order_service_in_list {
  margin-top: 10px;
}
.services_buy_block .counter_wrapp .button_block.wide .btn.in-cart {
  width: auto;
  display: inline-block;
}

/**/

@media (min-width: 1350px) {
  .with_left_block .order-block.buy_services .text-col {
    width: 66.6%;
  }
  .with_left_block .order-block.buy_services .btns-col {
    width: 33.3%;
  }
}

@media (min-width: 992px) and (max-width: 1349px) {
  .with_left_block .order-block.buy_services .text-col {
    width: 50%;
  }
  .with_left_block .order-block.buy_services .btns-col {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .order-block.buy_services .text-col {
    width: 66.6%;
  }
  .order-block.buy_services .btns-col {
    width: 33.3%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .order-block.buy_services .text-col {
    width: 50%;
  }
  .order-block.buy_services .btns-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .order-block.buy_services .btns-col .counter_block_inner {
    vertical-align: top;
    min-width: 132px;
    display: inline-block;
  }
  .order-block.buy_services .btns-col .button_block {
    min-width: 130px;
  }
  .order-block.buy_services .btns-col .counter_wrapp {
    white-space: normal;
    max-width: 100%;
  }
  .order-block.buy_services .counter_wrapp.wquest {
    padding-right: 0;
  }
  .order-block.buy_services .counter_wrapp.list > div {
    float: none;
    width: auto;
  }
  .order-block.buy_services .prices {
    padding-right: 0;
  }
  .order-block.buy_services .btns-col .quest_btn {
    padding-right: 6px;
  }
  .order-block.buy_services .btns-col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .order-block.buy_services .btns-col .counter_wrapp.list.big {
    margin-left: 0;
  }

  .order-block.buy_services .button_block.wide {
    display: inline-block;
  }
  .order-block.buy_services .counter_wrapp .button_block.wide .btn.in-cart {
    width: auto;
    display: inline-block;
  }
}

/* End */


/* Start:/local/templates/aspro_max/css/animation/animation_ext.css?17343265575567*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.transition {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.animated.duration03 {

    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.animated.duration04 {

    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.animated.duration05 {

    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animated.duration06 {

    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.animated.duration07 {

    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.animated.duration08 {

    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.animated.duration09 {

    -webkit-animation-duration: 0.9s;
    -moz-animation-duration: 0.9s;
    -o-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.animated.duration10 {

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.delay01 {

    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay03 {

    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}


.delay05 {

    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay055 {

    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.delay06 {

    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay065 {

    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.delay07 {

    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay08 {

    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay09 {

    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay11, .delay011 {

    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay12, .delay012 {

    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay13, .delay013 {

    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay15, .delay015 {

    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay17, .delay017 {

    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay19, .delay019 {

    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay21, .delay021 {

    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@-webkit-keyframes toggle_opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: .55;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .55;
    }
    100% {
        opacity: 1;
    }
}

/* WebKit � Opera */
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* Other */
@keyframes spinner {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* End */
/* /local/templates/aspro_max/components/bitrix/news/services/style.css?17343265653346 */
/* /local/templates/aspro_max/css/animation/animation_ext.css?17343265575567 */
