body.hidden {
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #f2f3f6;
  color: #313342;
  font-family: "Roboto", serif;
  overflow-x: hidden;
}
.page {
  overflow: hidden;
  position: relative;
}
.header {
  position: relative;
  z-index: 1;
}
.mob {
  display: none;
}
button,
a {
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
a:hover {
  opacity: 0.5;
}
.button {
  font-family: "Work Sans", serif;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  background: #313342;
  border-radius: 24px;
  position: relative;
  padding: 14px 40px;
  display: inline-block;
  text-align: center;
  min-width: 185px;
  opacity: 1;
  transition: 0.3s;
}
.button span {
  position: relative;
  z-index: 1;
}
.button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  background-image: linear-gradient(to right, #726eaf, #d6b3b9);
  transition: 0.3s;
  opacity: 0;
}

.button::after {
  content: "";
  width: 90%;
  height: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-radius: 34px;
  background: #989acb;
  transition: 0.3s;
  opacity: 0;
  filter: blur(12px);
}

.button:hover::before {
  opacity: 1;
}
.button:hover::after {
  opacity: 1;
}
.button:hover {
  opacity: 1;
}
.wrapper {
  max-width: 1228px;
  width: 100%;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.section {
  padding: 0 16px;
}
.text-work {
  font-family: "Work Sans", serif;
}
.text-inter {
  font-family: "Inter", serif;
}
.text-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-blue {
  color: #4292dc;
}
.text-pink {
  color: #726eaf;
}
.text-dark {
  color: #313342;
}
.text-white {
  color: #fff;
}
.text-gray {
  color: #d6b3b9;
}
.text-gray2 {
  color: #3133424f;
}
.text-cool-gray {
  color: #a1a2ab;
}
.text-green {
  color: #12d700;
}
.text-yellow {
  color: #ffbb00;
}
.text-red {
  color: #e04e4e;
}
.text-muted-slate {
  color: #5a5c68;
}
.text-error {
  margin-top: 16px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
  line-height: normal;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-24 {
  font-size: 24px;
}
.text-36 {
  font-size: 36px;
}
.text-40 {
  font-size: 40px;
}
.text-46 {
  font-size: 46px;
}
.text-48 {
  font-size: 48px;
}
.text-64 {
  font-size: 64px;
}
.text-80 {
  font-size: 80px;
}
.text-96 {
  font-size: 96px;
}
.text-128 {
  font-size: 128px;
}
.text-160 {
  font-size: 160px;
}

.weight-100 {
  font-weight: 100;
}
.weight-200 {
  font-weight: 200;
}
.weight-300 {
  font-weight: 300;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-900 {
  font-weight: 900;
}

.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}

/* header */
.header {
  padding: 34px 16px;
}
.logo {
  position: relative;
}
.logo .img {
  width: 64px;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.logo .text-white {
  position: relative;
  margin-right: 10px;
}

.header .nav {
  gap: 64px;
}
.header .nav__item a {
  opacity: 1;
  line-height: 44px;
  display: block;
  border-bottom: 2px solid transparent;
}
.header .nav__item .text-dark:hover {
  border-color: #726eaf;
}

.hero-section {
  text-align: center;
  padding-top: 130px;
  position: relative;
  z-index: 4;
}
.hero-section .text-80 {
  line-height: 96px;
}
.hero-section .wrapper {
  position: relative;
}
.hero-section .sphere1 {
  border-radius: 100%;
  background: #ffffff;
  width: 86px;
  height: 86px;
  position: absolute;
  left: -86px;
  top: 190px;
}
.hero-section .sphere2 {
  border-radius: 100%;
  background: #ffffff;
  width: 106px;
  height: 106px;
  position: absolute;
  right: -172px;
  top: 122px;
}

.hero-section .sphere3 {
  border-radius: 100%;
  background: #ffffff;
  width: 130px;
  height: 130px;
  position: absolute;
  left: calc(50% - 290px);
  transform: translateX(-50%);
  bottom: 10px;
}
.hero-section .sphere4 {
  border-radius: 100%;
  background: #ffffff;
  width: 180px;
  height: 180px;
  position: absolute;
  left: 70px;
  bottom: -230px;
}
.hero-section .sphere5 {
  border-radius: 100%;
  background: #ffffff;
  width: 166px;
  height: 166px;
  position: absolute;
  left: auto;
  right: 92px;
  bottom: -68px;
}
.hero-section .sphere6 {
  border-radius: 100%;
  background: #ffffff;
  width: 60px;
  height: 60px;
  position: absolute;
  left: auto;
  left: -300px;
  bottom: -200px;
}
.hero-section .text-24 {
  margin-top: 30px;
}
.hero-section .down {
  display: inline-block;
  margin: 120px auto 0;
}
.hero-section .down svg {
  width: 46px;
}
hero-section .down path {
  transition: 0.3s;
}
.hero-section .down:hover {
  transform: translateY(4px);
  opacity: 1;
}
.hero-section .down:hover path {
  stroke: #726eaf;
}

.about-section {
  padding-top: 120px;
  position: relative;
}
.about-section .code {
  width: 1300px;
  position: absolute;
  top: -200px;
  left: calc(50% - 350px);
  transform: translateX(-50%);
}
.about-section .wrapper {
  position: relative;
  z-index: 1;
}
.about-section .about-right {
  border-radius: 20px;
  background: #313342;
  padding: 66px 60px 88px;
  max-width: 602px;
  position: relative;
}
.about-section .about-right .text-16 + .text-16 {
  margin-top: 24px;
}
.about-section .about-right .img {
  width: calc(100% - 66px);
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -34px;
  transform: translateX(-50%);
  filter: blur(32px);
  z-index: -1;
}
.about-section .about-right .text-16 {
  line-height: 24px;
}

.services-section {
  padding-top: 160px;
}
.services-section .wrapper {
  max-width: 1020px;
}
.services-section .item .img {
  width: 64px;
}
.services-section .list-container {
  height: 580px;
}
.services-section .list {
  gap: 24px;
}
.services-section .item {
  width: calc(50% - 12px);
}
.services-section .item .title {
  max-width: 364px;
  transition: 0.3s;
  line-height: 24px;
}
.services-section .item .item-wrapper {
  width: 100%;
  text-align: left;
  padding: 40px 46px 40px 46px;
  background: #fff;
  border-radius: 20px;
  min-width: 100%;
  transition: 0.3s;
  background-image: url("../assets/plus.svg");
  background-size: 24px;
  background-position: top 30px right 30px;
  background-repeat: no-repeat;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.services-section .item .item-wrapper:hover {
  background-image: url("../assets/plusDark.svg");
}
.services-section .item .item-wrapper:hover .title {
  font-weight: 500;
}
.services-section .item.active .item-wrapper:hover .title {
  font-weight: 400;
}
.services-section .item.active .item-wrapper {
  min-width: calc(100% + 100px);
  background-image: url("../assets/minus.svg");
  cursor: default;
}
.services-section .title-container {
  gap: 34px;
  transition: 0.3s;
}
.services-section .item.active .title-container {
  gap: 32px;
}
.services-section .item.active .title-container {
  padding-bottom: 34px;
}
.services-section .item.active .title {
  font-size: 24px;
  line-height: 28px;
}
.services-section .desc {
  display: none;
}

.why-section {
  padding-top: 240px;
}
.why-section .decor {
  right: -106px;
  position: absolute;
  top: -200px;
}
.why-section .head {
  width: 614px;
  position: absolute;
  left: -220px;
  top: 50px;
}
.why-section .wrapper {
  gap: 128px;
  max-width: 1020px;
  position: relative;
}
.why-section .list {
  padding-top: 16px;
}
.why-section .item {
  max-width: 500px;
}
.why-section .item + .item {
  margin-top: 64px;
}
.why-section .title {
  max-width: 400px;
  text-align: right;
  position: relative;
  z-index: 1;
}
.why-section .text-16 {
  margin-top: 16px;
  line-height: 24px;
}

.career-section {
  padding-top: 170px;
}
.career-section .wrapper {
  gap: 128px;
}
.career-section .item .img {
  width: 24px;
}
.career-section .guarantee {
  width: 500px;
  border-radius: 20px;
  padding: 40px;
  background-image: url("../assets/guaranteeBg.webp");
  background-size: cover;
}
.career-section .guarantee .text-16 {
  margin-top: 24px;
  line-height: 24px;
}
.career-section .list {
  margin-top: 46px;
  gap: 30px 24px;
}
.career-section .item {
  width: calc(50% - 12px);
  gap: 16px;
}
.career-section .item .text-20 {
  line-height: 24px;
}
.career-section .item .text-14 {
  margin-top: 6px;
  display: table;
}
.career-section .career {
  padding-top: 26px;
  flex: 1;
}

.contact-section {
  padding-top: 172px;
  padding-bottom: 162px;
}
.contact-section .wrapper {
  gap: 128px;
}
.contact-section .img {
  width: 24px;
}
.contact-section .left {
  width: 500px;
}
.contact-section .right {
  flex: 1;
  padding-top: 12px;
}
.contact-section .left .text-16 {
  margin-top: 36px;
  line-height: 24px;
}
.contact-section .left .list {
  margin-top: 60px;
}
.contact-section .left .text-20 {
  line-height: 30px;
  flex: 1;
  max-width: 345px;
}
.contact-section .item {
  gap: 24px;
}
.contact-section .item + .item {
  margin-top: 16px;
}
.contact-section .item .img {
  margin-top: 4px;
}
.contact-section input,
.contact-section textarea {
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  line-height: 48px;
  border: 0;
  width: 100%;
  padding-left: 54px;
  font-family: "Roboto", serif;
  outline: none;
  color: #5a5c68;
  font-size: 16px;
}
.contact-section textarea {
  min-height: 112px;
  border-radius: 24px;
  resize: none;
}
.contact-section input::placeholder,
.contact-section textarea::placeholder {
  opacity: 0.5;
}
.contact-section label {
  display: block;
  position: relative;
}
.contact-section label + label {
  margin-top: 16px;
}
.contact-section label .img {
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 1;
}
.contact-section .submit {
  margin-top: 24px;
  gap: 16px;
}

.footer {
  padding: 0 16px 60px;
}
.footer .wrapper {
  gap: 16px;
}
.footer .logo .img {
  height: 64px;
  border-radius: 9px;
  background: #a1a2ab;
}
.footer .copyright {
  max-width: 124px;
  line-height: 21px;
}
.footer .nav .text-14 {
  line-height: 21px;
  display: block;
}
.footer .socials {
  gap: 42px;
}
.footer .socials .text-14 {
  width: 60px;
  line-height: 21px;
}
.footer .socials .list {
  gap: 24px;
}

.button-up {
  width: 64px;
  height: 64px;
  padding: 0;
  min-width: 0;
  position: fixed;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border-radius: 100%;
}
.button-up .img {
  width: 24px;
  position: relative;
  z-index: 1;
}
.button-up::before {
  border-radius: 100%;
}

.career-page-career-section {
  padding-top: 30px;
}
.career-page-career-section .wrapper {
  position: relative;
}
.career-page-career-section .head {
  width: 584px;
  position: absolute;
  left: 0;
  top: 180px;
}
.career-page-career-section .flex-block {
  gap: 128px;
  margin-top: 64px;
  position: relative;
}
.career-page-career-section .left {
  width: 500px;
}
.career-page-career-section .right {
  flex: 1;
  padding: 56px 60px;
  border-radius: 20px;
  position: relative;
  background: #313342;
}
.career-page-career-section .right .img {
  width: calc(100% - 66px);
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -34px;
  transform: translateX(-50%);
  filter: blur(32px);
  z-index: -1;
}
.career-page-career-section .text-16 {
  line-height: 24px;
}
.career-page-career-section .text-24 {
  line-height: 36px;
}
.career-page-career-section .right .text-16 + .text-16 {
  margin-top: 24px;
}

.career-page-vacances-section {
  padding-top: 164px;
  position: relative;
}

.career-page-vacances-section .list {
  margin-top: 84px;
}
.career-page-vacances-section .item + .item {
  margin-top: 16px;
}
.career-page-vacances-section .item-wrapper {
  width: 100%;
  text-align: left;
  padding: 24px 32px;
  background: #fff;
  border-radius: 20px;
  min-width: 100%;
  transition: 0.3s;
  background-image: url("../assets/plus.svg");
  background-size: 24px;
  background-position: top 35px right 32px;
  background-repeat: no-repeat;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}
.career-page-vacances-section .item-wrapper.active {
  background-image: url("../assets/minus.svg");
}
.career-page-vacances-section .item-wrapper .img {
  width: 46px;
}
.career-page-vacances-section .item .title-container {
  gap: 26px;
  cursor: pointer;
  transition: 0.3s;
}
.career-page-vacances-section .item-wrapper.active .title-container {
  padding-bottom: 42px;
}
.career-page-vacances-section .item .content {
  max-width: 810px;
  margin: 0 auto;
  padding-bottom: 0;
  display: none;
}
.career-page-vacances-section .item-wrapper.active .content {
  padding-bottom: 22px;
}
.career-page-vacances-section .item .content-item {
  margin-top: 36px;
}
.career-page-vacances-section .item .text-16 {
  line-height: 32px;
}
.career-page-vacances-section .item ul {
  margin-top: 16px;
  list-style: disc;
  padding-left: 24px;
}
.career-page-vacances-section .item .title-container {
  padding-bottom: 0;
}
.career-page-vacances-section .item-wrapper.active .title-container {
  padding-bottom: 42px;
}
.career-page-vacances-section .item .button-container {
  margin-top: 36px;
  gap: 12px;
}

.services-page-application-section {
  padding-top: 30px;
}
.services-page-application-section .subtitle {
  margin-top: 46px;
}
.services-page-application-section .desc {
  margin-top: 32px;
  line-height: 36px;
}
.services-page-application-section .nav {
  margin-top: 96px;
  background: #313342;
  border-radius: 42px;
}
.services-page-application-section .nav .item {
  padding: 23px;
  flex: 1;
  text-align: center;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-page-application-section .nav .item:hover {
  color: #d6b3b9;
  opacity: 1;
}
.services-page-application-section .nav .item.active:hover {
  color: #fff;
  cursor: default;
}
.services-page-application-section .nav .item.active {
  background: linear-gradient(to right, #726eaf, #d6b3b9);
}
.services-page-application-section .content {
  margin-top: 96px;
  gap: 128px;
}
.services-page-application-section .content .img {
  margin-top: 94px;
  border-radius: 20px;
}
.services-page-application-section .content .left {
  text-align: right;
  width: 500px;
}
.services-page-application-section .content .left .text-46 {
  line-height: 56px;
}
.services-page-application-section .content .right {
  flex: 1;
}
.services-page-application-section .content .right .text-24 {
  line-height: 36px;
}
.services-page-application-section .content .right .content-item {
  margin-top: 60px;
}
.services-page-application-section
  .content
  .right
  .content-item
  + .content-item {
  margin-top: 36px;
}
.services-page-application-section .content .right ul {
  margin-top: 16px;
  list-style: disc;
  padding-left: 24px;
}
.services-page-application-section .content .right .content-item .text-16 {
  line-height: 32px;
}

@media screen and (max-width: 1200px) {
  .button-up {
    display: none;
  }
  .about-section .wrapper {
    flex-direction: column;
    gap: 24px;
    z-index: 4;
  }
  .services-section .item {
    width: 100%;
  }
  .services-section .item.active .item-wrapper {
    min-width: 100%;
  }
  .services-section .list-container {
    height: unset;
    margin-top: 24px;
  }
  .why-section .wrapper {
    gap: 24px;
  }
  .why-section .title {
    max-width: 300px;
  }
  .career-section .wrapper {
    gap: 24px;
  }
  .career-section .guarantee {
    max-width: 300px;
  }
  .contact-section .wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .services-page-application-section .content {
    flex-direction: column;
    gap: 32px;
  }
  .services-page-application-section .content .left {
    text-align: left;
    width: 100%;
  }
  .services-page-application-section .content .img {
    width: 500px;
    max-width: 100%;
    margin-top: 24px;
  }
  .services-page-application-section .content .left .text-46,
  .services-page-application-section .subtitle {
    font-size: 42px;
  }
  .career-page-career-section .flex-block {
    flex-direction: column;
    gap: 24px;
  }
  .career-page-career-section .left {
    max-width: 100%;
  }
  .career-page-career-section .right {
    padding: 24px 16px;
  }
  .career-page-career-section .head {
    display: none;
  }
  .career-page-vacances-section {
    padding-top: 120px;
  }
  .career-page-vacances-section .list {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .text-46 {
    font-size: 42px;
  }
  .header .wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .header .nav {
    margin-top: 12px;
    gap: 42px;
  }
  .text-80 {
    font-size: 42px;
  }
  .hero-section .text-80 {
    line-height: 50px;
  }
  .hero-section {
    padding-top: 40px;
  }
  .hero-section .sphere5,
  .hero-section .sphere4,
  .hero-section .sphere3 {
    display: none;
  }
  .hero-section .down {
    display: none;
  }
  .about-section .code {
    display: none;
  }
  .text-160 {
    font-size: 42px;
  }
  .about-section .about-right {
    padding: 24px 16px;
  }
  .why-section .decor {
    display: none;
  }
  .why-section {
    padding-top: 120px;
  }
  .why-section .wrapper {
    flex-direction: column;
  }
  .why-section .title {
    text-align: left;
  }
  .why-section .head {
    display: none;
  }
  .career-section .guarantee {
    max-width: 100%;
    width: 100%;
  }
  .career-section .wrapper {
    flex-direction: column;
  }
  .career-section {
    padding-top: 120px;
  }
  .contact-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .contact-section .left {
    width: auto;
    flex: 1;
  }
  .footer .wrapper {
    flex-direction: column;
  }
  .footer .copyright {
    margin-top: 12px;
  }
  .services-page-application-section .nav {
    overflow: auto;
    white-space: nowrap;
  }
}
#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}
#overlay .pop {
    background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
.creds {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #a1a2ab;
	padding-top: 20px;
}
.title.big {
	font-size: 32px;
	padding: 20px 0px 40px 0px;
	text-align: center;
}
.content p {
	padding: 0px 0px 20px 0px;
	line-height: 24px;
}
.content .title {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 24px;
}
.content p:last-child {
	padding-bottom: 50px;
}
@media screen and (max-width: 890px) {
	.content {
	   padding: 0px 20px;
	}
}