@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.text-uppercase {
  text-transform: uppercase;
}

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

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
@font-face {
  font-family: "MADE Evolve Sans EVO";
  src: local("MADE Evolve Sans EVO Medium"), local("MADEEvolveSansEVO-Medium"), url("../fonts/Madeevolvesansevomedium.woff2") format("woff2"), url("Madeevolvesansevomedium.woff") format("woff"), url("Madeevolvesansevomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MADE Evolve Sans EVO";
  src: local("MADE Evolve Sans EVO Thin"), local("MADEEvolveSansEVO-Thin"), url("../fonts/Madeevolvesansevothin.woff2") format("woff2"), url("Madeevolvesansevothin.woff") format("woff"), url("Madeevolvesansevothin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "MADE Evolve Sans EVO";
  src: local("MADE Evolve Sans EVO Light"), local("MADEEvolveSansEVO-Light"), url("../fonts/Madeevolvesansevolight.woff2") format("woff2"), url("Madeevolvesansevolight.woff") format("woff"), url("Madeevolvesansevolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "MADE Evolve Sans EVO";
  src: local("MADE Evolve Sans EVO"), local("MADEEvolveSansEVO"), url("../fonts/Madeevolvesansevo.woff2") format("woff2"), url("Madeevolvesansevo.woff") format("woff"), url("Madeevolvesansevo.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MADE Evolve Sans EVO";
  src: local("MADE Evolve Sans EVO Bold"), local("MADEEvolveSansEVO-Bold"), url("../fonts/Madeevolvesansevobold.woff2") format("woff2"), url("Madeevolvesansevobold.woff") format("woff"), url("Madeevolvesansevobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "MADE Evolve Sans EVO";
  background: #eaeaea;
}

.wrapper {
  width: 100%;
}

.container {
  margin: 0px 100px 50px 100px;
}

a {
  font-family: "MADE Evolve Sans EVO";
}

.up {
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 40px;
  box-shadow: inset 0 0 0 1px #fc4545;
  border-radius: 50%;
  padding: 7px;
  background-color: #eaeaea;
  animation: iconMoveLeft linear 10s;
}

@keyframes iconMoveLeft {
  0% {
    right: -20%;
  }

  70% {
    right: -20%;
  }

  100% {
    right: 40px;
  }
}

.header {
  width: 100%;
  height: 70px;
}

.header__flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  height: 100%;
}

.header__flex-content {
  position: relative;
  min-height: 24px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}

.header__flex-content p {
  margin: 0 10px;
}

.header__flex-content a {
  padding: 15px;
}

.header__flex-element:first-child .header__flex-content {
  padding: 15px 15px 15px 0;
}

.header__flex-element:last-child .header__flex-content {
  padding: 15px 0 15px 0;
}

.header__line {
  position: relative;
  flex: 0 1 100%;
}

.header__line::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  background-color: #000000;
  width: 100%;
  height: 1px;
  animation-name: lineMove;
  animation-duration: 3.5s;
  animation-timing-function: ease-in-out;
}

@keyframes lineMove {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.header__flex-content:first-child {
  justify-content: start;
}

.full-screen {
  position: relative;
  z-index: 2;
  width: 95%;
  margin: 0 auto;
  min-height: 82vh;
}

.full-screen__body {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 82vh;
}

.full-screen__title {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.full-screen__text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.5);
}

.full-screen__text h1 {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  margin: 15px 0;
}

.full-screen__text h4 {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  margin: 5px 0;
}

.full-screen__text_position {
  width: 80%;
  margin: 22vh auto 0 auto;
}

.full-screen__video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.full-screen__video video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-screen__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.full-screen__img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}


.button-wrapper {
  position: relative;
  z-index: 40;
  width: 100%;
  height: 40px;
}

.button-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 98%;
  height: 1px;
  background-color: #fc4545;
  animation-name: lineMove2;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
}

@keyframes lineMove2 {
  0% {
    width: 0;
  }

  50% {
    width: 0;
  }

  100% {
    width: 98%;
  }
}

.subtitle {
  font-size: 1.5em;
  margin: auto;
  height: 100%;
  display: grid;
  align-content: center;
  gap: 1em;
  justify-items: center;
}

.subtitle p span {
  margin: .3em 0;
  display: block;
}

.raunded {
  border-radius: 12px;
}

.button-form {
  cursor: pointer;
  display: block;
  background-color: #fc4545;
  text-align: center;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 28px;
  padding: 27px 52px;
  margin: 5px;
  transition: 0.6s;
  animation-name: buttonPlus;
  animation-duration: 8s;
}

@keyframes buttonPlus {
  0% {
    font-size: 22px;
    padding: 20px 40px;
  }

  75% {
    font-size: 22px;
    padding: 20px 40px;
  }

  100% {
    font-size: 28px;
    padding: 27px 52px;
  }
}

.button-frame {
  display: inline-block;
  position: absolute;
  border-radius: 12px;
  top: -53px;
  right: 0;
  border: 1px solid #fc4545;
  font-weight: 900;
  transition: 0.6s;
  animation-name: buttonMove;
  animation-duration: 6s;
}

@keyframes buttonMove {
  0% {
    right: -150%;
  }

  80% {
    right: -150%;
  }

  100% {
    right: 0;
  }
}

.button-frame:hover .button-form {
  margin: 0;
}

.button-frame:hover {
  right: 5px;
  top: -48px;
}

.presentation {
  margin: 40px auto 0 auto;
  padding-top: 40px;
  padding-bottom: 90px;
  text-align: center;
  /* width: 60%; */
}

.presentation__title,
.presentation h2 {
  color: #343434;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  margin: 0.5em 0 1.2em 0;
}

.presentation__subtitle {
  color: #fc4545;
  font-size: 1em;
  font-weight: 500;
  line-height: 28px;
  margin: .2em 0;
}


.slider-apartaments {
  position: relative;
}

.slider-apartaments__swiper {
  width: 100%;
  height: 80vh;
  border-radius: 12px;
}

.slider-apartaments__swiper-demo {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 10vh;
}

.slider-apartaments__swiper-demo .swiper-slide {
  border-radius: 16px;
  width: 20%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-apartaments__swiper-demo .swiper-slide img {
  transition: 0.15s;
  border-radius: 16px;
}

.slider-apartaments__swiper-demo .swiper-slide img:hover {
  border: 4px solid rgba(255, 255, 255, 0.5);
}

.slider-apartaments__swiper-demo .swiper-slide-thumb-active img {
  border: 4px solid rgba(255, 255, 255, 0.5);
}



.advantages__text {
  margin: 0 auto;
  /* padding-top: 110px; */
  padding-bottom: 90px;
  text-align: center;
  width: 60%;
}

.advantages__title,
.advantages h2 {
  color: #343434;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  margin: 5px 0;
}

.advantages__subtitle {
  color: #fc4545;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}


.advantages__grid-container {
  margin: 0 0 110px 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "slider text1""slider text2";
  grid-column-gap: 55px;
}

.advantages__grid-container_inverse {
  grid-template-columns: 1fr 1.5fr;
  grid-template-areas: "text1 slider""text2 slider";
}

.advantages__slider-container {
  display: none;
  width: 100%;
  height: 100%;
  min-width: 0;
  position: relative;
}

.advantages__sliderContainer_active {
  width: 100%;
  height: 100%;
  display: block;
  grid-area: slider;
  position: relative;
}

.advantages__slider-swiper {
  width: 100%;
  height: 80vh;
  min-width: 0;
  border-radius: 12px;
}

.advantages__slider-swiper-demo {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 12vh;
}

.advantages__slider-swiper-demo .swiper-slide {
  border-radius: 16px;
  width: 30%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.advantages__slider-swiper-demo .swiper-slide img {
  transition: 0.15s;
  border-radius: 16px;
}

.advantages__slider-swiper-demo .swiper-slide img:hover {
  border: 4px solid rgba(255, 255, 255, 0.5);
}

.advantages__slider-swiper-demo .swiper-slide-thumb-active img {
  border: 4px solid rgba(255, 255, 255, 0.5);
}

.advantages__text-block {
  flex: 0 1 39.5%;
}

.advantages__block-icon {
  margin: 0 15px 0 0;
}

.advantages__block-icon_black {
  display: block;
}

.advantages__block-icon_active {
  display: none;
}

.advantages__text-block.active .advantages__block-icon {
  margin: 0 15px 0 0;
}

.advantages__text-block.active .advantages__block-icon_black {
  display: none;
}

.advantages__text-block.active .advantages__block-icon_active {
  display: block;
}

.advantages__text-block-first {
  grid-area: text1;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.advantages__text-block-second {
  grid-area: text2;
  order: 4;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.advantages__text-block-container {
  margin: 5px 0;
  padding: 40px 40px 60px 50px;
  cursor: pointer;
  border: none;
}

.advantages__text-block.active .advantages__text-block-container {
  border: 2px solid #fc4545;
  border-radius: 12px;
  box-shadow: 2px 4px 10px #000;
  transition: box-shadow 0.3s;
}

.advantages__block-title {
  display: flex;
  margin: 0 0 30px 0;
  font-size: 1.8em;
  line-height: 23px;
  font-weight: 500;
}

.advantages__text-block.active .advantages__block-title {
  color: #fc4545;
}

.advantages__block-subtitle {
  font-size: 1.3em;
  line-height: 20px;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-next {
  margin: 0 20px 0 0;
  background-color: #FFFFFF;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.swiper-button-next img {
  width: 40%;
  height: 40%;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  margin: 0 0 0 20px;
  background-color: #FFFFFF;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.swiper-button-prev img {
  width: 40%;
  height: 40%;
}

.swiper-button-prev:after {
  display: none;
}

.opportunities__text {
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 90px;
  text-align: center;
  width: 60%;
}

.opportunities__title,
.opportunities h2 {
  color: #343434;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  margin: 5px 0;
}

.opportunities__subtitle {
  color: #fc4545;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.opportunities__flex-container {
  display: flex;
}

.opportunities__flex-small {
  display: inline-block;
  width: 60%;
}

.opportunities__flex-big {
  display: inline-block;
  width: 100%;
  margin-left: 40px;
  flex: 0 auto;
}

.opportunities__flex-telephone {
  display: flex;
  margin-bottom: 40px;
}

.opportunities__flex-other {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.opportunities__car {
  flex: 0 1 50%;
}

.opportunities__handbag {
  flex: 0 1 50%;
  margin-bottom: 100px;
  margin-left: 40px;
}


.oppo-text__title {
  font-family: "MADE Evolve Sans EVO";
  padding-top: 3px;
  color: #333;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}

.oppo-text__price {
  color: #333;
  font-size: 30px;
  line-height: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.oppo-text__time {
  color: #8e8e8e;
  font-size: 18px;
}

.apartment__image {
  position: relative;
  height: 530px;
  margin-bottom: 30px;
  transition: 0.5s ease;
}

.apartment__image img {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.apartment__image:hover {
  height: 600px;
}

.apartment__conditions {
  width: 270px;
  margin-top: 70px;
  padding-top: 20px;
  border-top: 4px solid #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}


.telephone__image {
  position: relative;
  width: 400px;
  height: 170px;
  margin-right: 40px;
  transition: 0.5s ease;
}

.telephone__image img {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.telephone__image:hover {
  width: 440px;
}


.car__image {
  position: relative;
  max-width: 400px;
  height: 530px;
  margin-bottom: 30px;
  transition: 0.5s ease;
}

.car__image img {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.car__image:hover {
  height: 600px;
}


.handbag__image {
  position: relative;
  height: 390px;
  margin-bottom: 30px;
  transition: 0.5s ease;
}

.handbag__image img {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.handbag__image:hover {
  height: 530px;
}

.handbag__and {
  width: 270px;
  margin-top: 70px;
  padding-top: 20px;
  border-top: 4px solid #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}


.calc__text-block {
  padding-top: 110px;
  padding-bottom: 90px;
  text-align: center;
}

.calc__title,
.calc h2 {
  color: #343434;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  margin: 5px 0;
}

.calc__subtitle {
  color: #fc4545;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.calc__wrapper {
  background-attachment: scroll !important;
  display: block;
  margin-top: 60px;
}

.calc__background {
  display: flex;
  height: 650px;
  justify-content: center;
  align-items: center;
  background-image: url(/img/marvin-meyer-672601-unsplash.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.calc__text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.calc__options {
  width: 500px;
  padding: 75px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 8px 8px 44px 3px rgba(33, 32, 32, 0.14);
}

.calc__element-option {
  margin-bottom: 40px;
}

.calc__days,
.calc__hours,
.calc__period {
  display: flex;
  height: 55px;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #eaeaea;
}

.calc__option {
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 55px;
  padding-top: 7px;
  justify-content: center;
  align-items: center;
  border: 2px none #eaeaea;
  font-size: 25px;
  font-weight: 400;
}

.calc__timeline {
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 55px;
  padding-top: 3px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.calc__res {
  font-family: "MADE Evolve Sans EVO";
  font-size: 50px;
  text-align: center;
}

.calc__correction {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.calc__anketa {
  margin: 30px 0 0 0;
  text-align: center;
  box-sizing: border-box;
  padding: 9px 15px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  height: 75px;
  justify-content: center;
  align-items: center;
  border: 2px solid #fc4545;
  background-color: #fc4545;
  border-radius: 12px;
  transition: background-color 200ms ease;
  font-family: "MADE Evolve Sans EVO";
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  background-attachment: scroll !important;
}

.calculator__days {
  position: relative;
}

.calculator__active {
  border: 2px solid #fc4545;
  position: absolute;
  height: 53px;
  width: 33.333333%;
  left: 33.333333%;
  transition: all 0.3s ease;
}

.calculator__hours {
  position: relative;
}

.calculator__period {
  position: relative;
}

.answers {
  margin: 200px 0 0 0;
}

.answers__text {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 90px;
  text-align: center;
  width: 60%;
}

.answers__title,
.answers h2 {
  color: #343434;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  margin: 5px 0;
}

.answers__title h2 {
  margin-bottom: 1em;
}

.answers__subtitle {
  color: #fc4545;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.answers__spoilers {
  width: 100%;
  padding: 0 0 40px 0;
}

.answers__spoiler {
  position: relative;
  margin: 15px auto;
  width: 70%;
}

.answers__spoiler::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #D2D2D2;
}

.answers__spoiler-title {
  padding: 35px 10px;
  display: flex;
  justify-content: space-between;
  color: #212020;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.answers__spoiler-open {
  flex: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  transform: rotateZ(45deg);
  transition: 0.3s;
}

.answers__spoiler-open.active {
  transform: rotateZ(0deg);
}

.answers__spoiler-content {
  display: none;
  padding: 10px 0 0 10px;
  color: #212020;
  font-size: 16px;
  line-height: 22px;
}

.answers__spoiler-content.active {
  display: block;
  padding: 10px 0 0 0;
}

.answers__text video {max-height: 80vh;}

.footer {
  padding: 100px 0;
  background-color: #212020;
}

.footer__title {
  margin-bottom: 70px;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
}

.footer__grid {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.footer__subtitle {
  color: #575757;
  font-size: 16px;
  font-weight: 500;
}

.footer__messagers {
  margin: 20px 0 0 0;
  display: flex;
}

.footer__messager {
  width: 42px;
  height: 42px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #343434;
  transition: 0.5s;
}

.footer__messager:hover {
  background-color: #fc4545;
}

.footer__content {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 27px;
  display: block;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer__policy {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 22px;
  margin-top: 50px;
}

.footer__policy a {
  color: #fff;
  text-decoration: none;
}


.policy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}


.whatsapp-button {
  background: #25D366;
  border: 3px solid #1cc15a;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 68px;
  position: fixed;
  left: 40px;
  bottom: 45px;
  z-index: 9999;
  transition: 0.3s;
  animation: hoverWave linear 1s infinite;
  animation: iconMoveRight linear 10s;
}

@keyframes iconMoveRight {
  0% {
    left: -20%;
  }

  70% {
    left: -20%;
  }

  100% {
    left: 40px;
  }
}

.whatsapp-button .text-button {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.whatsapp-button .text-button span {
  text-align: center;
  color: #23a455;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 8px;
  top: 25px;
  line-height: 14px;
  font-weight: 600;
  transition: opacity 0.3s linear;
  font-family: "montserrat", Arial, Helvetica, sans-serif;
}

.whatsapp-button .text-button:hover span {
  opacity: 1;
  font-size: 11px;
}

.whatsapp-button:hover i {
  display: none;
}

.whatsapp-button:hover {
  z-index: 1;
  background: #fff;
  color: transparent;
  transition: 0.3s;
}

.whatsapp-button:hover i {
  color: #25D366;
  font-size: 44px;
  transition: 0.3s;
}

.whatsapp-button i {
  color: #fff;
  font-size: 44px;
  transition: 0.3s;
  line-height: 66px;
  transition: 0.5s ease-in-out;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 0 rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 15px rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 30px rgba(7, 206, 112, 0), 0 0 0 26.7px rgba(7, 206, 112, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3), 0 0 0 30px rgba(7, 206, 112, 0), 0 0 0 40px rgba(7, 206, 112, 0);
  }
}

@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }

  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }

  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }

  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }

  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }

  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }

  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }

  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }

  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }

  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}

svg {
  overflow: visible;
}

svg g {
  animation: slide 2s linear infinite;
}

svg g:nth-child(2) {
  animation-delay: 0.5s;
}

svg g:nth-child(2) path {
  animation-delay: 0.5s;
  stroke-dasharray: 0px 158px;
  stroke-dashoffset: 1px;
}

svg path {
  stroke: url(#gradient);
  stroke-width: 20px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 0 157px;
  stroke-dashoffset: 0;
  animation: escalade 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

@keyframes slide {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(50px);
  }
}

@keyframes escalade {
  0% {
    stroke-dasharray: 0 157px;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 157px 157px;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 157px 157px;
    stroke-dashoffset: -156px;
  }
}

.vacancies-block {
  display: flex;
  flex-wrap: wrap;
}
.vacancies-card {
  flex-basis: 33%;
  padding:1.5em;
}
.in-card{
  display: grid;
  border-radius: 14px;
  gap: 1em;
  font-size: 18px;
  padding: 1em;
  border:2px solid #fc4545;
  height: 100%;
  transition: .3s ease;
  box-shadow: 1px 2px 5px #0000006e;
}
.in-card:hover{
  box-shadow: 2px 4px 10px #000;
}
.in-card .advantages__block-title {transition: .5s ease;}
.in-card:hover .advantages__block-title{
  color:#fc4545;
}