* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1.2;
  font-family: "Sergoe", sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Segoe";
  font-display: swap;
  src: url("../fonts/Segoe UI Bold Italic.woff") format("woff"), url("../fonts/Segoe UI Bold Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Segoe";
  font-display: swap;
  src: url("../fonts/Segoe UI Bold.woff") format("woff"), url("../fonts/Segoe UI Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Segoe";
  font-display: swap;
  src: url("../fonts/Segoe UI Italic.woff") format("woff"), url("../fonts/Segoe UI Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Segoe";
  font-display: swap;
  src: url("../fonts/Segoe UI.woff") format("woff"), url("../fonts/Segoe UI.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 50;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px -5px #000000;
          box-shadow: 0 0 10px -5px #000000;
  z-index: 3;
}

.header-top {
  position: relative;
  background-color: rgb(30, 58, 138);
  padding: 10px 0px;
  z-index: 3;
}

.header-top__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__list {
  margin: 0px 15px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__list:last-child {
  margin: 0;
}

.header-top__item {
  margin: 0px 15px 0px 0px;
}

.header-top__item.phone a::before {
  background: url("../img/header/icons/01.svg") center/contain no-repeat;
}

.header-top__item.mail a::before {
  background: url("../img/header/icons/02.svg") center/contain no-repeat;
}

.header-top__item.time span::before {
  background: url("../img/header/icons/03.svg") center/contain no-repeat;
}

.header-top__item.address span::before {
  background: url("../img/header/icons/04.svg") center/contain no-repeat;
}

.header-top__item:last-child {
  margin: 0;
}

.header-top__item a,
.header-top__item span {
  font-size: 14px;
  color: #ffffff;
  position: relative;
  padding: 0px 0px 0px 25px;
}

.header-top__item a::before,
.header-top__item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 18px;
  height: 18px;
}

.header-bottom {
  padding: 12px 0px;
}

.header-bottom__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom__logo {
  margin: 0px 20px 0px 0px;
  width: 170px;
  height: 33px;
  position: relative;
  z-index: 3;
}

.header-bottom__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 20px 0px 0px;
  position: relative;
  z-index: 3;
}

.header-bottom__item {
  margin: 0px 20px 0px 0px;
}

.header-bottom__item:last-child {
  margin: 0;
}

.header-bottom__item a {
  color: rgb(55, 65, 81);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 15px;
}

.header-bottom__item a:hover {
  color: rgb(37, 99, 235);
}

.header-bottom__link {
  position: relative;
  z-index: 3;
}

.header-bottom__link a {
  display: block;
  text-align: center;
  background-color: rgb(37, 99, 235);
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-bottom__link a:hover {
  background-color: rgba(37, 99, 235, 0.9);
  -webkit-box-shadow: 0 0 10px -2px rgb(37, 99, 235);
          box-shadow: 0 0 10px -2px rgb(37, 99, 235);
  outline: 1px solid #ffffff;
}

.header-bottom__menu {
  cursor: pointer;
  display: none;
  position: relative;
  width: 40px;
  height: 30px;
  z-index: 3;
}

.header-bottom__menu:hover span {
  background-color: rgb(37, 99, 235);
}

.header-bottom__menu.active span:first-child {
  top: 14px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-bottom__menu.active span:nth-child(2) {
  -webkit-transform: translate(0, -50%) scale(0);
      -ms-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
}

.header-bottom__menu.active span:last-child {
  bottom: 14px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-bottom__menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background-color: rgb(55, 65, 81);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-bottom__menu span:first-child {
  top: 0;
}

.header-bottom__menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.header-bottom__menu span:last-child {
  bottom: 0;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: rgb(37, 99, 235);
  padding: 50px 0px;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__img {
  width: 200px;
  height: 40px;
  position: relative;
  margin: 0px 20px 0px 0px;
}

.footer__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__text p {
  font-size: clamp(1rem, 0.9077rem + 0.4615vw, 1.1875rem);
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body.lock {
  overflow-y: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.hero {
  background: url("../img/hero/01.jpg") center/cover no-repeat;
  position: relative;
  padding: 80px 0px 60px 0px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 59, 138, 0.8);
}

.hero__body {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0px 0px 55px 0px;
}

.hero__items {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
}

.hero-body__title {
  margin: 0px 0px 20px 0px;
}

.hero-body__title h1 {
  font-size: clamp(2rem, 1.2308rem + 3.8462vw, 3.5625rem);
  font-weight: 700;
  color: #ffffff;
}

.hero-body__text {
  margin: 0px 0px 30px 0px;
}

.hero-body__text p {
  color: rgb(219, 234, 254);
  font-size: clamp(1.3125rem, 1.1279rem + 0.9231vw, 1.6875rem);
}

.hero-body__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-body__button {
  margin: 0px 15px 0px 0px;
}

.hero-body__button:last-child {
  margin: 0;
}

.hero-body__button a {
  text-align: center;
  display: block;
  padding: 15px 20px;
  font-size: clamp(1.0625rem, 0.9394rem + 0.6154vw, 1.3125rem);
  color: #ffffff;
  font-weight: 700;
  outline: 1px solid #ffffff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero-body__button a:hover {
  background-color: #ffffff;
  color: rgb(37, 99, 235);
}

.hero-body__button.orange a {
  outline: none;
  background-color: rgb(217, 119, 6);
}

.hero-body__button.orange a:hover {
  background-color: rgb(193, 105, 5);
  color: #ffffff;
}

.hero-items__item {
  padding: 20px;
  border: 1px solid rgb(191, 219, 254);
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero-items__item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.hero-items-item__title {
  margin: 0px 0px 15px 0px;
}

.hero-items-item__title h2 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}

.hero-items-item__text p {
  color: rgb(219, 234, 254);
  font-size: 16px;
}

.services {
  background-color: rgb(249, 250, 251);
  padding: 80px 0px 60px 0px;
}

.services__title {
  margin: 0px 0px 20px 0px;
}

.services__title h1 {
  font-size: clamp(1.75rem, 1.5038rem + 1.2308vw, 2.25rem);
  text-align: center;
  color: #000000;
  font-weight: 700;
}

.services__text {
  padding: 0px 0px 20px 0px;
  position: relative;
  margin: 0px 0px 40px 0px;
}

.services__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60px;
  height: 4px;
  background-color: rgb(37, 99, 235);
}

.services__text p {
  font-size: clamp(1.0625rem, 1.001rem + 0.3077vw, 1.1875rem);
  color: rgb(75, 85, 99);
  text-align: center;
}

.services__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0px 0px 50px 0px;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px -3px #000000;
          box-shadow: 0 0 5px -3px #000000;
  overflow: hidden;
  padding: 20px;
}

.services__button button {
  display: block;
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 18px;
  color: rgb(55, 65, 81);
  background: transparent;
  font-weight: 700;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 10px;
}

.services-item__img {
  width: 56px;
  height: 56px;
  position: relative;
  background-color: rgb(219, 234, 254);
  border-radius: 10px;
  margin: 0px 0px 20px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-item__img:hover {
  background-color: rgb(37, 99, 235);
}

.services-item__img:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.services-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-item__title {
  margin: 0px 0px 20px 0px;
}

.services-item__title a {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-item__title a:hover {
  color: rgb(37, 99, 235);
}

.services-item__text p {
  line-height: 1.5;
  font-size: 15px;
  color: rgb(75, 85, 99);
}

.about {
  padding: 80px 0px 60px 0px;
}

.about__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.about__title {
  margin: 0px 0px 20px 0px;
}

.about__title h1 {
  font-size: clamp(1.75rem, 1.5038rem + 1.2308vw, 2.25rem);
  color: #000000;
  font-weight: 700;
}

.about__text {
  padding: 0px 0px 20px 0px;
  position: relative;
  margin: 0px 0px 40px 0px;
}

.about__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: rgb(37, 99, 235);
}

.about__text p {
  font-size: clamp(1.0625rem, 1.001rem + 0.3077vw, 1.1875rem);
  color: rgb(75, 85, 99);
}

.about__description {
  margin: 0px 0px 25px 0px;
}

.about__description p {
  color: rgb(75, 85, 99);
  font-size: clamp(1.0625rem, 1.001rem + 0.3077vw, 1.1875rem);
  line-height: 1.5;
  margin: 0px 0px 25px 0px;
}

.about__description p:last-child {
  margin: 0;
}

.about__list {
  margin: 0px 0px 25px 0px;
}

.about__item {
  padding: 0px 0px 0px 30px;
  position: relative;
  margin: 0px 0px 13px 0px;
}

.about__item p {
  font-size: clamp(1.0625rem, 1.001rem + 0.3077vw, 1.1875rem);
}

.about__item:last-child {
  margin: 0;
}

.about__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/about/icons/01.svg") center/contain no-repeat;
}

.about__button a {
  display: inline-block;
  text-align: center;
  background-color: rgb(37, 99, 235);
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about__images {
  padding: 40px 0px 0px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.about__img {
  width: 100%;
  height: 0;
  padding: 0px 0px 80% 0px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px -3px #000000;
          box-shadow: 0 0 5px -3px #000000;
}

.about__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nums {
  padding: 0px 0px 60px 0px;
}

.nums__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.nums__item {
  background-color: rgb(239, 246, 255);
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nums__item:hover {
  -webkit-box-shadow: 0 0 5px -3px #000000;
          box-shadow: 0 0 5px -3px #000000;
}

.nums-item__icon {
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0px 0px 15px 0px;
}

.nums-item__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nums-item__title {
  margin: 0px 0px 15px 0px;
}

.nums-item__title h2 {
  font-size: 30px;
  color: rgb(29, 78, 216);
  font-weight: 700;
  text-align: center;
}

.nums-item__text p {
  color: rgb(75, 85, 99);
  font-size: 16px;
  line-height: 1.5;
}

.projects {
  background-color: rgb(249, 250, 251);
  padding: 80px 0px 60px 0px;
}

.projects__title {
  margin: 0px 0px 20px 0px;
}

.projects__title h1 {
  font-size: clamp(1.75rem, 1.5038rem + 1.2308vw, 2.25rem);
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.projects__text {
  padding: 0px 0px 20px 0px;
  position: relative;
  margin: 0px 0px 40px 0px;
}

.projects__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60px;
  height: 4px;
  background-color: rgb(37, 99, 235);
}

.projects__text p {
  font-size: clamp(1.0625rem, 1.001rem + 0.3077vw, 1.1875rem);
  color: rgb(75, 85, 99);
  text-align: center;
}

.projects__filters {
  margin: 0px 0px 25px 0px;
}

.projects__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.projects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px -3px #000000;
          box-shadow: 0 0 5px -3px #000000;
  padding: 0px 0px 20px 0px;
}

.projects__item:hover .projects-item__img::before {
  background-color: rgba(37, 100, 235, 0.3);
}

.projects__item:hover .projects-item__img img {
  width: 110%;
  height: 110%;
}

.projects-filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projects-filters__item {
  cursor: pointer;
  padding: 10px 20px;
  background-color: transparent;
  font-size: 15px;
  color: rgb(75, 85, 99);
  outline: 1px solid rgb(75, 85, 99);
  margin: 0px 5px 10px 5px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.projects-filters__item.active {
  outline: none;
  background-color: rgb(37, 99, 235);
  color: #ffffff;
}

.projects-item__img {
  width: 100%;
  height: 0;
  padding: 0px 0px 50% 0px;
  position: relative;
  margin: 0px 0px 15px 0px;
  overflow: hidden;
}

.projects-item__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(37, 100, 235, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.projects-item__img span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 13px;
  color: #ffffff;
  background-color: rgb(37, 99, 235);
  padding: 5px 10px;
  border-radius: 15px;
  z-index: 3;
}

.projects-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.projects-item__title {
  padding: 0px 20px;
  margin: 0px 0px 15px 0px;
}

.projects-item__title h2 {
  font-size: clamp(1.1875rem, 1.126rem + 0.3077vw, 1.3125rem);
  color: rgb(55, 65, 81);
  font-weight: 700;
}

.projects-item__text {
  padding: 0px 20px;
}

.projects-item__text p {
  font-size: clamp(0.9375rem, 0.9067rem + 0.1538vw, 1rem);
  color: rgb(75, 85, 99);
  line-height: 1.5;
}

.feedbacks {
  padding: 80px 0px 60px 0px;
}

.feedbacks__title {
  margin: 0px 0px 20px 0px;
}

.feedbacks__title h1 {
  font-size: clamp(1.75rem, 1.5038rem + 1.2308vw, 2.25rem);
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.feedbacks__text {
  padding: 0px 0px 20px 0px;
  position: relative;
  margin: 0px 0px 40px 0px;
}

.feedbacks__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60px;
  height: 4px;
  background-color: rgb(37, 99, 235);
}

.feedbacks__text p {
  font-size: clamp(1.0625rem, 1.001rem + 0.3077vw, 1.1875rem);
  color: rgb(75, 85, 99);
  text-align: center;
}

.feedbacks__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

.feedbacks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(239, 246, 255);
  padding: 20px;
  -webkit-box-shadow: 0 0 5px -3px #000000;
          box-shadow: 0 0 5px -3px #000000;
  border-radius: 15px;
}

.feedbacks-item__img {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 0px 15px 0px;
  border: 3px solid rgb(37, 99, 235);
}

.feedbacks-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedbacks-item__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 20px 0px;
}

.feedbacks-item__rate span {
  width: 30px;
  height: 30px;
  background: url("../img/feedbacks/icons/01.svg") center/contain no-repeat;
}

.feedbacks-item__title {
  margin: 0px 0px 10px 0px;
}

.feedbacks-item__title h2 {
  text-align: center;
  font-size: clamp(1.1875rem, 1.126rem + 0.3077vw, 1.3125rem);
  color: rgb(55, 65, 81);
  font-weight: 700;
}

.feedbacks-item__text p {
  font-size: clamp(1.0625rem, 1.001rem + 0.3077vw, 1.1875rem);
  color: rgb(75, 85, 99);
  text-align: center;
  font-style: italic;
}

.contacts {
  padding: 80px 0px 60px 0px;
  background-color: rgb(249, 250, 251);
}

.contacts__title {
  margin: 0px 0px 20px 0px;
}

.contacts__title h1 {
  font-size: clamp(1.75rem, 1.5038rem + 1.2308vw, 2.25rem);
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.contacts__text {
  padding: 0px 0px 20px 0px;
  position: relative;
  margin: 0px 0px 40px 0px;
}

.contacts__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60px;
  height: 4px;
  background-color: rgb(37, 99, 235);
}

.contacts__text p {
  font-size: clamp(1.0625rem, 1.001rem + 0.3077vw, 1.1875rem);
  color: rgb(75, 85, 99);
  text-align: center;
}

.contacts__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

.contacts__form {
  max-width: 450px;
}

.contacts__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__form form .form-group {
  margin: 0px 0px 10px 0px;
}

.contacts__form form .form-group:last-child {
  margin: 0;
}

.contacts__form form .form-group input,
.contacts__form form .form-group textarea {
  width: 100%;
  background-color: rgb(239, 246, 255);
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid rgb(37, 99, 235);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__form form .form-group input::-webkit-input-placeholder, .contacts__form form .form-group textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__form form .form-group input::-moz-placeholder, .contacts__form form .form-group textarea::-moz-placeholder {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__form form .form-group input:-ms-input-placeholder, .contacts__form form .form-group textarea:-ms-input-placeholder {
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__form form .form-group input::-ms-input-placeholder, .contacts__form form .form-group textarea::-ms-input-placeholder {
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__form form .form-group input::placeholder,
.contacts__form form .form-group textarea::placeholder {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__form form .form-group input:focus::-webkit-input-placeholder, .contacts__form form .form-group textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.contacts__form form .form-group input:focus::-moz-placeholder, .contacts__form form .form-group textarea:focus::-moz-placeholder {
  opacity: 0;
}

.contacts__form form .form-group input:focus:-ms-input-placeholder, .contacts__form form .form-group textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.contacts__form form .form-group input:focus::-ms-input-placeholder, .contacts__form form .form-group textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.contacts__form form .form-group input:focus::placeholder,
.contacts__form form .form-group textarea:focus::placeholder {
  opacity: 0;
}

.contacts__form form .form-group input:focus,
.contacts__form form .form-group textarea:focus {
  -webkit-box-shadow: 0 0 5px -3px #000000;
          box-shadow: 0 0 5px -3px #000000;
}

.contacts__form form .form-group textarea {
  min-height: 100px;
}

.contacts__form form .form-group button {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  color: #ffffff;
  background-color: rgb(37, 99, 235);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__form form .form-group button:hover {
  background-color: rgb(21, 72, 182);
}

.contacts__map {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  height: 0;
  padding: 0px 0px 50% 0px;
  position: relative;
}

.contacts__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.contacts-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-info__item {
  padding: 0px 0px 0px 40px;
  position: relative;
  margin: 0px 0px 15px 0px;
}

.contacts-info__item a,
.contacts-info__item span {
  font-size: clamp(1.0625rem, 0.9702rem + 0.4615vw, 1.25rem);
  color: rgb(55, 65, 81);
}

.contacts-info__item a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-info__item a:hover {
  color: rgb(37, 99, 235);
}

.contacts-info__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 25px;
  height: 25px;
}

.contacts-info__item.phone::before {
  background: url("../img/contacts/icons/01.svg") center/contain no-repeat;
}

.contacts-info__item.mail::before {
  background: url("../img/contacts/icons/02.svg") center/contain no-repeat;
}

.contacts-info__item.time::before {
  background: url("../img/contacts/icons/03.svg") center/contain no-repeat;
}

.contacts-info__item.address::before {
  background: url("../img/contacts/icons/04.svg") center/contain no-repeat;
}

.service {
  padding: 80px 0px 60px 0px;
  background-color: rgb(249, 250, 251);
}

.service__title {
  margin: 0px 0px 20px 0px;
}

.service__title h1 {
  font-size: clamp(1.75rem, 1.5038rem + 1.2308vw, 2.25rem);
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.service__text {
  padding: 0px 0px 20px 0px;
  position: relative;
  margin: 0px 0px 40px 0px;
}

.service__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60px;
  height: 4px;
  background-color: rgb(37, 99, 235);
}

.service__text p {
  font-size: clamp(1.0625rem, 1.001rem + 0.3077vw, 1.1875rem);
  color: rgb(75, 85, 99);
  text-align: center;
}

.service__decription {
  margin: 0px 0px 30px 0px;
}

.service__decription * {
  font-size: 16px;
  color: rgb(55, 65, 81);
}

.service__decription * a {
  color: rgb(55, 65, 81);
  text-decoration: underline;
}

.service__decription ul {
  padding: 0px 0px 0px 15px;
}

.service__decription ul li {
  list-style-type: disc;
  margin: 0px 0px 6px 0px;
}

.service__decription ul li:last-child {
  margin: 0;
}

.service__decription ol {
  padding: 0px 0px 0px 15px;
}

.service__decription ol li {
  list-style-type: decimal;
  margin: 0px 0px 6px 0px;
}

.service__decription ol li:last-child {
  margin: 0;
}

.service__decription > * {
  margin: 0px 0px 20px 0px;
}

.service__decription > *:last-child {
  margin: 0;
}

.service__gallery {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.service__gallery video,
.service__gallery img {
  cursor: pointer;
  display: block;
  margin: 0px 0px 15px 0px;
  width: auto;
  height: auto;
  max-width: 100%;
}

.service-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-popup.open {
  opacity: 1;
  visibility: visible;
}

.service-popup__body {
  width: 100%;
  height: 100%;
  padding: 55px 15px;
  position: relative;
}

.service-popup__body span#close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 35px;
  height: 35px;
}

.service-popup__body span#close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 16.5px;
  left: 0;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service-popup__body span#close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 16.5px;
  left: 0;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.service-popup__img {
  width: 100%;
  height: 100%;
}

.service-popup__img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.service-popup__buttons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-popup__buttons span {
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.service-popup__buttons span#prev {
  background: url("../img/service/icons/01.svg") center/contain no-repeat;
}

.service-popup__buttons span#next {
  background: url("../img/service/icons/02.svg") center/contain no-repeat;
}

@media (max-width: 970px) {
  .header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header-top {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 77px 0px 20px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow-y: auto;
    z-index: auto;
  }

  .header-top.active {
    top: 0;
  }

  .header-top__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header-top__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-top__list:last-child .header-top__item:last-child {
    margin: 0;
  }

  .header-top__item {
    margin: 0px 0px 10px 0px;
  }

  .header-top__item.phone a::before {
    background: url("../img/header/icons/01-gray.svg") center/contain no-repeat;
  }

  .header-top__item.mail a::before {
    background: url("../img/header/icons/02-gray.svg") center/contain no-repeat;
  }

  .header-top__item.time span::before {
    background: url("../img/header/icons/03-gray.svg") center/contain no-repeat;
  }

  .header-top__item.address span::before {
    background: url("../img/header/icons/04-gray.svg") center/contain no-repeat;
  }

  .header-top__item:last-child {
    margin: 0px 0px 10px 0px;
  }

  .header-top__item a,
  .header-top__item span {
    color: rgb(75, 85, 99);
  }

  .header-bottom__list {
    margin: 0px 0px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-bottom__item {
    margin: 0px 0px 20px 0px;
  }

  .header-bottom__link {
    margin: 0px 0px 20px 0px;
  }

  .header-bottom__link::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 0.5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1137254902);
  }

  .header-bottom__menu {
    display: block;
  }

  body.header-lock {
    overflow-y: hidden;
  }

  .container {
    max-width: 820px;
  }

  .services__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .about__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about__images {
    padding: 0;
  }

  .nums__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .projects__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .service__gallery {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 767px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__img {
    margin: 0px 0px 5px 0px;
  }

  .container {
    max-width: none;
  }

  .hero__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 450px;
  }

  .hero-items-item__title h2 {
    text-align: center;
  }

  .hero-items-item__text p {
    text-align: center;
  }

  .contacts__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contacts__info {
    width: 450px;
    margin: 0 auto;
  }

  .contacts__form {
    margin: 0 auto;
    width: 450px;
  }

  .contacts__map {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

@media (max-width: 600px) {
  .services__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .projects__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feedbacks__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  .projects-filters__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    padding: 1px 2px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .projects-filters__item {
    margin: 0px 10px 0px 0px;
  }

  .projects-filters__item:last-child {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .hero-body__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero-body__button {
    margin: 0px 0px 15px 0px;
  }

  .services__title {
    margin: 0px 0px 10px 0px;
  }

  .about__title {
    margin: 0px 0px 10px 0px;
  }

  .about__images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nums__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto;
  }

  .projects__title {
    margin: 0px 0px 10px 0px;
  }

  .feedbacks__title {
    margin: 0px 0px 10px 0px;
  }

  .contacts__title {
    margin: 0px 0px 10px 0px;
  }

  .contacts__info {
    width: 100%;
  }

  .contacts__form {
    width: 100%;
  }

  .contacts__map {
    padding: 0px 0px 100% 0px;
  }

  .service__title {
    margin: 0px 0px 10px 0px;
  }

  .service__gallery {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media (max-width: 425px) {
  .header-bottom__menu {
    width: 30px;
    height: 20px;
  }

  .header-bottom__menu.active span:first-child {
    top: 9px;
  }

  .header-bottom__menu.active span:last-child {
    bottom: 9px;
  }
}

.webp .hero { background: url(../img/hero/01.webp) center/cover no-repeat; }