@charset "UTF-8";
/*! ========================================================================================================= */
/*! NORMALIZE */
/*! ========================================================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  scroll-behavior: smooth;
  height: 100%
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit
}
hr {
  height: 0;
  overflow: visible;
  color: inherit
}
details,
main {
  display: block
}
summary {
  display: list-item
}
small {
  font-size: 80%
}
[hidden] {
  display: none
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none
}
a {
  color: inherit;
  background-color: transparent
}
a:active,
a:focus,
a:hover,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0
}
code,
kbd,
pre,
samp {
  font-family: monospace
}
pre {
  font-size: 1em
}
b,
strong {
  font-weight: bolder
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  text-indent: 0;
  border-color: inherit
}
input {
  border-radius: 0
}
[aria-disabled=true],
[disabled] {
  cursor: default
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none
}
textarea {
  overflow: auto;
  resize: vertical
}
button,
input,
optgroup,
select,
textarea {
  font: inherit
}
optgroup {
  /* font-weight: 700 */
  font-weight: 400
}
button {
  overflow: visible
}
button,
select {
  text-transform: none
}
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  color: inherit;
  cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  appearance: button
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none
}
select {
  -webkit-appearance: none;
  appearance: none
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentcolor
}
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0
}
::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
  appearance: button
}
img {
  border-style: none;
  display: block;
  /* max-width: 100%; */
  height: 25px
}
progress {
  vertical-align: baseline
}
[aria-busy=true] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
address {
  font-style: inherit
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}
  @font-face {
  font-weight: 300;
  font-family: Inter;
  font-style: normal;
  src: local("Inter"),url(../fonts/Inter-Light.ttf) format("ttf");
  font-display: swap;
}
/* @font-face {
  font-weight: 400;
  font-family: Inter;
  font-style: normal;
  src: local("Inter"),url(../fonts/Inter-Regular.ttf) format("ttf");
  font-display: swap
} */
@font-face {
  /* font-weight: 800; */
  font-weight: 400;
  font-family: Gilroy;
  font-style: normal;
  src: local("Gilroy"),url(../fonts/Gilroy-ExtraBold.ttf) format("ttf");
  font-display: swap
}
:root {
  --color-true-black: #000;
  --color-true-white: #fff;
  --color-text: #000;
  --color-accent: #00377b;
  --color-accent-input: #5b55ed;
  --color-accent-text-light: #d0ceff;
  /* --color-background: #f9faff; */
  --color-background: #f3f4ff;
  --color-accent-text: #fff;
  --transition-base: 0.3s ease-in-out;
  --font-family-primary: "Inter",arial,sans-serif;
  --font-family-secondary: "Gilroy",arial,sans-serif;
  --container-width: 1170px;
  --container-padding: 15px
}
*,
::after,
::before {
  box-sizing: inherit;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
body {
  height: 100%;
  min-height: 100%;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  font-family: var(--font-family-primary);
  line-height: 1.5;
  letter-spacing: 0;
  background-color: var(--color-background);
  scroll-behavior: inherit
}
:focus-visible,
[data-js-focus-visible] [data-focus-visible-added] {
  outline: #ff0 solid 3px;
  outline-offset: 3px
}
[data-js-focus-visible] :focus:not([data-focus-visible-added]) {
  outline: 0!important
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
  line-height: 1.5px;
}
.container {
  width: 100%;
  max-width: var(--container-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding)
}
.container--full {
  width: 100%;
  max-width: 100%
}
.page__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100%;
  overflow: hidden
}
.page__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}
.icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.icon img,
.icon svg {
  display: block;
  width: 100%;
  height: 100%
}
.icon img {
  object-fit: contain;
  object-position: center
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-accent);
  /* font-weight: 800; */
  font-weight: 600;
  font-family: var(--font-family-secondary);
  line-height: normal
}
.content blockquote,
.content dl,
.content figure,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content img,
.content ol,
.content p,
.content pre,
.content table,
.content ul {
  margin: 24px 0
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 42px
}
.content h4,
.content h5,
.content h6 {
  margin: -10px 0 -17px
}
.content h2 {
  font-size: 22px
}
.content h3 {
  font-size: 20px
}
.content h4 {
  font-size: 18px
}
.content h5 {
  font-size: 16px
}
.content h6 {
  font-size: 14px
}
.content ol,
.content ul {
  list-style-position: outside
}
.content ol li,
.content ul li {
  margin: 8px 0
}
.content ul {
  padding-left: 20px;
  color: var(--color-accent);
  list-style-type: "— "
}
.content ul li::marker {
  color: var(--color-accent)
}
.content ol {
  padding-left: 20px;
  color: var(--color-accent)
}
.content :first-child {
  margin-top: 0!important
}
.content :last-child {
  margin-bottom: 0!important
}
.content p a {
  color: #5f00c1
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 60px;
  padding: 10px;
  color: var(--color-accent-text);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-accent-input);
  transition: background-color var(--transition-base)
}
.button:hover {
  background-color: #993fff;
}
.title {
  color: var(--color-accent);
  /* font-weight: 800; */
  font-weight: 600;
  font-size: 56px;
  font-family: var(--font-family-secondary);
  line-height: normal;
  color: #00479e !important;
}
.title--large {
  font-size: 62px
}
.title--big {
  font-size: 44px
}
.title--medium {
  font-size: 36px
}
.form-field {
  display: block;
  width: 100%
}
.form-field__input {
  display: block;
  width: 100%;
  padding: 8px 15px;
  color: var(--color-accent);
  font-size: 16px;
  border: 1px solid var(--color-accent-input)
}

.form-field__input:focus {
  outline: 0 !important;
}
.form-field__input:focus::placeholder,
.form-field__input:not(:placeholder-shown)::placeholder {
  opacity: 0
}
.form-field__input::placeholder {
  color: var(--color-accent-input)
}
.form-field__input--textarea {
  min-height: 200px;
  resize: none
}
.form-field__input.is-invalid {
  color: red;
  border-color: red
}
.form-field__input.is-invalid::placeholder {
  color: red
}
.form-field__error {
  color: red;
  font-size: 12px
}
.form__spam-check {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}
.center-card {
  width: 100%
}
.center-card__img {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 33px;
  padding-bottom: 60%
}
.center-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
.center-card__location {
  margin-bottom: 21px;
  font-size: 18px
}
.center-card__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  list-style: none
}
.center-card__contacts-item {
  color: #767676;
  text-decoration: none;
  transition: color var(--transition-base);
  line-height: 1.5;
}
.center-card__contacts-item:hover {
  color: var(--color-text)
}
.feature-card {
  display: flex;
  gap: 46px;
  align-items: flex-start
}
.feature-card__icon {
  width: 82px;
  height: 82px
}
.feature-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start
}
.feature-card__body-title {
  color: var(--color-accent);
  /* font-weight: 800; */
  font-weight: 600;
  font-size: 18px;
  font-family: var(--font-family-secondary)
}
.section {
  padding-top: 30px;
  padding-bottom: 30px
}
.nav__menu {
  display: flex;
  gap: 35px;
  align-items: center;
  list-style: none
}
.nav__item--active {
  color: var(--color-accent-text-light)
}
.nav__link {
  text-decoration: none;
  transition: color var(--transition-base)
}
.nav__link:hover {
  color: var(--color-accent-text-light)
}
.modal__overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.6)
}
.modal__container {
  box-sizing: border-box;
  width: 100%;
  max-height: 100vh;
  padding: 15px;
  overflow-y: auto
}
.modal__content {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 55px 22px;
  background-color: #fff
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  color: #000;
  text-decoration: none;
  transition: color var(--transition-base)
}
.modal__close:hover {
  color: var(--color-accent)
}
.modal__close .icon {
  width: 100%;
  height: 100%;
  pointer-events: none
}
.modal__close svg {
  fill: currentcolor
}
.modal__title {
  font-size: 30px;
  text-align: center
}
.modal__title:not(:last-child) {
  margin-bottom: 25px
}
.modal__form .form__field {
  margin-bottom: 20px
}
.modal__form-button {
  text-align: center
}
@keyframes mmfadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%)
  }
  to {
    transform: translateY(0)
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0)
  }
  to {
    transform: translateY(-10%)
  }
}
.micromodal-slide {
  display: none
}
.micromodal-slide.is-open {
  display: block
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: .3s cubic-bezier(0,0,.2,1) mmfadeIn
}
.micromodal-slide[aria-hidden=false] .modal__container {
  animation: .3s cubic-bezier(0,0,.2,1) mmslideIn
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: .3s cubic-bezier(0,0,.2,1) mmfadeOut
}
.micromodal-slide[aria-hidden=true] .modal__container {
  animation: .3s cubic-bezier(0,0,.2,1) mmslideOut
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform
}
.centers {
  padding-top: 23px;
  padding-bottom: 23px
}
.centers__title {
  margin-bottom: 48px
}
.centers__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  list-style: none
}
.features__title {
  margin-bottom: 48px
}
.features__list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 32px 30px;
  list-style: none
}
.article {
  padding-top: 70px;
  padding-bottom: 35px
}
.article__title {
  margin-bottom: 20px
}
.contacts {
  padding-top: 70px;
  padding-bottom: 20px
}
.contacts__title {
  margin-bottom: 20px
}
.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
  list-style: none
}
.contacts__item-title {
  margin-bottom: 5px;
  /* font-weight: 800; */
  font-weight: 600;
  font-size: 18px;
  font-family: var(--font-family-secondary);
  line-height: normal
}
.contacts__item-value {
  color: #a6a6a6;
  /* font-weight: 800; */
  font-weight: 600;
  font-size: 24px;
  font-family: var(--font-family-secondary);
  line-height: normal;
  /* transition: color var(--transition-base) */
  /* color: #83148f; */
}
.contacts__item-value:hover {
  color: var(--color-accent)
}
.contacts__item-value--big {
  font-size: 30px
}
.contacts__item-value--small {
  font-size: 18px
}
.feedback {
  padding-bottom: 20px
}
.feedback__title {
  margin-bottom: 48px
}
.feedback__form-row {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 30px
}
.feedback__form-col {
  display: flex;
  flex-direction: column;
  gap: 18px
}
.feedback__form-col:nth-child(1) {
  grid-column: 1/5
}
.feedback__form-col:nth-child(2) {
  grid-column: 5/13
}
.feedback__form-button {
  margin-top: 17px;
  text-align: right
}
.footer {
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--color-accent);
  font-size: 14px;
  line-height: normal
}
.footer__row {
  display: flex;
  gap: 121px;
  align-items: center
}
.footer__phone {
  margin-left: auto;
  /* font-weight: 800; */
  font-weight: 600;
  font-size: 32px;
  font-family: var(--font-family-secondary);
  color: #83148f;
  line-height: normal;
  transition: color var(--transition-base)
}
.footer__phone:hover {
  color: var(--color-text)
}
.footer__email {
  transition: color var(--transition-base)
}
.footer__email:hover {
  color: var(--color-text)
}
.footer__copyright {
  font-size: inherit
}
.hero {
  padding-top: 118px;
  padding-bottom: 50px
}
.hero__top {
  position: relative;
  padding-bottom: 5px;
  padding-left: 60px;
  border-left: 3px solid var(--color-accent)
}
.hero__top::after {
  position: absolute;
  bottom: 0;
  left: 67px;
  width: 172px;
  height: 2px;
  background-color: var(--color-accent-input);
  content: ""
}
.hero__phone {
  display: inline-block;
  margin-bottom: 14px;
  /* color: var(--color-accent); */
  color: #83148f;
  /* font-weight: 800; */
  font-weight: 600;
  font-size: 42px;
  font-family: var(--font-family-secondary);
  line-height: normal;
  text-decoration: none
}
.hero__title {
  line-height: normal
}
.hero__body {
  margin-top: 16px;
  padding-left: 69px
}
.hero__text {
  font-size: 18px;
  line-height: 2
}
.hero__button {
  margin-top: 20px
}
.header {
  padding: 8px 0;
  color: var(--color-accent-text);
  background-color: var(--color-accent);
  line-height: 20px;
  font-size: 14px;
}
.header__inner {
  display: flex;
  gap: 50px;
  align-items: center
}
.header__right {
  display: flex;
  flex-grow: 1
}
.header__burger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 22px
}
.header__burger.active .icon:first-child,
.header__burger:not(.active) .icon:last-child {
  display: none
}
.header__burger .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.segments {
  padding-top: 70px
}
.segments__title {
  margin-bottom: 47px
}
.segments__list {
  --gap: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
  margin-bottom: 59px;
  list-style: none
}
.segments__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - var(--gap) * 3 / 4);
  text-align: center
}
.segments__item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px
}
.segments__item-title {
  margin-bottom: 15px;
  color: var(--color-accent);
  /* font-weight: 800; */
  font-weight: 600;
  font-size: 18px;
  font-family: var(--font-family-secondary)
}
.segments__item-points {
  font-size: 14px
}
.segments__numbers {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin-bottom: 37px;
  list-style: none
}
.segments__number {
  justify-self: center;
  text-align: center
}
.segments__number-count {
  /* color: var(--color-accent); */
  color: #3300ab;
  /* font-weight: 800; */
  font-weight: 600;
  font-size: 96px;
  font-family: var(--font-family-secondary);
  line-height: normal
}
.segments__number-text {
  margin-top: -11px;
  font-size: 14px
}
.segments__feedback-title {
  margin-bottom: 30px;
  text-align: center
}
.segments__feedback-form-row {
  display: grid;
  grid-template-columns: repeat(2,290px);
  gap: 30px;
  justify-content: center;
  margin-bottom: 25px
}
.segments__feedback-form-button {
  text-align: center
}
.service {
  padding-top: 70px;
  padding-bottom: 10px
}
.service__title {
  margin-bottom: 26px
}
.service__list {
  margin-bottom: 30px
}
.service__projects {
  margin-top: 76px
}
.service-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  list-style: none
}
.service-list__list--big {
  gap: 30px 10px
}
.service-list__list--big .service-list__item {
  max-width: 190px
}
.service-list__list--small {
  gap: 30px 50px;
  margin-bottom: 52px
}
.service-list__list--small .service-list__item {
  max-width: 180px
}
.service-list__list--small .service-list__item-icon {
  width: 66px;
  height: 66px
}
.service-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 135px
}
.service-list__item-icon {
  width: 83px;
  height: 83px
}
.service-list__item-icon--small {
  width: 66px;
  height: 66px
}
.service-list__item-title {
  color: var(--color-accent);
  /* font-weight: 800; */
  font-weight: 600;
  font-family: var(--font-family-secondary)
}
.service-list__title {
  margin-bottom: 11px
}
.service-projects__title {
  margin-bottom: 31px
}
.splide__arrows {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 7px
}
.splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--color-accent-text);
  background-color: var(--color-accent-input);
  transition: background-color var(--transition-base)
}
.splide__arrow--prev {
  transform: rotate(180deg)
}
.splide__arrow svg {
  width: 20px;
  height: 20px;
  fill: currentcolor
}
.splide__arrow:hover {
  background-color: #993fff;
}
.service-project {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px
}
.service-project__title {
  grid-column: 1/3
}
.service-project__content {
  font-size: 14px
}
.service-project__img img {
  display: block;
  width: 100%;
  height: auto
}
/* .about {
  padding-bottom: 70px
} */
.about__title {
  margin-bottom: 48px
}
.about__top-text {
  margin-bottom: 36px;
  font-size: 18px
}
.about__subtitle {
  margin-bottom: 16px
}
.about__body-text {
  font-size: 14px
}
.about__wrapper {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 30px;
  margin-top: 77px
}
.about__tabs-nav {
  display: flex;
  flex-direction: column;
  grid-column: 1/6;
  gap: 6px;
  list-style: none
}
.about__tabs-nav .icon {
  width: 50px;
  height: 50px
}
.about__tabs-nav a {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 5px 40px 5px 5px;
  color: var(--color-accent);
  text-decoration: none;
  clip-path: polygon(0 0,100% 0,calc(100% - 39px) 100%,0 100%)
}
.about__tabs-nav a[data-focus-visible-added] {
  outline: #ff0 solid 3px;
  outline-offset: 3px
}
.about__tabs-nav a:hover,
.about__tabs-nav a[aria-selected=true] {
  background-color: #d0e9ff
}
.about__tabs-body {
  grid-column: 6/13
}
.about-content__image {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
  padding-bottom: 43%;
  clip-path: polygon(0 0,100% 0,calc(100% - 135px) 100%,0 100%)
}
.about-content__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
.about-content__tabs-nav {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 76px;
  margin-bottom: 20px;
  list-style: none
}
.about-content__tabs-nav a {
  display: block;
  padding-bottom: 12px;
  color: #5d6580;
  text-decoration: none;
  border-bottom: 6px solid #b9c5d4
}
.about-content__tabs-nav a[aria-selected=true] {
  color: var(--color-accent);
  border-color: #00377b
}
.about-content__tabs-item {
  font-size: 14px
}
@media only screen and (min-width:992px) {
  .header__burger {
    display: none
  }
}
@media only screen and (max-width:1199.98px) {
  :root {
    --container-width: 960px
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-top: 38px
  }
  .content h4,
  .content h5,
  .content h6 {
    margin: -10px 0 -17px
  }
  .title {
    font-size: 49px
  }
  .title--large {
    font-size: 62px
  }
  .title--medium {
    font-size: 32px
  }
  .center-card__img {
    margin-bottom: 26px
  }
  .center-card__location {
    margin-bottom: 18px
  }
  .feature-card {
    gap: 36px
  }
  .feature-card__icon {
    width: 75px;
    height: 75px
  }
  .nav__menu {
    gap: 35px
  }
  .modal__title {
    font-size: 27px
  }
  .modal__title:not(:last-child) {
    margin-bottom: 22px
  }
  .modal__form .form__field {
    margin-bottom: 17px
  }
  .centers__title {
    margin-bottom: 48px
  }
  .features {
    padding-top: 23px
  }
  .features__title {
    margin-bottom: 38px
  }
  .features__list {
    gap: 27px 30px
  }
  .article {
    padding-top: 56px;
    padding-bottom: 30px
  }
  .article__title {
    margin-bottom: 18px
  }
  .contacts {
    padding-top: 56px
  }
  .contacts__item-value--big {
    font-size: 28px
  }
  .feedback {
    padding-bottom: 17px
  }
  .feedback__title {
    margin-bottom: 47px
  }
  .feedback__form-col {
    gap: 15px
  }
  .footer__row {
    gap: 70px
  }
  .footer__phone {
    font-size: 29px
  }
  .hero {
    padding-top: 90px;
    padding-bottom: 34px
  }
  .hero__phone {
    margin-bottom: 11px;
    font-size: 36px
  }
  .header__inner {
    gap: 70px
  }
  .segments {
    padding-top: 50px;
    padding-bottom: 23px
  }
  .segments__title {
    margin-bottom: 40px
  }
  .segments__list {
    margin-bottom: 49px;
    --gap: 10px
  }
  .segments__number-count {
    font-size: 83px
  }
  .segments__number-text {
    margin-top: -8px
  }
  .segments__feedback-title {
    margin-bottom: 26px
  }
  .service {
    padding-top: 56px
  }
  .service__list {
    margin-bottom: 27px
  }
  .service__projects {
    margin-top: 60px
  }
  .service-list__list {
    gap: 30px 20px
  }
  .service-list__list--big {
    gap: 30px 10px
  }
  .service-list__list--big .service-list__item {
    max-width: 160px
  }
  .service-list__list--small {
    gap: 30px 18px;
    margin-bottom: 43px
  }
  .service-list__list--small .service-list__item {
    max-width: 170px
  }
  .service-list__list--small .service-list__item-icon {
    width: 64px;
    height: 64px
  }
  .service-list__item-icon {
    width: 78px;
    height: 78px
  }
  .service-list__item-icon--small {
    width: 64px;
    height: 64px
  }
  .about {
    padding-bottom: 50px
  }
  .about__title {
    margin-bottom: 38px
  }
  .about__top-text {
    margin-bottom: 30px
  }
}
@media only screen and (max-width:991.98px) {
  :root {
    --container-width: 720px
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-top: 34px
  }
  .content h4,
  .content h5,
  .content h6 {
    margin: -10px 0 -17px
  }
  .title {
    font-size: 43px
  }
  .title--large {
    font-size: 62px
  }
  .title--medium {
    font-size: 28px
  }
  .center-card__img {
    margin-bottom: 19px
  }
  .center-card__location {
    margin-bottom: 15px
  }
  .feature-card {
    gap: 26px
  }
  .feature-card__icon {
    width: 67px;
    height: 67px
  }
  .feature-card__body {
    gap: 8px
  }
  .nav {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 200px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(34,60,80,.2);
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--transition-base),visibility var(--transition-base)
  }
  .nav.active {
    visibility: visible;
    opacity: 1
  }
  .nav__menu {
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    color: var(--color-text)
  }
  .nav__item--active,
  .nav__link:hover {
    color: var(--color-accent)
  }
  .modal__content {
    padding: 40px 20px
  }
  .modal__title {
    font-size: 25px
  }
  .modal__title:not(:last-child) {
    margin-bottom: 18px
  }
  .modal__form .form__field {
    margin-bottom: 13px
  }
  .centers__title {
    margin-bottom: 38px
  }
  .centers__list {
    grid-template-columns: repeat(2,1fr);
    gap: 25px 30px
  }
  .features {
    padding-top: 16px
  }
  .features__title {
    margin-bottom: 30px
  }
  .features__list {
    grid-template-columns: repeat(1,1fr);
    gap: 32px 30px
  }
  .article {
    padding-top: 44px;
    padding-bottom: 25px
  }
  .article__title {
    margin-bottom: 15px
  }
  .contacts {
    padding-top: 44px
  }
  .contacts__title {
    margin-bottom: 18px
  }
  .contacts__item-value {
    font-size: 22px
  }
  .contacts__item-value--big {
    font-size: 26px
  }
  .feedback {
    padding-bottom: 13px
  }
  .feedback__title {
    margin-bottom: 33px
  }
  .feedback__form-col {
    gap: 12px
  }
  .feedback__form-col:nth-child(1) {
    grid-column: 1/7
  }
  .feedback__form-col:nth-child(2) {
    grid-column: 7/13
  }
  .footer__row {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start
  }
  .footer__phone {
    margin-left: 0;
    font-size: 27px
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 18px
  }
  .hero__phone {
    margin-bottom: 7px;
    font-size: 30px
  }
  .hero__body {
    margin-top: 13px
  }
  .header__inner {
    position: relative;
    justify-content: space-between
  }
  .header__right {
    flex-grow: unset
  }
  .segments {
    padding-top: 32px;
    padding-bottom: 16px
  }
  .segments__title {
    margin-bottom: 34px
  }
  .segments__list {
    margin-bottom: 39px;
    --gap: 30px
  }
  .segments__item {
    width: calc(50% - var(--gap) * 1 / 2)
  }
  .segments__numbers {
    margin-bottom: 33px
  }
  .segments__number-count {
    font-size: 70px
  }
  .segments__number-text {
    margin-top: -4px
  }
  .segments__feedback-title {
    margin-bottom: 22px
  }
  .service {
    padding-top: 44px
  }
  .service__list {
    margin-bottom: 23px
  }
  .service__projects {
    margin-top: 45px
  }
  .service-list__list {
    gap: 24px 15px
  }
  .service-list__list--big {
    gap: 24px 10px
  }
  .service-list__list--small {
    gap: 24px 15px;
    margin-bottom: 34px
  }
  .service-list__list--small .service-list__item-icon {
    width: 62px;
    height: 62px
  }
  .service-list__item-icon {
    width: 73px;
    height: 73px
  }
  .service-list__item-icon--small {
    width: 62px;
    height: 62px
  }
  .service-projects__title {
    margin-bottom: 27px
  }
  .service-project {
    grid-template-columns: repeat(1,1fr)
  }
  .service-project__title {
    grid-column: auto;
    order: -2
  }
  .service-project__img {
    order: -1
  }
  .about {
    padding-bottom: 32px
  }
  .about__title {
    margin-bottom: 30px
  }
  .about__top-text {
    margin-bottom: 25px
  }
  .about__wrapper {
    display: none
  }
}
@media only screen and (max-width:767.98px) {
  :root {
    --container-width: 540px
  }
  body {
    font-size: 14px
  }
  .content blockquote,
  .content dl,
  .content figure,
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content img,
  .content ol,
  .content p,
  .content pre,
  .content table,
  .content ul {
    margin: 20px 0
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-top: 30px
  }
  .content h4,
  .content h5,
  .content h6 {
    margin: -8px 0 -14px
  }
  .content h2 {
    font-size: 22px
  }
  .content h3 {
    font-size: 20px
  }
  .content h4 {
    font-size: 18px
  }
  .content h5 {
    font-size: 14px
  }
  .content h6 {
    font-size: 13px
  }
  .title {
    font-size: 36px
  }
  .title--large {
    font-size: 37px
  }
  .title--medium {
    font-size: 24px
  }
  .form-field__input--textarea {
    min-height: 362px
  }
  .center-card__img {
    margin-bottom: 12px
  }
  .center-card__location {
    margin-bottom: 11px;
    font-size: 16px
  }
  .feature-card {
    gap: 16px
  }
  .feature-card__icon {
    width: 60px;
    height: 60px
  }
  .feature-card__body {
    gap: 6px
  }
  .feature-card__body-text {
    font-size: 14px
  }
  .feature-card__body-title
  {
  font-size: 18px  
  }
  .modal__content {
    padding: 45px 20px
  }
  .modal__title {
    font-size: 22px
  }
  .modal__title:not(:last-child) {
    margin-bottom: 15px
  }
  .modal__form .form__field {
    margin-bottom: 9px
  }
  .centers {
    padding-top: 15px;
    padding-bottom: 15px
  }
  .centers__title {
    margin-bottom: 30px
  }
  .centers__list {
    grid-template-columns: repeat(1,1fr);
    gap: 40px
  }
  .features {
    padding-top: 9px
  }
  .features__title {
    margin-bottom: 15px
  }
  .features__list {
    gap: 17px 30px
  }
  .article {
    padding-top: 30px;
    padding-bottom: 20px
  }
  .article__title {
    margin-bottom: 12px
  }
  .contacts {
    padding-top: 30px;
    padding-bottom: 20px
  }
  .contacts__title {
    margin-bottom: 16px
  }
  .contacts__item-title {
    font-size: 16px
  }
  .contacts__item-value {
    font-size: 20px
  }
  .contacts__item-value--big {
    font-size: 24px
  }
  .contacts__item-value--small {
    font-size: 16px
  }
  .feedback {
    padding-bottom: 9px
  }
  .feedback__title {
    margin-bottom: 19px
  }
  .feedback__form-row {
    grid-template-columns: repeat(1,1fr);
    gap: 10px
  }
  .feedback__form-col {
    gap: 8px
  }
  .feedback__form-col:nth-child(1),
  .feedback__form-col:nth-child(2) {
    grid-column: auto
  }
  .feedback__form-button {
    margin-top: 21px;
    text-align: center
  }
  .footer__row {
    gap: 12px
  }
  .footer__phone {
    margin-left: 0;
    font-size: 24px
  }
  .hero {
    padding-top: 29px;
    padding-bottom: 2px
  }
  .hero__top {
    padding-left: 0;
    border-left: none
  }
  .hero__top::after {
    display: none
  }
  .hero__phone {
    margin-bottom: 4px;
    font-size: 24px
  }
  .hero__body {
    margin-top: 10px;
    padding-left: 0
  }
  .hero__text {
    font-size: 16px;
    line-height: 1.5
  }
  .hero__button {
    margin-top: 23px
  }
  .header__inner {
    gap: 10px
  }
  .header__logo {
    max-width: 95px
  }
  .segments {
    padding-top: 12px;
    padding-bottom: 9px
  }
  .segments__title {
    margin-bottom: 27px
  }
  .segments__list {
    --gap: 48px;
    margin-bottom: 29px
  }
  .segments__item {
    width: 100%
  }
  .segments__item-icon {
    height: 72px;
    margin-bottom: 21px;
    font-size: 72px
  }
  .segments__item-title {
    margin-bottom: 12px;
    font-size: 16px
  }
  .segments__numbers {
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-bottom: 29px
  }
  .segments__number-count {
    font-size: 58px
  }
  .segments__number-text {
    margin-top: -1px
  }
  .segments__feedback-title {
    margin-bottom: 18px
  }
  .segments__feedback-form-row {
    grid-template-columns: repeat(1,1fr);
    gap: 11px;
    margin-bottom: 19px
  }
  .service {
    padding-top: 30px
  }
  .service__title {
    margin-bottom: 22px;
    font-size: 30px
  }
  .service__list {
    margin-bottom: 20px
  }
  .service__projects {
    margin-top: 30px
  }
  .service-list__list,
  .service-list__list--big {
    gap: 18px 12px
  }
  .service-list__list--big .service-list__item {
    max-width: 135px
  }
  .service-list__list--small {
    gap: 18px 12px;
    margin-bottom: 25px
  }
  .service-list__list--small .service-list__item {
    max-width: 135px
  }
  .service-list__list--small .service-list__item-icon {
    width: 60px;
    height: 60px
  }
  .service-list__item-icon {
    width: 65px;
    height: 65px
  }
  .service-list__item-icon--small {
    width: 60px;
    height: 60px
  }
  .service-projects__title {
    margin-bottom: 24px
  }
  .about {
    padding-bottom: 12px
  }
  .about__title {
    margin-bottom: 7px
  }
  .about__top-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6875
  }
}