body {
  scroll-behavior: smooth;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(90deg, #616161 0%, #9bc5c3 100%);
  font-family: "Raleway", sans-serif;
  color: #fff;
  cursor: default;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
code {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #0375c2;
  border-radius: 10px;
}
.header__start {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__start .container {
  position: absolute;
  left: 50%;
  top: 5rem;
  transform: translate(-50%, -50%);
  width: 100% !important;
  margin-top: 2rem;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  .header__start .container {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 660px) {
  .header__start .container {
    margin-bottom: 2rem;
  }
}
.header__start .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1110px) {
  .header__start .container {
    flex-direction: column;
  }
}
.header__start .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
.header__start h2 {
  font-family: "Share", sans-serif;
  width: 32%;
  color: #0375c2;
  font-weight: 600;
  font-size: 4rem !important;
  margin-bottom: 1rem;
  opacity: 0;
}
@media screen and (max-width: 1110px) {
  .header__start h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.header__start .header__nav {
  width: 70%;
}
.header__start .header__nav .show {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-height: 730px) {
  .header__start .header__nav .show {
    flex-direction: row;
  }
}
@media screen and (max-height: 600px) {
  .header__start .header__nav .show {
    transform: translateY(-30px);
  }
}
.header__start .header__nav .header__nav__links {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .header__start .header__nav .header__nav__links {
    display: none;
  }
}
.header__start .header__nav .header__nav__links .header__nav__link {
  opacity: 0;
}
.header__start .header__nav .header__nav__links .header__nav__link a {
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease;
  font-weight: 300;
  font-size: 1.3rem;
}
.header__start .header__nav .header__nav__links .header__nav__link a::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #0375c2;
  transition: all 0.2s ease;
}
.header__start
  .header__nav
  .header__nav__links
  .header__nav__link
  a:hover::after {
  width: 100%;
}
.header__start .header__nav .header__nav__links .header__nav__link a:hover {
  color: #0375c2;
}
.header__start
  .header__nav
  .header__nav__links
  .header__nav__link:first-child
  a {
  color: #0375c2;
  font-weight: 700;
}
.header__start
  .header__nav
  .header__nav__links
  .header__nav__link:first-child
  a:hover {
  color: #fff;
}
.header__start
  .header__nav
  .header__nav__links
  .header__nav__link:first-child
  a::after {
  background-color: #fff;
}
@media screen and (max-width: 1270px) {
  .header__start .header__nav {
    width: 100%;
  }
}
.intro {
  display: flex;
  justify-content: left;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url("/media/video-overlay.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.intro__img {
  min-width: 100%;
  position: absolute;
}
.intro__filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}
.intro .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 630px) {
  .intro .container {
    padding: 3rem 2rem !important;
  }
}
.intro .container {
  width: 1400px;
  max-width: 100%;
  padding: 3rem 4rem;
}
@media screen and (max-width: 900px) {
  .intro {
    padding-bottom: 2rem;
  }
}
@media screen and (max-height: 550px) {
  .intro {
    height: 550px;
  }
}
.intro__inner {
  display: flex;
  width: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 4;
}
.intro__inner .intro__content {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 1.5rem;
}
.intro__inner .intro__content .intro__title {
  font-family: "Share", sans-serif;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-bottom: 1rem;
  opacity: 0;
}
@media screen and (max-width: 970px) {
  .intro__inner .intro__content .intro__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 735px) {
  .intro__inner .intro__content .intro__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  .intro__inner .intro__content .intro__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .intro__inner .intro__content .intro__title {
    font-size: 1.6rem;
  }
}
.intro__inner .intro__content .intro__btn {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  opacity: 0;
}
.intro__inner .intro__content .intro__btn button {
  font-family: "Raleway", sans-serif;
  background-color: #0375c2;
  border: 1px solid #000;
  color: #fff;
  border-radius: 30px;
  outline: none;
  padding: 1rem 3rem;
  font-size: 1.3rem;
  transition: all 0.2s ease;
}
.intro__inner .intro__content .intro__btn button:hover {
  background-color: #fff;
  color: #0375c2;
  box-shadow: 0 0 4px #000;
}
@media screen and (max-width: 870px) {
  .intro__inner .intro__content .intro__btn button {
    font-size: 0.9rem;
    padding: 0.8rem 2rem;
  }
}
.intro__inner .intro__content p {
  opacity: 0;
  margin-bottom: 1rem;
  font-size: 115%;
  font-weight: 400;
  line-height: 35px;
}
@media screen and (max-width: 800px) {
  .intro__inner .intro__content {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 900px) {
  .intro__inner .intro__content {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  .intro__inner {
    flex-direction: column;
  }
}
.intro .arrow-down_flex-box {
  position: absolute;
  left: 50%;
  bottom: 15%;
  z-index: 100;
}
.intro .arrow-down_flex-box .arrow_link_box .arrow-down span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #0097fd;
  border-right: 5px solid #0097fd;
  transform: rotate(45deg);
  margin: -16px;
  animation: arrow-down 2s infinite;
  cursor: pointer;
}
.intro .arrow-down_flex-box .arrow_link_box .arrow-down span:nth-child(2) {
  animation-delay: -0.2s;
}
@keyframes arrow-down {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
.advantages {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, #E6F7FF 0%, #AEE4FF 30%, #4DB3FF 100%);
  color: #fff;
}
.advantages .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
@media screen and (max-width: 630px) {
  .advantages {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 535px) {
  .advantages {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 440px) {
  .advantages {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 440px) {
  .advantages .container {
    padding: 0 1rem 0 1rem;
  }
}
.advantages__inner {
  color: #fff;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 810px) {
  .advantages__inner {
    flex-direction: column;
  }
}
.advantages__inner .advantages__content {
  flex: 2;
}
.advantages__inner .advantages__content .advantages__title {
  font-family: "Share", sans-serif;
  color: #0375c2;
  font-size: 2.5rem;
  opacity: 0;
  margin-bottom: 1rem;
}
.advantages__inner .advantages__content p:first-of-type {
  margin-bottom: 1rem;
}
.advantages__inner .advantages__content .advantages__content_items {
  position: relative;
  height: 600px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .advantages__inner .advantages__content .advantages__content_items {
    align-items: center;
  }
}
.advantages__inner
  .advantages__content
  .advantages__content_items
  .advantages__content_item {
  position: absolute;
  border: 3px solid #0375c2;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 2rem;
  flex: 2;
  width: 55%;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .advantages__inner
    .advantages__content
    .advantages__content_items
    .advantages__content_item {
    position: static;
  }
  .advantages__inner
    .advantages__content
    .advantages__content_items
    .advantages__content_item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .advantages__inner
    .advantages__content
    .advantages__content_items
    .advantages__content_item {
    width: 564px;
  }
}
@media screen and (max-width: 630px) {
  .advantages__inner
    .advantages__content
    .advantages__content_items
    .advantages__content_item {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .advantages__inner
    .advantages__content
    .advantages__content_items
    .advantages__content_item {
    padding: 1rem;
  }
}
.advantages__inner
  .advantages__content
  .advantages__content_items
  .advantages__content_item
  ul
  li {
  margin-left: 1rem;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .advantages__inner
    .advantages__content
    .advantages__content_items
    .advantages__content_item
    ul
    li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 535px) {
  .advantages__inner
    .advantages__content
    .advantages__content_items
    .advantages__content_item
    ul
    li {
    font-size: 0.8rem;
  }
}
.advantages__inner
  .advantages__content
  .advantages__content_items
  .advantages__content_item
  h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}
.advantages__inner
  .advantages__content
  .advantages__content_items
  .advantages__content_item.first {
  left: 0;
  top: 60px;
  padding-right: 10rem;
}
@media screen and (max-width: 1200px) {
  .advantages__inner
    .advantages__content
    .advantages__content_items
    .advantages__content_item.first {
    padding-right: 0;
    border-radius: 20px 20px 5px 5px;
    padding-right: 2rem;
  }
}
.advantages__inner
  .advantages__content
  .advantages__content_items
  .advantages__content_item.second {
  right: 0;
  bottom: 60px;
  padding-left: 10rem;
}
@media screen and (max-width: 1200px) {
  .advantages__inner
    .advantages__content
    .advantages__content_items
    .advantages__content_item.second {
    padding-left: 0;
    padding-left: 2rem;
    border-radius: 5px 5px 20px 20px;
  }
}
.augmentation {
  display: flex;
  justify-content: center;
  background:  linear-gradient(180deg, #E6F7FF 0%, #AEE4FF 30%, #4DB3FF 100%);
}
.augmentation .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
.augmentation__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .augmentation__inner {
    align-items: center;
  }
  .augmentation__inner .augmentation__description {
    flex-direction: column;
  }
  .augmentation__inner .augmentation__description .augmentation__textBox {
    padding-top: 40px;
    padding-left: 0 !important;
  }
}
.augmentation__inner .augmentation__title {
  text-align: center;
  padding: 25px 0;
  opacity: 0;
}
.augmentation__inner .augmentation__title h1 {
  color: #0375c2;
  font-family: "Share", sans-serif;
}
.augmentation__inner .augmentation__description {
  padding: 25px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.augmentation__inner .augmentation__description .augmentation__imageBox {
  opacity: 0;
}
.augmentation__inner .augmentation__description .augmentation__imageBox img {
  width: 250px;
  height: 250px;
  margin: 0 50px;
}
.augmentation__inner .augmentation__description .augmentation__textBox {
  padding-left: 50px;
}
.augmentation__inner .augmentation__description .augmentation__textBox p {
  padding-bottom: 20px;
  text-align: justify;
  opacity: 0;
}
.augmentation__inner .augmentation__list {
  padding: 25px 0;
}
.augmentation__inner .augmentation__list p {
  font-weight: bold;
  opacity: 0;
}
.augmentation__inner .augmentation__list ul {
  padding-left: 25px;
}
.augmentation__inner .augmentation__list ul li {
  opacity: 0;
}
.development {
  display: flex;
  justify-content: center;
  background: #e5e5e5;
  color: #000;
}
.development .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
.development__inner {
  display: flex;
  flex-direction: column;
}
.development__inner .development__title {
  text-align: center;
  padding: 25px 0;
  opacity: 0;
}
.development__inner .development__title h1 {
  color: #0375c2;
  font-family: "Share", sans-serif;
}
.development__inner .development__content {
  padding: 25px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .development__inner .development__content {
    flex-direction: column;
  }
}
.development__inner .development__content .development__content_text {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}
.development__inner
  .development__content
  .development__content_text
  .development__text {
  padding-bottom: 10px;
}
.development__inner
  .development__content
  .development__content_text
  .development__text
  p {
  text-align: justify;
  opacity: 0;
}
.development__inner
  .development__content
  .development__content_text
  .development__list
  p {
  font-weight: bold;
  opacity: 0;
}
.development__inner
  .development__content
  .development__content_text
  .development__list
  ul {
  padding-left: 25px;
}
.development__inner
  .development__content
  .development__content_text
  .development__list
  ul
  li {
  text-align: justify;
  opacity: 0;
}
.development__inner .development__content .development__imageBox {
  opacity: 0;
}
.development__inner .development__content .development__imageBox img {
  width: 250px;
  height: 375px;
  margin: 0 70px;
}
.development__inner .development__list {
  padding: 25px 0;
}
.development__inner .development__list p {
  font-weight: bold;
}
.development__inner .development__list ul {
  padding-left: 25px;
}
.about {
  display: flex;
  justify-content: center;
  padding: 3rem 0 3rem 0;
  background: linear-gradient(180deg, #E6F7FF 0%, #AEE4FF 30%, #4DB3FF 100%);
}
.about .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
@media screen and (max-width: 900px) {
  .about {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 810px) {
  .about {
    padding: 0;
    margin-bottom: 0;
  }
}
.about__inner {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 810px) {
  .about__inner {
    flex-direction: column;
  }
}
.about__inner .about__content {
  flex: 2;
  opacity: 0;
}
.about__inner .about__content .about__title {
  font-family: "Share", sans-serif;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 5rem;
}
.about__inner .about__content p {
  text-align: justify;
}
@media screen and (max-width: 800px) {
  .about__inner .about__content p {
    font-size: 0.8rem;
  }
}
.about__inner .about__content p:first-of-type {
  margin-bottom: 1rem;
}
.about__inner .about__delimiter {
  height: 100%;
  width: 0.8px;
  background-color: #fff;
  margin: 0 2rem;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 810px) {
  .about__inner .about__delimiter {
    width: 100%;
    height: 0.8px;
    margin: 2rem 0;
  }
}
.about__inner .about__delimiter::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  position: absolute;
  top: -55px;
  left: -11px;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 810px) {
  .about__inner .about__delimiter::after {
    left: 100.5%;
    top: -12px;
  }
}
.about__inner .about__delimiter::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  position: absolute;
  bottom: -55px;
  left: -11px;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 810px) {
  .about__inner .about__delimiter::before {
    bottom: -12px;
    left: -27px;
  }
}
.about__inner .about__article {
  flex: 2;
  opacity: 0;
}
.about__inner .about__article .about__info {
  display: flex;
  align-items: center;
}
.about__inner .about__article .about__info .about__photo {
  margin-right: 1rem;
  opacity: 0;
}
.about__inner .about__article .about__info .about__photo img {
  width: 100px;
}
.about__inner .about__article .about__info:not(:last-child) {
  margin-bottom: 2rem;
}
.about__inner .about__article article h4 {
  color: #0375c2;
}
.about__inner .about__article article p {
  font-size: 12px;
  margin-bottom: 0.2rem;
}
.about__inner .about__article article ul li {
  font-size: 12px;
}
.about__inner .about__article .about__photo_description {
  opacity: 0;
}
.about__inner
  .about__article
  .about__photo_description
  .about__photo_ul_wrapper {
  margin-left: 14px;
}
.technologies {
  display: flex;
  justify-content: center;
  background-color: #e5e5e5;
}
.technologies .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
@media screen and (max-width: 430px) {
  .technologies .container {
    padding: 1rem 0 1rem 0;
  }
}
.technologies__inner .technologies__title {
  display: flex;
  color: #0375c2;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: relative;
  margin-bottom: 1rem;
  opacity: 0;
}
.technologies__inner .technologies__title h1 {
  font-family: "Share", sans-serif;
  margin: 0 2rem;
  color: #0375c2;
}
.technologies__inner .technologies__text p {
  font-size: 1rem;
}
.technologies__inner .technologies__text p:first-child {
  margin-bottom: 1rem;
}
.technologies__inner .technologies__article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 900px) {
  .technologies__inner .technologies__article {
    flex-direction: column;
  }
}
.technologies__inner .technologies__article .technologies__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 2;
}
.technologies__inner .technologies__article .technologies__info h3 {
  font-family: "Share", sans-serif;
  margin-bottom: 1rem;
  color: #0375c2;
  opacity: 0;
}
.technologies__inner .technologies__article .technologies__info p {
  font-size: 14px;
}
.technologies__inner .technologies__article .technologies__logos {
  display: flex;
  justify-content: center;
  flex: 2;
}
.technologies__inner .technologies__article .technologies__logos ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.technologies__inner
  .technologies__article
  .technologies__logos
  ul
  .technologies__logo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 570px) {
  .technologies__inner
    .technologies__article
    .technologies__logos
    ul
    .technologies__logo_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.technologies__inner
  .technologies__article
  .technologies__logos
  ul
  .technologies__logo_wrap-center {
  justify-content: center;
}
.technologies__inner
  .technologies__article
  .technologies__logos
  ul
  .technologies__logo_wrap-vcenter {
  align-items: center;
}
.technologies__inner
  .technologies__article
  .technologies__logos
  ul
  .technologies__logo_wrap-background {
  background-color: #fff;
  border-radius: 5px;
}
.technologies__inner
  .technologies__article
  .technologies__logos
  ul
  .technologies__logo_wrap
  .technologies__logo_database {
  justify-content: space-between;
}
.technologies__inner .technologies__article .technologies__logos ul li {
  list-style: none;
  margin: 1rem 2rem;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.technologies__inner .technologies__article .technologies__logos ul li p {
  font-weight: 400;
  opacity: 0;
}
.technologies__inner .technologies__article .technologies__logos ul li img {
  width: 80px;
  margin-bottom: 0.5rem;
  opacity: 0;
}
.technologies__inner .about__delimiter_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.technologies__inner .about__delimiter_wrapper .about__delimiter {
  width: 60%;
  height: 0.8px;
  background-color: #fff;
  margin: 0 2rem;
  display: flex;
  position: relative;
}
.technologies__inner .about__delimiter_wrapper .about__delimiter::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  transform: rotateZ(45deg);
  position: absolute;
  right: -28px;
  top: -11px;
}
.technologies__inner .about__delimiter_wrapper .about__delimiter::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  transform: rotateZ(45deg);
  position: absolute;
  left: -28px;
  top: -11px;
}
.candidates {
  display: flex;
  justify-content: center;
  background-size: contain;
  padding-bottom: 3rem;
  transition: all 1.5s ease;
  position: relative;
}
.candidates .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
.candidates.background {
  background: url("/media/candidates_backgrounds.png") no-repeat center, linear-gradient(180deg, #E6F7FF 0%, #AEE4FF 30%, #4DB3FF 100%);
}
@media screen and (max-width: 500px) {
  .candidates .container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 421px) {
  .candidates .container {
    padding: 0 1rem;
  }
}
.candidates__inner .candidates__title {
  display: flex;
  color: #0375c2;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 6rem;
  opacity: 0;
}
.candidates__inner .candidates__title h1 {
  font-family: "Share", sans-serif;
  margin: 0 2rem;
}
.swiper {
  width: 100%;
  height: 100%;
  position: static;
  transition: all 0.3s ease;
  overflow: visible;
}
.swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  transition: all 0.4s ease;
}
.swiper-wrapper .swiper-slide .candidates__resume {
  border: 1px solid #fff;
  padding: 0.7rem 2rem;
  background: linear-gradient(53deg, #0375c2 -42%, #000000 33%, #000000 100%);
}
@media screen and (max-width: 1220px) {
  .swiper-wrapper .swiper-slide .candidates__resume {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 1050px) {
  .swiper-wrapper .swiper-slide .candidates__resume {
    margin: 0 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .swiper-wrapper .swiper-slide .candidates__resume {
    margin: 0 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  .swiper-wrapper .swiper-slide .candidates__resume {
    margin: 0 6rem;
  }
}
@media screen and (max-width: 650px) {
  .swiper-wrapper .swiper-slide .candidates__resume {
    margin: 0 3rem;
  }
}
@media screen and (max-width: 590px) {
  .swiper-wrapper .swiper-slide .candidates__resume {
    margin: 0 2rem;
  }
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_photo {
  margin-bottom: 1rem;
  display: none;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_photo {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #fff;
  margin-bottom: 0.8rem;
  padding-bottom: 0.3rem;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_photo
  img {
  width: 26x;
  height: 26px;
  border-bottom: 3px solid #000;
  margin-right: 0.5rem;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_photo::after {
  content: "";
  display: block;
  background-color: #000;
  width: 5px;
  height: 3px;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_photo
  h5 {
  font-weight: 400;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_text {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  height: 110px;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_text
  p {
  font-size: 12px;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_contact {
  margin-bottom: 1rem;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_contact
  .candidates__resume_info_connect
  img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_contact
  .candidates__resume_info_connect
  a {
  font-family: "Share", sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_contact
  .candidates__resume_info_connect
  a:hover {
  color: #0375c2;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  li {
  font-size: 12px;
  margin-right: 0.3rem;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills {
  display: flex;
  align-items: center;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container {
  width: 100%;
  background-color: #fff;
  height: 3px;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line {
  height: 100%;
  background-color: #0375c2;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_html_one {
  width: 93%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_css_one {
  width: 95%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_webpack_one {
  width: 86%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_git_one {
  width: 92%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_sql_one {
  width: 85%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_js_one {
  width: 85%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_html_two {
  width: 88%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_css_two {
  width: 82%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_webpack_two {
  width: 67%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_git_two {
  width: 89%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_react_two {
  width: 64%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_html_three {
  width: 92%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_css_three {
  width: 94%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_react_three {
  width: 84%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_gulp_three {
  width: 66%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_sql_three {
  width: 80%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_js_three {
  width: 85%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_html_fourth {
  width: 88%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_css_fourth {
  width: 91%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_java_fourth {
  width: 72%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_python_fourth {
  width: 90%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_sql_fourth {
  width: 87%;
}
.swiper-wrapper
  .swiper-slide
  .candidates__resume
  .candidates__resume_content
  .candidates__resume_info_skills
  ul
  .skills
  .skills__container
  .skills__line_js_fourth {
  width: 80%;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #fff;
  font-weight: bold;
  transition: all 0.2s ease;
  opacity: 0;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  color: #0375c2;
}
@media screen and (max-width: 780px) {
  .swiper .swiper-button-prev {
    left: 0%;
  }
}
@media screen and (max-width: 780px) {
  .swiper .swiper-button-next {
    right: 0%;
  }
}
.swiper-pagination span {
  transition: all 0.2s ease;
  background-color: #fff;
}
.swiper-pagination span:hover {
  background-color: #0375c2;
}
.swiper-slide-active {
  transition: all 0.4s ease;
  height: 100%;
}
.swiper-slide-active .candidates__resume {
  transition: all 0.4s ease;
  transform: scale(1.2);
}
.swiper-slide {
  opacity: 0;
}
.conditions {
  display: flex;
  justify-content: center;
  background: #e5e5e5;
}
.conditions .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
.conditions__inner .conditions__content {
  flex: 2;
  padding: 1.5rem;
}
.conditions__inner .conditions__content .conditions__title {
  display: flex;
  color: #0375c2;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .conditions__inner .conditions__content .conditions__title {
    margin-bottom: 4rem;
  }
}
.conditions__inner .conditions__content .conditions__title h1 {
  font-family: "Share", sans-serif;
  margin: 0 2rem;
}
@media screen and (max-width: 450px) {
  .conditions__inner .conditions__content .conditions__title h1 {
    font-size: 2rem;
  }
}
.conditions__inner .conditions__content .conditions__info {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 900px) {
  .conditions__inner .conditions__content .conditions__info {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 830px) {
  .conditions__inner .conditions__content .conditions__info {
    flex-direction: column;
    align-items: center;
  }
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__posibilities {
  color: #000;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__posibilities
  ul
  li {
  opacity: 0;
}
.conditions__inner .conditions__content .conditions__info .conditions__price {
  position: relative;
  border: 10px solid #0375c2;
  width: 300px;
  height: 430px;
  opacity: 0;
}
@media screen and (max-width: 830px) {
  .conditions__inner
    .conditions__content
    .conditions__info
    .conditions__price:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__cover_border_top,
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__cover_border_right,
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__cover_border_bottom,
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__cover_border_left {
  position: absolute;
  background-color: #e5e5e5;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__cover_border_top {
  width: 150px;
  height: 10px;
  right: 28px;
  top: -10px;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__cover_border_right {
  width: 10px;
  height: 200px;
  right: -10px;
  top: 105px;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__cover_border_bottom {
  width: 90px;
  height: 10px;
  bottom: -10px;
  left: 20px;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__cover_border_left {
  width: 10px;
  height: 170px;
  top: 35px;
  left: -10px;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__price_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1rem 2rem 2rem;
  font-family: "Share", sans-serif;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__price_inner
  h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__price_inner
  .conditions__price_title {
  opacity: 0;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__price_inner
  .conditions__price_title
  h2 {
  color: #000;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__price_inner
  .conditions__price_info {
  position: relative;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__price_inner
  .conditions__price_info
  h1 {
  font-size: 7rem;
  color: #000;
  padding-bottom: 2rem;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__price_inner
  .conditions__price_info
  span {
  opacity: 0;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price
  .conditions__price_inner
  .conditions__price_info
  h2 {
  position: absolute;
  color: #000;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price_to
  .conditions__price_inner
  .conditions__price_info
  h1 {
  display: flex;
  align-items: baseline;
  position: relative;
}
.conditions__inner
  .conditions__content
  .conditions__info
  .conditions__price_to
  .conditions__price_inner
  .conditions__price_info
  h1
  .color {
  color: #0375c2;
  font-size: 2.3rem;
}
.work-for {
  display: flex;
  justify-content: center;
  background: #e5e5e5;
  color: #000;
}
.work-for .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
.work-for__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .work-for__inner {
    align-items: center;
  }
}
.work-for__inner .work-for__title {
  text-align: center;
  padding: 25px 0;
}
.work-for__inner .work-for__title h1 {
  color: #0375c2;
  font-family: "Share", sans-serif;
}
.work-for__inner .work-for__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
}
.work-for__inner .work-for__body .work__way_item_logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  margin: 30px;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_copaco {
  width: 170px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_ns {
  width: 210px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_tln {
  width: 110px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_hagemans {
  width: 300px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_suez {
  width: 280px;
  height: 140px;
  margin: 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_deltafix {
  width: 110px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_thr {
  width: 250px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_dit {
  width: 140px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_hvee {
  width: 110px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_heineken {
  width: 100px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_loxam {
  width: 350px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_mcd {
  width: 110px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_skyworks {
  width: 250px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_tevema {
  width: 100px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner
  .work-for__body
  .work__way_item_logo
  .work__way_image
  .work-for_vhd {
  width: 170px;
  height: 100px;
  margin: 20px 0;
}
.work-for__inner .work-for__body .work__way_item_logo .work__way_name {
  width: 150px;
}
.work-for__inner .work-for__body .work__way_item_logo .work__way_name p {
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}
.work-for__inner .work-for__body .work__way_item_logo:hover p {
  fill: #0375c2;
  transform: translateY(10px);
}
.work {
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #E6F7FF 0%, #AEE4FF 30%, #4DB3FF 100%);
}
.work .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
.work__inner .work__title {
  display: flex;
  color: #0375c2;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
.work__inner .work__title h1 {
  font-family: "Share", sans-serif;
  margin: 0 2rem;
  opacity: 0;
}
.work__inner .work__title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #0375c2;
  transform: rotateZ(45deg);
  opacity: 0;
}
.work__inner .work__title::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #0375c2;
  transform: rotateZ(45deg);
  opacity: 0;
}
.work__inner .work__text {
  margin-bottom: 2rem;
}
.work__inner .work__text p {
  font-size: 1rem;
  opacity: 0;
}
.work__way {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .work__way {
    flex-direction: column;
  }
}
.work__way:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 700px) {
  .work__way:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .work__way .work__way_arrow_last svg {
    transform: rotate(180deg);
  }
}
.work__way .work__way_arrow {
  display: flex;
  margin: 0 2rem;
  justify-content: center;
  opacity: 0;
}
.work__way .work__way_arrow:hover svg {
  fill: #fff;
}
.work__way .work__way_arrow svg {
  transition: all 0.2s ease;
  width: 70px;
  fill: #0375c2;
}
@media screen and (max-width: 430px) {
  .work__way .work__way_arrow svg {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 700px) {
  .work__way .work__way_arrow {
    margin: 2.5rem 0;
  }
}
.work__way_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
}
@media screen and (max-width: 850px) {
  .work__way_items {
    justify-content: space-between;
    width: 100%;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 555px) {
  .work__way_items {
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .work__way_items {
    flex-direction: column;
    align-items: center;
  }
}
.work__way_items .work__way_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  width: 100px;
  margin: 20px;
}
.work__way_items .work__way_item .work__way_svg {
  opacity: 0;
}
.work__way_items .work__way_item .work__way_svg svg {
  fill: #fff;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.work__way_items .work__way_item .work__way_description {
  opacity: 0;
  width: 150px;
}
.work__way_items .work__way_item .work__way_description p {
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}
.work__way_items .work__way_item:hover svg {
  fill: #fff;
  transform: translateY(-15px);
}
.work__way_items .work__way_item:hover p {
  fill: #0375c2;
  transform: translateY(10px);
}
@media screen and (max-width: 700px) {
  .work__way_items .work__way_item {
    max-width: 100%;
  }
}
.work__way .work__way_items_arrow {
  margin: 2rem 0;
}
@media screen and (max-width: 850px) {
  .work__way .work__way_items_arrow {
    justify-content: flex-end;
  }
  .work__way .work__way_items_arrow .work__way_arrow {
    margin: 0 1rem;
  }
  .work__way .work__way_items_arrow .work__way_arrow svg {
    transform: rotate(90deg);
  }
}
.work__way_delimiter {
  width: 200px;
  max-width: 100%;
  height: 2px;
  background-color: #0375c2;
  margin: 0 1rem;
}
@media screen and (max-width: 700px) {
  .work__way_delimiter {
    width: 2px;
    height: 50px;
    margin: 1rem 0;
  }
}
.work__way_vertical {
  position: relative;
}
.work .work__way_second .work__way_vertical_second {
  position: relative;
}
@media screen and (max-width: 1210px) {
  .work .work__way_second .work__way_vertical_second {
    width: 300px;
  }
}
.work .work__way_second .work__way_vertical_second::before {
  content: "";
  width: 128px;
  position: absolute;
  background-color: #0375c2;
  height: 2px;
  left: -145px;
}
@media screen and (max-width: 1210px) {
  .work .work__way_second .work__way_vertical_second::before {
    display: none;
  }
}
.work .work__way_second .work__way_horizontal {
  position: relative;
}
@media screen and (max-width: 1210px) {
  .work .work__way_second .work__way_horizontal {
    width: 300px;
  }
}
.work .work__way_second .work__way_horizontal::after {
  content: "";
  height: 2px;
  right: -67px;
  position: absolute;
  width: 54px;
  background-color: #0375c2;
}
@media screen and (max-width: 1210px) {
  .work .work__way_second .work__way_horizontal::after {
    display: none;
  }
}
.work .work__way_second .work__font-size {
  font-size: 0.9rem;
}
.work .work__way_third {
  justify-content: left;
}
@media screen and (max-width: 1210px) {
  .work .work__way_third .work__way_delimiter {
    width: 360px;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .work .work__way_third .work__way_delimiter {
    width: 2px;
    height: 50px;
  }
}
@media screen and (max-width: 1210px) {
  .work .work__way_third {
    justify-content: space-between;
  }
}
.work .work__way_third .work__way_vertical_third {
  position: relative;
}
@media screen and (max-width: 1210px) {
  .work .work__way_third .work__way_vertical_third {
    width: 300px;
  }
}
.work .work__way_third .work__way_vertical_third::before {
  content: "";
  height: 166px;
  position: absolute;
  width: 2.5px;
  background-color: #0375c2;
  top: -179px;
}
@media screen and (max-width: 1210px) {
  .work .work__way_third .work__way_vertical_third::before {
    height: 100px;
    top: -113px;
  }
}
@media screen and (max-width: 700px) {
  .work .work__way_third .work__way_vertical_third::before {
    width: 2px;
    height: 50px;
    margin: 1rem 0;
    top: -81px;
  }
}
@media screen and (max-width: 1210px) {
  .work .work__way_third .work__way_horizontal {
    width: 300px;
  }
}
.work .work__way_third .work__font-size {
  font-size: 0.9rem;
}
.more-info_wrapper_fixed {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 300px;
  height: 150px;
  position: fixed;
  right: -160px;
  bottom: 200px;
  background: linear-gradient(90deg, #0e95f0, #2fa6f6);
  cursor: pointer;
  z-index: 500;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 12px;
  transition: 0.5s;
}
@media screen and (max-height: 500px) {
  .more-info_wrapper_fixed {
    bottom: 25%;
  }
}
.more-info_wrapper_fixed .more-info_icon a {
  transition: 0.3s;
  text-decoration: none;
}
.more-info_wrapper_fixed .more-info_icon a span {
  position: relative;
  bottom: 8px;
  margin-left: 20px;
}
.more-info_wrapper_fixed .more-info_icon a:hover {
  color: #fff;
}
.more-info_wrapper_fixed:hover {
  background: linear-gradient(90deg, #0097fd, #33a8f6);
}
.info-show {
  right: 0;
}
.section__form {
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
.section__form .container {
  width: 1200px;
  max-width: 100%;
  padding: 3rem 4rem;
}
@media screen and (max-width: 500px) {
  .section__form .container {
    padding: 3rem 2rem;
  }
}
.section__form * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.section__form .p-t-90 {
  padding-top: 70px;
}
.section__form .p-t-27 {
  padding-top: 27px;
}
.section__form .p-b-34 {
  padding-bottom: 34px;
}
.section__form .section__form-text_wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: left;
  opacity: 0;
}
.section__form .section__form-text_wrapper-h6 {
  font-family: Raleway, sans-serif;
  font-style: normal;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 50px;
}
.section__form input {
  outline: none;
  border: none;
}
.section__form textarea {
  outline: none;
  border: none;
}
.section__form textarea:focus,
.section__form input:focus {
  border-color: transparent !important;
}
.section__form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.section__form input:focus:-moz-placeholder {
  color: transparent;
}
.section__form input:focus::-moz-placeholder {
  color: transparent;
}
.section__form input:focus:-ms-input-placeholder {
  color: transparent;
}
.section__form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.section__form textarea:focus:-moz-placeholder {
  color: transparent;
}
.section__form textarea:focus::-moz-placeholder {
  color: transparent;
}
.section__form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.section__form input::-webkit-input-placeholder {
  color: #fff;
}
.section__form input:-moz-placeholder {
  color: #fff;
}
.section__form input::-moz-placeholder {
  color: #fff;
}
.section__form input:-ms-input-placeholder {
  color: #fff;
}
.section__form textarea::-webkit-input-placeholder {
  color: #fff;
}
.section__form textarea:-moz-placeholder {
  color: #fff;
}
.section__form textarea::-moz-placeholder {
  color: #fff;
}
.section__form textarea:-ms-input-placeholder {
  color: #fff;
}
.section__form button {
  outline: none !important;
  border: none;
  background: transparent;
}
.section__form button:hover {
  cursor: pointer;
}
.section__form .wrap-login100 {
  margin: 0 auto;
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
  padding: 55px 55px 37px 55px;
  opacity: 0;
  background: linear-gradient(180deg, #E6F7FF 0%, #AEE4FF 30%, #4DB3FF 100%);
}
@media screen and (max-width: 630px) {
  .section__form .wrap-login100 {
    width: 400px;
  }
  .section__form .wrap-login100 .login100-form .p-t-90 {
    padding-top: 20px;
  }
  .section__form .wrap-login100 .login100-form-logo {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 500px) {
  .section__form .wrap-login100 {
    width: 100%;
  }
  .section__form .wrap-login100 .login100-form .p-t-90 {
    padding-top: 5px;
  }
  .section__form .wrap-login100 .login100-form-logo {
    margin: 0 auto 10px;
  }
}
.section__form .login100-form {
  width: 100%;
}
.section__form .login100-form-logo {
  font-size: 60px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  opacity: 0;
}
.section__form .login100-form-logo img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 130px;
}
.section__form .wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.24);
  margin-bottom: 30px;
  opacity: 0;
}
.section__form .input100 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px 0 38px;
}
.section__form .focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.section__form .focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.section__form .focus-input100::after {
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #fff;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  padding-left: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.section__form .input100:focus {
  padding-left: 5px;
}
.section__form .input100:focus + .focus-input100::after {
  top: -22px;
  font-size: 18px;
}
.section__form .input100:focus + .focus-input100::before {
  width: 100%;
}
.section__form .container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section__form .login100-form-btn {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 120px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  width: 150px;
  border: none;
  background-color: #fff;
  margin: 20px auto;
  transition: 0.3s;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.section__form .login100-form-btn:hover {
  background-color: #0375c2;
  color: #fff;
}
@media (max-width: 576px) {
  .section__form .wrap-login100 {
    padding: 15px 20px 0 20px;
  }
}
.section__form .validate-input {
  position: relative;
}
.section__form .section__form-form_wrapper__form-textarea {
  border-radius: 15px;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  transition: 0.3s;
  border: 2px solid #d3d3d3;
  -webkit-box-shadow: -1px 1px 13px 0px rgba(34, 60, 80, 0.14);
  -moz-box-shadow: -1px 1px 13px 0px rgba(34, 60, 80, 0.14);
  box-shadow: -1px 1px 13px 0px rgba(34, 60, 80, 0.14);
  opacity: 0;
}
.section__form .section__form-form_wrapper__form-textarea:focus {
  border-color: #e5e5e5;
  box-shadow: none;
}
.section__form .wrap-input100-textarea {
  display: grid;
  grid-template-columns: 1fr;
}
.section__form .section__form-form_wrapper__contact_form-p__style {
  grid-row-start: 1;
  grid-row-end: 2;
  width: 100%;
  opacity: 0;
}
.footer__main .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #E6F7FF 0%, #AEE4FF 30%, #4DB3FF 100%);
  color: #000;
  font-family: "Share", sans-serif;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 760px) {
  .footer__main .footer__inner {
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) {
  .footer__main .footer__inner {
    flex-direction: column;
  }
}
.footer__main .footer__inner .footer__title {
  padding: 0.5rem;
  font-size: 1.5rem;
}
.footer__main .footer__inner .footer__title h3 {
  opacity: 0;
}
.footer__main .footer__inner .footer__nav {
  display: flex;
  padding: 0.5rem;
  opacity: 0;
}
.footer__main .footer__inner .footer__nav .footer__icon {
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0 0.3rem;
}
.footer__main .footer__inner .footer__nav .footer__icon a {
  text-decoration: none;
  height: 100%;
}
.footer__main .footer__inner .footer__nav .footer__icon a svg {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.footer__main .footer__inner .footer__nav .footer__icon a svg:hover {
  fill: #fff;
}
.footer__main .footer__inner .footer__contact {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .footer__main .footer__inner .footer__contact {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
  .footer__main .footer__inner .footer__contact .footer__icon {
    padding: 0.7rem 0;
  }
  .footer__main .footer__inner .footer__contact .footer__icon:last-of-type {
    grid-column-start: 1;
    grid-column-end: 6;
  }
}
@media screen and (max-width: 700px) {
  .footer__main .footer__inner .footer__contact {
    grid-template-columns: none;
    justify-items: left;
  }
  .footer__main .footer__inner .footer__contact .footer__icon:last-of-type {
    grid-column-start: none;
    grid-column-end: none;
  }
}
@media screen and (max-width: 700px) {
  .footer__main .footer__inner .footer__contact {
    display: flex;
    flex-direction: column;
  }
}
.footer__main .footer__inner .footer__contact .footer__icon {
  display: flex;
  align-items: center;
  margin: 0 1.1rem;
  opacity: 0;
}
.footer__main .footer__inner .footer__contact .footer__icon a {
  font-family: "Raleway", sans-serif;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  transition: all 0.2s ease;
  font-size: 1.1rem;
}
.footer__main .footer__inner .footer__contact .footer__icon a svg {
  width: 100%;
  height: 100%;
  width: 30px;
  margin-right: 0.5rem;
  transition: all 0.2s ease;
}
.footer__main .footer__inner .footer__contact .footer__icon:hover a {
  color: #fff;
}
.footer__main .footer__inner .footer__contact .footer__icon:hover svg {
  fill: #fff;
}
.show__contact {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 4;
  right: 30px;
  bottom: 100px;
  background-color: #fff;
  box-shadow: 0 0 4px #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  animation: 3s linear blinker infinite;
}
.show__contact .contact__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.show__contact .contact__icon svg {
  width: 35px;
  height: 35px;
  fill: #0375c2;
}
.show__contact:hover {
  box-shadow: 0 0 12px #fff;
  background-color: rgba(255, 255, 255, 0.9);
  animation: none;
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
}
.main__contact {
  display: none;
  position: fixed;
  right: 54px;
  bottom: 139px;
  z-index: 4;
}
@media screen and (max-width: 1920px) {
  .main__contact {
    width: 250px;
  }
}
.main__contact_inner .main__contact_title h2,
.main__contact_inner .main__contact_title p {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1920px) {
  .main__contact_inner .main__contact_title h2 {
    font-size: 1.1rem;
  }
  .main__contact_inner .main__contact_title p {
    font-size: 0.8rem;
  }
}
.main__contact_inner .main__form_wrapper {
  background: linear-gradient(90deg, #3301fb -36.23%, #2d9ee0 63.77%);
  border-radius: 10px;
  position: relative;
  height: 240px;
}
@media screen and (max-width: 1920px) {
  .main__contact_inner .main__form_wrapper {
    height: 180px;
  }
}
.main__contact_inner .main__form_wrapper .form__contact {
  position: absolute;
  background-color: #fff;
  padding: 1rem;
  right: -40px;
  bottom: -40px;
  width: 100%;
  border-radius: 10px;
}
.main__contact_inner .main__form_wrapper .form__contact .main__form {
  color: #000;
}
.main__contact_inner .main__form_wrapper .form__contact .main__form_input {
  display: flex;
  flex-direction: column;
}
.main__contact_inner
  .main__form_wrapper
  .form__contact
  .main__form_input:not(:last-child) {
  margin-bottom: 0.5rem;
}
.main__contact_inner
  .main__form_wrapper
  .form__contact
  .main__form_input:last-child {
  align-items: center;
}
.main__contact_inner
  .main__form_wrapper
  .form__contact
  .main__form_input
  label {
  font-weight: bold;
}
.main__contact_inner
  .main__form_wrapper
  .form__contact
  .main__form_input
  input {
  padding: 0.8rem;
  font-size: 1.2rem;
  border: 1px solid #888;
  border-radius: 10px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1920px) {
  .main__contact_inner
    .main__form_wrapper
    .form__contact
    .main__form_input
    input {
    padding: 0.3rem;
    border-radius: 4px;
  }
}
.main__contact_inner
  .main__form_wrapper
  .form__contact
  .main__form_input
  input:hover {
  border-color: #000;
}
.main__contact_inner
  .main__form_wrapper
  .form__contact
  .main__form_input
  input[type="submit"] {
  width: 50%;
}
.burger__wrapper {
  width: 50px;
  height: 50px;
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 70px;
  left: 20px;
  margin: auto;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .burger__wrapper {
    display: flex;
  }
}
.stick {
  width: 50px;
  height: 8px;
  border-radius: 4px;
  margin-bottom: 6px;
  background-color: #0375c2;
  display: inline-block;
}
.stick:last-child {
  margin-bottom: 0px;
}
.stick-1.open {
  animation: stick-1-open 0.6s ease-out forwards;
}
.stick-2.open {
  animation: stick-2-open 0.6s linear forwards;
}
.stick-3.open {
  animation: stick-3-open 0.6s linear forwards;
}
@keyframes stick-1-open {
  0% {
    width: 50px;
  }
  40% {
    background-color: #ff1456;
    width: 8px;
    transform: translate(40px, 0px);
  }
  75%,
  80% {
    width: 8px;
    transform: translate(40px, -50px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  100% {
    background-color: #ff1456;
    width: 8px;
    transform: translate(25px, 36px);
  }
}
@keyframes stick-2-open {
  80% {
    background-color: #0375c2;
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    background-color: #ff1456;
    transform: translate(0px, -2px) rotate(45deg);
  }
}
@keyframes stick-3-open {
  80% {
    background-color: #0375c2;
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    background-color: #ff1456;
    transform: translate(0px, -16px) rotate(-45deg);
  }
}
.stick-1.close {
  width: 8px;
  transform: translate(27px, 26px);
  animation: stick-1-close 0.6s ease-out forwards;
}
.stick-2.close {
  transform: translate(0px, 0px) rotate(40deg);
  animation: stick-2-close 0.6s ease-out forwards;
}
.stick-3.close {
  transform: translate(0px, -23px) rotate(-40deg);
  animation: stick-3-close 0.6s ease-out forwards;
}
@keyframes stick-1-close {
  0%,
  70% {
    width: 0px;
  }
  100% {
    width: 50px;
    transform: translate(0, 0);
  }
}
@keyframes stick-2-close {
  0% {
    background-color: #ff1456;
    width: 50px;
  }
  20% {
    background-color: #ff1456;
    width: 8px;
    transform: translate(0, 0px) rotate(40deg);
  }
  40% {
    background-color: #0375c2;
    width: 0px;
  }
  65% {
    transform: translate(0, -70px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  80% {
    width: 0px;
  }
  100% {
    width: 50px;
    transform: translate(0, 0px);
  }
}
@keyframes stick-3-close {
  0% {
    background-color: #ff1456;
    width: 50px;
  }
  20% {
    background-color: #ff1456;
    width: 8px;
    transform: translate(0, -23px) rotate(-40deg);
  }
  40% {
    background-color: #0375c2;
  }
  65% {
    transform: translate(0, -93px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  90% {
    width: 8px;
  }
  100% {
    width: 50px;
    transform: translate(0, 0px);
  }
}
.close__modal {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -40px;
}
.close__modal svg {
  cursor: pointer;
  fill: #fff;
  transition: all 0.2s ease;
}
.close__modal svg:hover {
  fill: #0375c2;
}
.intro__video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.intro__video #myVideo {
  max-width: none;
  max-height: none;
  transform: scale(70%);
}
.intro__loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.intro__loader.hide {
  display: none;
}
.infoBanners {
  text-align: center;
}
.infoBannerWrapperCmr {
  display: flex !important;
  border: none;
  align-items: center;
  text-align: center;
  z-index: 7;
  padding: 10px 0;
  background: linear-gradient(180deg, #E6F7FF 0%, #AEE4FF 30%, #4DB3FF 100%);
}
.front-slider__arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 8;
}
.front-slider__arrow.next-arrow {
  right: 20px;
}
.front-slider__arrow.prev-arrow {
  left: 20px;
}
@keyframes ldio_04g6rlc2rukt {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.ldio_04g6rlc2rukt div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio_04g6rlc2rukt 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ldio_04g6rlc2rukt div:nth-child(1) {
  border-color: #9aa5c6;
  animation-delay: 0s;
}
.ldio_04g6rlc2rukt div:nth-child(2) {
  border-color: #a6aaba;
  animation-delay: -0.5s;
}
.loadingio_spinner_ripple_b7wiz0mrh17 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  top: 50%;
  left: 50%;
}
.ldio_04g6rlc2rukt {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio_04g6rlc2rukt div {
  box-sizing: content-box;
}
.Loader__centred {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.preloaderActive {
  height: 100vh;
  width: 100%;
} /*# sourceMappingURL=style.css.map */


h1.logo-main img {
    width: 200px;
}

.options-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #e8f0f5 0%, #f5f8fa 100%);
  position: relative;
}

.options-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.options-section__inner {
  width: 100%;
}

.options-section__title {
  text-align: center;
  margin-bottom: 60px;
}

.options-section__title h2 {
  color: #0375c2;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.options-section__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.options-section__card {
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  min-height: 450px;
  cursor: pointer;
  background-image: url('/media/tooth-1.svg');
  background-size: 200px;
  background-position: -55px;
  background-repeat: no-repeat;
}

.options-section__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.options-section__card-front,
.options-section__card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.options-section__card-front {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}

.options-section__card-back {
  opacity: 0;
  transform: translateY(20px);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(5px);
}

.options-section__card:hover .options-section__card-front {
  opacity: 0;
  transform: translateY(-20px);
}

.options-section__card:hover .options-section__card-back {
  opacity: 1;
  transform: translateY(0);
}

.options-section__card-icon {
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.options-section__card:hover .options-section__card-icon {
  transform: scale(1.1);
}

.options-section__card h3 {
  color: #0375c2;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0;
  position: relative;
  z-index: 1;
}

.options-section__card-back p {
  color: #333333;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

@media (max-width: 992px) {
  .options-section__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .options-section__card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .options-section {
    padding: 60px 0;
  }
  
  .options-section__title h2 {
    font-size: 32px;
  }
  
  .options-section__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .options-section__card {
    padding: 40px 30px;
    min-height: 400px;
    background-size: 250px;
  }
  
  .options-section__card:last-child {
    max-width: 100%;
  }
  
  .options-section__card-front,
  .options-section__card-back {
    padding: 40px 30px;
  }
  
  .options-section__card h3 {
    font-size: 22px;
  }
  
  .options-section__card-back p {
    font-size: 16px;
  }
}

.dental-career-partner {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.dental-career-partner .container {
  max-width: 1200px;
  margin: 0 auto;
  padding:3rem 4rem;
}

.dental-career-partner__inner {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.dental-career-partner__header h1 {
  color: #0375c2;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Share", sans-serif;
  line-height: 1.3;
}

.dental-career-partner__intro {
  margin-bottom: 40px;
}

.dental-career-partner__intro p {
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.dental-career-partner__section {
  margin-bottom: 40px;
}

.dental-career-partner__section h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.dental-career-partner__section p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.dental-career-partner__benefits{
    border-bottom: 2px solid #000;
    border-radius: 2px;
}

.dental-career-partner__benefits h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}

.dental-career-partner__benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dental-career-partner__benefits ul li {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.dental-career-partner__benefits ul li:before {
  content: "•";
  color: #0375c2;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.dental-career-partner__benefits ul li strong {
  color: #333333;
  font-weight: 700;
}

@media (max-width: 768px) {
  .dental-career-partner {
    padding: 40px 0;
  }
  
  .dental-career-partner__inner {
    padding: 30px 20px;
  }
  
  .dental-career-partner__header h1 {
    font-size: 28px;
  }
  
  .dental-career-partner__intro p {
    font-size: 16px;
  }
  
  .dental-career-partner__section h2,
  .dental-career-partner__benefits h2 {
    font-size: 24px;
  }
  
  .dental-career-partner__section p,
  .dental-career-partner__benefits ul li {
    font-size: 15px;
  }
}