* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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%;
}

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: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
}
._container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  transition: background-color 2s;
}
.header.scrolled {
  background-color: #f4f9fb;
}
.header__container {
  max-width: 1300px;
  display: flex;
  min-height: 75px;
  align-items: center;
  padding: 0 30px;
  justify-content: space-between;
}

.header__logo {
  padding: 13px 20px;
  background-color: #181a38;
  border-radius: 50%;
  z-index: 5;
  position: relative;
}
.header__menu {
}
.menu__icon {
  display: none;
}
.menu__body {
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.menu__link {
  font-size: 20px;
  line-height: 70px;
  font-weight: 400;
  color: #181a38;
  text-align: right;
}
.lang {
  font-size: 16px;
  border: 1px solid #181a38;
  border-radius: 50%;
  padding: 10px;
}
.main__link {
  color: rgb(102, 102, 102);
  text-decoration: underline;
}
.menu__link:hover {
  color: rgb(102, 102, 102);
  text-shadow: 2px 2px 20px #0c1dff;
  text-decoration: underline;
}
.menu__list li {
  margin: 0 0 0 45px;
}

.menu__arrow {
  display: none;
}
.header__button {
  padding: 15px 40px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #181a38;
  border-radius: 35px;
  border: 1px solid #181a38;
  background-color: rgba(208, 214, 238, 0.301);
  letter-spacing: 1px;
}
.header__button:hover {
  border: 1.5px solid #181a38;
  padding: 14px 40px;
  background-color: rgba(128, 156, 255, 0.301);
}
@media (max-width: 992px) {
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }

  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.5s ease 0s;
    background-color:#4460eb;
  }

  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }

  .menu__icon::before {
    top: 0;
  }

  .menu__icon::after {
    bottom: 0;
  }

  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  .menu__icon._active span {
    transform: scale(0) translate(0px, -50%);
  }

  .menu__icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }

  .menu__icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }

  .menu__body {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(24, 26, 56, 0.95);
    padding: 100px 30px 30px 35px;
    transition: right 0.5s ease 0s;
    overflow: auto;
  }

  .menu__body._active {
    right: 0;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    z-index: 2;
  }

  .menu__list > li {
    flex-wrap: wrap;
    margin: 0 0 20px 0;

    flex: 1 1 100%;
  }

  .menu__list > li._active {
    display: block;
  }
  .menu__list > li:last-child {
    margin-bottom: 0;
  }

  .menu__link {
    font-size: 22px;
    color: white;
    line-height: 45px;
  }
  .header__button{
    color: white;
    font-size: 24px;
  }
}
/* =================================================================================================== */

/* =================================================================================================== */

.main {
  height: 100%;
  /* background: linear-gradient(-80deg, #d0d0d13a 70%, #0400ff74 100%); */
  overflow: hidden;
  position: relative;
}
._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  /* background-size: 100%; */
  }
  .main__bcg {
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 105%;
    background-size: cover;
    opacity: 1;
    z-index: -1;
    transition: transform 0.3s ease-out;
}

.main__container {
}
.main__body {
  display: flex;
  justify-content: end;
}
.main__column {
  margin: 130px 0 50px 0px;
  padding-left: 30px;
  max-width: 730px;
  z-index: 1;
  background-color: rgba(241, 241, 235, 0.5);
  box-shadow: 0 0 30px #c3c4c5;
  border-radius: 1%;
}
.main__title {
  font-size: 46px;
  line-height: 50px;
  color: #181a38;
  padding: 80px 0px 0px 0;
  text-align: left;
  height: 200px;
  letter-spacing: 1px;
  background: url(../images/main__title__img.png) 0 0 no-repeat;
  white-space: wrap;
}

._title {
  font-size: 46px;
  color: #181a38;
  font-weight: 600;
  text-shadow: 0 0 20px #aab5ea;
}
.main__subtitle {
  padding: 50px 0 15px 0;
  margin: 0 0 30px 0;
}
._subtitle {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: #4460eb;
}
.main__button {
  padding-bottom: 50px;
}
.main__button a {
  display: inline-block;
  padding: 15px 40px;
  font-size: 20px;
  color: whitesmoke;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  background-color: #181a38;
}
.main__button a:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 150%;
  height: 70%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.693) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(45deg);
  animation: shine 2.5s infinite;
  filter: blur(18px);
}
.main__button a:hover {
  box-shadow: 0 0 20px rgba(80, 80, 80, 0.693);
}
@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}
.main__column-2 {
}
.main__column-item-1 {
  position: relative;
  top: 50px;
  right: -300px;
  margin: 20px 15px 0px 15px;
  justify-content: center;
  align-items: center;
}
.main__column-item-2 {
  position: relative;
  top: -30px;
  right: -30px;
  margin: 20px 15px 0px 15px;
  justify-content: center;
  align-items: center;
}
.main__column-item-3 {
  position: relative;
  top: -150px;
  right: -300px;
  margin: 20px 15px 0px 15px;
  justify-content: center;
  align-items: center;
}
.main__item {
  align-items: center;
  padding: 15px 0px 15px 0px;
  border-radius: 10px;
  filter: drop-shadow(0 0 28.5px rgba(110, 110, 110, 0.41));
  background-color: #ffffff;
}
.item__row {
  width: 240px;
}
.item__img img {
  margin: 0 0 0 20px;
  width: 200px;
  height: auto;
  border-radius: 15px;
}
.item__text {
  margin: 0 0 0 35px;
}
.item__text p {
  font-size: 14px;
  line-height: 20px;
  color: #808791;
  font-weight: 400;
}

@media (max-width: 992px) {
  .main__column {
    margin: 100px 0 50px 0px;
    max-width: 630px;
  }
  ._title {
    font-size: 40px;
    line-height: 45px;
  }
  ._subtitle {
    font-size: 18px;
  }
  .main__bcg img{
   object-position: 20%;
  }
}
@media (max-width: 767px) {
  .main__column {
    margin: 100px 0 50px 0px;
    max-width: 500px;
  }
  ._title {
    font-size: 28px;
    line-height: 35px;
  }
  ._subtitle {
    font-size: 16px;
  }
  .main__subtitle {
    padding: 10px 0 15px 0;
  }
  .main__button a {
    padding: 10px 30px;
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .main__column {
    margin: 100px 0 50px 0px;
    max-width: 400px;
  }
  ._title {
    font-size: 24px;
    line-height: 30px;
  }
  .main__title {
    padding: 50px 0px 0px 0;
  }
  ._subtitle {
    font-size: 12px;
  }
  .main__subtitle {
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 400px) {
  .main__column {
    margin: 100px 0 50px 0px;
    max-width: 400px;
  }
  ._title {
    font-size: 22px;
    line-height: 30px;
  }
  .main__title {
    padding: 50px 0px 0px 0;
  }
  ._subtitle {
    font-size: 12px;
  }
  .main__subtitle {
    padding: 10px 0 10px 0;
  }
}
/* ===================================================================================== */

.services {
  /* background-color: #fff; */
  background-color: #f4f9fb;
  position: relative;
}
.services__container {
  max-width: 1300px;
}
._container {
}
.services__body {
  justify-content: center;
  text-align: center;
  align-items: center;
  z-index: 2;
  /*margin: 80px 0 80px 0;*/
  margin: 0 auto;
}
.services__subtitle {
  padding: 80px 0 10px 0;
}
.services__subtitle.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.services__subtitle.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.services__title {
  margin: 0 0 40px 0;
}
.services__title.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.services__title.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

._title {
}
.services__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 70px 0;
}
.services__column {
  flex: 0 1 33.33%;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.services__column.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.25s;
  -o-transition: all 1.25s;
  transition: all 1.25s;
}
.services__column.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.services__column.element-animation:nth-of-type(2).element-show {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.services__column.element-animation:nth-of-type(3).element-show {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.services__column.element-animation:nth-of-type(5).element-show {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.services__column.element-animation:nth-of-type(6).element-show {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.services__column.element-animation:nth-of-type(8).element-show {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.services__column.element-animation:nth-of-type(9).element-show {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.services__column.element-animation:nth-of-type(11).element-show {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.services__column.element-animation:nth-of-type(12).element-show {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.services__column.element-animation:nth-of-type(14).element-show {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.services__column.element-animation:nth-of-type(15).element-show {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.services__column-item {
  border-radius: 5px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 28.5px rgba(129, 130, 133, 0.41));
  text-align: left;
  height: 100%;
  transition: all 1s ease;
}
.services__column:hover {
  .services__column-item {
    background-color: #4460eb;
    transition: all 0.8s ease;
  }
  .services__item-subtitle {
    color: aliceblue;
  }
  .services__item-title {
    color: #ffffff;
  }
  .services__item-text {
    color: #000000;
  }
  .services__column-item {
    filter: drop-shadow(0 0 38.5px rgba(32, 40, 63, 0.41));
  }
}

.services__item-image img {
  width: 100%;
  height: 60%;
  padding: 15px;
  border-radius: 5px;
  filter: drop-shadow(0 0 5px rgba(44, 59, 103, 0.81));
}
.services__item-subtitle {
  margin: 0px 20px 0 30px;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 35px;
  color: orangered;
  font-style: italic;
  font-weight: 500;
}
.services__item-title {
  position: relative;
  margin: 0px 30px;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #181a38;
  font-weight: 700;
}
.services__item-title:hover {
  text-shadow: 0 0 10px #181a38;
}
.services__item-title:after {
  position: absolute;
  content: "";
  top: -5%;
  left: 0;
  width: 70%;
  border-bottom: 1px solid #181a38;
}
.services__item-text {
  margin: 15px 30px 30px 30px;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 14px;
  color: #999999;
  font-weight: 400;
}

@media (max-width: 992px) {
  .services__column {
    flex: 0 1 33.33%;
    padding: 10px 10px;
  }
  .services__item-subtitle {
    margin: 0px 5px 0 30px;
    font-size: 10px;
    line-height: 25px;
  }
  .services__item-title {
    margin: 0px 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .services__item-text {
    margin: 15px 30px 30px 30px;
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .services__column {
    flex: 0 1 50%;
    padding: 10px 10px;
  }
  .services__item-subtitle {
    margin: 0px 5px 0 30px;
    font-size: 10px;
    line-height: 25px;
  }
  .services__item-title {
    margin: 0px 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .services__item-text {
    margin: 15px 30px 30px 30px;
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 550px) {
  .services__column {
    flex: 0 1 100%;
    padding: 10px 5px;
  }
  .services__item-subtitle {
    margin: 0px 5px 0 30px;
    font-size: 10px;
    line-height: 25px;
  }
  .services__item-title {
    margin: 0px 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .services__item-text {
    margin: 15px 30px 30px 30px;
    font-size: 10px;
    line-height: 14px;
  }
}
/* ============================================================================================================1
 /* ============================================================================================================ */

.about {
  position: relative;
  margin-top: -150px;
}
.about__container {
  z-index: 2;
}
._container {
}
.about__body {
  justify-content: center;
  text-align: center;
  align-items: center;
  z-index: 2;
  padding: 240px 0 120px 0;
  display: flex;
}
.about__column {
  flex: 0 1 50%;
  padding: 0 10px;
}
.about__column-1 {
  background: url(../images/main__title__img.png) -30px -70px no-repeat;
}
.about__subtitle {
  text-align: left;
  padding: 0 0 30px 30px;
}
.about__subtitle.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.about__subtitle.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.about__title {
  text-align: left;
  padding: 0 0 50px 30px;
}
.about__title.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.about__title.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.about__text {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
  text-align: left;
  padding: 0 0 0px 30px;
}
.about__text.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.about__text.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.about__btn {
  text-align: left;
  padding: 0 0 0 30px;
  /* margin: 20px 0; */
}
.about__btn a {
  display: inline-block;
  padding: 15px 40px;
  margin: 20px 0;
  font-size: 20px;
  color: whitesmoke;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  background-color: #181a38;
}
.about__btn a:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 150%;
  height: 70%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.693) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(45deg);
  animation: shine 2.5s infinite;
  filter: blur(18px);
}
.about__btn a:hover {
  box-shadow: 0 0 20px rgba(80, 80, 80, 0.693);
}
.ab-btn.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.ab-btn.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.ab-img {
  width: 100%;
  filter: drop-shadow(0 0 38.5px rgba(32, 40, 63, 0.41));
}
.ab-img.element-animation {
  -webkit-transform: rotate(-17deg) scale(0.95);
  -ms-transform: rotate(-17deg) scale(0.95);
  transform: rotate(-17deg) scale(0.95);
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  -o-transition: transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}
.ab-img.element-animation.element-show {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.about__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .about__body {
    padding: 240px 0 120px 0;
    flex-wrap: wrap;
  }
  .about__column {
    flex: 0 1 100%;
    padding: 0 10px;
  }
  .about__text {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0px 30px;
  }
  .about__btn a {
    padding: 10px 30px;
    font-size: 18px;
  }
  .ab-img {
    width: 70%;
    padding: 30px 0;
  }
}
@media (max-width: 550px) {
  .about__subtitle {
    padding: 0 0 30px 10px;
  }
  .about__title {
    padding: 0 0 30px 10px;
  }
  .about__text {
    padding: 0 0 0px 10px;
  }
  .about__btn a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .ab-img {
    width: 100%;
  }
  .about__body {
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 2;
    padding: 240px 0 120px 0;
    display: flex;
    flex-wrap: wrap;
  }
}

/* ====================================================================================== */

.ratting__container {
  margin-top: 100px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ratting__body {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #181a38 0%, #4460eb 100%);
  align-items: center;
}

.ratting__column {
  flex: 0 0 33.333%;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 80px 0;
}
.ratting__c-1 {
  background: url(../images/ratting/life-insurance_1518636.png) center no-repeat;
}
.ratting__c-2 {
  background: url(../images/ratting/insurance_1518607.png) center no-repeat;
}
.ratting__c-3 {
  background: url(../images/ratting/insurance_1518604.png) center no-repeat;
}
.ratting__item {
  height: 100%;
}

.ratting-item__number {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
}

.ratting-item__text {
  font-size: 33px;
  letter-spacing: 0px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ratting__column {
    flex: 0 0 100%;
    padding: 60px 0;
  }
  .ratting-item__number {
    font-size: 50px;
  }
  .ratting-item__text {
    font-size: 26px;
  }
}

/* ==================================================================== */

.advantages {
  background-color: #f4f9fb;
  position: relative;
}
.advantages__container {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
._container {
}
.advantages__body {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.advanteges__subtitle {
  padding: 70px 0 20px 0;
}
._subtitle {
}
.advantages__title {
  margin: 0 0 50px 0;
}
._title {
}
.advanteges__subtitle.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.advanteges__subtitle.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
._title.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
._title.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.advantages__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 10px 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.advantages__column {
  flex: 0 1 33.33%;
  padding: 30px 10px;
  margin-bottom: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.advantages__column.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.25s;
  -o-transition: all 1.25s;
  transition: all 1.25s;
}
.advantages__column.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.advantages__column.element-animation:nth-of-type(2).element-show {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.advantages__column.element-animation:nth-of-type(3).element-show {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.advantages__column.element-animation:nth-of-type(5).element-show {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.advantages__column.element-animation:nth-of-type(6).element-show {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ad__img {
  text-align: center;
  justify-content: center;
}
.ad__img img {
  width: 50%;
  transition: all 0.6s ease;
}
.ad__img img:hover {
  width: 55%;
  filter: drop-shadow(0 0 22px rgba(0, 0, 0, 0.41));
}
.ad__subtitle {
  font-size: 20px;
  color: #181a38;
  font-weight: 600;
  margin: 20px 0;
}
.ad__text {
  font-size: 16px;
  font-weight: 400;
  color: grey;
}
@media (max-width: 1080px) {
  .advantages__column {
    flex: 0 1 50%;
    padding: 20px 5px;
  }
}
@media (max-width: 767px) {
  .advantages__column {
    flex: 0 1 50%;
    padding: 20px 5px;
  }
  .ad__subtitle {
    font-size: 18px;
  }
  .ad__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ad__img img {
    width: 35%;
  }
  .ad__img img:hover {
    width: 40%;
    filter: drop-shadow(0 0 22px rgba(0, 0, 0, 0.41));
  }
  .advantages__column {
    flex: 0 1 100%;
    padding: 20px 10px;
  }
}
/* /============================================================================================ */

.us {
  background-color: #f4f9fb;
  position: relative;
}
.us__container {
}
._container {
}
.us__body {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 70px 0 0px 0;
}
.us__subtitle {
  padding: 0px 0 50px 0;
}
.us__subtitle.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.25s;
  -o-transition: all 1.25s;
  transition: all 1.25s;
}
.us__subtitle.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
._subtitle {
}
.us__title {
  padding: 40px 0 20px 0;
}

._title {
}
.us__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 70px 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.us__column-1 {
  flex: 0 1 50%;
  text-align: left;
  justify-content: center;
  align-items: center;
}
.us__column-1.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.25s;
  -o-transition: all 1.25s;
  transition: all 1.25s;
}
.us__column-1.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.us__column-2 {
  flex: 0 1 50%;
  text-align: left;
  justify-content: center;
  align-items: center;
}
.us__column-1.element-animation {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1.25s;
  -o-transition: all 1.25s;
  transition: all 1.25s;
}
.us__column-1.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.us-column__item {
  position: relative;
  max-width: 600px;
  height: 100%;
  background: url(../images/main__title__img.png) 0 0 no-repeat;
  border-radius: 5px;
  padding: 40px 50px;
  box-shadow: 0 0 50px #4460eb98;
}
.us-column__item._sending::after{
  opacity: 1;
  visibility: visible;
}
.us-form__item {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.us-form__item label {
  display: block;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  color: #181a38;
}
.form__input.form__error{
  box-shadow: 0 0 10px red;
}
.us-form__item input,
.us-form__item select,
.us-form__item textarea {
  width: 100%;
  height: 40px;
  font-style: italic;
  font-size: 17px;
  box-shadow: 0 0 5px #c3c4c5;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  resize: vertical;
  transition: all 0.5s ease 0s;
}
.us-form__item input:focus,
.us-form__item select:focus,
.us-form__item textarea:focus {
  box-shadow: 0 0 10px #4460eb;
}
.form__input._error {
  box-shadow: 0 0 10px red;
}
.us-form__item .us-form__button {
  text-align: left;
}
.us-form__button button {
  padding: 10px 40px;
  font-size: 17px;
  color: #181a38;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #c3c4c5;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  margin-top: 7px;

}
.us-form__button button:active {
  box-shadow: 0 0 10px #4460eb;
  top: 3px;
}
.us-form__button button:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 150%;
  height: 70%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(67, 111, 254, 0.693) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(45deg);
  animation: shine 2.5s infinite;
  filter: blur(18px);
}
@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}
.us__map iframe {
  width: 100%;
  height: 500px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .us__column-1 {
    flex: 0 1 100%;
    padding: 0 5px;
    margin-bottom: 50px;
    text-align: center;
  }
  .us__column-2 {
    flex: 0 1 100%;
    padding: 0 5px;
  }
  .us-column__item {
    padding: 30px 20px;
  }
}

/* ================================================================================== */
.contact {
  background-color: #fff;
  position: relative;
}
.contact__body {
  justify-content: center;
  text-align: center;
  align-items: center;
}
.contact__title {
  padding: 100px 0 20px 0;
}
._title {
}

.contact__row {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.contact-form__column {
  flex: 0 1 25%;
  padding: 30px 5px;
  margin-bottom: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.contact__item {
  padding: 10px;
}
.contact__icon img {
  width: 50%;
}
.contact__icon img:hover {
  width: 48%;
  filter: drop-shadow(0 0 35px #4460ebae);
}
.contact__item p {
  font-size: 28px;
  color: #181a38;
  font-weight: 500;
  line-height: 40px;
}
.contact__text a {
  font-size: 18px;
  color: #4460eb;
  line-height: 25px;
  font-weight: normal;
}
.contact__text a:hover {
  color: #181a38;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .contact-form__column {
    flex: 0 1 50%;
    padding: 30px 5px;
  }
  .contact__icon img {
    width: 40%;
  }
  .contact__icon img:hover {
    width: 38%;
  }
  .contact__item p {
    font-size: 32px;
    line-height: 45px;
  }
  .contact__text a {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 550px) {
  .contact-form__column {
    flex: 0 1 100%;
    padding: 5px 5px;
  }
  .contact__icon img {
    width: 30%;
  }
  .contact__icon img:hover {
    width: 28%;
  }
  .contact__item p {
    font-size: 22px;
    line-height: 40px;
  }
  .contact__text a {
    font-size: 18px;
    line-height: 35px;
  }
}
/* ============================================================================================ */
.footer {
  height: 100%;
  background-color: #181a38;
}
.footer__container {
}
._container {
}
.footer__body {
  padding: 80px 0 0 0;
  display: flex;
}
.footer__column-1 {
  flex: 0 0 50%;
}
.footer__icon {
  font-size: 32px;
  color: #f5f5f5;
  line-height: 40px;
  background: url(../images/logo-bird_small.png) 0 0px no-repeat;
  padding: 0 0 0px 35px;
}
.footer__column-1-body {
  display: flex;
  padding: 20px 0 0 0;
}
.footer-column-1-1 {
  flex: 0 0 40%;
}
.footer-column-1-1__list a {
  color: #f5f5f5;
  font-size: 24px;
  line-height: 40px;
}
.footer-column-1-1__list a:hover {
  text-decoration: underline;
}
.footer-column-1-2 {
  flex: 0 0 60%;
}
.footer-column-1-2__list a {
  color: #f5f5f5;
  font-size: 24px;
  line-height: 40px;
}
.footer-column-1-2__list a:hover {
  text-decoration: underline;
}
.footer__column-2 {
  flex: 0 0 50%;
}
.footer-column-2__title {
  color: #f5f5f5;
  padding: 0 0 50px 0;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -2px;
}
.footer__column-2__text {
  color: grey;
  font-size: 16px;
}
.footer__column-2__subtitle {
  color: #f5f5f5;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 10px 0;
}
.footer__column-2__subtitle a {
  color: #f5f5f5;
}
.footer__column-2__subtitle a:hover {
  color: #4460eb;
}

@media (max-width: 767px) {
  .footer__icon {
    font-size: 26px;
    line-height: 40px;
    background: url(../images/logo-bird_small.png) 0 0px no-repeat;
  }
  .footer-column-1-1__list a {
    font-size: 16px;
    line-height: 25px;
  }
  .footer-column-1-2__list a {
    font-size: 16px;
    line-height: 25px;
  }
  .footer-column-2__title {
    padding: 0 0 30px 0;
    font-size: 40px;
  }
  .footer__column-2__text {
    font-size: 14px;
  }
  .footer__column-2__subtitle {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 5px 0;
  }
}
@media (max-width: 550px) {
  .footer__body {
    flex-wrap: wrap;
  }
  .footer__column-1 {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .footer__column-2 {
    flex: 0 0 100%;
  }
}
