

/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.section.list/uslugi/style.css?166972559710761*/
.b-services + .b-feedback {
  margin: 80px 0 120px;
}

.b-services {
  position: relative;
  margin: 80px 0 30px;
  overflow: hidden;
  background: -webkit-linear-gradient(185.51deg, #E6F6FD 5.23%, #EDF3FF 96.25%);
  background: -moz- oldlinear-gradient(185.51deg, #E6F6FD 5.23%, #EDF3FF 96.25%);
  background: -o-linear-gradient(185.51deg, #E6F6FD 5.23%, #EDF3FF 96.25%);
  background: linear-gradient(264.49deg, #E6F6FD 5.23%, #EDF3FF 96.25%);
}

.b-services .container {
  position: relative;
  z-index: 5;
}

.b-services:before, .b-services:after {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  content: '';
  z-index: 1;
}

.b-services:before {
  top: 0;
  height: 40px;
}

.b-services:after {
  bottom: 0;
  height: 90px;
}

.b-services__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.b-services a.b-services__item, .b-services__item {
  position: relative;
  width: 23%;
  margin: 0 1% 40px;
  color: #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.b-services a.b-services__item:hover .b-services__title, .b-services__item:hover .b-services__title {
  background: #0047BB;
  color: #fff;
}

.b-services__image {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 20px;
}

.b-services__image picture, .b-services__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.b-services__title {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 25px;
  right: 25px;
  bottom: 6px;
  height: 44px;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  -moz-box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.b-services__bg-1, .b-services__bg-2, .b-services__bg-3 {
  position: absolute;
}

.b-services__bg-1 {
  bottom: 30px;
  left: 50%;
  margin-left: -1000px;
}

.b-services__bg-3 {
  top: 0;
  left: 50%;
  margin-left: 720px;
}

@media all and (max-width: 1200px) {
  .b-services__bg-1, .b-services__bg-3 {
    display: none;
  }
  .b-services__title {
    font-size: 14px;
  }
}

@media all and (max-width: 992px) {
  .b-services__title {
    left: 16px;
    right: 16px;
  }
  .b-services a.b-services__item, .b-services__item {
    margin-bottom: 20px;
  }
  .b-services__image {
    position: relative;
    height: 200px;
    width: 100%;
  }
  .b-services__image picture {
    position: absolute;
    top: 0;
    left: 50%;
    width: 247px;
    margin: 0 0 0 -123px;
  }
}

@media all and (max-width: 768px) {
  .b-services {
    margin: 40px 0 20px;
  }
  .b-services a.b-services__item, .b-services__item {
    width: 48%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .b-services__image {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .b-services__title {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}

@media all and (max-width: 576px) {
  .b-services__items {
    margin-left: -2%;
    margin-right: -2%;
  }
  .b-services a.b-services__item, .b-services__item {
    width: 46%;
    margin: 0 2% 20px;
  }
  .b-services__title {
    left: 10px;
    right: 10px;
    padding: 0 8px;
  }
}

.b-services-age {
  margin: 0 0 80px;
}

.b-services-age__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1%;
  margin-right: -1%;
  padding: 57px 0 0;
}

.b-services-age a.b-services-age__left,
.b-services-age a.b-services-age__right, .b-services-age__left, .b-services-age__right {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 1%;
  height: 120px;
  text-decoration: none;
}

.b-services-age a.b-services-age__left:hover .b-services-age__title span,
.b-services-age a.b-services-age__right:hover .b-services-age__title span, .b-services-age__left:hover .b-services-age__title span, .b-services-age__right:hover .b-services-age__title span {
  background: #0047BB;
}

.b-services-age a.b-services-age__left:hover .b-services-age__title span:before,
.b-services-age a.b-services-age__right:hover .b-services-age__title span:before, .b-services-age__left:hover .b-services-age__title span:before, .b-services-age__right:hover .b-services-age__title span:before {
  opacity: 0;
}

.b-services-age a.b-services-age__left:hover .b-services-age__title span:after,
.b-services-age a.b-services-age__right:hover .b-services-age__title span:after, .b-services-age__left:hover .b-services-age__title span:after, .b-services-age__right:hover .b-services-age__title span:after {
  opacity: 1;
}

.b-services-age__left {
  padding: 0 20px 0 245px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #40A9F5), color-stop(100.01%, #7BDBFA));
  background: -webkit-linear-gradient(left, #40A9F5 0.01%, #7BDBFA 100.01%);
  background: -moz- oldlinear-gradient(left, #40A9F5 0.01%, #7BDBFA 100.01%);
  background: -o-linear-gradient(left, #40A9F5 0.01%, #7BDBFA 100.01%);
  background: linear-gradient(90deg, #40A9F5 0.01%, #7BDBFA 100.01%);
}

.b-services-age__left .b-services-age__image {
  left: 20px;
}

.b-services-age__right {
  padding: 0 0 0 40px;
  background: -webkit-linear-gradient(359.65deg, #FFAEAE 4.47%, #FF928D 95.54%);
  background: -moz- oldlinear-gradient(359.65deg, #FFAEAE 4.47%, #FF928D 95.54%);
  background: -o-linear-gradient(359.65deg, #FFAEAE 4.47%, #FF928D 95.54%);
  background: linear-gradient(90.35deg, #FFAEAE 4.47%, #FF928D 95.54%);
}

.b-services-age__right .b-services-age__image {
  right: 40px;
}

.b-services-age__image {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.b-services-age__image picture, .b-services-age__image img {
  display: block;
}

.b-services-age__title {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  z-index: 4;
}

.b-services-age__title span {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  margin: 0 0 0 24px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  -moz-box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.b-services-age__title span:after, .b-services-age__title span:before {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 11px;
  margin: -6px 0 0 0;
  content: '';
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.b-services-age__title span:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMjkzIDEuMDczYTEgMSAwIDAgMSAxLjQxNCAwbDQgNGExIDEgMCAwIDEgMCAxLjQxNGwtNCA0YTEgMSAwIDAgMS0xLjQxNC0xLjQxNGwyLjI5My0yLjI5M0gxYTEgMSAwIDAgMSAwLTJoMTEuNTg2bC0yLjI5My0yLjI5M2ExIDEgMCAwIDEgMC0xLjQxNFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 50% 50% no-repeat;
  opacity: 0;
}

.b-services-age__title span:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwNDdCQiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMjkzIDEuMDczYTEgMSAwIDAgMSAxLjQxNCAwbDQgNGExIDEgMCAwIDEgMCAxLjQxNGwtNCA0YTEgMSAwIDAgMS0xLjQxNC0xLjQxNGwyLjI5My0yLjI5M0gxYTEgMSAwIDAgMSAwLTJoMTEuNTg2bC0yLjI5My0yLjI5M2ExIDEgMCAwIDEgMC0xLjQxNFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 50% 50% no-repeat;
}

@media all and (max-width: 1200px) {
  .b-services-age a.b-services-age__left, .b-services-age__left {
    padding: 0 20px 0 200px;
  }
  .b-services-age a.b-services-age__left .b-services-age__image, .b-services-age__left .b-services-age__image {
    left: 0px;
  }
  .b-services-age a.b-services-age__right, .b-services-age__right {
    padding: 0 200px 0 20px;
  }
  .b-services-age a.b-services-age__right .b-services-age__image, .b-services-age__right .b-services-age__image {
    right: 0px;
  }
  .b-services-age__title span {
    margin: 0 0 0 15px;
  }
}

@media all and (max-width: 992px) {
  .b-services-age__image {
    display: none;
  }
  .b-services-age a.b-services-age__left,
  .b-services-age a.b-services-age__right, .b-services-age__left, .b-services-age__right {
    padding: 20px;
    height: auto;
  }
}

@media all and (max-width: 768px) {
  .b-services-age {
    margin: 0 0 40px;
  }
  .b-services-age__title {
    font-size: 16px;
  }
}

@media all and (max-width: 576px) {
  .b-services-age__box {
    display: block;
  }
  .b-services-age a.b-services-age__left,
  .b-services-age a.b-services-age__right, .b-services-age__left, .b-services-age__right {
    display: block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 8px 16px;
    width: 98%;
  }
  .b-services-age a.b-services-age__right, .b-services-age__right {
    margin-top: 12px;
  }
  .b-services-age__title {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b-services-age__title span {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 16px;
    height: 12px;
  }
  .b-services-age__title span:before {
    right: 0;
    opacity: 0;
  }
  .b-services-age__title span:after {
    right: 0;
    opacity: 1;
  }
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/main.include/b-feedback/style.css?16697286815027*/
.b-feedback {
  margin: 120px 0;
}

.b-feedback__box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 71, 187, 0.15), 0px 0px 15px rgba(0, 71, 187, 0.1);
  -moz-box-shadow: 1px 2px 4px rgba(0, 71, 187, 0.15), 0px 0px 15px rgba(0, 71, 187, 0.1);
  box-shadow: 1px 2px 4px rgba(0, 71, 187, 0.15), 0px 0px 15px rgba(0, 71, 187, 0.1);
}

.b-feedback__left {
  position: relative;
}

.b-feedback__left picture, .b-feedback__left img {
  display: block;
}

.b-feedback__right {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  background: #fff;
  padding: 20px 60px 20px 70px;
}

.b-feedback__right:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 150px;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -moz- oldlinear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  z-index: 5;
  content: '';
}

.b-feedback__title {
  font-size: 32px;
  line-height: normal;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.b-feedback__desc {
  margin: 0 0 40px;
}

.b-feedback__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-feedback__feed, .b-feedback__home {
  display: block;
  white-space: nowrap;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.b-feedback__feed:hover, .b-feedback__home:hover {
  text-decoration: underline;
}

.b-feedback a.b-feedback__feed, .b-feedback__feed {
  background: #0047BB;
  color: #fff;
  line-height: 44px;
  margin: 0 24px 0 0;
  font-weight: 600;
}

.b-feedback a.b-feedback__home, .b-feedback__home {
  position: relative;
  border: 1px solid #fff;
  line-height: 42px;
  color: #0047BB;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  -moz-box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
}

.b-feedback a.b-feedback__home:before, .b-feedback__home:before {
  display: inline-block;
  position: relative;
  bottom: -2px;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwNDdCQiIgZD0iTTguOTI1Ljc5M2ExIDEgMCAwIDAtMS40MTQgMGwtNyA3YTEgMSAwIDAgMCAxLjQxNCAxLjQxNGwuMjkzLS4yOTNWMTUuNWExIDEgMCAwIDAgMSAxaDJhMSAxIDAgMCAwIDEtMXYtMmExIDEgMCAwIDEgMS0xaDJhMSAxIDAgMCAxIDEgMXYyYTEgMSAwIDAgMCAxIDFoMmExIDEgMCAwIDAgMS0xVjguOTE0bC4yOTMuMjkzYTEgMSAwIDAgMCAxLjQxNC0xLjQxNGwtNy03WiIvPjwvc3ZnPg==") 50% 50% no-repeat;
  content: '';
}

@media all and (max-width: 1200px) {
  .b-feedback__left img {
    width: 500px;
    height: auto;
  }
  .b-feedback__right {
    width: 60%;
    padding: 20px 40px 20px 40px;
  }
}

@media all and (max-width: 992px) {
  .b-feedback__box {
    display: block;
  }
  .b-feedback__left {
    width: 100%;
  }
  .b-feedback__left img {
    width: 100%;
  }
  .b-feedback__right {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 40px;
  }
  .b-feedback__right:before {
    position: absolute;
    top: auto;
    bottom: 100%;
    right: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: -moz- oldlinear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    z-index: 5;
    content: '';
  }
  .b-feedback__feed, .b-feedback__home {
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media all and (max-width: 768px) {
  .b-feedback {
    margin: 40px 0;
  }
  .b-feedback__right {
    padding: 40px 16px 24px;
  }
  .b-feedback__buttons {
    display: block;
  }
  .b-feedback__feed, .b-feedback__home {
    width: 100%;
    margin: 16px 0 0;
  }
}

/* End */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.section.list/uslugi/style.css?166972559710761 */
/* /bitrix/templates/universe_s1/components/bitrix/main.include/b-feedback/style.css?16697286815027 */
