.global-bux {
  margin: 245px 0 -150px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .global-bux {
    margin: 125px 0 25px;
  }
}
@media (max-width: 650px) {
  .global-bux {
    margin: 110px 0 25px;
  }
}
.global-bux__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px;
  padding: 0 0 200px;
}
.global-bux__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  padding: 30px;
}
.global-bux__column:last-child .global-bux__img {
  left: 0 !important;
}
.global-bux__images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.global-bux__image {
  position: relative;
}
.global-bux__image img {
  -webkit-box-shadow: -15px 20px 0px 0px #012f4d;
  box-shadow: -15px 20px 0px 0px #012f4d;
  border-radius: 20px 100px;
}
.global-bux__image:nth-child(2) {
  padding: 50px 0 0;
}
.global-bux__img {
  position: absolute;
  bottom: -160px;
  left: 10%;
  z-index: 3;
}
.global-bux__img img {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.global-bux .global-bux__title {
  text-align: center;
}
.global-bux__desp {
  margin: 30px 0 0;
  text-align: center;
}
.global-bux__btn {
  margin: 40px 0 0;
}
.global-bux__btn a {
  background: linear-gradient(100.27deg, #012e4d 0%, #049b9b 100%);
}
.uslugi-bux {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .uslugi-bux {
    padding: 30px 0;
  }
}
.uslugi-bux .item-uslugi-bux__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uslugi-bux__title {
  text-align: left;
  max-width: 620px;
  margin: 20px 0 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.uslugi-bux__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.uslugi-bux .about__text {
  width: 200px;
}
.uslugi-bux .about__text {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.uslugi-bux .about__text._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.uslugi-bux__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
  padding: 60px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .uslugi-bux__content {
    margin: -10px;
  }
}
@media (max-width: 650px) {
  .uslugi-bux__content {
    margin: 0;
  }
}
.uslugi-bux__content:before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 478px;
  height: 210px;
  border-radius: 50%;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  background-color: rgba(3, 167, 167, 0.3);
}
.uslugi-bux__column {
  padding: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.uslugi-bux__column:nth-child(even) {
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
}
@media (max-width: 768px) {
  .uslugi-bux__column {
    padding: 10px;
  }
}
@media (max-width: 650px) {
  .uslugi-bux__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 0 30px;
  }
  .uslugi-bux__column:last-child {
    padding: 0;
  }
}
.uslugi-bux__item {
  height: 100%;
  border: 3px solid #efefef;
  padding: 30px;
  border-radius: 30px;
  background: #fbfbfb;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 500px) {
  .uslugi-bux__item {
    padding: 20px;
  }
}
.uslugi-bux__item:hover {
  -webkit-transform: scale(0.95) rotate(1deg);
  transform: scale(0.95) rotate(1deg);
  -webkit-box-shadow: -10px 10px 0px 0px #012f4d;
  box-shadow: -10px 10px 0px 0px #012f4d;
}
.uslugi-bux__item:hover .item-uslugi-bux__btn p {
  background: #012f4d;
  color: #fff !important;
}
.uslugi-bux__column {
  position: relative;
  z-index: 3;
}
@media (max-width: 786px) {
  .item-uslugi-bux__image img {
    width: 60px;
    height: 60px;
  }
}
.item-uslugi-bux__num {
  font-weight: 700;
  color: #012e4d;
  font-size: 48px;
}
@media (max-width: 500px) {
  .item-uslugi-bux__num {
    font-size: 30px;
  }
}
.item-uslugi-bux__num span {
  opacity: 0.7;
}
.item-uslugi-bux__cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-uslugi-bux__title {
  margin: 14px 0 0;
  position: relative;
  z-index: 3;
  font-size: 24px;
  line-height: 125%;
}
@media (max-width: 768px) {
  .item-uslugi-bux__title {
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .item-uslugi-bux__title {
    font-size: 16px;
  }
}
.item-uslugi-bux__desp {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #7e7e7e !important;
  margin: 14px 0 0;
}
@media (max-width: 650px) {
  .item-uslugi-bux__desp {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .item-uslugi-bux__desp {
    font-size: 12px;
  }
}
.item-uslugi-bux__links {
  margin: 30px 0 0;
  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;
}
@media (max-width: 900px) {
  .item-uslugi-bux__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.item-uslugi-bux__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #012e4d;
}
.item-uslugi-bux__link p {
  margin: 0 5px 0 0;
  display: block;
}
@media (max-width: 900px) {
  .item-uslugi-bux__link {
    margin: 0 0 20px;
  }
}
@media (max-width: 500px) {
  .item-uslugi-bux__btn {
    width: 100%;
  }
}
.item-uslugi-bux__btn a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 2px solid #012f4d;
  background: rgba(255, 255, 255, 0);
  color: #012f4d !important;
  height: 54px;
  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;
  width: 200px;
  text-align: center;
  border-radius: 36px;
}
@media (max-width: 500px) {
  .item-uslugi-bux__btn a {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .item-uslugi-bux__btn a {
    height: 48px;
  }
}
.uslugi-bux__column:first-child .uslugi-bux__item.item-uslugi-bux {
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.uslugi-bux__column:nth-child(even) {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media (max-width: 991px) {
  .uslugi-bux__column:nth-child(even) {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .uslugi-bux__content {
    padding: 40px 0 0;
  }
}
.favorit {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .favorit {
    padding: 30px 0;
  }
}
.favorit__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;
}
@media (max-width: 900px) {
  .favorit__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.favorit__title {
  max-width: 475px;
  padding: 15px;
}
@media (max-width: 900px) {
  .favorit__title {
    padding: 5px;
  }
}
@media (max-width: 650px) {
  .favorit__title {
    padding: 0;
  }
}
.favorit__desp {
  max-width: 530px;
  padding: 15px;
  line-height: 140%;
}
@media (max-width: 900px) {
  .favorit__desp {
    padding: 5px;
  }
}
@media (max-width: 650px) {
  .favorit__desp {
    margin: 20px 0 0;
    padding: 0;
  }
}
.favorit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
  padding: 50px 0 0;
}
@media (max-width: 1200px) {
  .favorit__content {
    margin: -10px;
    padding: 30px 0 0;
  }
}
@media (max-width: 650px) {
  .favorit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.favorit__column {
  padding: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
}
@media (max-width: 1200px) {
  .favorit__column {
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .favorit__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.favorit__item {
  border: 3px solid #efefef;
  padding: 30px;
  border-radius: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 1200px) {
  .favorit__item {
    padding: 20px;
  }
}
@media (min-width: 991px) {
  .favorit__item:hover {
    -webkit-transform: scale(0.95) rotate(1deg);
    transform: scale(0.95) rotate(1deg);
    -webkit-box-shadow: -10px 10px 0px 0px #03a8a8;
    box-shadow: -10px 10px 0px 0px #03a8a8;
  }
}
.item-favorit__image {
  height: 70px;
  width: 70px;
  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;
  background-color: #012f4d;
}
.item-favorit__title {
  margin: 24px 0 0;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  line-height: 125%;
  max-width: 300px;
}
@media (max-width: 1100px) {
  .item-favorit__title {
    font-size: 18px;
    margin: 20px 0 0;
  }
}
@media (max-width: 650px) {
  .item-favorit__title {
    font-size: 16px;
    margin: 10px 0 0;
  }
}
.item-favorit__desp {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 10px 0 0;
  color: #7e7e7e;
  line-height: 140%;
}
@media (max-width: 1100px) {
  .item-favorit__desp {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .item-favorit__desp {
    font-size: 13px;
  }
}
.favorit__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.favorit__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.favorit__desp {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.favorit__desp._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.favorit__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.favorit__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.favorit {
  padding: 50px 0 200px;
  margin: 0 0 -150px;
}
@media (max-width: 991px) {
  .favorit {
    padding: 30px 0 200px;
    margin: 0 0 -170px;
  }
}
.favorit__title {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
.favorit__content-global {
  padding: 50px 80px;
  border-radius: 60px;
  background: linear-gradient(279.18deg, #efefef 0%, #fafafa 100%);
  position: relative;
}
@media (max-width: 850px) {
  .favorit__content-global {
    padding: 40px;
  }
}
@media (max-width: 550px) {
  .favorit__content-global {
    padding: 20px;
  }
}
.favorit__content-global:before {
  content: "";
  position: absolute;
  width: 515px;
  height: 330px;
  border-radius: 50%;
  bottom: -10%;
  left: 8%;
  background-color: rgba(248, 164, 0, 0.6);
  -webkit-filter: blur(30px);
  filter: blur(80px);
  z-index: -1;
}
.favorit__content-global .favorit__content-fon {
  position: absolute;
  bottom: -5px;
  left: 5%;
}
.favorit__content-global .favorit__content {
  position: relative;
  z-index: 3;
}
.favorit__content-global .favorit__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
.favorit__content-global .favorit__column .favorit__item {
  background: #fbfbfb;
  padding: 25px;
  border: 2px solid #21b2b2;
}
.favorit__content-global .favorit__column .item-favorit__desp {
  font-size: 16px;
}
@media (max-width: 1350px) {
  .favorit__content-global .favorit__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 550px) {
  .favorit__container._container {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .item-favorit__image {
    width: 50px;
    height: 50px;
  }
  .item-favorit__image img {
    width: 30px;
    height: 30px;
  }
}
.clients {
  position: relative;
  z-index: 2;
}
.global-bux__images-globals-mob {
  display: none;
}
@media (max-width: 991px) {
  .global-bux__content {
    padding: 0 0 100px;
  }
  .global-bux__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .global-bux__column:nth-child(1) {
    display: none;
  }
  .global-bux__column:nth-child(3) {
    display: none;
  }
  .global-bux__images-globals-mob {
    display: block;
  }
  .global-bux__image {
    width: 380px;
  }
  .global-bux__image img {
    width: 100%;
  }
  .global-bux__images:last-child {
    margin: 50px 0 0;
  }
  .global-bux__images:last-child .global-bux__img {
    position: absolute;
    bottom: -120px;
    left: -25%;
    z-index: 3;
  }
  .global-bux__desp {
    margin: 80px 0 0;
  }
  .global-bux__images-globals-mob {
    margin: 20px 0 0;
  }
  .global-bux__content {
    padding: 0;
  }
}
@media (max-width: 650px) {
  .global-bux__images:last-child .global-bux__img {
    position: absolute;
    bottom: -120px;
    left: -10%;
    z-index: 3;
  }
  .global-bux__image img {
    max-height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .global-bux__images:last-child .global-bux__image img {
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .global-bux__image:nth-child(2) {
    padding: 35px 0 0;
  }
  .global-bux__images:last-child {
    margin: 35px 0 0;
  }
  .global-bux__image img {
    max-height: 250px;
  }
  .global-bux__image img {
    -webkit-box-shadow: -10px 10px 0px 0px #012f4d;
    box-shadow: -10px 10px 0px 0px #012f4d;
    border-radius: 15px 60px;
  }
  .global-bux__img img {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .global-bux__btn {
    margin: 30px 0 0;
  }
}
@media (max-width: 450px) {
  .title h1 {
    font-size: 30px;
  }
}
.uslugi-bux__title {
  text-align: left;
  max-width: 575px;
}
@media (max-width: 390px) {
  .global-bux__image {
    width: 100%;
  }
}
.about {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about__content:before {
  content: "";
  position: absolute;
  width: 480px;
  height: 220px;
  top: 30%;
  right: 10%;
  background-color: rgba(3, 167, 167, 0.3);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  border-radius: 50%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media (max-width: 768px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about__column:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.about__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
.about__item {
  height: 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;
}
.about__cont {
  position: relative;
  background: #f4f4f4;
  padding: 40px 50px;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .about__cont {
    padding: 30px;
    border-radius: 40px;
  }
}
.about__text {
  height: 60px;
  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;
  width: 120px;
  font-weight: 700;
  background-color: #fbfbfb;
  border-radius: 36px;
  position: relative;
  z-index: 3;
}
@media (max-width: 650px) {
  .about__text {
    height: 48px;
  }
}
.about__title {
  margin: 15px 0 0;
  position: relative;
  z-index: 3;
}
.about__title h2 {
  font-size: 40px;
}
@media (max-width: 1100px) {
  .about__title h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .about__title h2 {
    font-size: 25px;
  }
}
@media (max-width: 650px) {
  .about__title h2 {
    font-size: 21px;
  }
}
.about__desp {
  position: relative;
  color: #2b2b2b;
  z-index: 3;
  margin: 30px 0 0;
  line-height: 140%;
}
@media (max-width: 991px) {
  .about__desp {
    margin: 20px 0 0;
  }
}
.about__desp p {
  margin: 0 0 15px;
}
.about__btns {
  position: relative;
  z-index: 3;
}
.about__fon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.about__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.about__desp {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.about__desp._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.global__image:nth-child(1) {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.global__image:nth-child(2) {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.global__image._active:nth-child(1) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.global__image._active:nth-child(2) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.clients {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .clients {
    padding: 30px 0;
  }
}
.clients__title {
  margin: 20px auto 0 auto;
  max-width: 830px;
  text-align: center;
}
.clients__content {
  overflow: hidden;
  margin: 20px 0 0;
}
@media (max-width: 850px) {
  .clients__content {
    margin: 0;
  }
}
.slide-clients {
  position: relative;
  padding: 350px 0 0;
}
@media (max-width: 850px) {
  .slide-clients {
    padding: 185px 0 0;
  }
}
.slide-clients:hover .slide-clients__img {
  -webkit-transform: rotate(5deg) translate(0, -20px);
  transform: rotate(5deg) translate(0, -20px);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(248, 164, 0, 0.4);
  box-shadow: 0px 0px 40px 0px rgba(248, 164, 0, 0.4);
}
@media (max-width: 600px) {
  .slide-clients:hover .slide-clients__img {
    -webkit-transform: rotate(1deg) translate(0, -5px);
    transform: rotate(1deg) translate(0, -5px);
  }
}
.slide-clients__img {
  position: absolute;
  top: 0px;
  right: 6%;
  padding: 20px;
  border-radius: 20px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 850px) {
  .slide-clients__img {
    max-width: 235px;
    top: 55px;
  }
}
@media (max-width: 600px) {
  .slide-clients__img {
    top: 10px;
  }
}
.slide-clients__cont {
  border: 3px solid #efefef;
  background: #fbfbfb;
  padding: 40px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}
@media (max-width: 850px) {
  .slide-clients__cont {
    padding: 25px;
  }
}
.slide-clients .slide-clients__img-small {
  margin: 0 0 20px;
}
@media (max-width: 850px) {
  .slide-clients .slide-clients__img-small {
    margin: 0 0 15px;
  }
}
@media (max-width: 650px) {
  .slide-clients .slide-clients__img-small {
    max-width: 120px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 70px;
  height: 70px;
  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-color: #efefef;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  display: none;
}
.swiper-button-prev svg path,
.swiper-button-next svg path {
  stroke: #000;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #012e4d;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  stroke: #fff;
}
.clients__pag {
  position: relative;
  width: 100%;
  height: 100px;
}
.swiper-pagination-bullet-active {
  width: 45px !important;
  background: #012f4d;
}
.swiper-pagination-bullet {
  width: 25px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 5px;
  border-radius: 3px;
}
@media (max-width: 650px) {
  .clients__pag {
    height: 105px;
  }
  .swiper-pagination-bullet {
    height: 7px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 45px;
    width: 48px;
    height: 48px;
  }
}
.uslugi__text {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.uslugi__text._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.clients__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.clients__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.faq {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .faq {
    padding: 30px 0;
  }
}
.faq__content {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .faq__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 30px 0 0;
  }
}
.faq__column {
  padding: 20px;
}
@media (max-width: 800px) {
  .faq__column {
    padding: 0 0 30px;
    width: 100% !important;
  }
  .faq__column:last-child {
    padding: 0;
  }
}
.faq__column:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.faq__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
@media (max-width: 800px) {
  .faq .about__btns {
    margin: 0 auto;
  }
}
.faq__item {
  width: 100%;
}
.faq__image {
  padding: 100px 0;
}
@media (max-width: 800px) {
  .faq__image {
    padding: 20px 0;
    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;
  }
}
.top-faq {
  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;
  margin: -15px;
}
@media (max-width: 850px) {
  .top-faq {
    -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: start;
    margin: 0;
  }
}
.top-faq__column {
  padding: 15px;
}
@media (max-width: 850px) {
  .top-faq__column {
    padding: 0 0 20px;
  }
  .top-faq__column:last-child {
    padding: 0;
  }
}
.top-faq__title {
  margin: 20px 0 0;
}
.top-faq__desp {
  color: #2b2b2b;
  max-width: 620px;
}
.about__text {
  font-weight: 700;
  color: #2b2b2b;
  height: 60px;
  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-color: #efefef;
  border-radius: 36px;
  width: 120px;
}
@media (max-width: 650px) {
  .about__text {
    height: 48px;
  }
}
.faq-global__item {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.faq-global__title {
  font-size: 24px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 30px 80px 30px 35px;
  position: relative;
  line-height: 130%;
}
@media (max-width: 650px) {
  .faq-global__title {
    padding: 20px 80px 20px 20px;
  }
}
@media (max-width: 991px) {
  .faq-global__title {
    font-size: 21px;
  }
}
@media (max-width: 850px) {
  .faq-global__title {
    font-size: 18px;
  }
}
.faq-global__title span {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  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-color: #efefef;
  border-radius: 16px;
}
.faq-global__title span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
  right: 18px;
  background-color: #000;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 3px;
}
.faq-global__title span:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  right: 18px;
  background-color: #000;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 3px;
}
.faq-global__title._active span:after {
  content: "";
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.faq-global__title._active span:before {
  content: "";
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.faq-global__desp {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  height: 0;
  padding: 0 35px;
  line-height: 130%;
  color: #505050;
}
@media (max-width: 650px) {
  .faq-global__desp {
    padding: 0 20px;
  }
}
.faq-global__desp.faq-desp._active {
  padding: 0 35px 30px;
}
@media (max-width: 650px) {
  .faq-global__desp.faq-desp._active {
    padding: 0 20px 20px;
  }
}
.faq-item {
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid #efefef;
}
.faq-conts__columm {
  margin: 0 0 30px;
}
.faq-conts__columm:last-child {
  margin: 0;
}
.faq-item._active {
  border: 2px solid #012e4d;
  -webkit-box-shadow: 0px 3px 0px 0px #03a8a8;
  box-shadow: 0px 3px 0px 0px #03a8a8;
}
.about__text {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.about__text._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.top-faq__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.top-faq__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.top-faq__desp {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.top-faq__desp._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.uslugi {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .uslugi {
    padding: 30px 0;
  }
}
.uslugi:before {
  content: "";
  position: absolute;
  width: 480px;
  height: 220px;
  top: 30%;
  right: 10%;
  background-color: rgba(3, 167, 167, 0.3);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  border-radius: 50%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.uslugi__text {
  background-color: #efefef;
  width: 200px;
  line-height: 28px;
  border-radius: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .uslugi__text {
    padding: 14px 0 15px;
  }
}
.uslugi__title {
  position: relative;
  z-index: 2;
  margin: 20px auto 0 auto;
  max-width: 820px;
  text-align: center;
}
.uslugi__content {
  position: relative;
  z-index: 2;
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1250px) {
  .uslugi__content {
    margin: -10px;
  }
}
@media (max-width: 650px) {
  .uslugi__content {
    padding: 30px 0 0;
  }
}
@media (max-width: 500px) {
  .uslugi__content {
    margin: -6px;
  }
}
.uslugi__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 20px;
}
@media (max-width: 1250px) {
  .uslugi__column {
    padding: 10px;
  }
}
@media (max-width: 1150px) {
  .uslugi__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 500px) {
  .uslugi__column {
    padding: 6px;
  }
}
.uslugi__item {
  position: relative;
  padding: 90px 30px 20px;
  border: 3px solid #efefef;
  border-radius: 30px;
  background: #fbfbfb;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 1250px) {
  .uslugi__item {
    padding: 90px 20px 20px;
  }
}
@media (max-width: 991px) {
  .uslugi__item {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 650px) {
  .uslugi__item {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 500px) {
  .uslugi__item {
    padding: 30px 10px 10px;
    border-radius: 20px;
  }
}
.uslugi__item:hover {
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(248, 164, 0, 0.3);
  box-shadow: 0px 20px 30px 0px rgba(248, 164, 0, 0.3);
}
.uslugi__item:hover .item-uslugi__num {
  color: #012f4d;
}
.item-uslugi__title {
  max-width: 200px;
}
.item-uslugi__title h3 {
  font-family: "PT Serif", serif;
}
.item-uslugi {
  height: 100%;
}
.item-uslugi__image {
  position: absolute;
  top: 0;
  right: 0;
}
.item-uslugi__num {
  color: #012e4d;
  font-size: 42px;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 650px) {
  .item-uslugi__num {
    font-size: 22px;
  }
}
.item-uslugi__num span {
  opacity: 0.7;
}
.item-uslugi__title {
  margin: 20px 0 0;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  line-height: 120%;
}
@media (max-width: 650px) {
  .item-uslugi__title {
    font-size: 16px;
    margin: 10px 0 0;
  }
}
@media (max-width: 500px) {
  .item-uslugi__title {
    font-size: 14px;
  }
}
.item-uslugi__desp {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #7e7e7e;
}
@media (max-width: 650px) {
  .item-uslugi__desp {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .item-uslugi__desp {
    font-size: 11px;
  }
}
@media (max-width: 650px) {
  .item-uslugi__image img {
    width: 60px;
    height: 60px;
  }
  .uslugi:before {
    top: 50%;
    right: 10%;
  }
}
.uslugi__text {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.uslugi__text._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.vopros__desp {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.vopros__desp._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.vopros__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.vopros__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.vopros textarea,
.vopros input,
.vopros .form-contacts__select {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.vopros textarea:focus,
.vopros input:focus,
.vopros .form-contacts__select:focus {
  background: rgba(251, 251, 251, 0.35) !important;
}
.contacts {
  overflow: hidden;
  padding: 60px 0 120px;
}
@media (max-width: 991px) {
  .contacts {
    padding: 30px 0 60px;
  }
}
.contacts__title {
  max-width: 620px;
}
.contacts__desp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  margin: -5px -20px;
}
.contacts__desp p {
  padding: 5px 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 550px;
  flex: 0 1 550px;
}
@media (max-width: 600px) {
  .contacts__desp {
    padding: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__desp p {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.contacts__iframe {
  margin: 70px 0 0;
}
@media (max-width: 650px) {
  .contacts__iframe {
    margin: 35px 0 0;
  }
}
.contacts__iframe iframe {
  width: 100%;
  height: 450px;
  border: 5px solid #efefef;
  border-radius: 30px 350px 350px 30px;
}
.form-contacts__select {
  width: 290px;
  height: 60px;
  color: rgba(43, 43, 43, 0.8);
  line-height: 110%;
  border-radius: 24px;
  padding: 0 30px;
  border: 2px solid #2b2b2b;
}
@media (max-width: 1310px) {
  .form-contacts__select {
    width: 100%;
  }
}
.iframe-contacts {
  position: relative;
  z-index: 4;
}
.iframe-contacts__adress {
  position: absolute;
  bottom: -50px;
  left: 30px;
  border: 2px solid #012f4d;
  background: #fbfbfb;
  border-radius: 30px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 650px) {
  .iframe-contacts__adress {
    padding: 23px;
  }
}
.iframe-contacts__icon {
  margin: 0 15px 0 0;
  border-radius: 50%;
  background-color: #efefef;
  width: 48px;
  height: 48px;
  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;
}
.iframe-contacts__text {
  font-size: 16px;
  color: #939393;
}
.iframe-contacts__title {
  margin: 6px 0 0;
  font-size: 21px;
  line-height: 120%;
  color: #000;
}
@media (max-width: 650px) {
  .iframe-contacts__title {
    font-size: 16px;
  }
}
.form-contacts__infos-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0;
  position: relative;
}
@media (max-width: 1300px) {
  .form-contacts__infos-global {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .form-contacts__infos-global {
    margin: 20px 0 0;
  }
}
.form-contacts__infos-global:before {
  content: "";
  position: absolute;
  width: 375px;
  height: 242px;
  top: 0;
  right: 20%;
  background: #91a1ac;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transform: rotate(26.54deg);
  transform: rotate(26.54deg);
  border-radius: 30%;
}
.form-contacts__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 4;
}
.form-contacts__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 330px;
  flex: 0 1 330px;
  margin: 0 0 0 40px;
}
@media (max-width: 1300px) {
  .form-contacts__column:last-child {
    margin: 20px 0 0;
  }
}
@media (max-width: 1300px) {
  .form-contacts__column {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
  }
}
.form-contacts__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-contacts__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -7.5px;
}
@media (max-width: 550px) {
  .form-contacts__messages {
    padding: 10px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.form-contacts__message {
  margin: 7.5px;
  background-color: #012e4d;
  width: 61.5px;
  height: 61.5px;
  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;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 991px) {
  .form-contacts__message:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.form-contacts-form {
  margin: -12px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-contacts-form__column {
  padding: 12px 20px;
}
@media (max-width: 550px) {
  .form-contacts-form__column {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}
.form-contacts-form__item {
  background-color: #efefef;
  padding: 9px 28px 9px 9px;
  border-radius: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 991px) {
  .form-contacts-form__item:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.form-contacts-form__img {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fbfbfb;
  margin: 0 25px 0 0;
}
.form-contacts-form__text p {
  font-weight: 700;
}
.form-contacts__rows {
  margin: 50px 0 0;
}
@media (max-width: 650px) {
  .form-contacts__rows {
    margin: 40px 0 0;
  }
}
.form-contacts__rows input {
  width: 290px;
}
@media (max-width: 1310px) {
  .form-contacts__rows input {
    width: 100%;
  }
}
.form-contacts__rows .form-contacts__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-contacts__rows .form-contacts__elem .form-contacts-column {
  padding: 20px;
}
@media (max-width: 1310px) {
  .form-contacts__rows .form-contacts__elem .form-contacts-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.form-contacts__rows .elem-last {
  margin: 30px 0 0;
}
.form-contacts__rows .elem-last .form-contacts-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.form-contacts__rows .elem-last .form-contacts__btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-contacts .form-contacts__input.textarea {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 660px;
  flex: 0 1 660px;
  margin: 0 40px 0 0;
}
.form-contacts__btn-submit {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 1210px) {
  .form-contacts__elem.elem-last .form-contacts-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .form-contacts .form-contacts__input.textarea {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0 0 0 40px;
  }
  .form-contacts__btn-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .form-contacts__input.textarea textarea {
    min-width: 100%;
  }
  .form-contacts__btn-submit .form-contacts__text {
    -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: start;
  }
  .form-contacts__btn-submit .form-contacts__text .top-footer__btn {
    margin: 30px 0 0 !important;
  }
  .form-contacts__btn-submit .form-contacts__text {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .form-contacts .form-contacts__input.textarea {
    margin: 0;
  }
  .form-contacts__rows .elem-last .form-contacts-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .form-contacts__elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
  }
  .form-contacts-column {
    padding: 0 0 24px !important;
  }
  .form-contacts__btn-submit {
    margin: 24px 0 0;
    text-align: center;
    width: 100%;
    display: block !important;
  }
  .form-contacts__btn-submit .form-contacts__text p {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .contacts__iframe iframe {
    border-radius: 300px 300px 30px 30px;
  }
}
.contacts__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.contacts__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.contacts__desp {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.contacts__desp._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#map {
  width: 100%;
  height: 500px;
}
.balloon-content {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.balloon-content img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.balloon-content .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.balloon-content .tags span {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 20px;
}
.balloon-content a {
  color: #f60;
  text-decoration: none;
  font-weight: 700;
}
.balloon-content img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.balloon-content strong {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans";
}
.balloon-content a {
  font-family: "Open Sans";
  text-decoration: underline;
  display: block;
  margin: 0 0 0 25px;
}
.tags-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin: 10px 0 0;
}
.balloon-content {
  width: 253px !important;
  height: 175px !important;
}
.balloon-content {
  position: relative;
}
button#closeButton {
  position: absolute;
  top: 5px;
  right: 0;
}
button.closeButton {
  position: absolute;
  top: 5px;
  right: 0;
}
ymaps.ymaps-2-1-79-balloon__close-button {
  display: none;
}
.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: 10px !important;
  border-radius: 15px !important;
  padding: 30px 12px 10px;
}
.balloon-content__image {
  width: 100%;
}
.ymaps-2-1-79-balloon {
  border-radius: 20px !important;
}
@media (max-width: 1200px) {
  .favorit__content-global:before {
    bottom: -8%;
  }
}
.global-bux__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.global-bux__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.global-bux__desp {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.global-bux__desp._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media (min-width: 991px) {
  .global-bux__image {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .global-bux__image img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .global-bux__image:hover img {
    -webkit-transform: translate(-15px, 20px);
    transform: translate(-15px, 20px);
    -webkit-box-shadow: -2px 2px 0px 0px #012f4d;
    box-shadow: -2px 2px 0px 0px #012f4d;
  }
  .global-bux__image:hover .global-bux__img img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.global-bux__btn.btn a {
  border-radius: 36px;
}
@media (max-width: 650px) {
  .global-bux__images:last-child .global-bux__image img {
    border-radius: 15px 160px 20px 80px;
  }
}
section.uslugi-bux {
  padding: 50px 0 240px;
}
@media (max-width: 991px) {
  section.uslugi-bux {
    padding: 30px 0;
  }
}
@media (max-width: 650px) {
  .global-bux__image:first-child img {
    border-radius: 80px 15px;
    max-height: 150px;
  }
  .global-bux__image:nth-child(2) img {
    -webkit-box-shadow: 0px 0px 0px 3px #012f4d !important;
    box-shadow: 0px 0px 0px 3px #012f4d !important;
    max-height: 120px;
  }
  .global-bux__img {
    display: none;
  }
  .global-bux__images:last-child .global-bux__img {
    display: block;
  }
  .global-bux__img img {
    max-width: 250px;
  }
  .uslugi-bux__column:first-child .uslugi-bux__item.item-uslugi-bux {
    padding: 0;
  }
  .uslugi-bux .about__text {
    width: 150px;
  }
}
@media (min-width: 991px) {
  .global__image img {
    max-width: 280px;
  }
}
