/*
Theme Name: WEB 1.0
Author: Klimovskaya
Version: 2.0
*/

.why__content ul li img {
    max-height: unset;
}

.btn {
  background: linear-gradient(180deg, #FB9324 0%, #EB6B33 100%);
  border-radius: 31.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  text-align: right;
  font-feature-settings: 'pnum' on, 'lnum' on;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}.wpcf7-not-valid-tip {
    font-size: 11px;
}
.cases__items .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.cases__items .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  opacity: 0 !important; /* Важно для fade эффекта */
}

.garant__big-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 10;
}

.garant__big-slider .swiper-slide {
  position: relative;
  transition-property: transform;
  opacity: 0 !important; /* Важно для fade эффекта */
}

.cases__items .swiper-slide-active {
  opacity: 1 !important;
  z-index: 10;
}
li.soc.max svg {
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.3rem;
}
.footer li.soc.max {
-webkit-box-shadow: 0px 0px 24px 0px rgba(34, 60, 80, 0.12);
-moz-box-shadow: 0px 0px 24px 0px rgba(34, 60, 80, 0.12);
box-shadow: 0px 0px 24px 0px rgba(34, 60, 80, 0.12);
}
#blog-hero .left {
  font-weight: 300;
  font-size: 1.125rem;
  color: #fff;
  padding: 5rem 0;
  width: 70%;
}

.banner {
  padding-top: 0;
  margin-top: -2.8rem;
  padding-bottom: 0;
}

.banner::before {
  content: '';
  position: absolute;
  top: -7%;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #CCE4AE;
  height: 50%;
}

.banner__inner {
  max-width: 68.125rem;
  position: relative;
  min-height: 37.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #FFFFFF;
  border: 1px solid #CCE4AE;
  box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.1);
  border-radius: 1.5625rem;
  overflow: hidden;
  padding: 3.3125rem;
  margin: 0 auto;
}

.banner__title {
  z-index: 1;
  width: 48%;
  font-size: 1.5rem;
  line-height: 130%;
  color: #454545;


}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners__items {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
  width: 83%;
  margin: 0 auto;
}

.partners__item {
  flex-shrink: 0;
}

.cases-descr-main {
  width: 37rem;
  margin-top: 2rem;
}

#blog .article .list h2 {
  margin-top: 0;
}

.autor-block {
  flex: 0 0 21rem;
  padding: 2rem;
  background: #FFFFFF;
  border: 1px solid #CCE4AE;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 1.5625rem;
  position: sticky;
  top: 4rem;
}

.item-list {
  display: block;
  margin-bottom: 1rem;
  transition: all 0.3s;
  font-weight: 500;
}

.item-list:hover {
  color: var(--dark);
}

.gallery-grid-image {
  height: 20rem;
}

.gallery-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-grid {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.img_services {
  background-color: #CCE4AE;
  position: relative;
}

.img_services__wrap {
  background: #FFFFFF;
  border: 1px solid #CCE4AE;
  box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.1);
  border-radius: 1.5625rem;

}

.img_services__text ul li::before,
.img_services .title ul li::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #AADF68;
}

.img_services .title ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.7rem;
}

.img_services-row .img_services__inner {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.img_services-row h2 {
  margin-top: 0;
}

.img_services-row.img_services {
  background-color: #fff;
}

.img_services__text h3 {
  margin-top: 2rem;
  margin-bottom: 2.125rem;
}

.img_services__text ul li {
  position: relative;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  padding-left: 1.25rem;
  /* IE 10+ */
  break-inside: avoid-column;
  margin-bottom: 0.7rem;
}

.img_services__text ul {
  column-count: 2;
}

.img_services__text {
  padding: 4rem;
  padding-top: 2rem;
}

.img_services__img {
  border-radius: 1.5625rem;
  overflow: hidden;
  height: 37.5rem;
}

.img_services__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_services::before {
  display: none;
}

.img_services2:before {
  content: '';
  position: absolute;
  top: -7%;
  left: 0;
  display: block;
  width: 100%;
  height: 35%;
  background-color: #CCE4AE;
}

.img_services.img_services-row::before {
  display: none;
}

.full_width .hero__excellence::after {
  transform: translate(0, 45%) rotate(180deg);
  background-image: url(assets/img/l.svg);
  z-index: 1;
}

.full_width .hero__excellence {
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
}

.col-s-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

#blog .article .list {
  font-size: 1rem;
  margin-bottom: 3rem;
}

.header-list {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

#blog-hero {
  min-height: 39rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cases-descr {
  font-size: 1.75rem;
  font-weight: 500;
}

#blog-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  background: rgba(0, 0, 0, 0.65);
}

.qoute__mobile {
  display: none;
}

.header__phone a {
  color: var(--light);
}

.cases__items-wr {
  margin-top: 2rem;
}

.garant__min-slider .swiper-slide {
  opacity: 0.4;
}

.rev__inner {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.rev__item {
  display: flex !important;
}

.rev__item-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_btn-wr {
  display: flex;
  gap: 1.625rem;
  margin-top: 4rem;
}

.hero_btn-text {
  font-weight: 700;
  font-size: .875rem;
  line-height: 130%;
  color: #FFFFFF;

}

.hero-item-wrapper .hero_btn-wr .btn {
  margin-top: 0;
}

.rev__item-imgs {
  width: 23.75rem;
  flex: 0 0 23.75rem;
  height: 15.75rem;
}

.rev__item {
  background: #CCE4AE;
  border-radius: 1.5625rem;
  padding: 3.125rem;
  gap: 2rem;

}
.services__item-link{
    margin-top:auto;
}.services__item-text.list {
    margin-bottom: 1.4rem;
}

.rev__wrap {
  width: 70%;
  padding: 0 5.8125rem;
  position: relative;
}

.tsennost__title {
  width: 39.6875rem;
  background: #316B20;
  border-radius: 1.5625rem;
  margin-right: -8.1875rem;
  z-index: 1;
  padding: 3rem;
  line-height: 130%;
  color: #FFFFFF;

}

.short__item {
  display: flex;
  line-height: 130%;
  gap: .75rem;
  padding: 2rem 1.25rem;
  border: 1px solid #AADF68;
  border-radius: 1.25rem;

}

.short__wrap h2 {
  margin-top: 0;
}

.short__wrap {
  padding: 4rem;
}

.short__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 1.5rem;

}

.short__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1875rem;
}

.short__item-img {
  flex-shrink: 0;
  flex: 0 0 10rem
}

.short__inner {
  display: flex;
  background: #FFFFFF;
  border-radius: 1.5625rem;
  overflow: hidden;

}

.short {
  background-color: #CCE4AE;
  padding: 7rem 0;
}

.short-el {
  flex: 0 0 29%;
}

.continuity__item-title {
  font-weight: 700;
  line-height: 130%;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 1rem 0;
  text-align: center;
  margin-top: -1rem;
}

.continuity__inner {
  padding-bottom: 13.625rem;
}

.continuity__wrap h2 {
  margin-top: 0;
}

.partners__inner h2 {
  margin-top: 0;
}

.continuity-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 69%;
  pointer-events: none;
  z-index: 1;
}

.continuity-img2 {
  position: absolute;
  bottom: -16%;
  left: 0;
  pointer-events: none;
  width: 23%;
  z-index: 1;
}

.continuity__item-title svg {
  position: absolute;
  left: -3rem;
  bottom: 0;
  width: 130%;
  z-index: -1;
}

.continuity__item {
  background: #FFFFFF;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 1.5625rem;
  background-color: #0B3D2C;
  overflow: hidden;
}

.continuity__item-content {
  line-height: 130%;
  color: #FFFFFF;
  padding: 2rem;
  padding-top: 0;
}

.continuity__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.continuity__item-img {
  height: 20rem;
}

.continuity__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 76%;
  margin: 0 auto;
}

.short-el img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.continuity__item-text {
  margin-top: 2rem;
}

.continuity__item-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.continuity__item-text ul li::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #AADF68;
}

.tsennost__title h2 {
  color: #fff;
  margin-top: 0;
}

.tsennost {
  padding-bottom: 7rem;
}

.rev__item-text-wr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rev__item-text p {
  margin: 0;
}

.tsennost__inner {
  display: flex;
  align-items: center;
}

.swiper-rev-prev,
.swiper-rev-next {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}

.swiper-rev-prev {
  left: 0;
}

.rev__items {
  overflow: hidden;
}

.rev-pagination {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1rem;
}

.rev-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #CCE4AE !important;
}

.rev-pagination .swiper-pagination-bullet-active {
  background-color: #FB9324 !important;
}

.rev {}

.swiper-rev-next {
  right: 0;
}

.rev__item-text {
  height: calc((8 * 1rem) * 1.5);
  overflow: hidden;
}

.rev__item-btn {
  margin-top: 0.7rem;
  border-bottom: 1px solid;
  color: #F98E26;
  cursor: pointer;
}

.rev__inner .title {
  flex: 0 0 24.375rem;
  margin-top: 3rem;
}

.rev__inner .title p {
  font-size: 1.5rem;
}

.garant__big-slider .swiper-slide {
  height: auto !important;
}

.rev__inner .title h2 {
  margin-top: 0;
}

.garant__big-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-disabled {
  background: #cccccc;
  opacity: 0.5;
}

.garant__min-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.header__logo a {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--color);
  display: flex;
  align-items: center;
  gap: 0.5rem;

}

.team__item-ava {
  width: 10.0625rem;
  height: 10.0625rem;
  overflow: hidden;
  border-radius: 50%;
}

.partners .swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1751px;
}

.nav-wrap .nav-link {
  border-left: 1px solid #AADF68;
  color: #233522;
}

.nav-wrap .nav-item:first-child .nav-link {
  border-left: none;
}

h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--light);
  margin-bottom: 1.5rem;
}

.hero-item-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: var(--light);
}


h2 {
  text-transform: uppercase;
}

.section__btns-text {
  font-size: 0.875rem;
}

.bullets__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.bullets__item {
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 1.5625rem;

}

.photo_text-content h2 {
  margin-top: 0;
}

.img_services__inner h2 {
  margin-top: 0;
}

.photo_text-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_text-img {
  overflow: hidden;
  border-radius: 1.5625rem;
}

.photo_text-text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #454545;
  padding: 1rem 0 1rem 1.625rem;
  background-color: #CCE4AE;
  border-radius: 3.125rem 0px 0px 3.125rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.photo_text-text::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20rem;
  left: 0;
  border-radius: 3.125rem 0px 0px 3.125rem;
  bottom: 0;
  z-index: -1;
  background-color: #CCE4AE;
}

.text_team__inner .title {
  flex: 0 0 23.125rem
}

.text_team__inner {
  display: flex;
  gap: 4.5625rem;
  justify-content: space-between;
}

.text_team__item {
  display: flex;
  gap: 3rem;
  background: #FFFFFF;
  border: 1px solid #CCE4AE;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 1.5625rem;
  overflow: hidden;
}

.text_team__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: flex-start;
}

.text_team__item-title {
  font-weight: 700;
  font-size: .875rem;
  line-height: 130%;
  color: #0B3D2C;
  padding-bottom: .875rem;
  border-bottom: 1px solid #CCE4AE;
  margin-bottom: .625rem;
}

.text_team__item-img {
  flex: 0 0 43%;
}

.text_team__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_team__item-text {
  font-size: 0.875rem;
  margin-bottom: 2.6875rem;
}

.text_team__item-list li {
  position: relative;
  padding-left: 1.3125rem;
}

.text_team__item-list li {
  margin-bottom: 0.3rem;
}

.text_team__item-list li::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  background-color: #AADF68;
}

div#cases {
  padding-bottom: 2.5rem;
}

.text_team__inner .title p strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #316B20;


}

.hero__excellence-img {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.hero-item-title ul li {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 130%;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.hero-item-title ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background-color: #AADF68;
}

.wrapper3159 .bullets5 .bullets__item-img {
  margin: 0 auto;
  margin-top: 2rem;
  height: 10rem;
}

.hero-not-padding .hero-item-wrapper {
  padding-left: 0;
}

.wpcf7-submit {
  text-align: center;
  padding: 1rem 1.5rem;
}

.wpcf7-spinner {
  display: none !important;
}

.agreement-label br {
  display: none;
}

.prices-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-group.form-textarea {
  overflow: hidden;
}

.prices__inner {
  width: 37.5rem;
  margin: 0 auto;
  text-align: center;
  padding: 3rem;
}

.form-group.form-textarea textarea {
  height: 146px;
}

.prices-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text_team.text_team8 {
  padding-bottom: 8rem;
}

.text_team__item:first-child {
  margin-top: auto;
}

.footer-2-inner {
  flex-wrap: wrap;
}

.text_team__item-content {
  padding: 2.625rem;
  padding-left: 0;

}

.text_team__inner h2 {
  margin-top: 0;
}

.photo_text-list {
  font-size: 1.25rem;
  line-height: 130%;
}

.photo_text-list ul {
  font-size: 1rem;
  line-height: 130%;
}

.photo_text-list ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.photo_text-list ul li::before {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #316B20;
  top: 0.3rem;
  left: 0;

}

.photo_text-listp strong {
  font-size: 1.25rem;
  line-height: 130%;
  display: block;
  margin-top: 3rem;
}

.img_services-row .img_services__inner .title p,
.img_services-row .img_services__inner .title {
  font-size: 1.25rem;
}

.photo_text-content .title p {
  font-size: 1.25rem;
}

.bullets3 .bullets__item-img {
  padding-top: 2rem;
}

.bullets4__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  margin-top: 1.25rem;
}

.bullets4__item {
  padding: 3.75rem;
  background: #FFFFFF;
  border: 1px solid #CCE4AE;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  border-radius: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bullets4-el {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bullets4__inner h2 {
  margin-top: 0;
}

.bullets4-el {
  position: absolute;
  bottom: 13%;
  right: 0;
  width: 54%;
}

.bullets4 {
  padding: 8rem 0;
  background-color: #CCE4AE;
  padding-top: 5rem;
}

.bullets4__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
  flex: 0 0 54%;
}

.bullets4__inner {
  display: flex;
  gap: 6.1875rem;
  width: 91%;
  margin-left: auto;
}

.photo_text {
  padding-bottom: 10rem
}

.photo_text-el {
  position: absolute;
  bottom: -5%;
  width: 100%;
  left: 0;
}

.photo_text-el img {
  width: 100%;
}

.photo_text .section_btns {
  width: 28rem;
  margin-top: 4rem;
}

.manager__inner .title ul {
  margin-top: 2rem;
  font-weight: 700;
}

.photo_text-img {
  flex: 0 0 43%;
}

.breadcrumbs__container {
  display: flex;
  align-items: center;

}

.breadcrumbs__item span {
  color: var(--color);
  padding: 0 0.2rem;
}

.breadcrumbs__item a {
  font-size: .875rem;
}

#cases-hero-single h1 {
  color: var(--dark);
}

#cases-hero-single {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.column__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.cases__inner .item .image {
  width: 100%;
  height: 100%;
}

.cases__inner .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases__inner .item {
  height: 23rem;
  overflow: hidden;
  position: relative;
}

.cases__inner .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 106%;
  background: linear-gradient(6deg, #233522 -0.8%, rgba(35, 53, 34, 0) 115.78%);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cases-item-wrap {
  bottom: 0;
  left: 0;
  padding: 2rem;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}

.breadcrumbs {
  padding: 0;
  padding-top: 3rem;
}

.photo_text__inner {
  display: flex;
  gap: 8.125rem;
  width: 92%;
  margin-left: auto;
}

.bullets__item-content {
  padding: 1.25rem 4rem 4rem 4rem;
  line-height: 130%;
  color: #454545;


}

.col-s-wrapper .article {
  width: 100%;
}

.bullets__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #454545;
  margin-bottom: 1rem;
}

.bullets {
  background-color: #CCE4AE;
  padding-bottom: 7rem;
}

.bullets .section_btns {
  width: 31.5rem;
  margin: 0 auto;
  margin-top: 4rem;
}

.bullets__item-img {
  display: flex;
  align-items: center;
  justify-content: center;

}

.bullets__item-img img {
  display: block;
}

.prices-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_text-content {
  width: 46%;
}

.page-title {
  font-size: 36px;
  margin-bottom: 30px;
  color: #222;
  text-align: center;
}

.contacts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contacts-info {
  flex: 1;
  min-width: 300px;
}

.contacts-map {
  flex: 2;
  min-width: 300px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-card {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #2c3e50;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-icon {
  margin-right: 15px;
  color: #e74c3c;
  font-size: 20px;
  min-width: 20px;
}

.contact-text {
  flex: 1;
}

.contact-text h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
}

.contact-text p {
  margin: 0;
  color: #666;
}

.contact-icon {
  display: none;
}

@media (max-width: 768px) {
  .contacts-wrapper {
    flex-direction: column;
  }

  .contacts-map {
    height: 300px;
  }

  .ymaps-2-1-79-map {
    height: 300px !important;
  }

  .contacts-map {
    width: 100%;
  }
}

@media screen and (max-width: 1919px) {
  .swiper-hero-prev {
    left: 6rem;
  }

  .short__items {
    gap: 2rem;
  }

  .short__item-title {
    font-size: 1.125rem;
    margin-bottom: 0.9rem;
  }

  .prices__inner {
    padding: 2.2rem;
  }

  .prices-title h2 {
    font-size: 1.6rem;
  }

  .prices__inner {
    width: 30.5rem;
  }

  .bullets__inner h2 {

    margin-top: 0;
  }

  .bullets__item-content {
    padding: 1.25rem 3rem 3rem 3rem;
  }

  .photo_text-text {
    font-size: 1.125rem;
  }

  .text_team__item-list li {
    font-size: 0.9rem;
  }

  .photo_text__inner {
    gap: 4rem;
  }

  .bullets4__item {
    padding: 2.5rem;
  }

  .text_team__inner {
    gap: 2rem;
  }

  .hero-item-title ul li {
    font-size: 1.5rem;
  }

  .rev__item-imgs {
    width: 20.75rem;
    flex: 0 0 20.75rem;
  }

  .rev__wrap {
    padding: 0 4rem;
  }

  .why__content {
    min-height: 21rem;
  }

  .footer .header__contacts {
    gap: 1.5rem;
  }

  .footer__contacts {
    gap: 1rem;
  }

  .partners__slide {
    width: 6.5rem;
    height: 6.5rem;
  }

  .why__content ul li strong:first-of-type {
    font-size: 1.35rem;
  }

  .team__item-ava {
    width: 8.0625rem;
    height: 8.0625rem;
  }

  .why {
    padding-top: 3rem;
  }

  .manager__inner {
    align-items: center;
  }

  .manager__inner .title {
    max-width: 35.125rem;
  }

  .garant .title p {
    font-size: 1.125rem;
    width: 87%;
  }

  .garant__title {
    padding-left: 4.4375rem;
  }

  .cases .section_btns {
    margin-top: 2.5rem;
  }

  .services__items {
    gap: 1.5rem;
  }

  .services__item-title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }

  .services__item-link {
    margin-top: 1.25rem;
  }

  .text_bullets__items {
    gap: 1.5rem;
  }

  .qoute__text-wrap {
    font-size: 1.25rem;
  }

  .text_bullets__inner .title p,
  .title p {
    font-size: 1.25rem;
  }

  .qoute__text-wrap svg {
    left: -3.5rem;
    width: 2.3rem;
  }

  .why__items {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .why__wrap-img {
    bottom: -5rem;
    width: 52%;
  }

  h2 {
    font-size: 2.1rem;
  }

  .manager ul li {
    margin-bottom: 1.25rem;
  }

  .form-desc {
    margin-bottom: 1rem;
  }

  .why__content ul li {
    font-size: 1.125rem;
  }

  .swiper-pagination-bullets-dynamic {
    gap: 0.7rem;
  }

  .hero__excellence-text {
    font-size: 1rem;
  }

  .services__items {
    margin-top: 2rem;
  }

  .team__items {
    gap: 1.5rem;
  }

  .manager ul {
    font-size: 1.25rem;
  }

  .team__items {
    margin-top: 2.5rem;
  }

  .cases__item__img {
    height: 35.75rem;
  }

  .garant .section_btns {
    width: 68%;
  }

  .swiper-hero-next {
    right: 6rem;
  }

  .nav-wrap .nav-link {
    font-size: 0.9rem;
  }

  .hero-item-title {
    font-size: 1.7rem;
  }

  h1 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 1679px) {
  .continuity__items {
    width: 91%;
  }

  .banner__inner {
    min-height: 30.5rem;
  }

  .tsennost__title br {
    display: none;
  }

  .short__item-img {
    flex: 0 0 8rem;
  }
}

@media screen and (max-width: 1599px) {
  .hero-item-title {
    font-size: 1.5rem;
  }

  .banner__title {
    font-size: 1.25rem;
  }

  .full_width .hero__excellence-text {
    font-size: 0.9rem;
  }

  .continuity__item-img {
    height: 18rem;
  }

  .img_services__img {
    height: 31.5rem;
  }

  .short__item-text {
    font-size: 0.875rem;
  }

  .short__item-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .continuity__item-title {
    font-size: 0.875rem;
  }

  .short__wrap {
    padding: 2.5rem;
  }

  .manager-img {
    right: 29%;
    width: 31%;
  }

  .garant-img {
    width: 35%;
  }

  .cases h2 {
    margin-top: 0;
  }

  .cases__inner .item {
    height: 19rem;
  }
}

@media screen and (max-width: 1535px) {
  .hero-item-title {
    font-size: 1.2rem;
  }

  .gallery-grid-image {
    height: 17rem;
  }

  .cases-descr {
    font-size: 1.5rem;
  }

  .header-list {
    font-size: 1.125rem;
  }

  #blog-hero {
    min-height: 35rem;
  }

  .text_team__inner .title {
    flex: 0 0 24%;
  }

  .text_team__item {
    gap: 1.5rem;
  }

  .text_team__inner .title p strong {
    font-size: 1.25rem;
  }

  .text_team__items {
    gap: 1.5rem;
  }

  .bullets__item-title,
  .bullets4__item-title {
    font-size: 1.125rem;
  }

  .bullets4__inner {
    width: auto;
  }

  .bullets__items {
    margin-top: 2rem;
  }

  .hero-item-title ul li {
    font-size: 1.25rem;
  }

  .rev__item {
    padding: 2.5rem;
  }

  .rev__item-text {
    font-size: 0.875rem;
  }

  .rev__item-btn {
    font-size: 0.9rem;
  }

  .why__wrap-img {
    bottom: -1rem;
  }

  .why {
    padding-bottom: 3rem;
  }

  .garant-color-img2 {
    bottom: -3rem;
  }

  .cases__item__content {
    font-size: 1rem;
  }

  .text_bullets__inner .title p,
  .title p {
    font-size: 1.125rem;
  }

  .text_bullets__inner {
    width: 96%;
  }

  .team {
    padding-top: 2rem;
  }

  .team__item-content-title {
    padding-top: 1rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
  }

  .header__logo a {
    font-size: 1.125rem;
  }

  .team__item-content-dol {
    font-size: 0.875rem;
  }

  .why__content ul li {
    font-size: 1rem;
  }

  .hero-item-wrapper {
    padding-bottom: 17.4375rem;
  }

  .why__content ul li strong:first-of-type {
    font-size: 1.2rem;
  }

  .team__item-ava {
    width: 7rem;
    height: 7rem;
  }

  .garant .section_btns {
    margin-top: 2rem;
  }

  .garant .title p {
    font-size: 1rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .hero__excellence-item {
    padding: 1.8rem;
  }

  .rev__inner .title p {
    font-size: 1.3rem;
  }

  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1439px) {
  .garant__title {
    padding-left: 0;
  }

  .wrapper3159 .bullets5 .bullets__item-img {
    height: 8rem;
  }

  .continuity__items {
    width: auto;
  }

  .short__item {
    padding: 1.5rem 1.25rem;
  }

  .continuity__items {
    gap: 1.5rem;
  }

  .short__items {
    gap: 1.5rem;
  }

  .continuity__item-text {
    font-size: 0.875rem;
  }

  .short__item-img {
    flex: 0 0 6rem;
  }

  .bullets4__item {
    padding: 2rem;
  }

  .manager-img {
    right: 32%;
  }

  .text_team__item-text {
    margin-bottom: 1.5rem;
  }

  .bullets4__inner {
    gap: 3rem;
  }

  .bullets__item-content {
    padding: 1.25rem 2.5rem 2.5rem 2.5rem;
  }

  .rev__item-imgs {
    width: 16.75rem;
    flex: 0 0 16.75rem;
    height: 13.75rem;
  }

  .rev__item {
    gap: 1.5rem;
  }

  .rev__inner .title p {
    font-size: 1.2rem;
  }

  .rev__inner .title {
    flex: 0 0 21.375rem;
  }

  .header__logo a {
    font-size: 1rem;
  }

  .services__item-title {
    font-size: 1rem;
  }

  .manager ul {
    font-size: 1.125rem;
  }

  .swiper-hero-prev {
    left: 5rem;
  }

  .swiper-hero-next {
    right: 5rem;
  }

  .manager__inner .title {
    max-width: 25rem;
  }

  .services__item-text.list ul li {
    font-size: 0.9rem;
  }

  .nav-wrap .nav-link {
    font-size: 0.8rem;
  }

  .garant__inner {
    padding-left: 0;
  }

  .swiper-garant-prev {
    left: -1rem;
  }

  .garant .title p {
    width: 69%;
  }

  .cases__item__content {
    margin-top: 1rem;
  }

  .text_bullets__items {
    gap: 1rem;
  }

  .text_bullets__item-title {
    font-size: 0.87rem;
  }

  .cases__item__img {
    height: 28.75rem;
  }

  .swiper-garant-next {
    right: -1rem;
  }
}

@media screen and (max-width: 1365px) {
  h1 {
    font-size: 2.2rem;
  }

  .cases-descr-main {
    width: 30rem;
    font-size: 1rem;
  }

  .gallery-grid-image {
    height: 15rem;
  }

  .rev {
    padding-bottom: 2rem;
  }

  .team-color-img {
    display: none;
  }

  .team {
    padding-bottom: 5rem;
  }

  .team {
    padding-top: 3rem;
  }

  .footer .header__logo a {
    font-size: .875rem;
  }

  .footer .header__contacts {
    gap: 1rem;
  }

  .footer__inner {
    flex-wrap: wrap;
  }

  .footer__contacts {
    margin-left: auto;
  }

  .why-el {
    top: -3rem;
  }

  .team-color-img {
    top: -2rem;
  }



  .hero-item-wrapper .btn {
    margin-top: 2rem;
  }

  .header__logo a {
    font-size: 0;
  }

  .hero__excellence {
    width: 84%;
  }

  .team__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .why__content ul li {
    font-size: 0.9rem;
  }

  .why__content ul li {
    padding-left: 5.875rem;
  }

  .qoute__text-wrap {
    font-size: 1.125rem;
  }

  .text_team__item-content {
    padding: 1.5rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 1279px) {
  .garant .title p {
    width: 89%;
  }

  .banner__title {
    font-size: 1.125rem;
  }

  .cases-item-wrap {
    font-size: 1rem;
    padding: 1.5rem;
  }

  .autor-block {
    flex: 0 0 18rem;
  }

  .photo_text .section_btns {
    margin-top: 3rem;
  }

  .text_team__inner .title p strong {
    font-size: 1rem;
  }

  .bullets__item-content {
    padding: 1.25rem 1.8rem 1.8rem 1.8rem;
  }

  .text_team__item-list li {
    font-size: 0.85rem;
  }

  .text_team__inner .title p {
    font-size: 1rem;
  }

  .hero-inner h1 br {
    display: none;
  }

  .bullets__item-title,
  .bullets4__item-title {
    font-size: 1rem;
  }

  .bullets__item-text,
  .bullets__item-text {
    font-size: 0.9rem;
  }

  .photo_text-list {
    font-size: 1.125rem;
  }

  .photo_text-content .title p {
    font-size: 1.125rem;
  }

  .hero-item-title ul li {
    font-size: 1.125rem;
  }

  .rev__wrap {
    padding: 0 2rem;
  }

  .footer .header__text {
    display: block;
  }

  .rev__item-imgs {
    width: 13.75rem;
    flex: 0 0 13.75rem;
  }

  .rev__wrap {
    width: 63%;
  }

  .hero-item-wrapper {
    width: 100%;
  }

  .swiper-hero-prev {
    left: 3rem;
  }

  .swiper-hero-next {
    right: 3rem;
  }

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

  .partners {
    padding: 2.9375rem 0;
    padding-bottom: 5rem;
  }

  .services {
    padding-bottom: 7.4375rem;
  }

  .qoute__text-wrap svg {
    left: 0;
  }

  .qoute__text-wrap {
    padding-left: 3rem;
  }

  .hero__excellence {
    margin-top: -1.5rem;
  }

  .hero-item-wrapper {
    padding: 4rem;
    padding-bottom: 5rem;
  }

  .header__text {
    display: none;
  }

  .why__wrap-img {
    bottom: -3rem;
    width: 58%;
  }

  .manager ul {
    font-size: 1rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .manager__inner .title {
    max-width: 29rem;
  }
}

@media screen and (max-width: 1179px) {
  .hero__excellence {
    width: auto;
  }

  .continuity__item-img {
    height: 14rem;
  }

  .img_services__img {
    height: 24.5rem;
  }

  .continuity__items {
    gap: 1rem;
  }

  .continuity__item-text {
    margin-top: 1.5rem;
  }

  .tsennost__title p {
    font-size: 1rem;
  }

  .banner__inner {
    min-height: 23.5rem;
  }

  .short-el {
    display: none;
  }

  .continuity__item-title {
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .continuity__item-content {
    padding: 1.5rem;
    padding-top: 0;
  }

  .continuity__item-title svg {
    width: 151%;
  }

  .img_services {
    padding-top: 2rem;
  }

  .img_services.img_services2,
  .img_services-row.img_services {
    padding-top: 4rem;
  }

  .img_services-row .img_services__inner .title p,
  .img_services-row .img_services__inner .title {
    font-size: 1.125rem;
  }

  .img_services__text {
    font-size: 0.9rem;
  }

  .img_services__text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .img_services__text h3 {
    font-size: 1.125rem;
  }

  .full_width .hero__excellence {
    grid-template-columns: repeat(3, 1fr);
  }

  .cases__inner .item {
    height: 17rem;
  }

  .item-list {
    font-size: 0.9rem;
  }

  .autor-block {
    flex: 0 0 16rem;
    padding: 1.5rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo_text__inner {
    width: auto;
  }

  .photo_text-text {
    margin-bottom: 2rem;
  }

  .photo_text-list,
  .photo_text-list li {
    font-size: 1rem;
  }

  .photo_text-content {
    width: 50%;
  }

  .bullets4__item {
    padding: 1.5rem;
  }

  .text_team__inner {
    flex-direction: column;
  }

  .bullets__items {
    gap: 1.3rem;
  }

  .text_team__inner .title {
    flex: unset;
    width: 60%;
  }

  .bullets4__items {
    gap: 1.25rem;
  }

  .bullets {
    padding-bottom: 5rem;
  }

  .photo_text-content .title p {
    font-size: 1rem;
  }

  .photo_text-text {
    font-size: 0.875rem;
  }

  .photo_text__inner {
    gap: 2rem;
  }

  .rev__inner .title {
    flex: 0 0 18.375rem;
  }

  .docs {
    padding-bottom: 5rem;
  }

  .rev__wrap {
    width: 66%;
  }

  .rev__item-imgs {
    width: 11.75rem;
    flex: 0 0 11.75rem;
  }

  .rev__item {
    padding: 2rem;
  }

  .footer .header__contacts {
    gap: 0.5rem;
  }

  .footer__contacts {
    gap: 0.5rem;
  }

  .garant__wrap {
    width: 52%;
  }

  .garant .title p {
    width: 100%;
  }

  .hero-pagination {
    bottom: 20rem;
  }

  .garant .section_btns {
    width: 90%;
  }

  .garant-img2 {
    bottom: -1.9375rem;
    width: 19%;
  }

  .cases {
    padding-bottom: 4rem;
  }

  .text_bullets__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .services__inner {
    width: auto;
    padding: 3rem;
  }

  .qoute {
    padding: 4rem 0 12.1875rem 0;
  }



  .why-el,
  .manager-el {
    top: -3rem;
  }



  .manager-img {
    display: none;
  }

  .why__content ul li strong:first-of-type {
    font-size: 1rem;
  }

  .qoute__text {
    width: 24.625rem;
  }

  .garant-color-img2 {
    bottom: -2rem;
  }

  .garant__big-slider {
    width: 45%;
  }
}

@media screen and (max-width: 1023px) {
  .header__contacts {
    gap: 1rem;
  }

  .banner__title {
    width: 51%;
  }

  .img_services-row .img_services__inner {
    grid-template-columns: unset;
    gap: 1rem;
  }

  .img_services__text {
    padding: 2rem;
    padding-top: 1rem;
  }

  .full_width .hero__excellence::before,
  .full_width .hero__excellence::after {
    display: none;
  }

  .full_width .hero__excellence {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0;
  }

  .full_width .hero__excellence-text {
    font-size: 0.8rem;
    text-align: center;
  }

  .full_width .hero__excellence-img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .full_width .hero__excellence-item {
    flex: 0 0 12rem;
    flex-direction: column;
  }

  .img_services-row .img_services__inner .title p,
  .img_services-row .img_services__inner .title {
    font-size: 1rem;
  }


  .img_services__img {
    height: 19.5rem;
  }

  .hero-item-title ul li {
    font-size: 1rem;
  }

  .photo_text .section_btns {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .photo_text {
    padding-bottom: 4rem;
  }

  .hero-item::before,
  .qoute::before {
    width: 107%;
  }

  .btn span {
    padding: .8rem 1.5rem;
    font-size: 0.9rem;
  }

  .why {
    padding-bottom: 4rem;
  }

  .section_btns {
    gap: 1rem;
  }

  .footer .nav-wrap {
    display: flex;

  }

  .footer .nav-wrap ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .nav-wrap .nav-item:first-child .nav-link {
    border-left: 1px solid #AADF68;
  }

  h2 {
    margin-bottom: 1.5rem;
  }

  .team__item-ava {
    width: 9rem;
    height: 9rem;
  }

  .team__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .garant .section_btns {
    width: auto;
  }

  .garant__inner {
    gap: 20px;
  }

  .garant .title p {
    font-size: 0.9rem;
  }

  .garant__wrap {
    gap: 1.5rem;
  }

  .text_bullets__items {
    grid-template-columns: repeat(4, 1fr);
  }

  .services__item-text.list ul li {
    font-size: 0.87rem;
  }

  .text_bullets .title {
    flex: unset;
    width: 26rem;
  }

  .text_bullets__inner {
    flex-direction: column;
    width: 85%;
  }

  .text_bullets__item {
    width: auto;
  }

  .garant .section_btns {
    margin-top: 1.5rem;
  }

  .header .nav-wrap ul {
    flex-wrap: wrap;
  }

  .ar {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hero__excellence-item {
    padding: 1.1rem;
  }

  .partners {
    padding: 2rem 0;
    padding-bottom: 4rem;
  }

  .text_bullets {
    padding-bottom: 0;
  }

  .garant__min-slider {
    display: none;
  }

  .hero-pagination {
    display: none;
  }

  .header__mode {
    display: none;
  }

  h2 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.9rem;
  }

  .hero-item-title {
    font-size: 1rem;
  }

  .swiper-hero-prev {
    left: 3rem;
  }

  .swiper-hero-next {
    right: 3rem;
  }


  .header__top_soc {
    gap: 2rem;
  }

  .hero__excellence-item {
    padding: 1.4rem;
  }

  .hero__excellence-text {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 820px) {
  .services__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners__items {
    gap: 1.5rem;
    width: auto;
    padding-bottom: 1rem;
  }

  .banner {
    padding-bottom: 2rem;
  }

  .column__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .short__item-img {
    flex: unset;
    width: 7rem;
  }

  .continuity__inner {
    padding-bottom: 1.625rem;
  }

  .tsennost__title {
    width: 80%;
    margin-right: 0;
    margin-top: -5rem;
  }

  .banner__inner {
    padding: 2rem;
  }



  .banner__title {
    font-size: 1rem;
  }

  .tsennost__inner {
    flex-direction: column-reverse;
  }

  .short__item {
    flex-direction: column;
  }

  .continuity__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .cases-descr {
    font-size: 1.25rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cases-descr-main {
    width: auto;
  }

  #blog-hero {
    min-height: 32rem;
  }

  .autor-block {
    flex: unset;
    padding: 1.5rem;
  }

  .col-s-wrapper {
    flex-direction: column;
  }

  .rev__inner .title {
    flex: unset;
    width: 70%;
  }

  .bullets4__inner {
    flex-direction: column-reverse;
  }

  .text_team.text_team8 {
    padding-bottom: 5rem;
  }

  .bullets4-el {
    bottom: 0;
    width: 77%;
  }

  .text_team__item {
    flex-direction: column;
  }

  .text_team__item-img img {
    object-position: 0 -3rem;
  }

  .text_team__item-content {
    padding: 1.5rem;
    padding-top: 0;
  }

  .text_team__item-img {
    flex: unset;
    height: 18rem;
  }

  .bullets__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .rev__inner .title {
    margin-top: 0;
  }

  .rev__inner .title {
    text-align: center;
  }

  .rev__wrap {
    width: 90%;
  }

  .rev__inner {
    flex-direction: column;
    align-items: center;
  }

  .team__items {
    margin-top: 2rem;
  }

  .services__inner .section_btns {
    margin-top: 2rem;
  }

  .docs__items {
    margin: 0 2rem;
  }

  .footer-2-inner {
    flex-wrap: wrap;
  }

  .footer-2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-hero-prev {
    left: 2rem;
  }

  .short__item-img {
    width: 5rem;
  }

  .short {
    padding: 5rem 0;
  }

  .tsennost {
    padding-bottom: 5rem;
  }

  .partners__items {
    grid-template-columns: repeat(4, 1fr);
  }

  .banner h2 {
    font-size: 1.2rem;
  }

  .tsennost__title {
    padding: 2.2rem;
  }

  .short__items {
    gap: 1rem;
  }

  .continuity__items {
    width: 19rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .prices-title h2 {
    font-size: 1.5rem;
  }

  .prices__inner {
    width: 27.5rem;
  }

  #blog-hero {
    min-height: auto;
  }

  .hero_btn-wr {
    margin-top: 2rem;
    align-items: center;
  }

  .why__items {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer .header__logo a {
    font-size: 1rem;
  }

  .manager {
    padding-top: 1rem;
  }

  .why__content {
    min-height: auto;
  }

  .footer__contacts-inner {

    flex-direction: column;
    gap: 0.5rem;
  }

  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__contacts {
    margin-left: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer .header__contacts {
    gap: 1.5rem;
  }

  .footer .header__col {
    display: flex;
  }

  .text_bullets .title {
    flex: unset;
    width: 100%;
  }

  .swiper-hero-next {
    right: 2rem;
  }

  h1 {
    font-size: 1.6rem;
  }

  .hero__excellence {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero-item-wrapper {
    padding: 3rem;
    padding-bottom: 5rem;
  }

  .hero__excellence-item {
    flex-direction: row;
    gap: 1.2rem;
  }

  .partners__slider {
    margin: 0 2rem;
  }

  .partners .slider-prev-btn {
    left: -3rem;
  }

  .garant__wrap {
    width: auto;
  }

  .garant__big-slider {
    width: 66%;
    margin: 0 auto;
  }

  .garant-color-img2 {
    bottom: -1rem;
  }

  .cases__items-wr {
    width: 90%;
  }

  .cases__item__content-wrap {
    align-items: flex-start;
    gap: 0.2rem;
    flex-direction: column;
  }

  .swiper-cases-next {
    right: -1rem;
  }

  .cases .section_btns {
    margin-top: 2rem;
  }

  .services__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .qoute__img {
    position: relative;
  }

  .qoute h2,
  .qoute .title p {
    color: var(--dark);
  }

  .qoute__text-wrap::before {
    border: 1px solid var(--color);
    background: transparent;
    z-index: 1;
  }

  .qoute::before {
    display: none;
  }

  .qoute__text-wrap {
    margin-top: 2rem;
  }

  .qoute {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .why-el,
  .manager-el {
    top: -2rem;
  }

  .team__items {
    gap: 1rem;
  }

  .why__items {
    width: auto;
    margin-left: 0;
  }

  .manager__inner {
    flex-direction: column;
  }

  .why__wrap-img {
    position: relative;
    bottom: unset;
    width: 100%;
    transform: translate(-3%, 0);
  }

  .header__col {
    display: none;
  }

  .manager__inner .title {
    margin-bottom: 0;
  }

  .why__wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .team {
    padding-bottom: 4rem;
  }

  .team__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .services {
    padding-bottom: 4.4375rem;
  }

  .text_bullets__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .text_bullets__inner {
    width: auto;
  }

  .swiper-cases-prev {
    left: -1rem;
  }

  .garant {
    padding-bottom: 4.25rem;
  }

  .garant-img2 {
    bottom: 0rem;
  }

  .garant-img {
    width: 53%;
    bottom: -2.9375rem;
  }

  .garant__inner {
    flex-direction: column-reverse;
  }

  .partners .slider-next-btn {
    right: -3rem;
  }

  .hero__excellence-text {
    text-align: left;
  }

  .header__contacts {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .header__wrapper {
    align-items: flex-start;
  }

  .header .nav-wrap {
    margin-left: -5rem;
    width: 129%;
    margin-top: 0.7rem;
  }

  .header .nav-wrap .nav-item .nav-link {
    border-left: none;
  }

  .header .nav-wrap .nav-item:first-child .nav-link {
    border-left: none;
  }
}

@media screen and (max-width: 550px) {
  .rev__inner .title {
    width: 100%;
  }

  .header .nav-wrap .nav-link {
    padding: 0.1875rem 0.5rem;
  }

  .header .btn span {
    min-width: auto;
  }

  .banner__img {
    position: relative;
  }

  .banner__title {
    width: auto;
  }

  .banner h2 {
    margin-top: 2rem;
  }

  .partners__items {
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
  }


  .banner__img {
    margin: -2rem;
    margin-bottom: 0;
    width: 126%;
  }

  .banner__inner {
    flex-direction: column;
  }

  .tsennost__title {
    width: 94%;
  }

  .short__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .img_services__text ul {
    column-count: unset;
  }

  .breadcrumbs {
    padding-top: 2rem;
  }

  #cases-hero-single {
    padding-bottom: 0;
  }


  .column__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .cases-descr {
    font-size: 1.125rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo_text-content {
    width: auto;
  }

  .photo_text-img {
    flex: unset;
    width: 75%;
  }

  .bullets .section_btns {
    width: auto;
  }

  .text_team__inner .title {
    width: 88%;
  }

  .text_team__item-img img {
    object-position: 0 -1rem;
  }

  .bullets__items {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    margin: 0 auto;
  }

  .photo_text .section_btns {
    margin-top: 2rem;
  }

  .photo_text .section_btns {
    width: 21rem;
  }

  .photo_text__inner {
    flex-direction: column;
  }

  .rev__wrap {
    width: 100%;
  }

  .rev__item-imgs {
    width: 100%;
    flex: unset;
  }

  .rev__item {
    flex-direction: column;
  }

  .bullets3 .bullets__item-img {
    height: 12rem;
  }

  .bullets4-el {
    bottom: 0;
    width: 102%;
  }
}

@media screen and (max-width: 499px) {
  .hero-item-wrapper {
    padding: 3rem 1.5rem;
  }

  .partners__items {
    gap: 1rem;
  }

  .hero_btn-wr {
    gap: 1rem;
  }

  .continuity__item-img {
    height: 16rem;
  }

  .tsennost__title {
    padding: 1.7rem;
  }

  .tsennost__title {
    margin-top: -2rem;
  }

  .continuity__items {
    width: 21rem;
  }

  .prices__inner {
    padding: 0 3rem;
    width: 100%;
  }

  .prices-title h2 {
    font-size: 1rem;
  }

  .img_services__text {
    padding: 1.5rem;
    padding-top: 1rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .cases__inner .item {
    height: 15rem;
  }

  .breadcrumbs__item a,
  .breadcrumbs__item span {
    font-size: 12px;
  }

  #blog-hero .left {
    width: auto;
  }

  .hero__excellence-img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .autor-block {
    width: 100%;
  }

  .header-list {
    font-size: 1rem;
  }

  .photo_text-list br {
    display: none;
  }

  .why__tab {
    font-size: 0.9rem;
  }

  .bullets4 {
    padding-top: 3rem;
  }

  .text_team__item-img img {
    object-position: 0 -3rem;
  }

  .photo_text-el {
    bottom: -1%;
  }

  .photo_text-img {
    width: 100%;
    height: 21rem;
  }

  .photo_text-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bullets {
    padding-top: 3rem;
  }

  .text_team__items {
    grid-template-columns: repeat(1, 1fr);
    width: 88%;
    margin: 0 auto;
  }


  .why__tab {
    padding: .75rem 1.125rem;
  }

  .bullets .section_btns {
    margin-top: 2rem;
  }

  .bullets4__inner {
    gap: 1.5rem;
  }

  .bullets4__items {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }

  .bullets .section_btns {
    flex-direction: column;
    text-align: center;
    width: auto;
  }

  .rev__wrap {
    padding: 0 1rem;
  }

  .qoute__mobile {
    display: block;
  }

  .services-el {
    display: none;
  }

  .qoute {
    padding-bottom: 0;
  }

  .services {
    padding-bottom: 3rem;
  }

  .qoute__title-mobile h2 {
    margin-top: 0;
  }

  .qoute__title {
    display: none;
  }

  .manager {
    padding-bottom: 0;
  }

  .manager-img {
    display: block;
    position: relative;
    right: unset;
    width: 65%;
    margin-left: auto;
    margin-top: -3rem;
    pointer-events: none;
  }

  .qoute__img {
    height: 22rem;
  }

  .qoute__img img {
    object-fit: cover;
    object-position: 79%;
  }

  .zoom-img {
    width: 2rem;
    height: 2rem;
  }

  .zoom-img svg {
    width: 100%;
    height: 100%;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder {
    font-size: 12px !important;

  }

  .swiper-hero-prev {
    left: 0;
  }

  .text_bullets__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .services__inner {
    padding: 2.5rem;
  }

  .services__item-link {
    font-size: 13px;
  }

  .swiper-hero-next {
    right: 0;
  }

  .hero-item-wrapper .btn {
    margin-top: 1.5rem;
  }

  .hero__excellence {
    margin-top: 0rem;
  }

  .garant__big-slider {
    width: 90%;
  }

  .section_btns {
    width: auto;
  }

  .qoute__text {
    width: auto;
  }

  .qoute__text-wrap {
    padding: 1.5rem 2rem 1.5rem 0;
    font-size: 1rem;
    padding-left: 3rem;
  }

  .cases__item__content {
    font-size: 0.9rem;
  }

  .text_bullets__inner .title p,
  .title p {
    font-size: 1rem;
  }

  .title p br {
    display: none;
  }

  .why-el,
  .manager-el {
    top: -1rem;
  }

  .team .section_btns {
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
  }

  .why__items {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .why {
    padding-bottom: 0;
  }

  .form-wrap {
    width: 100%;
  }

  .manager__inner .title {
    max-width: unset;
  }

  .qoute__text-wrap svg {
    top: 1.5rem;
  }

  .garant .section_btns,
  .services__inner .section_btns {
    flex-direction: column;
    gap: 0.5rem;
  }

  .text_team__inner {
    gap: 1rem;
  }

  .cases-descr {
    font-size: 0.9rem;
  }

  .short__wrap {
    padding: 2rem;
  }

  .tsennost {
    padding: 4rem 0;
  }

  .wrapper3159 .bullets5 .bullets__item-img {
    height: 6rem;
  }

  .banner__inner {
    padding: 1.5rem;
  }

  .partners__inner h2 br {
    display: none;
  }

  .banner h2 {
    margin-bottom: 1.1rem;
  }
}

@media screen and (max-width: 413px) {
  .popup .form {
    width: auto;
  }

  .banner h2 {
    font-size: 1.1rem;
  }

  .continuity__items {
    width: auto;
  }

  .hero_btn-wr {
    align-items: flex-start;
    flex-direction: column;
  }

  .prices__inner {
    padding: 0 2rem;
  }

  .cases-item-wrap {
    font-size: 0.9rem;
  }

  #blog-hero .left {
    padding: 3rem 0;
  }

  .text_team__inner .title {
    width: auto;
  }

  .hero-item-title {
    font-size: 0.9rem;
  }

  .hero__excellence-item {
    padding: 0.8rem 1.4rem;
  }

  .text_bullets__inner .title p,
  .title p {
    font-size: 0.9rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  h1 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374px) {
  .prices__inner {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 359px) {}

@media screen and (max-width: 320px) {}
