* {
  scroll-behavior: smooth;
}

.page-set {
  padding-top: 32px;
  padding-bottom: 40px;
}

.srv-title {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1200px) {
  .srv-title {
    font-size: calc(1.05rem + 1.26667vw) ;
  }
}

.srv-title.chart-title {
  margin-bottom: 24px;
}

.srv__srv-nav {
  margin-bottom: 80px;
}

.srv__section-margin {
  margin-bottom: 56px;
}

.srv-anchor {
  position: relative;
  top: -86px;
}

.srv__graph {
  margin: 24px 0;
}

@media (min-width: 768px) {
  .page-set {
    padding-bottom: 62px;
  }
  .srv-title {
    margin-bottom: 32px;
  }
  .srv-title_top {
    margin-bottom: 32px;
  }
  .srv__section-margin {
    margin-bottom: 80px;
  }
}

.srv-nav {
  display: none;
  text-align: center;
}

.srv-nav__list {
  position: relative;
  display: inline-flex;
  margin-left: -4px;
}

.srv-nav__link {
  position: relative;
  display: block;
  padding: 8px 16px;
  border-radius: 20px;
  transition: background-color 0.15s;
  margin-left: 4px;
}

.srv-nav__link_active {
  pointer-events: none;
  background-color: #ECEEF2;
}

.srv-nav__link:hover {
  text-decoration: none;
  background-color: #ECEEF2;
}

.srv-nav__link:hover:not(.srv-nav__link_active):after {
  left: 5px;
  right: 5px;
  background-color: rgba(13, 135, 13, 0.6);
}

@media (min-width: 768px) {
  .srv-nav {
    display: block;
  }
}

.srv-features__img {
  display: block;
  flex-shrink: 0;
  max-width: 100%;
  margin-bottom: 24px;
}

.srv-features__col h2 {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .srv-features__col h2 {
    font-size: calc(1.05rem + 1.26667vw) ;
  }
}

.srv-features__col p {
  margin-bottom: 0;
}

.srv-features__buttons {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .srv-features__img {
    margin-bottom: 0;
    margin-right: 64px;
  }
  .srv-features {
    display: flex;
    align-items: center;
  }
  .srv-features__col .btn {
    display: inline-block;
  }
}

@media (max-width: 575.98px) {
  .srv-features__buttons .btn {
    width: 100%;
  }
}

.srv-features-2__img {
  position: relative;
  overflow: hidden;
}

.srv-features-2__img img {
  display: block;
  max-width: 130%;
  margin-left: -23%;
  margin-bottom: 24px;
}

.srv-features-2__list {
  text-align: center;
}

.srv-features-2__list li:not(:last-of-type) {
  margin-bottom: 4px;
}

.srv-features-2__point {
  position: absolute;
  bottom: 8px;
  display: none;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.srv-features-2__point span {
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 1200px) {
  .srv-features-2__point span {
    font-size: calc(1.00625rem + 0.15833vw) ;
  }
}

.srv-features-2__point:nth-of-type(1) {
  left: 22%;
  height: 43%;
  max-height: 197px;
  background-image: url("/img/beboss/beboss-pages/reklamnie-uslugi/features2-elem.svg");
}

.srv-features-2__point:nth-of-type(1) span {
  bottom: -56px;
  left: -65px;
}

.srv-features-2__point:nth-of-type(2) {
  left: 42.5%;
  height: 35%;
  max-height: 156px;
  background-image: url("/img/beboss/beboss-pages/reklamnie-uslugi/features2-elem-2.svg");
}

.srv-features-2__point:nth-of-type(2) span {
  bottom: -56px;
  left: -48.5px;
}

.srv-features-2__point:nth-of-type(3) {
  left: 62%;
  height: 38%;
  max-height: 176px;
  background-image: url("/img/beboss/beboss-pages/reklamnie-uslugi/features2-elem-3.svg");
}

.srv-features-2__point:nth-of-type(3) span {
  bottom: -32px;
  left: -57.5px;
}

.srv-features-2__point:nth-of-type(4) {
  left: 84%;
  height: 44%;
  max-height: 190px;
  background-image: url("/img/beboss/beboss-pages/reklamnie-uslugi/features2-elem-4.svg");
}

.srv-features-2__point:nth-of-type(4) span {
  bottom: -56px;
  left: -48.5px;
}

@media (min-width: 768px) {
  .srv-features-2 {
    max-width: 1152px;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .srv-features-2.srv__section-margin {
    margin-bottom: 136px;
  }
  .srv-features-2__img {
    position: relative;
    overflow: visible;
  }
  .srv-features-2__img img {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .srv-features-2__list {
    display: none;
  }
  .srv-features-2__point {
    display: block;
  }
}

.srv-features-3__list li {
  text-align: center;
}

.srv-features-3__list li:not(:last-of-type) {
  margin-bottom: 24px;
}

.srv-features-3__list img {
  display: inline-block;
  margin-bottom: 16px;
}

.srv-features-3__list b {
  display: block;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .srv-features-3__list b {
    font-size: calc(1.025rem + 0.63333vw) ;
  }
}

.srv-features-3__list p {
  margin-bottom: 0;
}

.srv-features-3__second-list li {
  text-align: center;
}

.srv-features-3__second-list li:not(:last-of-type) {
  margin-bottom: 24px;
}

.srv-features-3__second-list li img {
  display: inline-block;
  margin-bottom: 16px;
}

.srv-features-3__second-list li b {
  display: block;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .srv-features-3__second-list li b {
    font-size: calc(1.025rem + 0.63333vw) ;
  }
}

.srv-features-3__second-list li p {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .srv-features-3__list {
    display: flex;
  }
  .srv-features-3__list li {
    flex-grow: 1;
  }
  .srv-features-3__list li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .srv-features-3__second-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .srv-features-3__second-list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .srv-features-3__second-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .srv-features-3__second-list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .srv-features-3__list {
    justify-content: center;
  }
  .srv-features-3__list li {
    flex-grow: 0;
    width: 256px;
  }
  .srv-features-3__list li:not(:last-of-type) {
    margin-right: 80px;
  }
}

@media (min-width: 1208px) {
  .srv-features-3__second-list {
    justify-content: center;
  }
  .srv-features-3__second-list li {
    max-width: 256px;
  }
}

.srv-graph #gachart {
  display: none;
}

@media (min-width: 576px) {
  .srv-graph #gachart {
    display: block;
  }
}

.srv-action.srv__section-margin {
  margin-bottom: 24px;
}

.srv-action__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
}

.srv-action__list li {
  position: relative;
  bottom: 0;
  flex-grow: 1;
  margin-left: 16px;
  margin-top: 16px;
  transition: transform 0.15s linear;
}

.srv-action__link {
  display: flex;
  padding: 24px 8px 24px 24px;
  height: 100%;
  width: 100%;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
}

.srv-action__link img {
  display: block;
  margin-bottom: 4px;
}

.srv-action__link:hover {
  text-decoration: none;
}

.srv-action__link p {
  margin-top: 4px;
}

.srv-action__link p:last-child {
  margin-bottom: 0;
}

.srv-action__link-box {
  flex: 1;
}

.srv-action__link-icon {
  flex-shrink: 0;
  margin-left: 8px;
  align-self: center;
}

@media (min-width: 576px) {
  .srv-action__list li {
    width: calc(50% - 16px);
    flex-grow: 0;
  }
}

@media (min-width: 768px) {
  .srv-action.srv__section-margin {
    margin-bottom: 32px;
  }
  .srv-action__list li {
    width: calc(100% / 3 - 16px);
    flex-grow: 0;
  }
  .srv-action__list li:hover {
    transform: translateY(-4px);
  }
  .srv-action__link:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 75ms linear;
  }
}

.bmc.bmc_visible {
  display: none;
}

.floating-link {
  position: fixed;
  bottom: 24px;
  right: 32px;
  left: 32px;
  text-align: center;
}

.floating-link .btn {
  display: inline-block;
  width: 256px;
  border-radius: 46px;
  box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.15);
}

#request-link {
  position: relative;
  top: -72px;
}

@media (min-width: 576px) {
  .floating-link {
    display: none;
  }
}

.srv-agent {
  text-align: center;
}

.srv-agent__top {
  position: relative;
  padding: 50px 0;
  margin-bottom: 24px;
}

.srv-agent__top hr {
  margin: 0;
}

.srv-agent__top img {
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  border-radius: 50%;
}

.srv-agent__txt {
  max-width: 736px;
  display: inline-block;
}

.srv-agent strong {
  display: block;
}

.srv-agent__ph {
  margin-bottom: 16px;
  position: relative;
}

.srv-agent__ph:hover svg {
  fill: rgba(0, 0, 0, 0.52);
}

.srv-agent__ph svg, .srv-agent__ph a {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .srv-agent {
    display: none;
  }
}

.btn-tile {
  color: #000 !important;
}

.srv-features__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-left: -16px;
}

.srv-features__buttons .btn {
  margin-left: 16px;
  margin-top: 16px;
}

.download-pdf {
  margin-bottom: 40px;
}

.download-pdf__image-box {
  width: 100%;
}

.download-pdf__content {
  padding: 16px;
}

.download-pdf__image {
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #ECEEF2;
}

.download-pdf__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.download-pdf__button {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.download-pdf__button .btn {
  flex: 1;
}

.download-pdf__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}

.download-pdf__button-description {
  margin-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.52);
}

@media (min-width: 768px) {
  .download-pdf {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    margin-left: -16px;
  }
  .download-pdf__image-box {
    width: calc(50% - 16px);
    margin-left: 16px;
  }
  .download-pdf__content {
    width: calc(50% - 16px);
    margin-left: 16px;
  }
  .download-pdf__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }
  .download-pdf__button {
    margin-top: 40px;
  }
  .download-pdf__button .btn {
    flex: none;
  }
  .download-pdf__content {
    padding: 24px;
  }
}

/*# sourceMappingURL=page.css.map */
