.global {
  margin: 245px 0 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .global {
    margin: 125px 0 25px;
  }
}
@media (max-width: 650px) {
  .global {
    margin: 110px 0 25px;
  }
}
.global__content {
  margin: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .global__content {
    margin: -10px;
  }
}
.global__column {
  padding: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 1100px) {
  .global__column {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .global__column:last-child {
    display: none;
  }
}
.global__title {
  max-width: 620px;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media (max-width: 1300px) {
  .global__title {
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  .global__title {
    max-width: 100%;
  }
}
.global__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.global__desp {
  max-width: 510px;
  margin: 30px 0 0;
  line-height: 140%;
  color: #2b2b2b;
  -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__desp._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.global__text-elems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
}
.global__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -20px;
}
@media (max-width: 650px) {
  .global__images {
    margin: 0;
    padding: 20px 0 0;
  }
}
.global__image {
  padding: 20px;
}
@media (max-width: 650px) {
  .global__image {
    padding: 40px 0 0;
  }
  .global__image:last-child {
    padding: 0;
  }
}
.global__image img {
  -webkit-box-shadow: -15px 20px 0px 0px #012f4d;
  box-shadow: -15px 20px 0px 0px #012f4d;
  border-radius: 20px 100px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 650px) {
  .global__image img {
    border-radius: 15px 80px;
  }
}
.global__image:last-child {
  -webkit-transform: translate(0, 15%);
  transform: translate(0, 15%);
}
.global__image:last-child img {
  border-radius: 100px 20px;
}
@media (max-width: 650px) {
  .global__image:last-child img {
    border-radius: 80px 15px;
  }
}
.global__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-elems {
  margin: -12.5px -30px;
  padding: 30px 0 0;
  -webkit-transform: translate(20%, 0);
  transform: translate(20%, 0);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  .text-elems {
    padding: 20px 0 0;
  }
}
.text-elems__column {
  padding: 12.5px 30px;
  position: relative;
}
.text-elems__column:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 14px;
  background-color: rgba(43, 43, 43, 0.2);
}
.text-elems__column:last-child:before {
  content: "";
  display: none;
}
.text-elems__title {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  line-height: 105%;
}
@media (max-width: 650px) {
  .text-elems__title {
    font-size: 42px;
  }
}
.text-elems__text {
  margin: 5px 0 0;
  color: #818181;
}
.bottom-global {
  padding: 80px 0 0;
  margin: 0 -30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (max-width: 650px) {
  .bottom-global {
    margin: 0 -15px;
  }
}
.bottom-global__column {
  padding: 0 30px;
}
@media (max-width: 650px) {
  .bottom-global__column {
    padding: 0 15px;
  }
}
.bottom-global__image img {
  min-width: 253px;
}
.bottom-global-global {
  -webkit-animation: moveLine1 22s infinite alternate;
  animation: moveLine1 22s infinite alternate;
}
@-webkit-keyframes moveLine1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  100% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}
@keyframes moveLine1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  100% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}
@media (max-width: 1100px) {
  .text-elems {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 991px) {
  .global__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .global__images {
    max-width: 600px;
    margin: 0 0 0 auto;
  }
  .global__image:last-child {
    margin: -35% 0 0 !important;
  }
  .global__images {
    margin: -15% 0 0 auto !important;
  }
}
@media (max-width: 920px) {
  .global__images {
    max-width: 450px;
  }
}
.global__images-mob {
  display: none;
}
@media (max-width: 768px) {
  .global__images {
    display: none;
    max-width: 100%;
  }
  .global__images-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .global__images {
    margin: 0 !important;
  }
  .global__image:last-child {
    margin: 0 !important;
  }
  .global__image:last-child {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .global__image img {
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .global__image:first-child img {
    max-height: 180px;
  }
}
@media (max-width: 550px) {
  .text-elems {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-elems .text-elems__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .text-elems .text-elems__column:nth-child(2):before {
    content: "";
    display: none;
  }
}
.text-elems-mob {
  display: none;
}
@media (max-width: 768px) {
  .global__text-elems.text-elems {
    display: none;
  }
  .text-elems-mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 20px 0 0;
  }
  .text-elems__column {
    padding: 12.5px;
  }
  .text-elems__column:before {
    right: 20px;
  }
}
@media (max-width: 390px) {
  .text-elems__column:last-child {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 370px) {
  .text-elems__column {
    padding: 7px;
  }
}
@media (max-width: 340px) {
  .global__text-elems.text-elems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-elems__column:before {
    display: none;
  }
  .text-elems__column:last-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media (max-width: 768px) {
  .bottom-global {
    padding: 40px 0 0;
  }
  .bottom-global__image img {
    min-width: 153px;
    max-width: 153px;
  }
}
@media (max-width: 650px) {
  .bottom-global {
    padding: 30px 0 0;
  }
}
.global__images-arrow-mob {
  display: none;
}
.global__content {
  position: relative;
}
.global__images-arrow {
  position: absolute;
  width: 350px;
  height: 350px;
  top: 60%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15%;
  background-color: #93b1c4;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .global__images-arrow-mob {
    display: block;
  }
  .global__images-arrow {
    top: 40%;
    right: -15%;
  }
}
.global__images {
  position: relative;
  z-index: 4;
}
@media (min-width: 991px) {
  .global__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__image {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.global__image._active {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
}
.global__images-arrow {
  -webkit-animation: moveAndPulse 3s infinite;
  animation: moveAndPulse 3s infinite;
}
@-webkit-keyframes moveAndPulse {
  0% {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(60px, -50%) scale(1.2);
    transform: translate(60px, -50%) scale(1.2);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate(60px, -50%) scale(1);
    transform: translate(60px, -50%) scale(1);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0, -50%) scale(1.2);
    transform: translate(0, -50%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes moveAndPulse {
  0% {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(60px, -50%) scale(1.2);
    transform: translate(60px, -50%) scale(1.2);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate(60px, -50%) scale(1);
    transform: translate(60px, -50%) scale(1);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0, -50%) scale(1.2);
    transform: translate(0, -50%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  }
}
.gallery-sec {
  padding: 60px 0;
  overflow: hidden;
}
.gallery-sec__content.lightgallery {
  padding: 50px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: -20px;
}
.gallery-sec__title.title {
  text-align: center;
}
a.gallery-sec__column {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
.gallery-sec__item {
  height: 100%;
}
a.gallery-sec__column {
  padding: 20px;
}
.gallery-sec__image.zoom-container {
  height: 100%;
  border-radius: 50px;
}
.gallery-sec__image.zoom-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
a.gallery-sec__column:nth-child(1) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
a.gallery-sec__column:nth-child(4) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
a.gallery-sec__column:nth-child(7) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
a.gallery-sec__column:nth-child(10) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
a.gallery-sec__column:nth-child(13) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
a.gallery-sec__column:nth-child(16) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
a.gallery-sec__column:nth-child(19) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
@media (max-width: 991px) {
  .gallery-sec {
    padding: 30px 0;
  }
  a.gallery-sec__column {
    padding: 10px;
  }
  .gallery-sec__content.lightgallery {
    margin: -10px;
  }
  .gallery-sec__image.zoom-container {
    border-radius: 30px;
  }
  .gallery-sec__content.lightgallery {
    padding: 30px 0 0;
  }
}
@media (max-width: 550px) {
  a.gallery-sec__column {
    max-height: 180px;
    -ms-grid-column-span: 5 !important;
    grid-column: 5 span !important;
  }
  .gallery-sec__image.zoom-container img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.global__title {
  max-width: 555px;
}
.global__title h1 {
  line-height: 116%;
}
.global {
  margin: 245px 0 50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .global {
    margin: 175px 0 30px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .global {
    margin: 105px 0 30px;
  }
}
@media (max-width: 370px) {
  .global {
    margin: 100px 0 30px;
  }
}
.global__content {
  position: relative;
  padding: 0 0 20px;
}
.global__desp {
  max-width: 535px;
}
.global__images {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.global__images .global__image img {
  background-color: #efefef;
}
.global__images .global__image:nth-child(1) img {
  width: 260px;
  height: 260px;
}
.global__images .global__image:last-child {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  margin: -25% 0 0;
}
.global__images-arrow {
  right: auto;
  left: 13%;
  top: 45%;
}
.global__images {
  position: relative;
  z-index: 7;
}
@media (max-width: 1350px) {
  .global__image img {
    max-width: 260px;
  }
  .global__images .global__image:last-child {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    margin: -13% 0 0;
  }
}
@media (max-width: 1200px) {
  .global__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .global__content {
    max-width: 550px;
    margin: 0 auto;
  }
  .global__images .global__image:last-child {
    margin: 0;
  }
  .global__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .global__image:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .global__image:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .global__image:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .global__image img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 300px !important;
    height: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .global__images {
    margin: 0 !important;
  }
  .global__image:last-child {
    margin: 0 !important;
  }
  .global__images {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .global__column:first-child {
    display: block;
  }
  .global__column:last-child {
    display: block;
  }
}
.favorit__title.title {
  max-width: 100%;
  text-align: center;
  padding: 0;
}
@media (max-width: 768px) {
  .global__images-mob {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .global__image picture {
    height: 100%;
    display: block;
  }
  .global__image picture img {
    height: 100% !important;
  }
}
@media (max-width: 650px) {
  .global__image {
    padding: 20px 0 0;
  }
  .global__image:last-child {
    padding: 40px 0 0 20px;
  }
  .global__image:nth-child(1) {
    padding: 40px 20px 0 0;
  }
}
@media (max-width: 650px) {
  .global__image img {
    border-radius: 80px 15px;
  }
  .global__image img {
    border-radius: 15px 60px;
  }
  .global__image:last-child img {
    border-radius: 60px 15px;
  }
  .global__images {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .title h1 {
    font-size: 30px;
  }
  .global__desp {
    margin: 35px 0 0;
  }
}
@media (max-width: 768px) {
  .global__column:first-child {
    display: none;
  }
  .global__column:last-child {
    display: block;
  }
  .global__content {
    padding: 0;
  }
}
.vopros {
  padding: 50px 0;
  overflow: hidden;
}
.vopros__content {
  background: linear-gradient(
    92.83deg,
    #012e4d 45.48%,
    #012e4d 70.24%,
    #012f4d 100%
  );
  padding: 50px 70px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
@media (max-width: 1250px) {
  .vopros__content {
    padding: 25px;
  }
}
@media (max-width: 650px) {
  .vopros__content {
    padding: 0;
    border-radius: 40px;
  }
}
@media (max-width: 1100px) {
  .vopros__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vopros__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 20px;
}
@media (max-width: 1100px) {
  .vopros__column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
@media (max-width: 1100px) {
  .vopros__column .form-contacts__rows {
    margin: 0;
  }
}
.vopros__cont {
  position: relative;
  z-index: 2;
}
.vopros__title h2 {
  color: #fbfbfb;
  font-size: 39px;
}
@media (max-width: 650px) {
  .vopros__title h2 {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  .vopros__title h2 {
    font-size: 30px;
  }
}
.vopros__desp {
  color: #fbfbfb;
  margin: 30px 0 0;
}
@media (max-width: 650px) {
  .vopros__desp {
    margin: 20px 0 0;
  }
}
.vopros__desp p {
  margin: 0 0 20px;
}
.vopros__desp p:last-child {
  margin: 0;
}
.vopros__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
}
@media (max-width: 1100px) {
  .vopros__messages {
    padding: 30px 0 0;
  }
}
@media (max-width: 650px) {
  .vopros__messages {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -3px;
  }
}
.vopros__message {
  margin: 10px;
  width: 80px;
  height: 80px;
  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;
  border: 3px solid #fbfbfb;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 650px) {
  .vopros__message {
    width: 54px;
    height: 54px;
    margin: 3px;
  }
  .vopros__message img {
    width: 30px;
    height: 30px;
  }
}
.vopros__message:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.vopros .form-contacts__text {
  color: #fbfbfb;
}
.vopros .form-contacts__text a {
  color: #fbfbfb;
}
.vopros textarea,
.vopros input,
.vopros .form-contacts__select {
  background: rgba(251, 251, 251, 0.15) !important;
  border: 2px solid #fbfbfb !important;
  color: rgba(251, 251, 251, 0.8) !important;
}
.vopros textarea::-webkit-input-placeholder,
.vopros input::-webkit-input-placeholder,
.vopros .form-contacts__select::-webkit-input-placeholder {
  color: rgba(251, 251, 251, 0.8) !important;
}
.vopros textarea::-moz-placeholder,
.vopros input::-moz-placeholder,
.vopros .form-contacts__select::-moz-placeholder {
  color: rgba(251, 251, 251, 0.8) !important;
}
.vopros textarea:-ms-input-placeholder,
.vopros input:-ms-input-placeholder,
.vopros .form-contacts__select:-ms-input-placeholder {
  color: rgba(251, 251, 251, 0.8) !important;
}
.vopros textarea::-ms-input-placeholder,
.vopros input::-ms-input-placeholder,
.vopros .form-contacts__select::-ms-input-placeholder {
  color: rgba(251, 251, 251, 0.8) !important;
}
.vopros textarea::placeholder,
.vopros input::placeholder,
.vopros .form-contacts__select::placeholder {
  color: rgba(251, 251, 251, 0.8) !important;
}
.vopros .form-contacts__select:before {
  border-right: 10px solid #fff;
}
.vopros__form {
  position: relative;
  z-index: 2;
}
.vopros__fon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.vopros .form-contacts__rows .elem-last .form-contacts-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vopros-global-cont {
  position: relative;
}
.uslugi__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;
}
.uslugi__title._active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.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;
}
.item-favorit__title {
  line-height: 125%;
}
.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;
}
.histori {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .histori {
    padding: 30px 0;
  }
}
.histori__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-histori {
  position: relative;
  margin: 0;
}
.top-histori:before {
  content: "";
  position: absolute;
  width: 475px;
  height: 275px;
  top: 77%;
  left: 30%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  background: rgba(3, 167, 167, 0.3);
  z-index: -1;
}
.top-histori__cont {
  background-color: #f4f4f4;
  padding: 40px 50px;
  border-radius: 60px;
}
@media (max-width: 800px) {
  .top-histori__cont {
    padding: 30px 40px;
    border-radius: 40px;
  }
}
@media (max-width: 650px) {
  .top-histori__cont {
    padding: 20px;
    border-radius: 30px;
    overflow: hidden;
  }
}
.top-histori__title {
  position: relative;
  z-index: 2;
  max-width: 785px;
}
.top-histori__desp {
  position: relative;
  z-index: 2;
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px;
  color: #2b2b2b;
  line-height: 130%;
}
@media (max-width: 800px) {
  .top-histori__desp {
    margin: 0;
    padding: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-histori__desp p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 30px;
}
@media (max-width: 800px) {
  .top-histori__desp p {
    padding: 0 0 20px;
  }
  .top-histori__desp p:last-child {
    padding: 0;
  }
}
.top-histori__fon {
  position: absolute;
  top: 0;
  right: 5%;
}
@media (max-width: 650px) {
  .top-histori__fon svg {
    max-width: 250px;
    height: auto;
  }
}
.bottom-histori {
  padding: 50px 0 0;
  margin: -20px;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 800px) {
  .bottom-histori {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 0;
    margin: 0;
  }
}
.bottom-histori__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 20px;
}
@media (max-width: 800px) {
  .bottom-histori__column {
    padding: 0 0 30px;
    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;
  }
  .bottom-histori__column:last-child {
    padding: 0;
  }
}
.bottom-histori__cont-global {
  position: relative;
}
.bottom-histori__cont {
  background-color: #f4f4f4;
  padding: 40px 50px;
  border-radius: 60px;
  position: relative;
  z-index: 2;
  color: #2b2b2b;
  line-height: 130%;
}
@media (max-width: 800px) {
  .bottom-histori__cont {
    padding: 30px 40px;
    border-radius: 40px;
  }
}
@media (max-width: 650px) {
  .bottom-histori__cont {
    padding: 20px;
    border-radius: 30px;
  }
}
.bottom-histori__cont p {
  margin: 0 0 20px;
}
.bottom-histori__cont p:last-child {
  margin: 0;
}
.bottom-histori__fon {
  position: absolute;
  bottom: 0;
  left: 5%;
}
.top-histori__title {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.top-histori__title._active {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
}
.top-histori__desp {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.top-histori__desp._active {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  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;
}
.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;
}
.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;
}
.global__cont {
  max-width: 570px;
  margin: 0 auto;
}
.global__images .global__image:last-child img {
  -webkit-box-shadow: 2px -2px 0px 2px #012f4d !important;
  box-shadow: 2px -2px 0px 2px #012f4d !important;
}
