@font-face {
  font-family: "VelaSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/VelaSans-Regular.woff") format("woff"), url("../fonts/VelaSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "VelaSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/VelaSans-Medium.woff") format("woff"), url("../fonts/VelaSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "VelaSans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/VelaSans-SemiBold.woff") format("woff"), url("../fonts/VelaSans-SemiBold.woff2") format("woff2");
}
*:focus-visible{
    outline:none !important;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-pagination-bullet{
    opacity:1;
}
li {
  list-style: none;
}

a, a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
}

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

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

html {
  font-family: "VelaSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  line-height: 1em;
  color: rgb(28, 29, 30);
  background: rgb(255, 255, 255);
  margin: 0 auto;
  position: relative;
}
body.relative .header {
  position: relative;
  padding-bottom: 3.3333rem;
  background: -webkit-gradient(linear, left top, right top, from(#4F5257), color-stop(78.25%, #898989), to(#56595E));
  background: linear-gradient(90deg, #4F5257 0%, #898989 78.25%, #56595E 100%);
}
.PFModalButtonWhatsapp{
    position:relative;
    z-index:9999999999999999;
}
html {
  font-size: 18px;
}

@media (min-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 2200px) {
  html {
    font-size: 23px;
  }
}
@media (min-width: 2300px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 2400px) {
  html {
    font-size: 25px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}
.wrapper {
  padding: 0 7.292%;
}
@media (max-width: 1700px) {
  .wrapper {
    padding: 0 4%;
  }
}
@media (max-width: 1300px) {
  .wrapper {
    padding: 0 10px;
  }
}

.section__top {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: rgba(28, 29, 30, 0.6);
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(28, 29, 30, 0.1);
}
.page__title {
  font-weight: 600;
  font-size: 2.4444rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .page__title {
    font-size: 1.5714em;
  }
}
@media (max-width: 800px) {
  .page__title {
    font-size: 2.222rem;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a,
.breadcrumb li{
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.4em;
  transition:color linear 0.3s;
}
@media(hover:hover){
    .breadcrumb a:hover{
        color:rgb(0, 148, 219);
    }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.header__wrapper {
  padding-top: 3.3333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 18rem;
  height: auto;
  position: relative;
  z-index: 2;
}
.header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.222rem;
}
.header__nav a {
  font-size: 0.88883rem;
  line-height: 1.4em;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
}
.header__nav a:after {
  content: "";
  display: block;
  left: 50%;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -3px;
  background: rgb(247, 247, 247);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.header__nav .contacts {
  display: none;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.38889rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 2;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.38889rem;
  font-weight: 600;
  font-size: 1.1111rem;
  line-height: 1.4em;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
}
.header__phone:after {
  content: "";
  display: block;
  left: 50%;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -3px;
  background: rgb(247, 247, 247);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.header__phone path {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  stroke: rgb(247, 247, 247);
}
.header__callme {
  padding: 1.1111rem 1.6667rem;
  border: 1px solid rgb(247, 247, 247);
  border-radius: 0.5rem;
  position: relative;
  font-weight: 500;
  font-size: 0.8889rem;
  line-height: 1.4em;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 600px) {
  .header__callme {
    font-size: 1rem;
  }
  .header__nav a{
      font-size:16px;
  }
}
.header__callme::before {
  position: absolute;
  display: block;
  content: "";
  left: -1.3888rem;
  width: 1px;
  height: 100%;
  background-color: rgba(247, 247, 247, 0.2);
  top: 0;
}
.header__burger {
  display: none;
}
@media (max-width: 1400px) {
  .header__wrapper {
    padding-top: 2.222rem;
  }
  .header__nav ul {
    gap: 1.1111rem;
  }
  .header__logo {
    width: 14rem;
  }
}
@media (max-width: 1200px) {
  .header__callme {
    padding: 1.1111rem 0.555rem;
  }
}
@media (max-width: 1200px) {
  .header__wrapper {
    padding-top: 30px;
  }
  .header__phone span {
    display: none;
  }
  .header__callme {
    padding: 0.5rem;
  }
  .header__phone svg {
    height: 16px;
    width: 16px;
  }
}
@media (max-width: 900px) {
  .header__burger {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
  }
  .header__burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    border-radius: 1.5px;
    height: 1.5px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header__burger span:first-child {
    -webkit-transform: translate(-50%, calc(-50% - 6px));
        -ms-transform: translate(-50%, calc(-50% - 6px));
            transform: translate(-50%, calc(-50% - 6px));
  }
  .header__burger span:last-child {
    -webkit-transform: translate(-50%, calc(-50% + 6px));
        -ms-transform: translate(-50%, calc(-50% + 6px));
            transform: translate(-50%, calc(-50% + 6px));
  }
  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__burger.active span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header__nav {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 2.85rem 0.714rem;
    padding-top: 6.714rem;
    background: rgb(0, 148, 219);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.714rem;
    font-size: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__nav .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .header__nav .contacts svg {
    width: 15px;
    height: 15px;
  }
  .header__nav .contacts a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
  }
  .header__nav .phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(247, 247, 247, 0.2);
  }
  .header__nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 700px) {
  .header__callme {
    display: none;
  }
}
@media (max-width: 500px) {
  .header__phone {
    padding-right: 14px;
    border-right: 1px solid rgba(247, 247, 247, 0.2);
  }
  .header__phone span {
    display: none;
  }
}
@media (hover: hover) {
  .header__nav a:hover::after {
    left: 0;
    width: 100%;
  }
  .header__phone:hover::after {
    width: 100%;
    left: 0;
  }
  .header__callme:hover {
    color: rgb(28, 29, 30);
    background: rgb(255, 255, 255);
  }
}

.start {
  position: relative;
  top: 0;
  left: 0;
  z-index:1;
  width: 100%;
  height: 55.5556rem;
  background: -webkit-gradient(linear, left top, right top, from(#4F5257), color-stop(78.25%, #898989), to(#56595E));
  background: linear-gradient(90deg, #4F5257 0%, #898989 78.25%, #56595E 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100dvh;
}
.start.small {
  padding-top: 8.333rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 0;
  padding-bottom: 3.778rem;
}
.start.small .start__wrapper{
    width:100%;
}
.start__fon{
    position:absolute;
    left:0;
    top:auto;
    bottom:0;
    width:100%;
    height:fit-content;
}
.start__name{
    position:absolute;
    bottom:2rem;
    right:6rem;
    font-size:1.3333rem;
    line-height:1.4em;
    color: white;
    z-index:2;
}
.start__name span{
    font-size:1rem;
}
.start__fon .image{
    width:100%;
    height:auto;
    object-fit:cover;
    object-position: right bottom;
}
.start__fon .image.mob{
    display:none;
}
.start__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  z-index:1;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
.start__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
  z-index:2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 57%;
  gap: 3rem;
  color: rgb(247, 247, 247);
}
.start__title {
  font-weight: 600;
  font-size: 3.3333rem;
  line-height: 1.3em;
  text-transform: uppercase;
  color: rgb(247, 247, 247);
  margin-top: 2.23rem;
}
.start__subtitle{
    font-size: 2.2222rem;
    line-height: 1.1em;
    /* margin: 2.2222rem 0; */
}
.start__subtitle span{
    position:relative;
    font-weight:700;
    display:inline-block;
}
.start__subtitle span:after{
    content:'';
    width:100%;
    height:4px;
    background:rgb(0, 148, 219);
    display:block;
    position:absolute;
    left:0;
    bottom:-2px;
}
@media (max-width: 1400px) {
  .start__title {
    font-size: 3rem;
  }
  .start.small {
    padding-top: 6rem;
  }
}
@media(max-width:900px){
      .start.small {
    padding-top: 5rem;
  }
  .start.small .start__wrapper {
    padding-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .start.small .start__text {
    gap: 4rem;
  }
}
@media (max-width: 700px) {
    
  .start__title {
    font-size: 1.8571rem;
  }
  .start__subtitle{
      font-size:1.4rem;
  }
}
.start__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  font-weight: 500;
  font-size: 0.8889rem;
  line-height: 1.4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .start__btns {
    font-size: 1rem;
  }
}
.start__btns p {
  font-size: 0.88883rem;
  line-height: 1.4em;
  padding-left: 25px;
  max-width: 30rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.start__btn {
  background: rgb(0, 148, 219);
  padding: 1.1111rem 1.6667rem;
  border-radius: 0.5rem;
  text-wrap: nowrap;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.start__img {
  width: 100%;
  max-height: 100%;
}
.start__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .start {
    height: 45rem;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .start__text {
    max-width: 70%;
  }
}
@media (max-width: 900px) {
  .start {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    max-height: 100vh;
    height:100dvh;
  }
  .start__wrapper {
    padding-top: 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .start__fon{
  position: relative;
    order: 2;
    width: 100vw;
    margin-right: -10px;
    height:100%;
  }
  .start__name{
      left:1rem;
      right:auto;
      bottom:1rem;
      font-size:1.2rem;
  }
  .start__fon .hide{
      display:none;
  }
  .start__fon .image.mob{
      display:block;
      object-position: center;
          height: 100%;
  }
  .start__title {
    margin-top: 0;
  }
  .start__subtitle br{
      display:none;
  }
  .start__text {
    max-width: 100%;
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .start__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .start__btns p {
    padding-left: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 100%;
    width: 100%;
    padding-top: 10px;
  }
  .start__btns p br {
    display: none;
  }
  .start__btn {
    width: 100%;
    text-align: center;
  }
}
@media (hover: hover) {
  .start__btn:hover {
    background: rgb(105, 198, 249);
    border-color: rgb(105, 198, 249);
  }
}

.services__wrapper {
  padding-top: 8.8889rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.6667rem;
}
.services__type {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3em;
  color: rgb(0, 148, 219);
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(28, 29, 30, 0.1);
}
.services__items {
  width: 100%;
  max-width: calc(100vw - 20px);
}
.services__list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
.services__list-first {
  position: relative;
}
.services__list-first::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -3.333rem;
  width: 1px;
  height: 100%;
  background: rgba(28, 29, 30, 0.1);
}
.services__item {
  border-radius: 0.5555rem;
  background: rgb(245, 248, 250);
  padding: 1.6667rem;
  min-height: 12.222rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 0.8889rem;
  line-height: 1.4em;
  gap:2rem;
}
@media (max-width: 600px) {
  .services__item {
    font-size: 1rem;
  }
}
.services__item a {
  color: rgb(0, 148, 219);
}
.services__item div {
  display: -webkit-box;
  gap:10px;
  flex-wrap:wrap;
  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;
}
.services__item div p {
  color: rgb(0, 148, 219);
}
.services__item div span {
  color: rgba(28, 29, 30, 0.4);
  display: none;
}
.services__item a {
    width:fit-content;
    
  padding: 0.555rem 1.111rem;
  border: 1px solid rgb(0, 148, 219);
  border-radius: 0.5rem;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.services__item a.callme{
    background: rgb(0, 148, 219);
    color:white;
}
.services__pagination {
  display: none;
}
@media (max-width: 1400px) {
  .services__wrapper {
    padding-top: 4rem;
    gap: 3rem;
  }
  .services__list-first::after {
    right: -1.5rem;
  }
  .services__item {
    min-height: 16rem;
  }
  .services__item div {
    margin-top: 2rem;
    -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;
    gap: 1.5rem;
  }
  .services__item div p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .services__item div span {
    display: block;
  }
  .services__item a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .services__wrapper {
    grid-template-columns: 1fr;
  }
  .services__list .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .services__list-first::after {
    display: none;
  }
  .services__item {
    min-height: auto;
  }
}
@media (max-width: 800px) {
  .services__wrapper {
    padding-right: 0;
  }
  .services__items {
    max-width: calc(100vw - 10px);
  }
  .services .services__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .services__item {
    width: 87.5vw !important;
    max-width: 280px !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .services__pagination {
    display: block;
    margin-top: 15px;
    text-align: center;
    opacity: 1;
  }
  .services__pagination .swiper-pagination-bullet {
    background: rgb(235, 248, 255);
    width: 6px;
    height: 6px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .services__pagination .swiper-pagination-bullet-active {
    background: rgb(0, 148, 219);
    width: 24px;
    border-radius: 20px;
  }
}
@media (hover: hover) {
  .services__item a:not(.callme):hover {
    background: rgb(0, 148, 219);
    color: rgb(247, 247, 247);
  }
    .services__item .callme:hover {
        background: rgb(105, 198, 249);
        border-color: rgb(105, 198, 249);
  }
}

.about__wrapper {
  margin-top: 8.8889rem;
}
.about__content {
  margin-top: 2.222rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.222rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__img {
  width: 34.444rem;
  height: 32.056rem;
  border-radius: 0.5556rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__text {
  max-width: 50%;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.3em;
  text-align: justify;
  text-transform:uppercase;
}
@media (max-width: 700px) {
  .about__title {
    font-size: 1.5714em;
  }
}
.about__title p {
  -moz-text-align-last: end;
       text-align-last: end;
}
.about__title span {
  color: rgb(0, 148, 219);
}
.about__info {
  margin-top: 25px;
  padding-left: 20%;
  font-size: 0.88883rem;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.8);
}
.about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  background: rgb(0, 148, 219);
  border-radius: 0.5rem;
  padding: 1.1111rem 1.6667rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 1400px) {
  .about__wrapper {
    margin-top: 4rem;
  }
}
@media (max-width: 1000px) {
  .about__wrapper {
    margin-top: 80px;
  }
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about__text {
    max-width: 100%;
  }
  .about__info {
    padding: 0;
  }
  .about__img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .about__content {
    margin-top: 30px;
    gap: 30px;
  }
  .about__info {
    margin-top: 15px;
  }
  .about__btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__title span {
    display: block;
  }
  .about__img {
    height: 200px;
  }
}
@media (hover: hover) {
  .about__btn:hover {
    background: rgb(105, 198, 249);
    border-color: rgb(105, 198, 249);
  }
}

.cases__wrapper {
  margin-top: 8.8889rem;
}
.cases__wrapper-small {
  margin-top: 4.667rem;
}
.cases__wrap {
  margin-top: 2.222rem;
}
.cases__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
}
.cases__tab {
  border-radius: 10px;
  border: 1px solid rgb(105, 198, 249);
  padding: 12px 1.889rem;
  color: rgb(105, 198, 249);
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  background: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  cursor: pointer;
}
.cases__tab.active {
  border-color: rgb(0, 148, 219);
  color: rgb(0, 148, 219);
}
.cases__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.111rem;
  /* max-height: 41.6rem; */
  overflow: hidden;
}
.cases__list.show .cases__item{
    display:flex !important;
  /* max-height: 100vh; */
}
.cases__item:nth-child(n+7){
    display:none;
}
.cases__tabs {
  margin-top: 20px;
}
.cases__items {
  display: none;
}
.cases__items.active {
  display: block;
}
.cases__content {
  padding: 20px 0;
  position: sticky;
  top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cases__case {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 3.333rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 3.056rem;
}
.cases__case:nth-child(n+1) {
  margin-top: 20px;
}
.cases__index {
  background: rgb(235, 248, 255);
  border-radius: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cases__name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 2.444rem;
  text-transform: uppercase;
  line-height: 1.4em;
  color: rgb(0, 148, 219);
}
.cases__name span {
  font-weight: 800;
}
.cases__problems {
  margin-top: 1.778rem;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-weight: 400;
  line-height: 1.4em;
}
.cases__problems span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.cases__problems p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.cases__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cases__step {
  border-radius: 20px;
  padding: 1.111rem 1.667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  font-weight: 400;
  line-height: 1.4em;
}
.cases__step span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.cases__step p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.cases__step.task {
  background: rgb(218, 242, 255);
}
.cases__step.method {
  background: rgb(235, 248, 255);
}
.cases__step .result {
  border: 1px solid rgb(218, 242, 255);
}
.cases__item {
  background: rgb(235, 248, 255);
  border-radius: 0.5rem;
  padding: 1.6667rem;
  min-height: 9.333rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5555rem;
}
.cases__item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 1.1111rem;
  line-height: 1.4em;
}
.cases__item .top img {
  width: 30px;
  height: 28px;
}
.cases__item .bottom {
  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;
}
.cases__item .bottom a {
  color: rgb(0, 148, 219);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5556rem 1.1111rem;
  border: 1px solid rgb(0, 148, 219);
  border-radius: 0.5rem;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.cases__item .bottom span {
  font-size: 14px;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.4);
}
.cases__show {
  margin: 0 auto;
  margin-top: 2.222rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.111rem 1.6667rem;
  background: rgb(0, 148, 219);
  border-radius: 0.5rem;
  color: rgb(247, 247, 247);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.8889rem;
  line-height: 1.4em;
}
@media (max-width: 600px) {
  .cases__show {
    font-size: 1rem;
  }
}
.cases__show.hide {
  display: none;
}
.cases__btn {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  background: rgb(0, 148, 219);
  border-radius: 10px;
  height: 3.111rem;
  font-weight: 400;
  font-size: 16px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  width: 330px;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .cases__wrapper {
    margin-top: 4rem;
  }
  .cases__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1000px) {
  .cases__case {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
  .cases__slider {
    margin-right: -10px;
    width: calc(100% + 10px);
  }
  .cases__content {
    padding: 0;
    position: static;
  }
  .cases__problems {
    max-width: 100%;
  }
  .cases__name {
    font-size: 2rem;
  }
  .cases__tab {
    max-width: 60%;
    padding: 10px;
    line-height: 1.4em;
  }
  .cases__tab:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 800px) {
  .cases__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cases__item {
    padding: 20px;
  }
  .cases__item .top {
    font-size: 16px;
    gap: 10px;
  }
  .cases__item .top img {
    width: 24px;
    height: 22px;
  }
}
@media (max-width: 500px) {
  .cases__item .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cases__item .bottom a {
    padding: 10px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cases__list {
    /* max-height: 35.6rem; */
  }
  .cases__show {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    padding: 16px 0;
  }
}
@media (hover: hover) {
  .cases__item a:hover {
    background: rgb(0, 148, 219);
    color: rgb(247, 247, 247);
  }
  .cases__show:hover {
    background: rgb(105, 198, 249);
  }
}
.form__wrapper {
  margin-top: 8.8889rem;
  border-radius: 1.111rem;
  padding: 2.2222rem;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.form__content {
  background: rgb(237, 246, 250);
  border-radius: 0.555rem;
  padding: 3.333rem;
  width: 37.222rem;
}
.form__title {
  font-weight: 600;
  font-size: 1.7778rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
.form__text {
  margin-top: 10px;
  font-size: 0.88883rem;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.8);
}
.form__text a{
    color: rgb(0, 148, 219);
    transition:color linear 0.3s;
}
.form__form {
  margin-top: 1.6667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.form__form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.form__form input {
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  padding: 1.111rem 1.6667rem;
  width: 100%;
  font-size: 0.88883rem;
  line-height: 1.4em;
  color: rgb(28, 29, 30);
}
.form__form input:focus {
  outline: 1px solid rgb(105, 198, 249);
}
.form__form input::-webkit-input-placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.form__form input::-moz-placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.form__form input:-ms-input-placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.form__form input::-ms-input-placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.form__form input::placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.form__form button {
  width: 100%;
  background: rgb(0, 148, 219);
  color: rgb(247, 247, 247);
  font-weight: 500;
  font-size: 0.8889rem;
  line-height: 1.4em;
  padding: 1.1111rem 0;
  border-radius: 0.5rem;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  cursor: pointer;
}
div.form__check{
    display:flex;
    align-items:center !important;
    gap:10px;    flex-direction: row !important;

}
.form__label{position:relative;cursor:pointer;}
.form__checkbox{position:absolute;opacity:0;top:0;left:0;width:100%;height:100%;}
.form__check .check{width:0.889rem; height:0.889rem; border-radius:3px;background-color: #fff; border: 1px solid rgb(0, 148, 219);display:flex;transition:all linear 0.3s;    justify-content: center;
    align-items: center;}
.form__checkbox:checked ~ .check{background:rgb(0, 148, 219);}
@media(hover:hover){
    .form__text a:hover{
        color: rgb(0, 84, 151);
    }
}
@media (max-width: 600px) {
  .form__form button {
    font-size: 1rem;
  }
}
.form__link {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.6);
  display: inline-block;
}
.form__link a {
  color: rgb(0, 148, 219);
  display: inline-block;
  position: relative;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.form__link a::after {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  background: rgb(0, 148, 219);
  width: 100%;
  height: 1px;
}
@media (max-width: 1400px) {
  .form__wrapper {
    margin-top: 4rem;
  }
}
@media (max-width: 1000px) {
  .form__wrapper {
    margin-top: 80px;
    border-radius: 10px;
    padding: 10px;
    background-position: 65% 0 !important;
  }
  .form__content {
    margin-top: 290px;
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .form__title {
    font-size: 20px;
    line-height: 1.3em;
  }
  .form__form button {
    padding: 16px 0;
  }
  .form__link {
    font-size: 12px;
    line-height: 1.4em;
  }
}
@media (hover: hover) {
  .form__form button:hover {
    background: rgb(105, 198, 249);
  }
  .form__link a:hover {
    color: rgb(0, 84, 151);
  }
  .form__link a:hover::after {
    background: rgb(0, 84, 151);
  }
}

.review__wrapper {
  margin-top: 8.8889rem;
}
.review__tabs {
  margin-top: 2.222rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border: 1px solid rgb(159, 222, 255);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  overflow: hidden;
}
.review__items {
  display: none;
}
.review__items.active {
  display: block;
}
.review__tab {
  padding: 14px 24px;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.8889rem;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.8);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 600px) {
  .review__tab {
    font-size: 1rem;
  }
}
.review__tab:not(.active) {
  cursor: pointer;
}
.review__tab.active {
  background: rgb(0, 148, 219);
  color: rgb(247, 247, 247);
}
.review__list {
  margin-top: 2.222rem;
}
.review__img {
  padding: 0.5555rem;
  background: rgb(235, 248, 255);
  width: 21.9444rem;
  height: 29.2779rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review__nav {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review__arrow {
  width: 3.333rem;
  height: 3.333rem;
  border-radius: 50%;
  border: 1px solid rgb(105, 198, 249);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.review__arrow:not(.swiper-button-disabled) {
  cursor: pointer;
}
.swiper-button-lock{display:none;}
.review__arrow path {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.review__arrow.swiper-button-disabled {
  border: rgb(250, 250, 250);
  background: rgb(250, 250, 250);
}
.review__arrow.swiper-button-disabled path {
  fill: rgb(250, 250, 250);
}
.review__pagination .swiper-pagination-bullet {
  background: rgb(235, 248, 255);
  width: 6px;
  height: 6px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 1;
}
.review__pagination .swiper-pagination-bullet-active {
  background: rgb(0, 148, 219);
  width: 24px;
  border-radius: 20px;
}
.review__individuals {
  padding: 1.6667rem;
  border-radius: 0.555rem;
  background: rgb(245, 248, 250);
  width: calc(50% - 10px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 17rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.review__individuals .top {
  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;
}
.review__individuals .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.111rem;
}
.review__individuals .ava {
  width: 4.3333rem;
  height: 4.3333rem;
}
.review__individuals .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.review__individuals .name {
  font-weight: 600;
  font-size: 1.1111rem;
  line-height: 1.4em;
  color: rgb(28, 29, 30);
}
.review__individuals .stars {
  margin-top: 0.5rem;
  width: 108px;
  height: 20px;
  background: url("../image/star_fon.svg");
  background-repeat: repeat-x;
  position: relative;
}
.review__individuals .stars::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  content: "";
  background: url("../image/star.svg");
  height: 100%;
}
.review__individuals .stars5::after {
  width: 100%;
}
.review__individuals .stars4::after {
  width: 80%;
}
.review__individuals .stars3::after {
  width: 60%;
}
.review__individuals .stars2::after {
  width: 40%;
}
.review__individuals .stars1::after {
  width: 20%;
}
.review__individuals .servis {
  font-size: 14px;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.4);
}
.review__individuals .logo {
  width: 4.4444rem;
  height: auto;
  margin-top: 0.2222rem;
}
.review__individuals .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.review__individuals .text {
  margin-top: 1.1111rem;
  border-top: 1px solid rgba(28, 29, 30, 0.1);
  padding-top: 1.111rem;
  font-size: 0.88883rem;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.8);
}
.review__individuals .link {
  font-weight: 500;
  font-size: 0.8889rem;
  line-height: 1.4em;
  color: rgb(0, 148, 219);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5555rem;
  margin-top: 1.6667rem;
}
@media (max-width: 600px) {
  .review__individuals .link {
    font-size: 1rem;
  }
}
.review__individuals .link path {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 1300px) {
  .review__top {
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .review__wrapper {
    padding-right: 0;
    margin-top: 80px;
  }
  .review__tabs {
    margin-right: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .review__individuals .top {
    -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;
    gap: 15px;
  }
  .review__individuals .servis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .review__list {
    margin-top: 20px;
  }
  .review__img {
    width: 80vw;
    max-width: 400px;
    height: auto;
    aspect-ratio: 0.75/1;
  }
  .review__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .review__individuals {
    width: 90.625vw;
    max-width: 400px;
  }
  .review__arrows {
    display: none;
  }
  .review__nav {
    margin-top: 15px;
  }
  .review__pagination {
    margin-right: 10px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .review__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 10px);
    text-align: center;
  }
}
@media (hover: hover) {
  .review__tab:not(.active):hover {
    color: rgb(0, 148, 219);
  }
  .review .link:hover {
    color: rgb(0, 84, 151);
  }
  .review .link:hover path {
    fill: rgb(0, 84, 151);
  }
  .review__arrow:not(.swiper-button-disabled):hover {
    background: rgb(0, 148, 219);
  }
  .review__arrow:not(.swiper-button-disabled):hover path {
    fill: rgb(255, 255, 255);
  }
}

.news__wrapper {
  margin-top: 8.8889rem;
}
.news__list {
  margin-top: 2.222rem;
}
.news__item {
  width: 21.111rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news__img {
  height: auto;
  aspect-ratio: 1/0.632;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.555rem;
}
.news__name {
  margin-top: 1.1111rem;
  font-weight: 600;
  font-size: 1.1111rem;
  line-height: 1.4em;
  color: rgb(28, 29, 30);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(28, 29, 30, 0.1);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.news__date {
  font-size: 0.88883rem;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.4);
  margin-top: 1.5556rem;
}
.news__nav {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__arrow {
  width: 3.333rem;
  height: 3.333rem;
  border-radius: 50%;
  border: 1px solid rgb(105, 198, 249);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.news__arrow path {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.news__arrow:not(.swiper-button-disabled) {
  cursor: pointer;
}
.news__arrow.swiper-button-disabled {
  border: rgb(250, 250, 250);
  background: rgb(250, 250, 250);
}
.news__arrow.swiper-button-disabled path {
  fill: rgb(250, 250, 250);
}
.news__pagination .swiper-pagination-bullet {
  background: rgb(235, 248, 255);
  width: 6px;
  height: 6px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 1;
}
.news__pagination .swiper-pagination-bullet-active {
  background: rgb(0, 148, 219);
  width: 24px;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .news__wrapper {
    padding-right: 0;
    margin-top: 80px;
  }
}
@media (max-width: 800px) {
  .news__arrows {
    display: none;
  }
  .news__nav {
    margin-top: 15px;
  }
  .news__list {
    margin-top: 30px;
  }
  .news__pagination {
    margin-right: 10px;
    text-align: center;
  }
  .news__item {
    width: 87.5vw;
    max-width: 400px;
  }
  .news__name {
    margin-top: 15px;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .news__date {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .news__arrow:not(.swiper-button-disabled):hover {
    background: rgb(0, 148, 219);
  }
  .news__arrow:not(.swiper-button-disabled):hover path {
    fill: rgb(255, 255, 255);
  }
  .news__item:hover .news__name {
    color: rgb(0, 148, 219);
  }
}

.contacts__wrapper {
  margin-top: 8.888rem;
  background: rgb(245, 248, 250);
  border-radius: 1.111rem;
  padding: 3.8889rem;
}
.contacts__wrap {
  margin-top: 2.222rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5556rem;
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5556rem;
}
.contacts__item {
  background: rgb(255, 255, 255);
  border-radius: 0.5556rem;
  padding: 1.6667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5556rem;
  min-width: 30rem;
}
.contacts__item span {
  font-size: 14px;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.4);
}
.contacts__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-wrap: wrap;
}
.contacts__item p, .contacts__item a {
  font-weight: 600;
  font-size: 1.1111rem;
  line-height: 1.4em;
  color: rgb(28, 29, 30);
}
.contacts__map {
  width: 100%;
}
.contacts__map > * {
  width: 100%;
  height: 100% !important;
}
.contacts__call {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(0, 148, 219);
  text-align: center;
  padding: 1.111rem 0;
  border-radius: 0.5rem;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 1400px) {
  .contacts__wrapper {
    margin-top: 80px;
    padding: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .contacts__wrapper {
    padding: 80px 15px;
  }
  .contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    margin-top: 30px;
  }
  .contacts__item {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 20px;
    gap: 10px;
  }
  .contacts__item div {
    row-gap: 4px;
  }
  .contacts__item span {
    font-size: 12px;
    line-height: 1.4em;
  }
  .contacts__item p, .contacts__item a {
    font-size: 16px;
    line-height: 1.4em;
  }
  .contacts__map {
    width: 100%;
    height: 32rem;
    max-height: 474px;
  }
}
@media (hover: hover) {
  .contacts__call:hover {
    background: rgb(105, 198, 249);
  }
}

.footer__wrapper {
  margin-top: 1.1111rem;
  padding: 3.8889rem;
  background: rgb(0, 148, 219);
  border-radius: 1.1111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  position: relative;
}
.footer__wrapper a {
  position: relative;
}
.footer__wrapper a:after {
  content: "";
  display: block;
  left: 50%;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -3px;
  background: rgb(247, 247, 247);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.footer__logo {
  height: 2.1111rem;
  width: auto;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__info {
  margin-top: 1.6667rem;
}
.footer__info a, .footer__info p {
  font-size: 0.7778rem;
  line-height: 1.4em;
  color: rgba(247, 247, 247, 0.8);
}
.footer__info p {
  margin-bottom: 0.5555rem;
}
.footer__info .author {
  margin-top: 0.8333rem;
  padding-top: 0.8333rem;
  border-top: 1px solid rgba(247, 247, 247, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.footer__info .author a, .footer__info .author span {
  line-height: 1em;
  font-size: 0.8888rem;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.5556rem;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4.4444rem;
     -moz-column-gap: 4.4444rem;
          column-gap: 4.4444rem;
  row-gap: 1.1111rem;
  font-size: 0.888889rem;
  line-height: 1.4em;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.footer__phones a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.555rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 1.1111rem;
  line-height: 1.4em;
}
.footer__email {
  margin-top: 0.8889rem;
  border-top: 1px solid rgba(247, 247, 247, 0.2);
  padding-top: 0.8889rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5555rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__social{
    margin-top:20px;
    display:flex;
    gap:20px;
}
.footer__social a{
    width:20px;
    height:20px;
}
.footer__social svg{
    width:20px;
    height:20px;
}
.footer__social path{
    transition:all linear 0.3s;
}
.whatsapp{
    position:fixed;
    width:40px;
    height:40px;
    right: 3rem;
    bottom: 2rem;
    display:flex;
    align-items:center;
    justify-content: center;
    z-index:5;
}
.whatsapp::after,
.whatsapp::before {
  content: '';
  position: absolute;
  border: 2px solid #5ed169;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}
.whatsapp::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 1400px) {
  .footer__wrapper {
    gap: 10vw;
  }
  .footer__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10vw;
  }
}
@media (max-width: 1200px) {
  .footer__wrapper {
    padding: 40px 15px;
  }
}
@media (max-width: 1000px) {
  .footer__wrapper {
    gap: 35px;
  }
  .footer__right {
    gap: 20px;
    width: 100%;
  }
  .footer__nav {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 10px;
    font-size:14px;
  }
}
@media (max-width: 800px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 180px;
  }
  .footer__info {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 30px);
  }
  .footer__info .author {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 500px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__nav {
    grid-template-columns: 1fr;
  }
}
@media (hover: hover) {
  .footer__wrapper a:not(.footer__logo):not(.social):hover::after {
    left: 0;
    width: 100%;
  }
  .footer__social a:hover path{
        fill:rgb(28, 29, 30);
  }
}

.f-button {
  display: none;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding: 0;
}

.modal {
  border-radius: 1.111rem;
  background: rgb(237, 246, 250);
  position: relative;
  display: none;
}
.modal#callme,
.modal#social{
  width: 40.556rem;
  max-width: 93.72vw;
  padding: 3.888rem;
}
.modal#social h4{
    text-align:center;
}
.modal.caseItem {
  padding: 2.777778rem;
  width: 66.666rem;
  max-width: 97.72vw;
}
.modal.caseItem.serviceItem{
    width:50vw;
}
.modal.caseItem.serviceItem .modal__case{
    grid-template-columns:1fr;
}
.modal.caseItem.serviceItem h5{
    max-width:95%;
}
.modal__close {
  position: absolute;
  width: 2.7778rem;
  height: 2.7778rem;
  border-radius: 50%;
  border: 1px solid rgb(0, 148, 219);
  background: none;
  top: 1.111rem;
  right: 1.111rem;
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  outline: none;
}
.modal__close span {
  background: rgb(0, 148, 219);
  width: 1rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.modal__close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal h4 {
  font-weight: 600;
  font-size: 1.7778rem;
  line-height: 1.3em;
  text-transform: uppercase;
  color: rgb(28, 29, 30);
}
.modal h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 1.88889rem;
  line-height: 1.4em;
}
.modal h5 img {
  width: 2rem;
  height: auto;
}
.modal p:not(.modal__link) {
  margin-top: 10px;
  font-size: 0.8889rem;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.8);
}
.modal__info {
  margin-top: 1.1111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.6667rem;
}
.modal__info span {
  color: rgba(28, 29, 30, 0.4);
}
.modal__case {
  margin-top: 4.4444rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.modal__case li{
    display:flex;
    gap:0.5rem;
    align-items:baseline;
}
.modal__case li:before{
    content:'';
    width:0.5rem;
    height:0.5rem;
    border-radius:50%;
    background:rgb(0, 148, 219);
    flex-shrink:0;
}
.modal__case div {
  background: rgb(255, 255, 255);
  padding: 1.66667rem;
  border-radius: 0.5rem;
  font-size: 0.8889rem;
  line-height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 16.6667rem;
}
.modal__case span {
  color: rgba(28, 29, 30, 0.4);
}
.modal__form {
  margin-top: 1.6667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.modal__form div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.modal__form input {
  padding: 1.111rem 1.6667rem;
  background: rgb(255, 255, 255);
  border-radius: 0.5rem;
  font-size: 16px;
  line-height: 1.4em;
  color: rgb(28, 29, 30);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.modal__form input:focus, .modal__form input:focus-visible {
  outline: 1px solid rgb(105, 198, 249);
}
.modal__form input::-webkit-input-placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.modal__form input::-moz-placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.modal__form input:-ms-input-placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.modal__form input::-ms-input-placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.modal__form input::placeholder {
  color: rgba(28, 29, 30, 0.4);
}
.serviceItem a{
    display:block;
    margin-top:15px;
}
.modal__form button,
.serviceItem a{
  background: rgb(0, 148, 219);
  border-radius: 0.5rem;
  padding: 1.111rem 0;
  text-align: center;
  cursor: pointer;
  color: rgb(247, 247, 247);
  font-size: 0.8889rem;
  line-height: 1.4em;
  font-weight: 500;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.modal__link {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.4em;
  color: rgba(28, 29, 30, 0.6);
}
.modal__link a {
  position: relative;
  color: rgb(0, 148, 219);
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
#social .list{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:20px;
}
#social .modal-link{
    width:100%;
    border-radius: 0.5rem;
    display:flex;
    align-items:center;
    padding:1rem;
    gap:2rem;
    justify-content: center;
}
#social .modal-link svg{
    width:1.5rem;
    height:1.5rem;
}
#social .modal-link p{
    color:rgb(247, 247, 247);
    display:flex;
    align-items:center;
    gap:15px;
    width: 13rem;
    justify-content: space-between;
}
#social .modal-link.tg{
    background:#2aabee;
}
#social .modal-link.wa{
    background:#5ed169;
}
@media(max-width:1200px){
    .modal.caseItem.serviceItem{
    width:100%;
}
}
@media (max-width: 800px) {
  .modal#callme,
  .modal#social{
    padding: 60px 20px;
    border-radius: 10px;
  }
  #social .modal-link{
      padding:1rem;
      justify-content:center;
  }
  .modal-link .tg p{
      margin-left:12px;
  }
  .modal.caseItem {
    padding: 60px 15px;
  }
  .modal h4 {
    font-size: 22px;
    line-height: 1.3em;
  }
  .modal h4 br {
    display: none;
  }
  .modal h5 {
    gap: 10px;
    font-size: 16px;
    line-height: 1.4em;
  }
  .modal h5 img {
    width: 23px;
  }
  .modal__close {
    top: 10px;
    right: 10px;
  }
  .modal__case {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .modal__case div {
    padding: 15px;
    min-height: 250px;
    gap: 30px;
  }
  .modal p:not(.modal__link) {
    margin-top: 8px;
    font-size: 14px;
  }
  .modal__info {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media (hover: hover) {
  .modal__close:hover {
    border-color: rgb(0, 84, 151);
  }
  .modal__close:hover span {
    background: rgb(0, 84, 151);
  }
  .modal__form button:hover,
  .serviceItem a:hover{
    background: rgb(105, 198, 249);
  }
  .modal__link a:hover {
    color: rgb(0, 84, 151);
  }
}

.article__wrapper {
  width: 44.444rem;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  margin-top: 5.5556rem;
  font-size: 0.888rem;
  line-height: 1.4rem;
}
.article__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  border: 1px solid rgba(28, 29, 30, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5556rem 1.111rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.6667rem;
  font-size: 14px;
  line-height: 1.4em;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.article__btn span {
  color: rgb(28, 29, 30) !important;
}
.article h1 {
  margin-top: 1.1111rem;
  font-weight: 600;
  font-size: 3.111rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
.article__date {
  margin-top: 0.555rem;
  color: rgba(28, 29, 30, 0.4);
  font-size: 16px;
  line-height: 1.4em;
}
.article img {
  margin-top: 2.222rem;
  width: 100%;
  height: 20.833rem;
  border-radius: 1.111rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.article h2 {
  font-weight: 600;
  font-size: 2.444rem;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-top: 4.444rem;
}
.article p {
  margin-top: 1.111rem;
  color: rgba(28, 29, 30, 0.8);
}
.article span {
  color: rgb(0, 148, 219);
}
.article h3 {
  margin-top: 2.222rem;
  font-weight: 600;
  font-size: 1.7778rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
.article h4 {
  margin-top: 2.2222rem;
  font-weight: 600;
  font-size: 1.3333rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
.article ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8333rem;
}
.article ul li {
  padding-left: 20px;
  position: relative;
  color: rgba(28, 29, 30, 0.8);
}
.article ul li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(0, 148, 219);
}
.article ol {
  margin-top: 15px;
  counter-reset: chapter 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8333rem;
}
.article ol li {
  padding-left: 38px;
  position: relative;
  color: rgba(28, 29, 30, 0.8);
  counter-increment: chapter 1;
}
.article ol li::after {
  content: counter(chapter);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 25%);
      -ms-transform: translate(0, 25%);
          transform: translate(0, 25%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(0, 148, 219);
  font-size: 14px;
  line-height: 1.4em;
  color: rgb(255, 255, 255);
}
@media (max-width: 800px) {
  .article__wrapper {
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
  }
  .article__btn {
    padding: 7px 14px;
    font-size: 12px;
  }
  .article h1 {
    margin-top: 15px;
    font-size: 28px;
  }
  .article__date {
    font-size: 12px;
    margin-top: 8px;
  }
  .article img {
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-height: 400px;
    aspect-ratio: 1/0.75;
    min-height: 180px;
  }
  .article h2 {
    margin-top: 40px;
    font-size: 22px;
  }
  .article h3 {
    font-size: 20px;
    margin-top: 25px;
  }
  .article h4 {
    margin-top: 25px;
    font-size: 16px;
  }
  .article ul {
    margin-top: 12px;
    gap: 10px;
  }
  .article ul li {
    padding-left: 18px;
  }
  .article ul li::after {
    width: 8px;
    height: 8px;
  }
  .article ol {
    margin-top: 15px;
    gap: 10px;
  }
  .article ol li {
    padding-left: 34px;
  }
  .article ol li::after {
    font-size: 12px;
    width: 24px;
    height: 24px;
  }
  .article p {
    margin-top: 15px;
  }
}
@media (hover: hover) {
  .article__btn:hover {
    border-color: rgb(28, 29, 30);
  }
}
.contact__wrapper {
  margin-top: 8.888rem;
}
.contact__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.contact__item {
  border-radius: 1.111rem;
  border: 1px solid rgb(105, 198, 249);
  padding: 2.222rem;
}
.contact__item span {
  font-size: 14px;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.4);
}
.contact__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}
.contact__list a, .contact__list p {
  font-weight: 600;
  font-size: 1.111em;
  line-height: 1.4em;
  color: rgb(0, 0, 0);
  transition:color linear 0.3s;
}
.contact__social {
  margin-top: 1.111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__social a {
  display: inline-block;
}
.contact__social path{
    transition:all linear 0.3s;
}
.contact__social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact__form {
  background: rgb(237, 246, 250);
  border-radius: 2.222em;
  padding: 3.333rem 4.444rem;
  display:flex;
  flex-direction: column;
}
.contact__form h3 {
  font-weight: 600;
  font-size: 1.7778rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
.contact__form p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.7);
}
.contact__form p a {
  text-decoration: underline;
  transition:color linear 0.3s;
  color: rgba(0, 0, 0, 0.7);
}
.contact__form form {
  margin-top: 1.667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  height: 100%;
justify-content: space-between;
}
.form__wrap{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.contact__form button {
  width: 100%;
  background: rgb(0, 148, 219);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  height: 65px;
  cursor:pointer;
  font-size: 1rem;
  transition:background linear 0.3s;
}
.contact__input {
  width: 100%;
  position: relative;
}
.contact__input input {
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 1.111rem 1.667rem;
  font-size: 0.889rem;
  line-height: 1.4em;
  outline-color: rgb(0, 148, 219);
}
.contact__map {
  width: 100%;
  height: 520px;
  margin-top: 4.444rem;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .contact__wrapper {
    margin-top: 4.444rem;
  }
  .contact__top {
    grid-template-columns: 1fr;
  }
  .contact__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact__item {
    width: calc(50% - 10px);
  }
}
@media(hover:hover){
    .contact__form a:hover{
        color:rgb(0, 148, 219);
    }
    .cases__tab:not(.active):hover{
        border-color:rgb(0, 148, 219);
    }
}
@media (max-width: 800px) {
  .contact__item {
    width: 100%;
    padding: 20px;
  }
  .contact__form {
    padding: 20px;
    border-radius: 15px;
  }
  .contact__form button {
    height: 50px;
  }
  .contact__input input {
    height: 50px;
    padding: 10px;
  }
}
@media(hover:hover){
    .contact__form button:hover{
        background:rgba(105, 198, 249, 1);
    }
    .contact__list a:hover{
        color:rgba(0, 148, 219, 1);
    }
    .contact__social a:hover path{
        fill:rgba(105, 198, 249, 1);
    }
}
.ymaps-2-1-79-map {
  height: 100%;
}
.price__wrapper {
  margin-top: 6.389rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.889rem;
}
.price__list {
  max-width: 1088px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.555rem;
}
.price__type {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3em;
  color: rgb(116, 116, 116);
}
.price__info{
    padding:0 1.667rem;
}
.price__items {
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid rgba(28, 29, 30, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.price__item {
  background: rgb(235, 248, 255);
  border-radius: 10px;
  padding: 1.667rem;
}
.price__item h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  color: rgb(28, 29, 30);
}
.price__bottom {
  margin-top: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4em;
}
.price__bottom p {
  color: rgba(28, 29, 30, 0.6);
}
.price__bottom .callme {
  padding: 10px 1.667rem;
  border: 1px solid rgb(0, 148, 219);
  border-radius: 8px;
  color: rgb(0, 148, 219);
}
.price__callme {
  max-width: 392px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.price__callme h2 {
  font-weight: 600;
  font-size: 1.778em;
  line-height: 1.4em;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.price__callme a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 56px;
  background: rgb(0, 148, 219);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 1rem;
  transition:background linear 0.3s;
}
.price__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.1359;
  border-radius: 10px;
  overflow: hidden;
  /* padding:0 15px; */
}
.price__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price__name {
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.111rem;
  line-height: 1.4em;
}
.price__name span {
  font-size: 16px;
  font-weight: 400;
}
@media(max-width:1480px){
    .price__callme{
        max-width:240px;
    }
}
@media (max-width: 1200px) {
  .price__wrapper {
    margin-top: 40px;
    -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;
    margin-bottom: 20px;
  }
  .price__list {
    max-width: 100%;
  }
  .price__photo {
    max-width: 360px;
    margin: 0 auto;
  }
  .price__callme {
    width: 100%;
    max-width: 100%;
  }  .price__list {
    max-width: 100%;
  }
  .price__photo {
    max-width: 360px;
    margin: 0 auto;
  }
  .price__callme {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .price__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .price__bottom a {
    width: 100%;
    text-align: center;
  }
}

.success {
    position: fixed;
    right: 1.111rem;
    bottom: 1.111rem;
    border-radius: 0.5555rem;
    background: rgba(237, 246, 250, 1);
    padding: 1.111rem;
    display: none;
    gap: 2.7778rem;
    font-size: 1rem;
    line-height: 1.5rem;
    align-items: center;
    z-index: 10;
    padding-right: 2rem;
}
.success.active {
    display: flex
;
}
.success div {
    width: 4.444rem;
    height: auto;
    min-width: 60px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
}
.input-error{
    color:red;
}
@media (max-width: 500px) {
    .success {
        right: 0;
        bottom: 0;
        width: 100%;
        gap: 18px;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-radius: 0;
        padding: 17px 20px 20px;
    }
}
.wrap{
    display:flex;
    gap:20px;
    align-items:flex-start;
    justify-content: space-between;
    margin-top:2rem;
    background:rgb(237, 246, 250);
    padding:1.5rem;
    border-radius:1.111rem;
}
.qr{
    width:15rem;
    height:15rem;
    flex-shrink:0;
    background:white;
    overflow:hidden;
    border-radius:1.111rem;
}
.qr img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.modal-link p{
    margin-top:0 !important;
}
.modal#social{
    background:white;
    padding:2rem;
}
@media(max-width:1000px){
    .qr{
        display:none;
    }
}
.history__wrapper {
  margin-top: 6.333rem;
}
.history__content {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.667rem;
}
.history__item.active .history__circle {
  border: 1px solid rgb(0, 148, 219);
}
.history__item.active .history__text {
  color: rgb(0, 148, 219);
  font-size: 1.778rem;
}
.history__circle {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history__circle span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: rgb(159, 222, 255);
}
.history__text {
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(157, 157, 157);
  font-size: 1.333rem;
  line-height: 1.4em;
}
.history__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.history__info p {
  font-weight: 400;
  font-size: 16px;
  max-width: 80%;
  text-align: left;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.7);
}
.history__img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 26px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.history__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .history__wrapper {
    margin-top: 4rem;
  }
  .history__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .history__list {
    gap: 15px;
  }
  .history__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.7;
    max-height: 400px;
  }
  .history__item {
    gap: 10px;
  }
}
.values__wrapper {
  margin-top: 8.889rem;
}
.values__content {
  margin-top: 2.556rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.889rem;
}
.values__image {
  width: 40%;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
}
.values__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.values__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.222rem;
}
.values__item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 148, 219, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.values__icon {
  width: auto;
  height: auto;
}
.values__icon img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.values__name {
  font-weight: 600;
  font-size: 20px;
  color: rgb(0, 0, 0);
  line-height: 1.4em;
}
.values__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  max-width: 80%;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1400px) {
  .values__wrapper {
    margin-top: 4rem;
  }
  .values__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .values__image {
    width: 100%;
    height: auto;
    max-height: 400px;
    aspect-ratio: 1/0.7;
  }
  .values__image img {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (max-width: 800px) {
  .values__list {
    grid-template-columns: 1fr;
  }
  .values__text {
    max-width: 100%;
  }
}
.team__wrapper {
  margin-top: 5.556rem;
}
.team__slider {
  margin-top: 2rem;
  margin-right: -7.2vw;
  width: calc(100% + 7.2vw);
}
.team__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80vw;
  max-width: 29.444rem;
  border-radius: 10px;
  padding: 2.222rem;
  background: rgb(235, 248, 255);
}
.team__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.667rem;
}
.team__image {
  width: 7.222rem;
  height: 7.2222rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.team__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.team__name p {
  font-weight: 700;
  font-size: 1.333rem;
  line-height: 1.4em;
  color: rgb(0, 0, 0);
}
.team__name span {
  font-weight: 400;
  font-size: 0.8889rem;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.6);
}
.team__text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  font-size: 0.889rem;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1700px) {
  .team__slider {
    margin-right: -4%;
    width: 104%;
  }
}
@media (max-width: 1400px) {
  .team__slider {
    margin-right: -10px;
    width: calc(100% + 10px);
  }
}
@media (max-width: 1000px) {
  .team__wrapper {
    margin-top: 4rem;
  }
  .team__image {
    width: 80px;
    height: 80px;
  }
  .team__slide {
    padding: 15px;
  }
}
.advantages__wrapper {
  margin-top: 5.555rem;
}
.advantages__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.222rem;
  margin-top: 4.056rem;
}
.advantages__item {
  border-radius: 20px;
  padding: 2rem;
  background: rgb(235, 248, 255);
}
.advantages__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 1.1111rem;
  line-height: 1.4em;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(0, 0, 0);
}
.advantages__icon {
  width: 3.889rem;
  height: 3.889rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.advantages__icon img {
  width: 100%;
  height: 100%;
}
.advantages__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1600px) {
  .advantages__wrapper {
    margin-top: 4rem;
  }
  .advantages__list {
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .advantages__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .advantages__item {
    padding: 15px;
  }
  .advantages__icon {
    width: 40px;
    height: 40px;
  }
}
.certificates__wrapper {
  margin-top: 5.555rem;
}
.certificates__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.444rem;
  margin-top: 2rem;
}
.certificates__text {
  width: 396px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4em;
  font-size: 0.889rem;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.certificates__slider {
  margin-right: -7.2vw;
  margin-left:0;
}
.certificates__slide {
  height: 27.222rem;
  aspect-ratio: 0.71/1;
  width: auto;
  border-radius: 20px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: none !important;
}
.certificates__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 1700px) {
  .certificates__slider {
    margin-right: -4vw;
  }
}
@media (max-width: 1400px) {
  .certificates__slider {
    margin-right: -10px;
  }
}
@media (max-width: 1200px) {
  .certificates__content {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .certificates__slider {
    width: calc(100% + 10px);
  }
  .certificates__text {
    width: 100%;
  }
}
@media (hover: hover) {
  .certificates__slide:hover img {
    scale: 1.1;
  }
}
.service__wrapper {
  margin-top: 5.555rem;
  margin-bottom: 5.555rem;
}
.service__text {
  font-size: 1.333rem;
  line-height: 1.4em;
  color: rgb(0, 0, 0);
}
.service__text strong {
  color: rgb(0, 148, 219);
  font-weight: 700;
}
.service__content {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* gap: 2rem; */
  gap:5vw;
}
.service__nav {
  margin-top: 3.333rem;
}
.service__nav p {
  font-weight: 600;
  font-size: 1.778rem;
  line-height: 1.4em;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.service__nav ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.service__nav ul li {
  background: rgb(235, 248, 255);
  border-radius: 10px;
  padding: 14px 2rem;
  color: rgb(0, 0, 0);
  transition:background linear 0.3s;
  cursor:pointer;
}
.service__nav ul a {
  width: 100%;
  color: inherit;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  transition:color linear 0.3s;
}
.service__info {
  /* max-width: 1020px; */
  width: 100%;
}
.service__info h2 {
  margin-top: 3rem;
  font-weight: 600;
  font-size: 1.778rem;
  line-height: 1.4em;
  color: rgb(0, 0, 0);
}
.service__info h2:first-child {
  margin-top: 0;
}
.service__info ol, .service__info ul,
.value__text ul{
  margin-top: 15px;
  font-size: 16px;
}
.service__info ol li, .service__info ul li,.value__text ul li {
  line-height: 1.4em;
}
.service__info ol strong, .service__info ul strong {
  line-height: 1.4em;
  display: block;
}
.service__info ul,
.value__text ul{
  padding-left: 16px;
}
.service__info ul li,
.value__text ul li{
  list-style: disc;
}
.service__info ol {
  padding-left: 16px;
}
.service__info ol li {
  list-style: decimal;
}
.service__info ol li::marker {
  font-weight: 700;
}
.service__info p {
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 15px;
}
.service__info p span {
  color: rgb(0, 148, 219);
  font-weight: 700;
  display: block;
  line-height: 1.96em;
}
@media (max-width: 1200px){
  .service__content {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service__wrapper {
    margin: 3rem 0;
  }
  .service__info h2 {
    margin-top: 2rem;
  }
}
@media(hover:hover){
    .price__callme a[data-fancybox=""]:hover{
        background:rgb(105, 198, 249);
    }
    .service__nav ul li:hover{
        background:rgb(0, 148, 219);
        color:white;
    }
}
.agree-cookie{
    position: fixed;
    bottom: 0;
    background: white;
    padding: 2rem;
    display: flex;
    gap:2.222rem;
        z-index: 6;
}
.agree-cookie.hide{display:none;}
.agree-cookie button{
    background: rgb(0, 148, 219);
    color: white;
    flex-shrink:0;
padding: 20px;
    border: 1px solid rgb(0, 148, 219);
    border-radius: 0.5rem;
    z-index:6;
    height: fit-content;
}
@media(max-width:800px){
    .agree-cookie{
        flex-direction:column;
        padding:10px;
        gap:10px;
    }
    .agree-cookie button {
        padding:10px;
    }
}

.grecaptcha-badge {
    display:none !important;
}
.info {
  padding: 0 10%;
}
.info__wrapper {
  margin-top: 5.555rem;
  margin-bottom: 5.555rem;
}
.info__content {
  margin-top: 3.333rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.222rem;
}
.info__left {
  font-size: 1.2rem;
  line-height: 1.1em;
}
.info__left p {
  margin-top: 1.111rem;
}
.info__right {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.111rem;
/*   font-size: 1.2rem;
line-height: 1.1em; */
}
.info__right p{
    font-size:24px;
}
.info__right .start__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media (max-width: 1300px) {
  .info {
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .info__wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .info__content {
    grid-template-columns: 1fr;
  }
  .info__right .start__btn {
    width: 100%;
    max-width: 400px;
  }
}

.value {
  padding: 0 10%;
}
.value__wrapper {
  margin-top: 5.555rem;
  margin-bottom: 5.555rem;
}
.value__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.111rem;
  margin-top: 3.333rem;
}
.value__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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  border-radius: 10px;
  background: rgb(235, 248, 255);
  padding: 1.111rem;
}
.value__top, .value__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.111rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.value__name {
  font-size: 1.4rem;
  line-height: 1.1em;
  text-align: center;
  font-weight: 600;
}
.value__text {
  font-size: 0.8889rem;
  line-height: 1.1em;
  /* text-align: center; */
}
.value__bottom p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.1em;
}
@media (max-width: 1500px) {
  .value__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1200px) {

  .value__wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .value__text {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .value__list {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}