@font-face {
  font-family: 'EuclidSquare-R';
  src: url('../font/EuclidSquare/EuclidSquare-Regular.eot');
  src: local('Euclid Square Regular'), local('EuclidSquare-Regular'), url('../font/EuclidSquare/EuclidSquare-Regular.eot?#iefix') format('embedded-opentype'), url('../font/EuclidSquare/EuclidSquare-Regular.woff2') format('woff2'), url('../font/EuclidSquare/EuclidSquare-Regular.woff') format('woff'), url('../font/EuclidSquare/EuclidSquare-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidSquare-SM';
  src: url('../font/EuclidSquare/EuclidSquare-SemiBold.eot');
  src: local('Euclid Square SemiBold'), local('EuclidSquare-SemiBold'), url('../font/EuclidSquare/EuclidSquare-SemiBold.eot?#iefix') format('embedded-opentype'), url('../font/EuclidSquare/EuclidSquare-SemiBold.woff2') format('woff2'), url('../font/EuclidSquare/EuclidSquare-SemiBold.woff') format('woff'), url('../font/EuclidSquare/EuclidSquare-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidSquare-B';
  src: url('../font/EuclidSquare/EuclidSquare-Bold.eot');
  src: local('Euclid Square Bold'), local('EuclidSquare-Bold'), url('../font/EuclidSquare/EuclidSquare-Bold.eot?#iefix') format('embedded-opentype'), url('../font/EuclidSquare/EuclidSquare-Bold.woff2') format('woff2'), url('../font/EuclidSquare/EuclidSquare-Bold.woff') format('woff'), url('../font/EuclidSquare/EuclidSquare-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidSquare-L';
  src: url('../font/EuclidSquare/EuclidSquare-Light.eot');
  src: local('Euclid Square Light'), local('EuclidSquare-Light'), url('../font/EuclidSquare/EuclidSquare-Light.eot?#iefix') format('embedded-opentype'), url('../font/EuclidSquare/EuclidSquare-Light.woff2') format('woff2'), url('../font/EuclidSquare/EuclidSquare-Light.woff') format('woff'), url('../font/EuclidSquare/EuclidSquare-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidSquare-M';
  src: url('../font/EuclidSquare/EuclidSquare-Medium.eot');
  src: local('Euclid Square Medium'), local('EuclidSquare-Medium'), url('../font/EuclidSquare/EuclidSquare-Medium.eot?#iefix') format('embedded-opentype'), url('../font/EuclidSquare/EuclidSquare-Medium.woff2') format('woff2'), url('../font/EuclidSquare/EuclidSquare-Medium.woff') format('woff'), url('../font/EuclidSquare/EuclidSquare-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body input:focus {
  outline: none;
}
body button:focus {
  outline: none;
}
.general__container {
  display: block;
  width: 100%;
  max-width: 1440px;
  padding: 0px .7vw;
  margin: 0 auto;
}
.general__banner {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 25rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.general__banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1f386b), color-stop(21.16%, rgba(31, 56, 107, 0.85)), color-stop(46.17%, rgba(31, 56, 107, 0.5)));
  background: linear-gradient(360deg, #1f386b 0%, rgba(31, 56, 107, 0.85) 21.16%, rgba(31, 56, 107, 0.5) 46.17%);
}
.general__banner-title {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-family: "EuclidSquare-B";
  font-size: 40px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 0;
  z-index: 9;
}
.svg__map path {
    transition: .3s;
}
.svg__map path.active {
    fill: #E41937;
  stroke: #ffffff;
  stroke-width: 100px;
}
.general__info {
  margin-top: 60px;
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  padding: 53px 75px;
}
.general__info-title {
  position: relative;
  font-family: "EuclidSquare-B";
  font-size: 26px;
  line-height: 33px;
  color: #1F386B;
  margin-bottom: 30px;
}
.general__info-title:before {
  content: '';
  position: absolute;
  height: 2.5rem;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  background: #E41937;
}
.general__info-txt {
  font-family: "EuclidSquare-L";
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #444444;
}
.general__info-txt span {
  font-family: "EuclidSquare-SM";
  font-size: 18px;
  line-height: 23px;
  color: #444444;
}
.general__info-txt i {
  font-family: "EuclidSquare-SM";
  font-style: unset;
  color: #E41937;
  position: relative;
}
.general__info-txt i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  background: #E41937;
}
.general__info-box {
  display: inline-block;
}
.general__info-box img {
  max-width: 100%;
}
.general__info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.general__info-flex .general__info-box img {
  margin-bottom: 2.5rem;
}
.general__info-flex .general__info-box:first-child {
  width: 100%;
  max-width: 570px;
  margin-right: 25px;
}
.general__info-flex .general__info-box:last-child {
  width: 100%;
  max-width: 570px;
  margin-left: 25px;
}
.general__info-buttons {
  margin-top: 2.5rem;
}
.general__info-buttons-btn {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  text-align: center;
  border-radius: 10px;
  background: #1F386B;
  -webkit-transition: .3s;
  transition: .3s;
  padding-top: 20px;
  padding-bottom: 22px;
  margin-right: 30px;
  font-family: "EuclidSquare-B";
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  text-decoration: none;
}
.general__info-buttons-btn:hover {
  background: #E41937;
  color: #ffffff;
  text-decoration: none;
}
.general__forms {
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 73px 77px;
  margin-top: 60px;
}
.general__form label {
  display: block;
  font-family: "EuclidSquare-B";
  font-size: 26px;
  line-height: 33px;
  color: #1F386B;
  margin-bottom: 10px;
}
.general__form-place {
  display: block;
  padding: 18px 32px;
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #EDEDED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-family: "EuclidSquare-L";
  font-size: 18px;
  line-height: 23px;
  color: #444444;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}
.general__form-place:hover {
  border-color: #E41937;
}
.general__form-place:focus {
  border-color: #E41937;
}
.general__form button[type="submit"] {
  font-family: "EuclidSquare-B";
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 220px;
  padding: 21px;
  background: #1F386B;
  border-radius: 10px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.general__form button[type="submit"]:hover {
  background: #E41937;
}
.general__connect {
  padding: 67px 69px;
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  width: 100%;
  max-width: 480px;
}
.general__connect button[type="submit"] {
  max-width: 100%;
}
.wrapper .header {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 999;
  background: #ffffff;
}
.wrapper .header-top {
  background: #E41937;
  padding: 13px 0;
}
.wrapper .header-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .header-top__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .header-top__content-left .l_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.5rem;
}
.wrapper .header-top__content-left .l_box img {
  margin-right: 10px;
}
.wrapper .header-top__content-left .l_box-text {
  font-family: "EuclidSquare-M";
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.wrapper .header-top__content-right .messengers {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.wrapper .header-top__content-right .messengers li {
  margin-left: 2.5rem;
}
.wrapper .header-top__content-right .messengers__link {
  text-decoration: none;
}
.wrapper .header-top__content-right .messengers__link img {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .header-top__content-right .messengers__link:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.wrapper .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 2px solid #F2F2F2;
}
.wrapper .header__container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .header__container-right .searching-lb {
  position: relative;
  margin-bottom: 0;
  height: 60px;
  width: 60px;
  border: 2px solid #EAEAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .header__container-right .searching-lb input {
  height: 100%;
  width: 100%;
  max-width: 100%;
  border: none;
  padding-left: 2.6rem;
}
.wrapper .header__container-right .searching-lb svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
}
.wrapper .header__container-right .searching-active {
  width: 475px;
}
.wrapper .header__container-right .header__btn {
  display: block;
  padding: 0px 25px;
  padding-top: 15px;
  padding-bottom: 17px;
  font-family: "EuclidSquare-B";
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  background: #1F386B;
  border: 2px solid #ffffff;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 20px;
}
.wrapper .header__container-right .header__btn:hover {
  background: #ffffff;
  border-color: #1F386B;
  color: #1F386B;
}
.wrapper .header__bottom {
  display: block;
  background: #1F386B;
}
.wrapper .header__bottom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .header__bottom-links {
  font-family: "EuclidSquare-R";
  display: block;
  padding-top: 19px;
  padding-bottom: 17px;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.wrapper .header__bottom-links:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background: #E41937;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .header__bottom-links:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper .header__bottom-links.active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper .section__begin {
  padding-top: 60px;
}
.wrapper .section__begin .begin__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrapper .section__begin .begin__container-box {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.wrapper .section__begin .begin__container-box:nth-child(2n+1) {
  margin-right: 150px;
}
.wrapper .section__begin .begin__container-box .box {
  position: relative;
  display: block;
  width: 570px;
  height: 21.3rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.wrapper .section__begin .begin__container-box .box-sc {
  position: relative;
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 50px;
  margin-top: -11.1rem;
  margin-left: 7.5rem;
  height: 21.3rem;
  max-width: 570px;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
}
.wrapper .section__begin .begin__container-box .box-sc img {
  margin-bottom: 1.1rem;
}
.wrapper .section__begin .begin__container-box .box-sc:hover {
  -webkit-box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.25);
}
.wrapper .section__begin .begin__container-box .box-sc:hover .box__subtitle {
  background: #E41937;
  color: #1F386B;
}
.wrapper .section__begin .begin__container-box .box-sc:hover .box__subtitle svg path {
  fill: #ffffff;
}
.wrapper .section__begin .begin__container-box .box__title {
  font-family: "EuclidSquare-B";
  font-size: 36px;
  line-height: 110%;
  color: #1F386B;
  margin-bottom: 4.5rem;
}
.wrapper .section__begin .begin__container-box .box__subtitle {
  font-family: "EuclidSquare-R";
  font-size: 22px;
  line-height: 28px;
  color: #B3B3B3;
  -webkit-transition: .3s;
  transition: .3s;
  background: #1F386B;
  border-radius: 20px 0px;
  position: absolute;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -1rem;
  right: -1px;
}
.wrapper .section__begin .begin__container-box .box__subtitle svg {
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .section__begin .begin__container-box .box__subtitle svg path {
  -webkit-transition: .3s;
  transition: .3s;
  fill: #ffffff;
}
.wrapper .section__about {
  padding-top: 40px;
}
.wrapper .section__about .about__slider {
  width: 100%;
  position: relative;
}
.wrapper .section__about .about__slider .swiper-container {
  position: relative;
}
.wrapper .section__about .about__slider .swiper-container:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#1f386b), color-stop(21.16%, rgba(31, 56, 107, 0.85)), color-stop(46.17%, rgba(31, 56, 107, 0.5)));
  background: linear-gradient(360deg, #1f386b 0%, rgba(31, 56, 107, 0.85) 21.16%, rgba(31, 56, 107, 0.5) 46.17%);
}
.wrapper .section__about .about__slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 63.3vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.wrapper .section__about .about__slider .swiper-mypag {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 90px;
  height: 15px;
}
.wrapper .section__about .about__slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wrapper .section__about .about__slider .swiper-pagination span {
  margin-left: 10px;
  position: relative;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}
.wrapper .section__about .about__slider .swiper-pagination span:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  background: #E41937;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .section__about .about__slider .swiper-pagination span:first-child {
  margin-left: 0;
}
.wrapper .section__about .about__slider .swiper-pagination-bullet-active:before {
  opacity: 1 !important;
}
.wrapper .section__about .about__slider-container {
  position: absolute;
  left: 83px;
  bottom: 97px;
  z-index: 9;
  width: 100%;
  max-width: 29.6rem;
}
.wrapper .section__about .about__slider-container-title {
  font-family: "EuclidSquare-B";
  font-size: 48px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.wrapper .section__about .about__slider-container-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .section__about .about__slider-container-btn {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 19px;
  border: 3px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-family: "EuclidSquare-B";
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
}
.wrapper .section__about .about__slider-container-btn:hover {
  background: #E41937;
  border-color: #E41937;
}
.wrapper .section__about .about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .section__about .about__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper .section__about .about__content-box div:first-child {
  margin-right: 15px;
  max-width: 810px;
}
.wrapper .section__about .about__content-box div:last-child {
  margin-left: 15px;
  width: 100%;
  max-width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px;
}
.wrapper .section__about .about__content-box div:last-child img {
  max-width: 100%;
  height: auto;
}
.wrapper .section__about .about__content-box div:last-child svg {
  max-width: 100%;
  height: auto;
}
.wrapper .section__about .about__content-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper .section__about .about__content-boxes div:first-child {
  margin-right: 14px;
  max-width: 600px;
}
.wrapper .section__about .about__content-boxes div:last-child {
  margin-left: 14px;
  max-width: 782px;
}
.wrapper .section__pages {
  padding-top: 2.5rem;
}
.wrapper .section__pages .services {
  padding: 0;
  margin: 0;
  padding-top: 60px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.wrapper .section__pages .services li {
  padding-left: 30px;
  padding-bottom: 30px;
  clear: both;
}
.wrapper .section__pages .services__box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 30px;
  height: 45rem;
}
.wrapper .section__pages .services__box-img {
  position: relative;
  width: 100%;
  height: 21rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.wrapper .section__pages .services__box-title {
  font-family: "EuclidSquare-B";
  font-size: 26px;
  line-height: 33px;
  color: #1F386B;
  width: 100%;
  max-width: 390px;
  margin: 0 30px;
  margin-bottom: 15px;
}
.wrapper .section__pages .services__box-text {
  font-family: "EuclidSquare-L";
  font-size: 16px;
  line-height: 20px;
  color: #444444;
  width: 100%;
  max-width: 390px;
  margin: 0 30px;
}
.wrapper .section__pages .services__box-link {
  position: absolute;
  width: 100%;
  max-width: 390px;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 22px;
  padding-bottom: 24px;
  background: #1F386B;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  font-family: "EuclidSquare-B";
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.wrapper .section__pages .services__box-link:hover {
  background: #E41937;
}
.wrapper .section__pages .partenariat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -30px;
}
.wrapper .section__pages .partenariat__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  height: 275px;
  width: 450px;
  margin-left: 30px;
  padding: 30px;
  margin-bottom: 30px;
}
.wrapper .section__pages .partenariat__box img {
  max-width: 100%;
  height: auto;
}
.wrapper .section__pages .stagiaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrapper .section__pages .stagiaire .general__info {
  margin-top: 0;
  margin-right: 30px;
}
.wrapper .section__pages .clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.wrapper .section__pages .clients__box {
  position: relative;
  margin-left: 30px;
  margin-bottom: 30px;
  width: 325px;
  height: 200px;
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
.wrapper .section__pages .clients__box-img {
  max-width: 100%;
  height: auto;
}
.wrapper .popup {
  position: fixed;
  top: 0;
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 9999;
  width: 100%;
  max-width: 500px;
  -webkit-transition: .3s;
  transition: .3s;
  right: -500px;
  opacity: 0;
  visibility: hidden;
}
.wrapper .popup.popup__on {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.wrapper .popup__close {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 30px;
  top: 30px;
  border: none;
  background: transparent;
}
.wrapper .popup__close:focus {
  outline: none;
}
.wrapper .popup__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 440px;
}
.wrapper .popup__box-img {
  position: relative;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E41937;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.wrapper .popup__box-title {
  font-family: "EuclidSquare-B";
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  max-width: 335px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wrapper .popup__box-subtitle {
  font-family: "EuclidSquare-R";
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #B6B6B6;
  max-width: 290px;
  margin: 0 auto;
}
.wrapper .popup__form {
  margin-top: 30px;
  display: block;
}
.wrapper .popup__form-label {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.wrapper .popup__form-label:hover input {
  border-color: #E41937;
}
.wrapper .popup__form-label:hover svg path {
  fill: #E41937;
}
.wrapper .popup__form-label.active input {
  border-color: #E41937;
}
.wrapper .popup__form-label.active svg path {
  fill: #E41937;
}
.wrapper .popup__form-label input {
  width: 100%;
  padding: 21px 20px;
  padding-left: 51px;
  background: #FFFFFF;
  border: 2px solid #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .popup__form-label svg {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper .popup__form-label svg path {
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .popup__form-submit {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 18px;
  background: #1F386B;
  border: none;
  border-radius: 10px;
  font-family: "EuclidSquare-B";
  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
}
.wrapper .popup__form-submit:focus {
  outline: none;
}
.wrapper .footer {
  margin-top: 75px;
  background: #1F386B;
  padding-top: 30px;
  padding-bottom: 36px;
}
.wrapper .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .footer__container-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 286px;
}
.wrapper .footer__container-info p {
  margin-bottom: 0;
  font-family: "EuclidSquare-L";
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
}
.wrapper .footer__container-info img {
  margin-right: 20px;
}
.wrapper .footer__container-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .footer__container-messenger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2A457C;
  border-radius: 10px;
  min-width: 60px;
  height: 60px;
  margin-right: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}
.wrapper .footer__container-messenger:hover {
  background: #E41937;
}
.wrapper .footer__container-btn {
  padding-top: 15px;
  padding-bottom: 17px;
  width: 100%;
  display: inline-block;
  min-width: 195px;
  background: #E41937;
  border-radius: 10px;
  border: 2px solid #1F386B;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "EuclidSquare-B";
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
}
.wrapper .footer__container-btn:hover {
  background: transparent;
  border-color: #E41937;
}
@media (max-width: 1550.98px) {
  .wrapper .section__pages .services {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper .section__pages .services__box {
    max-width: 400px;
    height: 43rem;
  }
  .wrapper .section__pages .services__box-title {
    max-width: 340px;
  }
  .wrapper .section__pages .services__box-text {
    max-width: 340px;
  }
  .wrapper .section__pages .services__box-link {
    max-width: 340px;
  }
}
@media (max-width: 1200.98px) {
  .general__info {
    padding: 35px;
  }
  .wrapper .section__begin .begin__container-box:nth-child(2n+1) {
    margin-right: 50px;
  }
  .wrapper .section__begin .begin__container-box .box {
    max-width: 430px;
    height: 17.3rem;
  }
  .wrapper .section__begin .begin__container-box .box-sc {
    height: 17.3rem;
    padding: 30px;
  }
  .wrapper .section__begin .begin__container-box .box__title {
    font-size: 26px;
    margin-bottom: 3.5rem;
  }
  .wrapper .footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .wrapper .footer__container-buttons {
    margin-top: 1.5rem;
  }
  .wrapper .section__pages .services {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 577.98px) {
  .menu__btn {
    display: none;
  }
  .mobile__mnu {
    display: none;
  }
  .btn__links {
    display: none;
  }
}
@media (max-width: 576.98px) {
  .wrapper .header {
    top: 51px;
  }
  .wrapper .header-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .wrapper .header-top__content-left {
    display: none;
  }
  .wrapper .header-top__content .menu__btn {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative;
    border: none;
    cursor: pointer;
    background: transparent;
  }
  .wrapper .header-top__content .menu__btn svg {
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: #ffffff;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute;
  }
  .wrapper .header-top__content .menu__btn svg path {
    -webkit-transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .wrapper .header-top__content .menu__btn svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
  }
  .wrapper .header-top__content .menu__btn svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
  }
  .wrapper .header-top__content .menu__btn.active-mnu path {
    --offset: 57px;
  }
  .wrapper .header-top__content .menu__btn.active-mnu path:nth-child(1) {
    --delay: .15s;
    --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
  }
  .wrapper .header-top__content .menu__btn.active-mnu path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
    --offset: 58px;
  }
  .wrapper .header-top__content .menu__btn.active-mnu path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
  }
  .wrapper .header-top__content-right .messengers li:first-child {
    margin-left: 0;
  }
  .wrapper .header__container {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .header__container-right {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .wrapper .header__container-right .searching {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .wrapper .header__container-right .searching-active {
    display: block;
    width: 100%;
  }
  .wrapper .header__container-right .header__btn {
    display: none;
  }
  .wrapper .header__bottom {
    height: 60px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .header__bottom .btn__links {
    position: absolute;
    content: '';
    top: 20px;
    right: 24px;
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/arrow-b.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .wrapper .header__bottom-on {
    height: 100%;
  }
  .wrapper .header__bottom-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrapper .header__bottom-list .btn__links {
    width: 100%;
  }
  .wrapper .section__begin .begin__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .section__begin .begin__container-box:nth-child(2n+1) {
    margin-right: 0;
  }
  .wrapper .section__begin .begin__container-box .box {
    width: 100%;
    height: 200px;
  }
  .wrapper .section__begin .begin__container-box .box__title {
    font-size: 18px;
  }
  .wrapper .section__begin .begin__container-box .box__subtitle {
    width: 40px;
    height: 40px;
    border-radius: 10px 0px;
  }
  .wrapper .section__begin .begin__container-box .box-sc {
    margin-left: 60px;
    margin-top: -129px;
    height: 180px;
    margin-bottom: 30px;
  }
  .wrapper .section__begin .begin__container-box .box-sc img {
    max-width: 30px;
    height: auto;
  }
  .wrapper .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wrapper .footer__container-info {
    margin-top: 2.5rem;
  }
  .wrapper .footer__container-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper .footer__container-btn {
    margin-top: 35px;
  }
  .wrapper .mobile__mnu {
    position: fixed;
    background: #FFFFFF;
    border: 2px solid #F7F7F7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 20px 112px rgba(0, 0, 0, 0.13), 0px 11.776px 58.4192px rgba(0, 0, 0, 0.094016), 0px 6.048px 27.4176px rgba(0, 0, 0, 0.073008), 0px 2.432px 12.0064px rgba(0, 0, 0, 0.056992), 0px 0.544px 5.1968px rgba(0, 0, 0, 0.035984);
            box-shadow: 0px 20px 112px rgba(0, 0, 0, 0.13), 0px 11.776px 58.4192px rgba(0, 0, 0, 0.094016), 0px 6.048px 27.4176px rgba(0, 0, 0, 0.073008), 0px 2.432px 12.0064px rgba(0, 0, 0, 0.056992), 0px 0.544px 5.1968px rgba(0, 0, 0, 0.035984);
    border-radius: 10px;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 90%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    top: -100%;
  }
  .wrapper .mobile__mnu-on {
    top: 70px;
    opacity: 1;
    visibility: visible;
  }
  .wrapper .mobile__mnu-content .content__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .wrapper .mobile__mnu-content .content__list li:first-child {
    padding-top: 9px;
  }
  .wrapper .mobile__mnu-content .content__list li a {
    padding: 9px 20px;
    border-bottom: 1px solid #F0F0F0;
    font-family: "EuclidSquare-B";
    font-size: 16px;
    line-height: 20px;
    color: #1F386B;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper .mobile__mnu-content .content__list li a svg path {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper .mobile__mnu-content .content__list li a:hover svg path {
    fill: #E41937;
  }
  .wrapper .mobile__mnu-content .content__list li a img {
    width: 100%;
    max-width: 116px;
    height: auto;
  }
  .wrapper .mobile__mnu-content .content__list li a span {
    display: block;
  }
  .wrapper .mobile__mnu-content p {
    font-family: "EuclidSquare-B";
    font-size: 16px;
    line-height: 20px;
    color: #1F386B;
    margin: 0px 20px;
    margin-top: 20px;
  }
  .wrapper .mobile__mnu-content p:first-child {
    margin-top: 31px;
  }
  .wrapper .mobile__mnu-content p svg path {
    fill: #E41937;
  }
  .wrapper .mobile__mnu-tel {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 105%;
    padding-top: 21px;
    padding-bottom: 27px;
    background: #E41937;
    margin-bottom: -2px;
    margin-left: -8px;
    font-family: "EuclidSquare-B";
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
  }
  .wrapper .mobile__mnu-tel svg {
    margin-right: 15px;
  }
  .wrapper .section__about .about__content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .section__about .about__content-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .section__about .about__content-box div:last-child {
    margin-right: 0;
  }
  .wrapper .section__about .about__content-box .general__info-second {
    margin-left: -30px!important;
    padding: 0!important;
    width: 120% !important;
  }
  .wrapper .section__about .about__content-box div:last-child svg {
    max-width: 100%;
    margin-right: 0;
    height: auto;
  }
  .wrapper .section__about .about__slider .swiper-mypag {
    bottom: 20px;
    right: 59vw;
  }
  .wrapper .section__about .about__slider-container {
    left: 20px;
    bottom: 55px;
  }
  .wrapper .section__about .about__slider-container-title {
    font-size: 18px;
    line-height: 110%;
  }
  .wrapper .section__about .about__slider-container-buttons {
    max-width: 90%;
  }
  .wrapper .section__about .about__slider-container-btn {
    font-size: 14px;
  }
  .wrapper .section__about .about__slider-container-btn:first-child {
    margin-right: 10px;
  }
  .wrapper .section__pages .stagiaire {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .section__pages .partenariat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .wrapper .section__pages .partenariat__box {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .wrapper .section__pages .clients {
    margin-top: 2.5rem;
  }
  .wrapper .section__pages .services__box {
    height: 33rem;
  }
  .wrapper .section__pages .services__box-img {
    height: 14rem;
  }
  .wrapper .section__pages .services__box-title {
    font-size: 18px;
    line-height: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .wrapper .section__pages .services__box-text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .wrapper .section__pages .services__box-link {
    max-width: 300px;
  }
  .wrapper .popup__box {
    padding: 0px 20px;
  }
  .general__container {
    padding: 0 20px;
  }
  .general__connect {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .general__forms {
    margin-top: 2.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
  }
  .general__info {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 2.5rem;
    padding: 15px;
  }
  .general__info-buttons-btn {
    margin-bottom: 20px;
  }
  .general__info-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .general__info-txt {
    font-size: 14px;
    line-height: 18px;
  }
  .general__info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .general__info-box:last-child {
    margin-left: 0 !important;
  }
  .general__banner {
    height: 300px;
    margin-bottom: 2.5rem !important;
  }
  .general__banner-title {
    font-size: 22px;
    line-height: 110%;
    color: #FFFFFF;
    left: 20px;
  }
}
