@font-face {
  font-family: 'HurmeGeometricSans1';
  font-display: swap;
  src: url('../fonts/HurmeGeometricSans1.woff2') format('woff2'),
    url('../fonts/HurmeGeometricSans1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HurmeGeometricSans1';
  font-display: swap;
  src: url('../fonts/HurmeGeometricSans1Bold.woff2') format('woff2'),
    url('../fonts/HurmeGeometricSans1Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HurmeGeometricSans1';
  font-display: swap;
  src: url('../fonts/HurmeGeometricSans1SemiBold.woff2') format('woff2'),
    url('../fonts/HurmeGeometricSans1SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik-Medium';
  font-display: swap;
  src: url('../fonts/Graphik-Medium.woff2') format('woff2'),
    url('../fonts/Graphik-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik-Regular';
  font-display: swap;
  src: url('../fonts/Graphik-Regular.woff2') format('woff2'),
    url('../fonts/Graphik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  position: relative;
  margin: 0;
  padding: 128px 0 0;
  font-family: 'HurmeGeometricSans1', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: black;
  background: #fff;
}

@media screen and (max-width: 500px) {
  body {
    padding: 68px 0 0;
  }
}

body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 1px;
  height: 100%;
  background-color: green;
  z-index: 1000;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1752px;
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  transform-style: preserve-3d;
}

.btn span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 10px 15px;
  width: 180px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: black;
  background-color: white;
  border: 1px solid #005baa;
  transition: all 0.5s;
  transform-origin: right;
  transform: translateX(-100%) rotateY(90deg);
}

.btn span:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  color: white;
  background-color: #005baa;
  border: 1px solid #005baa;
  transition: all 0.5s;
  transform-origin: left;
  transform: translateX(0) rotateY(0deg);
}

.btn:hover span:first-of-type {
  transform: translateX(0) rotateY(0deg);
}

.btn:hover span:last-of-type {
  transform: translateX(100%) rotateY(90deg);
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
}

.main-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0 23px;
  transition: all 0.3s;
}

.main-header__wrap.on-scroll {
  padding: 4px 0 0;
}

.main-menu-wrap {
  margin-right: auto;
  margin-left: 18.8%;
  margin-top: -10px;
}

.main-menu-wrap .btn {
  display: none;
}

.main-menu-wrap.fixed {
  overflow-y: auto;
  position: fixed;
  top: 138px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 80%;
  background-color: white;
  z-index: 1001;
  box-shadow: -4px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}

.main-menu-wrap.fixed .btn {
  display: inline-block;
}

.main-menu-wrap.fixed .main-menu {
  display: block;
}

.main-menu-wrap.fixed .main-menu a {
  margin-bottom: 30px;
  text-align: center;
}

.main-menu {
  display: flex;
  align-items: center;
}

.main-menu a {
  display: block;
  padding: 0 32.4px;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  transition: all 0.3s;
}

.main-menu a:hover,
.main-menu li.current-menu-item a {
  color: #005fa7;
}

.main-menu li.current-menu-item a {
  font-weight: bold;
}

.main-header__wrap .btn {
  width: 180px;
  height: 64px;
  text-align: center;
}

@media screen and (max-width: 1800px) {
  .main-menu-wrap {
    margin-left: auto;
  }
}

@media screen and (max-width: 1500px) {
  .main-menu a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1100px) {
  .main-menu-wrap {
    display: none;
    transform: translateX(100%);
  }
}

@media screen and (max-width: 660px) {
  .main-header__wrap .btn {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .main-menu-wrap.fixed {
    top: 76px;
    width: 80%;
    height: auto;
    padding: 80px 0;
  }

  .main-header__wrap {
    padding: 4px 0 0;
  }

  .logo {
    width: 120px;
  }

  .on-scroll .logo {
    transform: scale(1);
  }
}

.page-intro {
  position: relative;
  height: 638px;
}

.page-intro img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-intro__content {
  position: relative;
  z-index: 2;
}

.page-intro__title {
  margin-bottom: 20px;
  padding-top: 13.1%;
  font-weight: bold;
  font-size: 64px;
  line-height: 0.9;
  letter-spacing: -1.9px;
  text-transform: uppercase;
  color: #f9f9f9;
}

.page-intro__link.btn {
  border-radius: 4px;
}

.page-intro__link.btn span {
  padding: 22px 0;
  width: 341px;
  font-size: 18px;
}

.page-intro__link.btn span:first-of-type {
  color: white;
  background-color: #005fa7;
}

.page-intro__link.btn span:last-of-type {
  color: #005fa7;
  background-color: white;
}

.sandwitch-wrap {
  position: absolute;
  display: none;
  padding: 18px 10px;
  border-radius: 3px;
  z-index: 1001;
  transition: all 300ms;
}

.on-scroll .sandwitch-wrap {
  top: 9px;
}

.logo img {
  transition: all 300ms;
  height: auto;
}

.on-scroll .logo img {
  transform: scale(0.8);
}

@media screen and (max-width: 1100px) {
  .sandwitch-wrap {
    top: 40px;
    right: 230px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 660px) {
  .sandwitch-wrap {
    top: 40px;
    right: 40px;
  }
}

.sandwitch {
  position: relative;
  display: block;
  width: 13px;
  height: 10px;
  cursor: pointer;
}

.sandwitch-text {
  color: #005fa7;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  margin-right: 9px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sandwitch--active .sandwitch__line--top {
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 13px;
}

.sandwitch--active .sandwitch__line--bottom {
  top: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sandwitch__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transition: all linear 0.1s;
  background-color: #005fa7;
}

.sandwitch__line--top {
  top: -1px;
  width: 9px;
}

.sandwitch__line--bottom {
  top: 6px;
}

@media screen and (max-width: 992px) {
  .page-intro {
    height: 400px;
  }

  .page-intro__title {
    padding-top: 15%;
    font-size: 40px;
  }
}

@media screen and (max-width: 800px) {
  .page-intro {
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 0 18px 82px;
  }

  .page-intro__title {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .sandwitch-wrap {
    top: 7px;
  }

  .page-intro__title {
    font-size: 27px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }

  .page-intro__btn-container {
    width: 100%;
    position: relative;
  }

  .page-intro__link.btn span {
    padding: 19px 0;
    width: 306px;
  }
}

@media screen and (max-width: 450px) {
  .page-intro__link.btn span {
    padding: 19px 0;
    width: 255px;
  }
}

@media screen and (max-width: 500px) {
  .main-header__wrap .logo {
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .sandwitch-wrap {
    top: 7px;
    right: 7px;
  }
}

.main {
  padding-top: 64px;
  padding-bottom: 96px;
  overflow-x: hidden;
  background: linear-gradient(
    106.18deg,
    rgba(50, 111, 145, 0.068) 9.45%,
    rgba(50, 111, 145, 0.068) 26.39%,
    rgba(245, 130, 51, 0.076) 81.67%
  );
}

@media screen and (max-width: 600px) {
  .main {
    padding-top: 20px;
    padding-bottom: 37px;
  }
}

.advantages {
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.advantages__img {
  position: relative;
  width: 100%;
  height: 433px;
  overflow: hidden;
  z-index: 1;
}

.advantages__img::before {
  content: '';
  position: absolute;
  top: -453px;
  left: -437px;
  width: 0;
  height: 0;
  border: 400px solid transparent;
  border-right-color: white;
  border-right-width: 200px;
  transform: rotate(21deg);
  z-index: 2;
}

.advantages__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages__content {
  padding: 102px 110px 100px;
  max-width: 790px;
}

.advantages__title {
  margin-bottom: 7px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  font-size: 18px;
  font-weight: bold;
}

.advantages__content p {
  margin-bottom: 68px;
  line-height: 1.3;
}

.button {
  display: inline-block;
  padding: 10px 22px 12px 25px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #005fa7;
  border: 1px solid #005fa7;
  border-radius: 4px;
  transition: all 0.5s;
  white-space: nowrap;
}

.button:hover {
  color: black;
  background-color: white;
}

.button > span {
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 0.3px;
  color: white;
}

.button svg {
  position: relative;
  top: 2.6px;
  fill: white;
  transform: translateX(0);
  transition: all 1s;
}

.button:hover span {
  color: #005fa7;
}

.button:hover svg {
  transform: translateX(20px);
  fill: #005fa7;
  opacity: 0;
}

@media screen and (max-width: 1390px) {
  .advantages__content {
    padding: 102px 50px 100px;
  }
}

@media screen and (max-width: 1200px) {
  .advantages__img::before {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .advantages {
    flex-direction: column-reverse;
  }

  .advantages__img {
    height: auto;
  }

  .advantages__img img {
    position: static;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  }
}

@media screen and (max-width: 660px) {
  .advantages__content {
    padding-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .advantages__title {
    margin-bottom: 16px;
    line-height: 1.4;
  }

  .advantages__content {
    padding: 13px 30px 30px;
  }

  .advantages__content p {
    margin-bottom: 30px;
    line-height: 1.45;
  }

  .advantages__img {
    height: 480px;
  }

  .advantages__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: -233px top;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }

  .main .button {
    padding: 10px;
    text-align: center;
  }

  .main .button > span {
    /* display: block; */
    margin-right: 0;
  }

  /* .button svg {
		display: none;
	} */
}

@media screen and (max-width: 460px) {
  .main .button {
    width: 290px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 22px;
  }

  .main .button span > span {
    display: block;
    text-align: left;
  }

  .main .button svg {
    top: 0;
  }
}

.trova {
  display: flex;
  justify-content: center;
  padding: 60px 0 50px;
}

.trova__title {
  margin-bottom: 104px;
  padding-top: 15.9%;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -1px;
  max-width: 720px;
  text-align: right;
}

.trova__title strong {
  color: #005fa7;
}

.trova__content {
  position: relative;
  left: 23px;
  text-align: right;
}

.trova__img {
  position: relative;
  top: -5px;
  left: 83px;
}

@media screen and (max-width: 1300px) {
  .trova__content,
  .trova__img {
    position: static;
  }
}

@media screen and (max-width: 992px) {
  .trova {
    display: block;
  }

  .trova__img {
    text-align: center;
  }

  .trova__content {
    text-align: center;
  }

  .trova__title {
    max-width: initial;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .trova {
    padding: 51px 0 55px;
  }

  .trova__img {
    max-width: 220px;
    margin: 0 auto 45px;
  }

  .trova__title {
    font-size: 26px;
    padding-top: 0;
    margin-bottom: 30px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 460px) {
  .trova .button {
    width: 279px;
    margin: 0 auto;
  }
}

.telecomunicazione {
  position: relative;
  top: -10px;
}

.telecomunicazione img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.telecomunicazione__content {
  position: relative;
  padding: 165px 182px 160px;
  z-index: 2;
}

.telecomunicazione__title {
  margin-bottom: 91px;
  max-width: 526px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: -1px;
}

@media screen and (max-width: 992px) {
  .telecomunicazione__content {
    padding: 165px 15px;
  }
}

@media screen and (max-width: 660px) {
  .telecomunicazione img {
    position: relative;
    height: 483px;
    object-position: -953px top;
  }

  .telecomunicazione__title {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
    padding-left: 47px;
    padding-right: 13px;
  }

  .telecomunicazione__content {
    padding: 41px 0px 41px 0px;
  }

  .telecomunicazione__content .button {
    margin: 0 auto;
    display: block;
    width: 390px;
  }
}

@media screen and (max-width: 460px) {
  .telecomunicazione__content .button {
    display: flex;
    width: 279px;
  }
}

.academy {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.academy__content {
  position: relative;
  padding: 90px 96px 90px;
  width: 48%;
  text-align: right;
  background-color: #005fa7;
}

.academy__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: -849px;
  width: 0;
  height: 0;
  border: 700px solid transparent;
  border-right-color: #005fa7;
  /*border-right-color: red;*/
  border-right-width: 150px;
  transform: rotate(0deg);
  z-index: 1;
}

.academy__img {
  position: relative;
  width: 52%;
}

.academy__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.academy__title {
  margin-bottom: 94px;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: right;
  color: white;
}

.academy .button {
  color: #005fa7;
  background-color: white;
}

.academy .button svg {
  fill: #005fa7;
}

.academy .button span {
  font-weight: bold;
  color: #005fa7;
}

@media screen and (max-width: 992px) {
  .academy {
    display: block;
  }

  .academy__img {
    position: static;
    width: auto;
    height: 480px !important;
    background-color: #005fa7;
  }

  .academy__img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  }

  .academy__content {
    padding: 60px 15px;
    width: auto;
    text-align: center;
  }

  .academy__title {
    text-align: center;
  }
}

@media screen and (max-width: 950px) {
  .academy__content .button {
    text-align: left;
  }
}

@media screen and (max-width: 660px) {
  .academy {
    margin-top: 0;
  }

  .academy__content {
    padding: 0 15px 60px;
    text-align: left;
  }

  .academy__img img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }

  .academy__title {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
    text-align: left;
  }
}

@media screen and (max-width: 460px) {
  .academy__content .button {
    width: 279px;
  }
}

.main-footer {
  background-color: #fff;
  overflow: hidden;
}

.main-footer__wrap {
  display: flex;
  justify-content: space-between;
  padding: 84px 10px 0;
}

.main-footer__content {
  margin-bottom: 105px;
  width: 49.3%;
}

.main-footer__form {
  width: 50.7%;
}

.main-footer__title {
  margin-bottom: 30px;
  font-size: 32px;
  letter-spacing: -1px;
}

.address {
  display: flex;
  justify-content: space-between;
  font-family: 'Graphik-Regular', sans-serif;
  font-size: 20px;
}

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

.address h4 {
  font-family: 'Graphik-Medium', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.address__item:first-of-type {
  width: 354px;
}

.address__item:last-of-type {
  width: 385px;
}

.address__item p {
  margin-bottom: 27px;
}

@media screen and (max-width: 1600px) {
  .address {
    display: block;
  }

  .address__item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 992px) {
  .main-footer__wrap {
    display: block;
  }

  .main-footer__content,
  .main-footer__form {
    width: auto;
  }

  .main-footer__content {
    margin-bottom: 0;
  }

  .address {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .address {
    display: block;
  }

  .address__item {
    font-size: 18px;
  }

  .address__item h4 {
    font-size: 18px;
  }

  .main-footer__wrap {
    padding-top: 50px;
  }

  .main-footer__content {
    margin-bottom: 30px;
  }

  .main-footer__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 576px) {
  .address__item:first-of-type,
  .address__item:last-of-type {
    width: auto;
  }
}

.form {
  margin-top: -24px;
}

.form-group--flex {
  display: flex;
  justify-content: space-between;
}

.form-group--flex .form-group {
  width: 31.9%;
}

.form-group input[type='text'],
.form-group input[type='email'],
.form-group input[type='tel'],
.form-group textarea {
  width: 100%;
  height: 70px;
  font-size: 16px;
  border: none;
  opacity: 0.3;
  border-bottom: 1px solid #000;
}

.form-group input[type='text']:focus,
.form-group input[type='email']:focus,
.form-group input[type='tel']:focus,
.form-group textarea:focus {
  outline: none;
  opacity: 1;
}

.form-group textarea {
  padding-top: 26px;
}

.form-group {
  margin-bottom: 14px;
}

.form-group__footer {
  display: flex;
  margin-left: 7px;
  padding-top: 45px;
}

.form__submit {
  position: relative;
  margin-right: 19px;
  width: 131px;
  height: 47px;
  background-color: #005fa7;
  transition: all 0.5s;
  border-radius: 6px;
  overflow: hidden;
  min-width: 140px;
}

.form__submit:hover {
  background-color: #013f6f;
}

.form__submit::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 22px;
  width: 20px;
  height: 20px;
  background-image: url('../i/static/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(0);
  transition: all 0.4s;
  opacity: 1;
}

.form__submit:hover::after {
  transform: translateX(20px);
  opacity: 0;
}

.form__submit input[type='submit'] {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.form__submit input[type='submit']:disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

.form__submit input[type='submit']:disabled:hover::after {
  transform: translateX(0);
}

@media screen and (max-width: 1200px) {
  .main-footer-top__wrap {
    display: block;
  }

  .main-footer__item {
    width: auto;
  }

  .main-footer__item:last-of-type {
    padding-left: 0;
  }

  .address {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 576px) {
  .address {
    display: block;
  }

  .address__item {
    margin-bottom: 20px;
    width: auto;
  }

  .address__item:first-of-type {
    margin-right: 0;
  }

  .form-group--flex {
    display: block;
  }

  .form-group--flex .form-group {
    width: auto;
  }

  .form input[type='submit'] {
    margin-right: 10px;
  }
}

.main-footer-bottom__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  padding-bottom: 50px;
}

.form .privacy {
  margin-top: 19px;
  margin-bottom: 44px;
  font-family: Graphik-Regular, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #5e5e5e;
}

.form .privacy input[type='checkbox'] {
  display: none;
}

.form .privacy input[type='checkbox']:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

.form .privacy .wpcf7-list-item-label {
  position: relative;
  padding-left: 42px;
  display: block;
  cursor: pointer;
  letter-spacing: 0.1px;
}

.form .privacy .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

@media screen and (max-width: 576px) {
  .form .privacy .wpcf7-list-item-label::before {
    top: 5px;
  }
}

.form .privacy .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 11px;
  height: 8px;
  background-image: url(../i/static/check.svg);
  transition: all 0.3s;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .form__submit::after {
    right: 8%;
  }
}

@media screen and (max-width: 630px) {
  .form .privacy {
    margin-bottom: 23px;
  }

  .form__submit {
    margin-bottom: 40px;
    width: 100%;
  }

  .form-group__footer {
    flex-direction: column-reverse;
    padding-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .form .privacy .wpcf7-list-item-label::after {
    top: 12px;
  }
}

.form .privacy .wpcf7-list-item-label a {
  text-decoration: none;
  color: #000;
}

.main-footer__bottom {
  background: linear-gradient(
    106.18deg,
    rgba(50, 111, 145, 0.068) 9.45%,
    rgba(50, 111, 145, 0.068) 26.39%,
    rgba(245, 130, 51, 0.076) 81.67%
  );
}

.main-footer__bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  color: rgba(0, 0, 0, 0.65);
}

.copyright {
  font-family: Graphik-Regular, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.copyright a {
  font-family: Graphik-Medium, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: black;
}

.partner {
  display: flex;
  align-items: center;
  font-family: Graphik-Regular, sans-serif;
  font-size: 14px;
}

.partner a {
  display: block;
  margin-left: 20px;
}

@media screen and (max-width: 992px) {
  .main-footer__bottom-wrap {
    display: block;
  }

  .copyright {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 660px) {
  .partner {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner a {
    margin-left: 0;
  }
}

.block-animate-fade {
  opacity: 0;
  transition: all 0.6s;
}

.block-animate-fade.active {
  opacity: 1;
}

body.privacy-policy h1,
body.privacy-policy h2,
body.privacy-policy h3,
body.privacy-policy h4,
body.privacy-policy h5,
body.privacy-policy h6 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.page-about {
  background: linear-gradient(
    106.18deg,
    rgba(50, 111, 145, 0.068) 9.45%,
    rgba(50, 111, 145, 0.068) 26.39%,
    rgba(245, 130, 51, 0.076) 81.67%
  );
}

.about-intro {
  position: relative;
  padding: 60px 100px 146px;
}

.about-intro img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.about-intro__content {
  position: relative;
  text-align: right;
  color: white;
  z-index: 2;
}

.about-intro__title {
  position: relative;
  left: -100px;
  display: table;
  margin-left: auto;
  margin-bottom: 47px;
  font-size: 64px;
  line-height: 0.9;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -1px;
}

.about-intro__title strong {
  color: #8bcdff;
}

.about-intro__text {
  display: table;
  margin-left: auto;
  width: 630px;
  text-align: justify;
}

.about-intro__text p {
  margin-bottom: 8px;
  line-height: 1.3;
}

.about-intro__text .button {
  margin-top: 75px;
}

@media screen and (max-width: 1200px) {
  .about-intro__title {
    left: 0;
    text-align: right;
    z-index: 3;
  }

  .about-intro__text {
    position: relative;
    width: auto;
    z-index: 3;
  }

  .about-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .about-intro {
    padding: 35px 30px;
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .about-intro__title {
    position: static;
    display: block;
    font-size: 40px;
    text-align: left;
  }

  .about-intro::before {
    display: none;
  }

  .about-intro img {
    object-position: center right;
  }
}

@media screen and (max-width: 400px) {
  .about-intro__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .about-intro__text .button {
    margin-top: 25px;
  }
}

.staffs {
  margin: 0 auto 55px;
  padding-top: 57px;
  padding-left: 120px;
  max-width: 1700px;
}

.staffs__header {
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.staffs__title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.staffs__category {
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  color: #005fa7;
}

.staffs__wrap {
  display: flex;
  flex-wrap: wrap;
}

.staffs__item {
  margin-right: 3.2%;
  margin-bottom: 47px;
  width: 22.1%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}

.staffs__item:nth-of-type(4n) {
  margin-right: 0;
}

.staffs__img {
  position: relative;
  height: 373px;
}

.staffs__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staffs__content {
  padding: 21px 20px 25px 28px;
  background-color: white;
}

.staffs__item-title {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #005fa7;
}

.staffs__prof {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
  letter-spacing: 0.4px;
}

.staffs__link {
  position: relative;
  display: block;
  height: 31px;
  line-height: 0.6;
  transition: all 0.2s;
}

.staffs__link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  z-index: 1;
}

.staffs__icon {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  transition: all 0.8s;
  z-index: 30;
}

.staffs__icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: white;
  z-index: 1;
}

.staffs__icon img {
  position: relative;
  z-index: 10;
}

.staffs__item:hover {
  box-shadow: 0 4px 14px rgba(9, 30, 43, 0.2);
}

.staffs__item:hover .staffs__link::after {
  width: 100%;
  background-color: #2867b2;
}

.staffs__item:hover .staffs__icon {
  transform: translateX(-350%);
  z-index: 10;
}

@media screen and (max-width: 1630px) {
  .staffs__item {
    margin-right: 3%;
    width: 30%;
  }

  .staffs__item:nth-of-type(4n) {
    margin-right: 3%;
  }

  .staffs__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1280px) {
  .staffs__item {
    margin-right: 5%;
    width: 45%;
  }

  .staffs__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .staffs__item:nth-of-type(4n) {
    margin-right: 0;
  }

  .staffs__item:nth-of-type(3n) {
    margin-right: 5%;
  }
}

@media screen and (max-width: 992px) {
  .staffs {
    padding: 60px 15px;
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .staffs {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .staffs__header {
    padding-bottom: 0;
    margin-bottom: 33px;
  }

  .staffs__title {
    font-size: 26px;
    padding-bottom: 20px;
  }

  .staffs__wrap {
    display: block;
  }

  .staffs__item {
    margin: 0 auto 40px;
    width: auto;
    max-width: 400px;
  }

  .staffs__item-title {
    font-size: 20px;
  }

  .staffs__prof {
    font-size: 20px;
  }

  .staffs__icon img {
    height: 28px;
  }

  .staffs__item:nth-of-type(2n) {
    margin: 0 auto 40px;
  }

  .staffs__item:nth-of-type(3n) {
    margin: 0 auto 40px;
  }

  .staffs__item:nth-of-type(4n) {
    margin: 0 auto 40px;
  }
}

.strengths {
  position: relative;
  left: 10px;
  margin-bottom: 133px;
  padding: 130px 159px 83px;
  text-align: center;
  color: white;
  background-color: #005fa7;
  border-radius: 10px;
}

.strengths__title {
  margin-bottom: 134px;
  font-size: 30px;
  line-height: 0.9;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.6px;
}

.strengths__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.strengths__item {
  margin-right: 5%;
  margin-bottom: 126px;
  width: 28%;
  text-align: center;
}

.strengths__item:nth-of-type(4) img {
  margin-bottom: 29px;
}

.strengths__item:nth-of-type(5) img {
  margin-bottom: 29px;
}

.strengths__item img {
  margin-bottom: 51px;
}

.strengths__item h4 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}

.strengths .button {
  position: relative;
  top: -22px;
  left: 16px;
  background-color: white;
  padding: 10px 22px 10px 25px;
}

.strengths .button span {
  font-weight: bold;
  color: #005fa7;
}

.strengths .button svg {
  fill: #005fa7;
}

@media screen and (max-width: 1500px) {
  .strengths {
    left: 0;
    margin-bottom: 60px;
    padding: 120px 52px;
  }

  .strengths__item {
    width: 40%;
  }

  .strengths__item:last-of-type {
    margin-right: 0;
    width: 40%;
  }
}

@media screen and (max-width: 992px) {
  .strengths__wrap {
    display: block;
  }

  .strengths__item {
    margin: 0 auto 100px;
    max-width: 400px;
    width: auto;
  }

  .strengths__item:last-of-type {
    margin-right: auto;
    width: auto;
  }

  .strengths .button {
    position: static;
  }
}

@media screen and (max-width: 660px) {
  .strengths {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .strengths__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 47px;
  }

  .strengths__item h4 {
    font-size: 24px;
  }

  .strengths__item img {
    width: 75px;
    margin-bottom: 30px;
  }

  .strengths__item h3 {
    font-size: 16px;
  }

  .strengths {
    padding: 35px 52px 70px;
  }

  .strengths__wrap + .button {
    display: none;
  }
}

.page-occupation {
  overflow-x: hidden;
}

.page__intro-btn {
  display: none;
}

.c-container {
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
}

.page-intro__title--content {
  position: relative;
  z-index: 2;
  max-width: 925px;
  margin: 0 auto;
  text-align: center;
  padding-top: 18%;
}

.page-head-content {
  background: rgba(0, 95, 167, 0.1);
}

.page-head-text {
  font-weight: 600;
  font-size: 26.5px;
  line-height: 125%;
  padding: 113px 0 112px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000;
}

@media screen and (max-width: 600px) {
  .page-head-text {
    padding: 36px 13px;
    font-size: 20px;
    text-align: left;
  }

  .page-occupation .page-intro__title {
    font-size: 30px;
    text-align: left;
    line-height: 100%;
    margin-bottom: 40px;
  }

  .page__intro-btn {
    display: inline-block;
    z-index: 10;
    position: relative;
  }
}

@media screen and (max-width: 450px) {
  .page-occupation .page-intro__title {
    font-size: 26px;
  }
}

.why {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 69px 0 100px;
}

.why__item {
  line-height: 90%;
  text-transform: uppercase;
  text-align: center;
}

.why__item:last-child {
  margin-left: -45px;
}

.why__strong {
  font-weight: bold;
  font-size: 64px;
  letter-spacing: -0.03em;
  margin-bottom: 35px;
  padding-top: 10px;
  color: #005fa7;
}

.why__text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #000;
}

@media screen and (max-width: 1050px) {
  .why__strong {
    font-size: 50px;
  }

  .why__text {
    font-size: 18px;
  }

  .why__item:last-child {
    margin-left: 0px;
  }
}

@media screen and (max-width: 810px) {
  .why {
    flex-wrap: wrap;
    position: relative;
    padding-right: 170px;
  }

  .why__item {
    flex-basis: 45%;
    margin-bottom: 40px;
    text-align: left;
  }

  .why__item:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }

  .why__strong {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .why {
    margin-bottom: 10px;
    padding-right: 0;
    justify-content: space-around;
  }

  .why__item {
    padding-left: 20px;
  }

  .why__item:last-child {
    margin-top: 30px;
    position: relative;
    flex-basis: 100%;
    padding-left: 0;
    text-align: center;
  }

  .why__strong {
    font-size: 48px;
  }
}

.services__content {
  margin: 0 -35px;
  display: flex;
  margin-bottom: 60px;
}

.services__content p {
  text-align: justify;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.services__column {
  flex-basis: 33.333%;
  padding: 0 35px;
}

.services__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 90%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 47px;
}

.services__button {
  text-align: center;
}

.services__button .button {
  width: 272px;
  display: inline-flex;
  justify-content: space-between;
}

.services-telephony {
  background: #f4f4f4;
  margin-top: 112px;
  margin-bottom: 46px;
  padding: 73px 0 98px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.services-telephony__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 90%;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  color: #000;
}

.services-telephony__subtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.services-telephony__subtitle a {
  color: inherit;
  text-decoration: none;
}

.services-telephony__subtitle a:hover {
  text-decoration: underline;
}

.services-telephony__text {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  max-width: 1090px;
  margin: 0 auto;
  color: #282828;
}

.services-telephony__text a {
  color: inherit;
  text-decoration: none;
}

.services-telephony__text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .services__content {
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 50px 0;
  }

  .services__column {
    flex-basis: 100%;
    margin-bottom: 40px;
  }

  .services__title {
    margin-bottom: 20px;
    /* font-size: 25px; */
  }

  .services-telephony {
    margin: 40px 0;
  }
}

@media screen and (max-width: 550px) {
  .page-associates .page-intro img {
    object-position: top left;
  }

  .services__content {
    padding-bottom: 0;
  }

  .services-telephony {
    padding-bottom: 70px;
  }

  .services-telephony__title {
    padding: 0 5px;
    margin-bottom: 30px;
  }

  .services-telephony__subtitle {
    margin-bottom: 30px;
  }
}

.offer__item {
  padding: 23px 0 12px;
}

.offer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offer__item:nth-child(2n) {
  background: #f4f4f4;
}

.offer__content {
  padding-top: 4px;
  padding-right: 15px;
}

.offer__item:last-child .offer__content {
  margin-top: -10px;
}

.offer__item:last-child .offer__cta {
  margin-top: -22px;
}

.offer__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 90%;
  margin-bottom: 12px;
}

.offer__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #282828;
}

.offer__cta {
  margin: -8px 99px 0 auto;
}

.offer__img {
  flex: 0 0 237px;
  width: 237px;
  display: block;
  margin-right: 5px;
}

@media screen and (max-width: 1050px) {
  .offer__cta {
    margin: 0 15px 0 0;
  }

  .offer__item:last-child .offer__cta {
    margin-top: 0;
  }
}

@media screen and (max-width: 820px) {
  .offer__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .offer__container img {
    display: inline-block;
    margin-bottom: 30px;
  }

  .offer__content {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    order: 2;
  }

  .offer__img {
    order: 1;
    flex-basis: auto;
    margin-bottom: 40px;
  }

  .offer__cta {
    order: 3;
  }
}

@media screen and (max-width: 600px) {
  .offer__list {
    padding: 0 15px;
  }

  .offer__item {
    padding: 25px 0;
  }

  .offer__img {
    width: 100%;
  }

  .offer__img img {
    width: 100%;
  }
}

/* page-associates */
.page-associates__title {
  max-width: 100%;
  padding-top: 20%;
}

.associates {
  padding: 95px 0 0;
}

.associates__title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 90%;
  margin-bottom: 70px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.associates__button {
  text-align: center;
}

.associates__button .button {
  padding-top: 13px;
}

.associates__list {
  padding-bottom: 16px;
}

.associates__item {
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  background: #005baa;
  margin-bottom: 44px;
}

.associates__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.associates__item-content {
  flex: 0 0 395px;
  padding: 66px;
  color: #fff;
}

.associates__item-title {
  font-size: 24px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.associates__item-info {
  line-height: 150%;
  letter-spacing: 0.02em;
}

.associates__item-info li {
  margin-bottom: 11px;
}

.associates__item-info strong {
  font-weight: bold;
}

.associates__video {
  flex: 1 1 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 37.85%;
  height: 0;
}

.associates__video iframe,
.associates__video-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.associates__video-link {
  display: block;
  cursor: pointer;
}

.associates__video-link:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%) scale(0.95);
}

.associates__video-link:hover::after {
  transform: translate(-38%, -50%) scale(0.95);
}

.associates__video-link::before {
  z-index: 10;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 4px solid #fff;
  transition: all 0.4s;
}

.associates__video-link::after {
  z-index: 10;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%) scale(1);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29.5px 0 29.5px 55px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.4s;
}

.associates__stories {
  background: rgba(0, 95, 167, 0.1);
  padding: 100px 0;
  margin-top: 100px;
}

.associates__stories .associates__item {
  background-color: transparent;
  margin-bottom: 113px;
}

.associates__stories .associates__item:last-child {
  margin-bottom: 70px;
}

.associates__stories .associates__item:nth-child(2n) .associates__item-content {
  padding-left: 256px;
}

.associates__stories .associates__item-content {
  color: #000;
  align-self: flex-start;
  justify-self: center;
  flex: 0 0 590px;
  padding: 4px;
  padding-left: 63px;
}

.associates__stories .associates__title {
  margin-bottom: 96px;
}

.associates__stories .associates__video {
  padding-bottom: 32%;
}

.page-associates__head-content {
  display: none;
}

@media (max-width: 1200px) {
  .associates__stories .associates__item-content {
    flex-basis: 30%;
  }

  .associates__stories
    .associates__item:nth-child(2n)
    .associates__item-content {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .associates__item {
    flex-direction: column-reverse;
  }

  .associates__item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .associates__item-content {
    align-self: flex-start;
  }

  .associates__video {
    padding-bottom: 56.85%;
  }

  .associates__stories .associates__item {
    flex-direction: column;
  }

  .associates__stories .associates__video {
    padding-bottom: 56.85%;
    margin-bottom: 30px;
  }

  .associates__stories
    .associates__item:nth-child(2n)
    .associates__item-content {
    padding-left: 63px;
  }
}

@media screen and (max-width: 700px) {
  .associates {
    padding: 50px 0 0;
  }

  .associates__title {
    font-size: 22px;
  }

  .associates__title--first {
    display: none;
  }

  .associates__item-content {
    padding: 33px;
    flex-basis: auto;
  }

  .page-associates__title {
    text-align: left;
  }

  .page-associates__head-content {
    display: block;
  }

  .associates__video-link::before {
    width: 88px;
    height: 88px;
  }

  .associates__video-link::after {
    z-index: 10;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%) scale(1);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 40px;
    border-color: transparent transparent transparent #fff;
    transition: all 0.4s;
  }

  .associates__stories {
    padding: 50px 0;
  }

  .associates__stories .associates__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .associates__stories .associates__item-content {
    display: none;
  }

  .associates__list {
    padding-bottom: 10px;
  }

  .associates__item {
    margin-bottom: 30px;
  }

  .associates__stories {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .associates__stories .associates__item {
    margin-bottom: 40px;
  }

  .associates__stories .button {
    display: none;
  }
}

/* page-academy */
.page-academy {
  margin-bottom: 30px;
}

.academy__title {
  letter-spacing: -0.01em;
}

.page-academy .page-head-text {
  padding: 91px 43px 100px;
}

.page-academy__title {
  max-width: 100%;
  padding-top: 15.5%;
}

.formation {
  padding: 70px 0;
  overflow-x: hidden;
}

.formation__header {
  margin: 0 auto 74px;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  max-width: 1560px;
  color: #282828;
}

.formation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -15px;
  padding: 0 10px;
}

.formation__item {
  margin: 0 15px 30px;
  flex: 0 1 calc(50% - 30px);
  background: rgba(0, 95, 167, 0.1);
  border-radius: 10px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #282828;
}

.formation__item p {
  text-align: justify;
}

.formation__item-header {
  background: #005baa;
  border-radius: 10px 10px 0px 0px;
  padding: 22px 60px 22px 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.formation__item-header:hover .formation__item-btn::before {
  left: -5px;
}

.formation__item-header:hover .formation__item-btn::after {
  right: -5px;
}

.formation__item-btn {
  color: white;
  font-weight: bold;
  position: relative;
  transform: scale(1.1);
}

.formation__item-btn::before,
.formation__item-btn::after {
  display: inline-block;
  position: absolute;
  top: -1px;
  transition: all 500ms;
}

.formation__item-btn::before {
  content: '[';
  left: -8px;
}

.formation__item-btn::after {
  content: ']';
  right: -8px;
}

.formation__item-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 90%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}

.formation__item-body {
  padding: 43px 50px 50px;
}

.formation__item-body b {
  margin: 24px 0 3px;
  display: inline-block;
  color: #005baa;
}

.formation__item-body ul {
  margin-top: 3px;
}

.formation__item-body p,
.formation__item-body li {
  margin-bottom: 14px;
}

.formation__item-body li::before {
  content: '';
  display: inline-block;
  margin: 0 8px 0 7px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}

@media screen and (max-width: 1050px) {
  .formation__item-body {
    display: none;
  }
}

.academy-gallery {
  text-align: center;
  background: linear-gradient(
    106.18deg,
    rgba(50, 111, 145, 0.068) 9.45%,
    rgba(50, 111, 145, 0.068) 26.39%,
    rgba(245, 130, 51, 0.076) 81.67%
  );
  padding: 80px 0 70px;
}

.academy-gallery__body {
  padding: 60px 0;
  background: linear-gradient(
    144deg,
    rgba(247, 245, 244, 1) 0%,
    rgba(247, 245, 244, 1) 32%,
    rgba(0, 91, 170, 1) 32%,
    rgba(0, 91, 170, 1) 100%
  );
  transition: all 0.6s;
  background-size: 200% 100%;
}

.academy-gallery__body:hover {
  background-position-x: 100%;
}

.academy-gallery__body:hover .academy-gallery__title {
  color: #fff;
}

.academy-gallery__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 90%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 70px;
  transition: color 500ms;
}

.academy-gallery__list {
  padding: 0 46px 0 37px;
  display: flex;
  flex-wrap: wrap;
}

.academy-gallery__list:hover .academy-gallery__item::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.academy-gallery__item {
  position: relative;
  padding-bottom: 23%;
  flex: 1 1 33.3333%;
  width: 33.3333%;
}

.academy-gallery__item::after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  transition: all 0.5s;
}

.academy-gallery__item:hover::after {
  transition: all 500ms;
  background-color: transparent !important;
}

.academy-gallery__link {
  display: block;
}

.academy-gallery__img {
  position: absolute;
  display: block;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}

.academy-gallery__img:hover {
  transform: scale(1.03);
  z-index: 10;
}

@media screen and (max-width: 1050px) {
  .formation__item {
    flex-basis: calc(100% - 30px);
  }
}

@media screen and (max-width: 850px) {
  .page-academy {
    margin-bottom: 0;
  }

  /* .page-academy .page-intro {
		height: 400px;
	} */
  .academy-gallery {
    padding: 30px 0;
  }

  .academy-gallery__body {
    padding: 30px 0;
  }

  .academy-gallery__list {
    padding: 0;
  }

  .academy-gallery__item {
    flex-basis: 50%;
    width: 50%;
    padding-bottom: 33%;
  }
}

@media screen and (max-width: 600px) {
  .academy-gallery__body {
    padding-top: 0;
  }

  .academy-gallery__title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .page-academy__title {
    text-align: left;
  }

  .page-academy .page-head-text {
    padding: 45px 0px 54px;
  }
}

@media screen and (max-width: 500px) {
  .academy-gallery__item {
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 70%;
    font-size: 25px;
  }
}

@media screen and (max-width: 400px) {
  .formation {
    padding: 30px 0;
  }

  .formation__item-header {
    padding: 22px;
  }

  .formation__item-title {
    font-size: 18px;
  }

  .formation__item-body {
    padding: 20px;
  }
}

/* Page Eventi */
.page-eventi__title {
  padding-top: 17%;
}

.eventi__content {
  padding: 135px 0 96px;
}

.eventi__elenco {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 0 -5px;
  padding: 0 10px;
}

.eventi__item {
  flex: 0 1 calc(33.3333% - 10px);
  border: 1px solid rgba(0, 91, 170, 0.3);
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  padding-bottom: 15.5%;
  margin-right: 10px;
  transition: all 300ms;
  animation-duration: 400ms;
}

.eventi__item:hover {
  background: #e5eff6;
  border: 1px solid #005baa;
}

.eventi__item-inner {
  color: #000;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}

.eventi__item-title {
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
  font-weight: bold;
}

.eventi__item-subtitle {
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1200px) {
  .eventi__content {
    padding: 92px 0 0px;
  }
}

@media screen and (max-width: 1060px) {
  .eventi__item-title,
  .eventi__item-subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .eventi__item {
    flex-basis: calc(50% - 10px);
    padding-bottom: 30%;
  }

  .eventi__item-title,
  .eventi__item-subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 660px) {
  .eventi__content {
    padding-top: 50px;
  }

  .eventi__item {
    flex-basis: calc(100% - 10px);
    padding-bottom: 50%;
  }

  .page-eventi__title {
    padding-top: 0;
    text-align: left;
  }
}

/* Evento Page */
.evento {
  padding-top: 80px;
}

.evento__title {
  font-weight: bold;
  font-size: 52px;
  line-height: 90%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #005baa;
}

.evento__descr {
  font-weight: bold;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
  color: #000;
}

.evento-gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.evento-gallery__item {
  flex: 0 0 calc(25% - 12px);
  margin: 0 6px 12px;
  position: relative;
  padding-bottom: 15%;
  overflow: hidden;
  /* animation-duration: 300ms;
	animation-timing-function: ease-out; */
}

.evento-gallery__link {
  display: block;
}

.evento-gallery__img {
  position: absolute;
  display: block;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 500ms;
}

.evento-gallery__img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 850px) {
  .evento {
    padding-top: 40px;
  }

  .evento__title {
    font-size: 40px;
  }

  .evento-gallery__item {
    flex-basis: calc(33.3333% - 12px);
    padding-bottom: 25%;
  }
}

@media screen and (max-width: 650px) {
  .evento {
    padding-top: 10px;
  }

  .evento__title {
    font-size: 35px;
  }

  .evento__descr {
    font-size: 20px;
  }

  .evento-gallery__item {
    flex-basis: calc(50% - 12px);
    padding-bottom: 25%;
  }
}

@media screen and (max-width: 450px) {
  .evento__title {
    font-size: 30px;
  }

  .evento-gallery__item {
    flex-basis: calc(100% - 12px);
    padding-bottom: 50%;
  }
}

/* Page Group */
.page-group__title {
  padding-top: 17%;
  max-width: 1143px;
}

.page-group__descr {
  max-width: 1580px;
  padding: 90px 0 100px;
  margin: 0 auto;
  letter-spacing: -0.01em;
}

.group {
  padding-top: 57px;
}

.group__content {
  padding: 60px 49px 100px 77px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.group__rights {
  flex: 1 1 894px;
}

.group__rights-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 90%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #000;
}

.group__item-icon {
  flex: 0 0 114px;
  display: flex;
  justify-content: center;
  margin: 0 16px 0 -16px;
  transition: all 300ms;
}

/* .group__item-icon path {
	fill: rgba(0, 91, 170, 0);

	transition: all 300ms;
} */
.group__item-icon--filled path {
  animation-name: svgFill;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

@keyframes svgFill {
  0% {
    fill: rgba(0, 91, 170, 0);
  }

  100% {
    fill: rgb(0, 91, 170);
    stroke: rgba(0, 91, 170, 0);
  }
}

.group__item-text {
  flex: 1 1 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  height: 160px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #282828;
}

.group__rights-item:last-child .group__item-text {
  border-bottom: none;
}

.group__rights-item {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}

/* .group__rights-item:hover .group__item-icon path {
	fill: rgb(0, 91, 170);
} */
.group__form {
  flex: 0 1 690px;
  position: relative;
}

.group__form-content {
  position: absolute;
  /* right: 0; */
  margin-left: 140px;
}

.form--sidebar {
  width: 550px;
  background: #005baa;
  border-radius: 10px;
  color: #fff;
  padding: 54px 44px 0px;
}

.form--sidebar__title {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.03em;
}

.form--sidebar .form-group--flex {
  flex-direction: column;
}

.form--sidebar .form-group--flex .form-group {
  width: 100%;
}

.form--sidebar .form-group input[type='text'],
.form--sidebar .form-group input[type='email'],
.form--sidebar .form-group input[type='tel'],
.form--sidebar .form-group textarea {
  background: transparent;
  font-family: '"Graphik-Regular"';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  opacity: 1;
}

.form--sidebar .form-group input[type='text']::-webkit-input-placeholder,
.form--sidebar .form-group input[type='email']::-webkit-input-placeholder,
.form--sidebar .form-group textarea::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 1);
}

.form--sidebar .form-group input[type='text']:-ms-input-placeholder,
.form--sidebar .form-group input[type='email']:-ms-input-placeholder,
.form--sidebar .form-group textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 1);
}

.form--sidebar .form-group input[type='text']::placeholder,
.form--sidebar .form-group input[type='email']::placeholder,
.form--sidebar .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 1);
}

.form--sidebar .form__submit {
  flex: 0 0 141px;
}

.form--sidebar input[type='submit'] {
  background: #fff;
  color: #005baa;
}

.form--sidebar .form__submit::after {
  background-image: url('../i/static/arrow-right-blue.svg');
}

.form--sidebar .privacy {
  margin-top: 0;
  color: #fff;
}

.form--sidebar .privacy .wpcf7-list-item-label::before {
  top: 5px;
  border: 1px solid #fff;
}

.form--sidebar .privacy .wpcf7-list-item-label a {
  color: #fff;
}

.form--sidebar .privacy .wpcf7-list-item-label::after {
  top: 12px;
  background-image: url(../i/static/check-white.svg);
}

.group__cta {
  position: relative;
  height: 555px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}

.group__cta-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.group__cta-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 90%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  /* margin-bottom: 25px; */
  color: #fff;
}

.group__cta-link {
  display: block;
  background: #fff;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  width: 341px;
  height: 65px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms;
  color: #005fa7;
}

.group__cta-link:hover {
  background-color: rgba(255, 255, 255, 0.774);
}

@media screen and (max-width: 1620px) {
  .group__form-content {
    margin-left: 0;
  }

  .group__rights {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .group__rights {
    flex-basis: 50%;
  }

  .group__content {
    padding: 60px 0 100px 0;
  }

  .group__form-content {
    width: 400px;
  }
}

@media screen and (max-width: 1150px) {
  .group__rights-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1000px) {
  .group {
    padding-top: 0;
  }

  .group__content {
    flex-direction: column;
    padding-bottom: 0px;
  }

  .group__rights {
    margin-bottom: 40px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 630px) {
  .form--sidebar .form__submit {
    flex-basis: auto;
    width: 128px;
  }
}

@media screen and (max-width: 580px) {
  .group__rights-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .page-group__descr {
    padding: 36px 13px;
  }

  .form--sidebar__title {
    font-size: 22px;
  }

  .group__form-content {
    width: 100%;
  }

  .form--sidebar {
    width: 100%;
    padding: 54px 34px 20px;
  }

  .group__cta {
    margin-top: 20px;
    height: 300px;
  }

  .group__cta-title {
    font-size: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .page-group__title {
    text-align: left;
    padding-top: 25%;
  }
}

.page-contatti__header {
  padding: 70px 0 50px;
  text-align: center;
}

.page-contatti {
  background: linear-gradient(
    106.18deg,
    rgba(50, 111, 145, 0.068) 9.45%,
    rgba(50, 111, 145, 0.068) 26.39%,
    rgba(245, 130, 51, 0.076) 81.67%
  );
}

.page-contatti__content {
  padding: 10px 0;
}

.page-contatti__title {
  font-weight: bold;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #005baa;
}

.page-contatti__descr {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #282828;
}

@media screen and (max-width: 800px) {
  .page-contatti__title {
    font-size: 40px;
  }
}

.gmp_map_opts.active {
  pointer-events: all;
}

.gmp_map_opts {
  pointer-events: none;
}

@media (hover: none) {
  .gmp_map_opts {
    pointer-events: all;
  }
}

.map_render input {
  pointer-events: none !important;
}

.imapsSprite-group.imapsContainer-group.imapsTooltip-group.showTooltip:nth-of-type(4) {
  visibility: visible !important;
  opacity: 1 !important;
}

.imapsSprite-group.imapsContainer-group.imapsLabel-group {
  pointer-events: all !important;
}

/* @media (max-width:900px) {
	.map_aspect_ratio {
		padding-top: 0 !important;
		height: 487px !important;
	}
} */
@media (max-width: 900px) {
  .page-contatti__content {
    overflow-x: scroll;
  }

  /* .page-contatti__inner {
		width: 150% !important;
		max-width: 150% !important;

	} */

  .map_box {
    overflow-x: auto;
  }

  .map_aspect_ratio {
    padding-top: 120% !important;
  }
}

/* @media screen and (max-width:500px) {
	.page-contatti__inner {
		width: 200% !important;
		max-width: 200% !important;

	}
} */

foreignObject {
  position: relative;
  font-size: 15px;
}

foreignObject > div {
  padding: 15px 10px;
}

/*.map_box g.imapsSprite-group.imapsContainer-group.imapsTooltip-group[visibility="hidden"] {*/
/*	visibility: visible !important;*/
/*	opacity: 1 !important;*/
/*}*/
.imapsLabel foreignObject img {
  position: initial !important;
}

@media screen and (max-width: 400px) {
  .button {
    font-size: 10px;
  }
}
