@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
* Позволяет задавать равные колонки с отступами
* $count - число элементов в строку
* $margin - отступ margin для айтемов
* $addmargin - нужно ли задавать маргин для селектора (чаще всего подходит для адаптива)
*/
input {
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
  mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

* {
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

html {
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  font: inherit;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
fieldset {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button,
input {
  overflow: visible;
}

input {
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  padding: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

table {
  border: 0;
  border-collapse: collapse;
}
table td {
  vertical-align: top;
  padding: 0;
}

video {
  max-width: 100%;
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}
.footer {
  background: #f3f8ff;
}
.section-audit {
  padding: 120px 0 88px;
  background: #f3f8ff;
}
.section-audit__title {
  margin-bottom: 5px;
  text-align: center;
}
.section-audit__descr {
  display: block;
  margin: 0 auto;
  margin-bottom: 59px;
  max-width: 492px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .section-audit__descr {
    margin-bottom: 25px;
  }
}
.section-audit__form {
  margin: 0 auto;
  max-width: 728px;
}
.section-audit__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 12px;
}
@media only screen and (max-width: 576px) {
  .section-audit__fields {
    margin-bottom: 16px;
    gap: 16px;
  }
}
.section-audit__input {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.section-audit__input:first-child, .section-audit__input:nth-child(2), .section-audit__input:nth-child(3), .section-audit__input:nth-child(4) {
  -ms-flex-preferred-size: calc(50% - 6px);
  flex-basis: calc(50% - 6px);
}
@media only screen and (max-width: 576px) {
  .section-audit__input:first-child, .section-audit__input:nth-child(2), .section-audit__input:nth-child(3), .section-audit__input:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.section-audit__form-btn {
  margin: 0 auto;
  margin-bottom: 28px;
}
@media only screen and (max-width: 576px) {
  .section-audit__form-btn {
    margin-bottom: 17px;
    max-width: 100%;
    font-size: 14px;
    line-height: 143%;
  }
}
.section-audit__message {
  width: 100%;
  height: 100%;
  min-height: 142px;
  resize: vertical;
}
.section-audit__form-agreement {
  display: block;
  margin: 0 auto;
  max-width: 322px;
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #acacac;
}
.section-audit__form-agreement a {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .section-audit__form-agreement {
    font-size: 16px;
    line-height: 146%;
  }
}
@media only screen and (max-width: 576px) {
  .section-audit__form-agreement {
    font-weight: 500;
    font-size: 12px;
    line-height: 143%;
  }
}
@media only screen and (max-width: 576px) {
  .section-audit {
    padding: 70px 0 48px;
  }
}

.get-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 20px;
}
.get-list__item {
  width: calc(25% - 15px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media only screen and (max-width: 991px) {
  .get-list__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 575px) {
  .get-list__item {
    width: 100%;
  }
  .get-list__item .text {
    max-width: 190px;
  }
}
.get-list .get-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background: #2176FF;
  margin-bottom: 10px;
}
.get-list .text {
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .get-list .text {
    font-size: 14px;
  }
}

.section-services {
  background: #232323;
  border-radius: 20px;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
  color: var(--light-color);
}
.section-services .desc-block {
  color: var(--light-color);
}
@media only screen and (max-width: 991px) {
  .section-services .desc-block br {
    display: none;
  }
}

.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services-list__item {
  width: calc(33.3333333333% - 20px);
  padding: 35px 30px;
  border-radius: 20px;
  background: #fff;
  color: var(--accent-dark-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .services-list__item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .services-list__item {
    width: 100%;
  }
}
.services-list__item:last-child {
  background: #2176FF;
  color: var(--light-color);
  font-size: 14px;
  padding-bottom: 70px;
}
.services-list__item:last-child .service-title {
  margin-bottom: 10px;
  text-align: center;
}
.services-list__item:last-child p {
  text-align: center;
}
.services-list .service-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--font-bebas-neue);
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .services-list .service-title {
    font-size: 25px;
  }
}
.services-list ul {
  margin: 20px 0;
}
.services-list input {
  border-color: var(--light-color);
  color: var(--light-color);
}
.services-list ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.services-list ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.services-list :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.services-list ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.services-list ::placeholder {
  color: #fff;
  opacity: 1;
}
.services-list .accepted {
  font-size: 12px;
  margin-top: 15px;
}
.services-list .accepted a {
  text-decoration: underline;
}
.services-list .form-consult {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 15px;
}
.services-list .form-consult .btn-accent {
  width: 100%;
  max-width: none;
}

.section-hero__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-hero__item {
  width: 100%;
  max-width: 240px;
  min-height: auto;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .section-hero__item {
    max-width: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-hero__item br {
    display: none;
  }
}

.section-causes .btn-center {
  margin-top: 60px;
}

.template-cart__item .text {
  font-size: 23px;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .template-cart__item .text {
    font-size: 16px;
  }
}
.services-list {
  counter-reset: counter;
}
.services-list ul {
  padding-left: 20px;
}
.services-list__item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #2176FF;
  position: relative;
  color: #fff;
  height: 100%;
}
.services-list__item::after {
  content: "0" counter(counter);
  counter-increment: counter;
  display: block;
  margin-bottom: 32px;
  font-family: var(--font-bebas-neue);
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  text-transform: uppercase;
  color: #d1dbeb;
  position: absolute;
  bottom: 0px;
  left: 40px;
}
.services-list__item:last-child p {
  text-align: left;
}
.services-list__item:last-child .service-title {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .services-list__item {
    padding-bottom: 100px;
  }
}
.services-list input {
  color: #232323;
  border-color: #232323;
  -webkit-mask-image: none;
  mask-image: none;
}
.services-list ::-webkit-input-placeholder {
  color: #232323;
}
.services-list ::-moz-placeholder {
  color: #232323;
}
.services-list :-ms-input-placeholder {
  color: #232323;
}
.services-list ::-ms-input-placeholder {
  color: #232323;
}
.services-list ::placeholder {
  color: #232323;
}
.services-list .swiper-slide {
  height: initial;
  width: calc(33.3333333333% - 20px);
}
.services-list .swiper-slide .services-list__item {
  width: 100%;
}
.services-list .swiper-slide:last-child .services-list__item {
  background: #fff;
  color: #232323;
  padding-bottom: 35px;
  text-align: center;
}
.services-list .swiper-slide:last-child .services-list__item::after {
  display: none;
}
.services-list .swiper-slide:last-child .services-list__item .service-title {
  color: #2176FF;
  text-align: center;
}
.services-list .swiper-slide:last-child .services-list__item p {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .services-list .swiper-slide {
    width: calc(50% - 29px);
  }
}
@media only screen and (max-width: 575px) {
  .services-list .swiper-slide {
    width: 100%;
  }
}

.section-services {
  overflow: hidden;
}
.section-services .large-slider__navigation {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .section-services .large-slider__navigation {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .section-services .desc-block {
    font-size: 14px;
  }
}

.prices-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 30px;
}
.prices-list__item {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .prices-list__item {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .prices-list__item {
    padding: 20px;
  }
}
.prices-list .btn-accent {
  margin: auto;
}
/*# sourceMappingURL=page-patent.css.map */