@import url("https://fonts.googleapis.com/css?family=Open+Sans:regular,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Overpass:700&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  height: 100%;
  line-height: 1;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

.page__about {
  padding: 9.375rem 0rem;
}
@media (max-width: 75em) {
  .page__about {
    padding: 4.375rem 0rem;
  }
}
@media (max-width: 61.99875em) {
  .page__about {
    padding: 3.125rem 0rem 0rem 0rem;
  }
}
.page__works {
  padding: 9.125rem 0rem;
}
@media (max-width: 75em) {
  .page__works {
    padding: 3.125rem 0rem 0rem 0rem;
  }
}
@media (max-width: 47.99875em) {
  .page__works {
    padding: 1.875rem 0rem 0rem 0rem;
  }
}
.page__team {
  padding: 1.8125rem 0rem;
}
.page__contacts {
  padding: 7.4375rem 0rem 0rem 0rem;
}
@media (max-width: 75em) {
  .page__contacts {
    padding: 3.125rem 0rem 0rem 0rem;
  }
}
@media (max-width: 47.99875em) {
  .page__contacts {
    padding: 1.875rem 0rem 0rem 0rem;
  }
}

.content-header__label {
  font-size: 1rem;
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.6s ease 0.5s;
  -o-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
}
.content-header__label:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.content-header__label.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.content-header__title {
  font-size: 3.5rem;
  font-family: "Overpass";
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.6s ease 0.7s;
  -o-transition: all 0.6s ease 0.7s;
  transition: all 0.6s ease 0.7s;
}
@media (max-width: 61.99875em) {
  .content-header__title {
    font-size: 2.75rem;
  }
}
.content-header__title.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.content-header_center {
  text-align: center;
}

.text {
  line-height: 2;
}
.text p:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (max-width: 47.99875em) {
  .text p:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.button {
  display: inline-block;
  border-radius: 3px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.3);
  padding: 1.1875rem 2.875rem;
  text-align: center;
  color: #100C46;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.77;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .button:hover {
    color: #FFF;
    background-color: #100C46;
  }
}
.button_purple {
  background-color: #6257FE;
  color: #FFF;
}
@media (any-hover: hover) {
  .button_purple:hover {
    color: #100C46;
    background-color: #FFF;
  }
}
@media (max-width: 47.99875em) {
  .button {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  color: rgba(16, 12, 70, 0.8);
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  min-height: 100%;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*=__container] {
  padding: 0 5.3125rem;
}

@media (max-width: 1200px) {
  [class*=__container] {
    padding: 0px 0.9375rem;
  }
}
.ibg {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ibg.fixed-background {
  background-attachment: fixed;
}
.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.header {
  padding: 0rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.header__logo {
  padding: 1.0625rem 0rem;
}
.header__social {
  padding: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0rem;
  background-color: #6257FE;
  gap: 1.5625rem;
  margin-right: -0.9375rem;
}

.main {
  background-color: #6257FE;
}
.main__container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__body {
  padding: 6.25rem 1.25rem 6.25rem 0rem;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41.1%;
          flex: 0 1 41.1%;
}
.main__content {
  color: #FFF;
}
.main__content:not(:last-child) {
  margin-bottom: 1.875rem;
}
.main__text {
  color: #FFF;
  max-width: 25rem;
}
.main__text:not(:last-child) {
  margin-bottom: 4.1875rem;
}
.main__text p {
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.6s ease 0.9s;
  -o-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
}
.main__text p.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.main__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: -5.3125rem;
}

@media (max-width: 75em) {
  .main__image {
    margin-right: -0.9375rem;
  }
}
@media (max-width: 61.99875em) {
  .main__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  .main__content .content-header__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .main__content .content-header__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .main__body {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding: 6.25rem 0rem 1.25rem 0rem;
  }
  .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main__content {
    padding-bottom: 0rem;
  }
  .main__image {
    margin: 0 -0.9375rem;
    padding-bottom: 90%;
  }
}
.about {
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  background-color: #100C46;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
.about__body {
  padding: 0rem 10rem 0rem 0rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -ms-flex-item-align: center;
      align-self: center;
}
.about__text {
  color: #FFF;
}
.about__text p {
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about__text p:nth-child(1) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.about__text p:nth-child(2) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.about__text p:nth-child(3) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.about__text p:nth-child(4) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.about__text p.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.about__content {
  color: #6257FE;
}
.about__content:not(:last-child) {
  margin-bottom: 1.875rem;
}
.about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding-bottom: 47.5%;
  margin: 0rem 0rem 0rem -7.0625rem;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(16, 12, 70, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(16, 12, 70, 0.2);
}
.about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

@media (max-width: 61.99875em) {
  .about {
    background-color: #100C46;
  }
  .about::before {
    display: none;
  }
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .about__body {
    padding: 0rem;
    margin: 0rem 0rem 1.875rem 0rem;
  }
  .about__image {
    margin: 0rem -0.9375rem;
  }
}
.services {
  overflow: hidden;
}
.services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.8%;
          flex: 0 0 54.8%;
  padding: 1.875rem 2.5rem 1.875rem 0rem;
}
.services__content .content-header__label {
  color: #6257FE;
}
.services__content:not(:last-child) {
  margin-bottom: 5.3125rem;
}
.services__items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.services__media {
  position: relative;
  padding: 10.3125rem 0rem;
}
.services__media::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 200vh;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 4rem;
  background-color: #6257FE;
}
.services__image {
  position: relative;
  z-index: 2;
  max-width: 26.6875rem;
}
.services__image img {
  width: 100%;
}
.services__phone {
  position: absolute;
  z-index: 2;
  left: 18.125rem;
  bottom: -1.25rem;
  width: 21.375rem;
  display: inline-block;
}
.services__phone img {
  width: 100%;
}

.item-services__icon img {
  -webkit-transition: all 0.6s ease 0.9s;
  -o-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.item-services__icon:not(:last-child) {
  margin-bottom: 0.875rem;
}
.item-services__title {
  color: #100C46;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease 1.1s;
  -o-transition: all 0.6s ease 1.1s;
  transition: all 0.6s ease 1.1s;
  -webkit-transform: translate(1.5625rem, 0);
      -ms-transform: translate(1.5625rem, 0);
          transform: translate(1.5625rem, 0);
}
.item-services__title:not(:last-child) {
  margin-bottom: 1.375rem;
}
.item-services__title::before {
  content: "";
  -webkit-transition: all 0.6s ease 0.9s;
  -o-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 0.0625rem;
  -webkit-transform: translate(-3.125rem);
      -ms-transform: translate(-3.125rem);
          transform: translate(-3.125rem);
  background-color: #100C46;
}
.item-services__text {
  line-height: 1.45;
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.6s ease 1.2s;
  -o-transition: all 0.6s ease 1.2s;
  transition: all 0.6s ease 1.2s;
}
.item-services.watched .item-services__icon img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.item-services.watched .item-services__title::before, .item-services.watched .item-services__title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.item-services.watched .item-services__text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 95em) {
  .services__phone {
    left: 0rem;
    bottom: 0rem;
    width: 60%;
  }
  .services__media {
    padding: 6.25rem 0rem;
  }
}
@media (max-width: 75em) {
  .services__content:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 61.99875em) {
  .services {
    background-color: #6257FE;
  }
  .services__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services__body {
    background-color: #fff;
    margin: 0rem -0.9375rem;
    padding: 2.5rem 0.9375rem;
  }
  .services__media {
    padding: 2.5rem 0rem 6.25rem 0rem;
  }
  .services__media::before {
    display: none;
  }
}
@media (max-width: 40.625em) {
  .services__items {
    grid-template-columns: auto;
    gap: 1.875rem;
  }
  .item-services__icon:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
  .item-services__title:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
.works__content:not(:last-child) {
  margin-bottom: 4.8125rem;
}
.works__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 0.9375rem;
}
.works__item {
  position: relative;
  padding-bottom: 135%; /* 405/300 */
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.works__item.works__item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.works__item.works__item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.works__item.works__item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.works__item.works__item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.works__item.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.works__item img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .works__item img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (max-width: 75em) {
  .works__content:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .works__items {
    gap: 0.625rem;
  }
  .works__content:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.team__content:not(:last-child) {
  margin-bottom: 4.8125rem;
}
.team__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 0.9375rem;
}

.item-team {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.item-team.works__item:nth-child(1) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.item-team.works__item:nth-child(2) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.item-team.works__item:nth-child(3) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.item-team.works__item:nth-child(4) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.item-team.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.item-team__image {
  position: relative;
  padding-bottom: 135%;
  overflow: hidden;
}
.item-team__image img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .item-team__image img:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.item-team__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.6875rem 0.8125rem 0.75rem 1.125rem;
  background-color: rgba(98, 87, 254, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-team__body {
  color: #fff;
}
.item-team__name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
}
.item-team__position {
  font-size: 0.875rem;
  line-height: 2;
}
.item-team__nets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

@media (max-width: 61.99875em) {
  .team__content:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .item-team__content {
    padding: 0.625rem;
  }
}
@media (max-width: 47.99875em) {
  .team__items {
    gap: 0.9375rem;
  }
  .team__content:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.contacts {
  overflow: hidden;
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.96%;
          flex: 0 0 41.96%;
  padding: 0.9375rem 5.625rem 0.9375rem 0rem;
}
.contacts__content:not(:last-child) {
  margin-bottom: 3.375rem;
}
.contacts__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 8.8125rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__info::before {
  content: "";
  width: 100vw;
  height: 200vh;
  position: absolute;
  top: 0;
  left: 14.25rem;
  background-color: #6257FE;
  z-index: -1;
}
.contacts__map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 89.6%;
}
.contacts__map iframe {
  width: 100%;
  height: 38.5625rem;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.7s ease 0.9s;
  -o-transition: all 0.7s ease 0.9s;
  transition: all 0.7s ease 0.9s;
}
.contacts__map.watched iframe {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.contacts__items {
  padding-left: 2.1875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25.1%;
          flex: 0 1 25.1%;
}
.contacts__item:not(:last-child) {
  margin-bottom: 4.6875rem;
}

.form__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  background-color: #F4F3FF;
  padding: 0.3125rem 1.1875rem;
}
.form__line:not(:last-child) {
  margin-bottom: 1.125rem;
}
.form__label {
  line-height: 1.6;
}
.form input, .form textarea {
  background-color: #F4F3FF;
}
.form input:focus, .form textarea:focus {
  outline: 1px solid #6257FE;
}
.form textarea {
  resize: vertical;
}

@-webkit-keyframes phone-shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes phone-shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes email-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes email-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes address-jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  50% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes address-jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  50% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.item-contact_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-contact_phone::before {
  content: "";
  background: url("../img/contacts/phone.svg") 0 center no-repeat;
  width: 1.5625rem;
  height: 1.5625rem;
}
.item-contact_phone.watched::before {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
  -webkit-animation: phone-shake 1s 2 linear;
          animation: phone-shake 1s 2 linear;
}
.item-contact_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-contact_email::before {
  content: "";
  background: url("../img/contacts/email.svg") 0 center no-repeat;
  width: 1.5625rem;
  height: 1.5625rem;
}
.item-contact_email.watched::before {
  -webkit-animation: email-scale 1s 2 linear;
          animation: email-scale 1s 2 linear;
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.item-contact_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-contact_address::before {
  content: "";
  background: url("../img/contacts/address.svg") 0 center no-repeat;
  width: 1.5625rem;
  height: 1.5625rem;
}
.item-contact_address.watched::before {
  -webkit-animation: address-jump 1s 2 linear;
          animation: address-jump 1s 2 linear;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.item-contact__title {
  color: #FFF;
  font-weight: 600;
  line-height: 1.6;
}
.item-contact__title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.item-contact__text {
  color: #FFF;
  font-size: 1rem;
}
.item-contact__text p:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (max-width: 75em) {
  .contacts__body {
    padding: 0.9375rem 3.125rem 0.9375rem 0rem;
  }
  .contacts__info {
    padding: 5.625rem 0rem;
  }
}
@media (max-width: 61.99875em) {
  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__body {
    padding: 0;
  }
  .contacts__body:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .contacts__info {
    padding: 1.875rem 0rem;
    margin: 0rem -0.9375rem;
    background-color: #6257FE;
  }
  .contacts__info::before {
    display: none;
  }
  .contacts__map {
    padding-left: 0.9375rem;
  }
  .contacts__items {
    padding-left: 0.9375rem;
  }
  .contacts__content:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 47.99875em) {
  .contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contacts__map {
    max-width: 100%;
    padding: 0rem 0.9375rem;
  }
  .contacts__map iframe {
    height: 18.75rem;
  }
  .contacts__map:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .contacts__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.footer {
  padding: 7rem 0rem 5.125rem 0rem;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__copyrights {
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.footer__btn {
  width: 4.375rem;
  height: 4.375rem;
  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: #6257FE;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.footer__btn::before {
  content: "";
  background: url("../img/icons/arrow-down.svg") 0 0 no-repeat;
  width: 0.8125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8125rem;
          flex: 0 0 0.8125rem;
  height: 0.375rem;
}
@media (any-hover: hover) {
  .footer__btn:hover {
    background-color: #423bac;
  }
}

@media (max-width: 61.99875em) {
  .footer {
    padding: 3.125rem 0rem;
  }
}
@media (max-width: 26.56125em) {
  .footer {
    padding: 1.875rem 0rem;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.625rem;
  }
}