@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
  font-weight: 500;
}

button, select {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
  font-weight: 500;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100svh;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

body {
  background: #fff;
  color: #242020;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

button, input, textarea, li, div {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.container {
  max-width: 1362px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.sec-subtitle {
  font-family: "Anticva", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 13px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .sec-subtitle {
    font-size: 10px;
    line-height: 8px;
  }
}
.sec-title {
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  line-height: 100%;
  margin: -8.5px 0;
}
@media screen and (max-width: 992px) {
  .sec-title {
    font-size: 35px;
    margin: -9.5px 0;
  }
}
.sec-bigtitle {
  font-family: "Anticva", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  margin: -8.5px 0;
  color: #c31723;
  hyphens: auto;
  word-break: break-word;
}
@media screen and (max-width: 992px) {
  .sec-bigtitle {
    font-size: 40px;
    margin: -2px 0;
  }
}

.main-btn {
  background: #c31723;
  border-radius: 50px;
  padding: 13px 20px 16px;
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 992px) {
  .main-btn {
    font-size: 14px;
    line-height: 10px;
    padding: 18px 15px 21px;
  }
}
.main-btn b {
  font-weight: 400;
  font-size: 30px;
  line-height: 21px;
}
@media screen and (max-width: 992px) {
  .main-btn b {
    font-size: 25px;
    line-height: 11px;
  }
}

.accordion {
  border-bottom: 0.5px solid #b8b8b8;
}
.accordion.active .accordion-btn .icon span {
  display: none;
}
.accordion.active .accordion-btn .icon span:last-child {
  display: block;
}
.accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px 0 30px;
}
@media screen and (max-width: 992px) {
  .accordion-btn {
    align-items: flex-start;
  }
}
.accordion-btn__text {
  display: flex;
  align-items: center;
}
.accordion-btn__text h3 {
  width: 115px;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 14px;
  color: #b8b8b8;
}
@media screen and (max-width: 992px) {
  .accordion-btn__text h3 {
    width: 55px;
    font-size: 14px;
    line-height: 10px;
  }
}
.accordion-btn__text p {
  font-size: 16px;
  line-height: 140%;
  margin: -5px 0;
}
@media screen and (max-width: 992px) {
  .accordion-btn__text p {
    font-size: 14px;
  }
}
.accordion-btn .icon {
  width: 18px;
  height: 21px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 30px;
  color: #b8b8b8;
}
@media screen and (max-width: 992px) {
  .accordion-btn .icon {
    font-size: 35px;
    font-weight: 200;
    width: 17px;
    height: 14px;
    color: #c31723;
  }
}
.accordion-btn .icon span:last-child {
  color: #c31723;
  display: none;
}
.accordion-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 14px 30px 115px;
}
@media screen and (max-width: 992px) {
  .accordion-body {
    padding: 0 0 30px 55px;
  }
}
.accordion-body__wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .accordion-body ul {
    margin-bottom: 30px;
    gap: 20px;
  }
}
.accordion-body li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #b8b8b8;
  margin: -5.5px 0;
}
@media screen and (max-width: 992px) {
  .accordion-body li {
    font-size: 14px;
  }
}
.accordion-body a {
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  color: #c31723;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 2.5px;
  border-bottom: 0.5px solid #c31723;
}
@media screen and (max-width: 992px) {
  .accordion-body a {
    font-size: 14px;
    line-height: 10px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.header.active {
  background: #fff;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0;
}
@media screen and (max-width: 992px) {
  .header-container {
    justify-content: flex-end;
  }
}
.header-logo {
  font-family: "Anticva", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
  }
}
.header-bars {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .header-bars {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .header-bars {
    display: flex;
  }
}
.header-bars img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media screen and (max-width: 992px) {
  .header-bars img {
    width: 30px;
    height: 30px;
  }
}
.header-bars img:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9) rotate(-8deg);
}
.header-bars.active img {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9) rotate(8deg);
}
.header-bars.active img:nth-child(2) {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.header-navs {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .header-navs {
    display: none;
  }
}
.header-navs li {
  display: flex;
}
.header-navs__link {
  font-weight: 400;
  font-size: 16px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
  padding: 143px 20px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.menu-head {
  width: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.35s ease 0.08s, transform 0.35s ease 0.08s;
}
.menu.active .menu-head {
  opacity: 1;
  transform: translateY(0);
}
.menu-navs {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  margin-bottom: 100px;
}
.menu-navs li {
  display: flex;
}
.menu-navs__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
  text-align: center;
}
.menu-navs__link.active {
  font-weight: 600;
  color: #c31723;
}
.menu-networks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.menu-networks li {
  display: flex;
}
.menu-networks__link {
  font-size: 14px;
  line-height: 10px;
}
.menu .contact-link {
  position: relative;
  z-index: 2;
  border-radius: 200px;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #c31723;
  padding-top: 44.5px;
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  color: #fff;
  gap: 10px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(14px) scale(0.96);
  transition: opacity 0.35s ease 0.16s, transform 0.35s ease 0.16s;
}
.menu .contact-link img {
  width: 25px;
}
.menu.active .contact-link {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.menu .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease 0.12s;
}
.menu.active .bg-img {
  opacity: 1;
}

body.menu-open {
  overflow: hidden;
}

.home {
  position: relative;
  z-index: 1;
}
.home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-container {
  min-height: 935px;
  padding-top: 253px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .home-container {
    min-height: inherit;
    padding: 124px 0 38px;
  }
}
.home-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 164px;
}
@media screen and (max-width: 992px) {
  .home-head {
    margin-bottom: 331px;
    gap: 30px;
    width: 100%;
  }
}
.home-head h1 {
  font-family: "Anticva", sans-serif;
  font-weight: 400;
  font-size: 120px;
  line-height: 94px;
  color: #c31723;
}
@media screen and (max-width: 1280px) {
  .home-head h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 992px) {
  .home-head h1 {
    font-size: 65px;
    line-height: 51px;
  }
}
.home-head p {
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  max-width: 543px;
}
@media screen and (max-width: 1280px) {
  .home-head p {
    font-size: 18px;
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .home-head p {
    margin-left: 54px;
    max-width: 100%;
    font-size: 14px;
  }
}
.home-foot {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .home-foot {
    width: 100%;
  }
}
.home-foot h2 {
  font-family: "Anticva", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #c31723;
  line-height: 24px;
  margin-bottom: 49px;
}
@media screen and (max-width: 1280px) {
  .home-foot h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .home-foot h2 {
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 39px;
    color: #fff;
    text-align: center;
  }
}
.home-foot h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .home-foot h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .home-foot h3 {
    font-size: 14px;
    line-height: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
}
.home-foot p {
  font-weight: 400;
  font-size: 16px;
  line-height: 11px;
}
@media screen and (max-width: 1280px) {
  .home-foot p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .home-foot p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    max-width: 252px;
    margin: 0 auto;
  }
}
.home-foot .icon {
  position: absolute;
  z-index: -1;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}
@media screen and (max-width: 992px) {
  .home-foot .icon {
    width: 79px;
    bottom: -15px;
  }
}
.home-foot .icon img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 992px) {
  .home-foot .icon img {
    display: none;
  }
}
.home-foot .icon img.sm {
  display: none;
}
@media screen and (max-width: 992px) {
  .home-foot .icon img.sm {
    display: block;
  }
}
.home .home-container > .main-img {
  position: absolute;
  z-index: -1;
  right: 203px;
  bottom: 0;
  width: 656px;
}
@media screen and (max-width: 1280px) {
  .home .home-container > .main-img {
    width: 500px;
    right: 130px;
  }
}
@media screen and (max-width: 992px) {
  .home .home-container > .main-img {
    width: 342px;
    min-width: 342px;
    right: 50%;
    transform: translateX(calc(50% + 10px));
  }
}
.home .home-container > .main-img picture,
.home .home-container > .main-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.home .home-container > .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .contact-link {
  position: fixed;
  z-index: 4;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  padding: 25px 15px 0px;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 59px;
  background: #c31723;
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  color: #fff;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .home .contact-link {
    width: 120px;
    height: 120px;
    padding-top: 44px;
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .home .contact-link {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .home .contact-link img {
    width: 25px;
  }
}

.about {
  padding: 150px 0 100px;
}
@media screen and (max-width: 1050px) {
  .about {
    padding: 80px 0 170px;
  }
}
.about-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 53px;
  padding-right: 72px;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .about-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 25px;
  }
}
.about .sec-bigtitle {
  padding-left: 231px;
}
@media screen and (max-width: 992px) {
  .about .sec-bigtitle {
    padding-left: 0;
  }
}
.about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  margin: 100px 0 136px auto;
  max-width: 900px;
}
@media screen and (max-width: 992px) {
  .about-list {
    margin: 80px 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.about-list__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .about-list__item {
    gap: 40px;
  }
}
.about-list__card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .about-list__card {
    gap: 15px;
  }
}
.about-list .number {
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
  color: #c31723;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .about-list .number {
    font-size: 16px;
    line-height: 11px;
  }
}
.about-list .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .about-list .text {
    gap: 20px;
  }
}
.about-list h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin: -5.5px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .about-list h3 {
    font-size: 14px;
    margin: -5px 0;
  }
}
.about-list h3 span {
  font-family: "Anticva", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #c31723;
}
@media screen and (max-width: 992px) {
  .about-list h3 span {
    font-size: 15px;
  }
}
.about-list p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #b8b8b8;
  margin: -5.5px 0;
}
@media screen and (max-width: 992px) {
  .about-list p {
    font-size: 14px;
    margin: -5px 0;
  }
}
.about-foot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 99px 60px;
  margin: 0 0 0 auto;
  max-width: 860px;
}
@media screen and (max-width: 992px) {
  .about-foot {
    max-width: 100%;
    gap: 60px;
  }
}
@media screen and (max-width: 600px) {
  .about-foot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.about-foot__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .about-foot__item {
    gap: 20px;
    align-items: flex-end;
  }
}
.about-foot__item h3 {
  font-size: 150px;
  line-height: 105px;
}
@media screen and (max-width: 992px) {
  .about-foot__item h3 {
    font-size: 100px;
    line-height: 70px;
    text-align: right;
  }
}
.about-foot__item h3 span {
  color: #b8b8b8;
}
.about-foot__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: -5.5px 0;
}
@media screen and (max-width: 992px) {
  .about-foot__item p {
    max-width: 248px;
    width: 100%;
    font-size: 14px;
    margin: -5px 0;
  }
}

.forbes-container {
  position: relative;
  z-index: 1;
  height: 670px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 62px 112px 0;
}
@media screen and (max-width: 992px) {
  .forbes-container {
    height: 591px;
    padding: 36px 32px;
  }
}
.forbes .icon {
  position: absolute;
  left: 0;
  top: -20px;
  transform: translateY(-100%);
}
@media screen and (max-width: 992px) {
  .forbes .icon {
    width: 80px;
    bottom: -10px;
  }
}
.forbes .logo {
  position: absolute;
  top: 60px;
  left: 40px;
}
@media screen and (max-width: 992px) {
  .forbes .logo {
    width: 234px;
    top: 83px;
    left: 14px;
  }
}
.forbes .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.forbes p {
  max-width: 380px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-indent: 15px;
}
@media screen and (max-width: 992px) {
  .forbes p {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    text-indent: 10px;
  }
}
.forbes p span {
  font-family: "Anticva", sans-serif;
  color: #c31723;
}

.useful {
  padding: 150px 0;
}
@media screen and (max-width: 992px) {
  .useful {
    padding: 80px 0;
  }
}
.useful-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .useful-head {
    flex-direction: column-reverse;
    margin-bottom: 25px;
  }
}
.useful .sec-title {
  max-width: 879px;
}
.useful .sec-bigtitle {
  padding-left: 385px;
}
@media screen and (max-width: 992px) {
  .useful .sec-bigtitle {
    padding-left: 0;
  }
}
.useful-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 1250px) {
  .useful-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .useful-list {
    margin-top: 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .useful-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.useful-card {
  background: #f5f5f5;
  padding: 40px 30px;
  min-height: 325px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .useful-card {
    min-height: 320px;
  }
}
.useful-card.empty {
  opacity: 0;
}
@media screen and (max-width: 1250px) {
  .useful-card.empty {
    display: none;
  }
}
.useful-card.bg-red {
  background: #c31723;
}
.useful-card.bg-red h3, .useful-card.bg-red p {
  color: #fff;
}
.useful-card h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 21px;
  color: #c31723;
}
.useful-card p {
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  margin: -6.5px 0;
}
@media screen and (max-width: 992px) {
  .useful-card p {
    font-size: 14px;
    margin: -6px 0;
  }
}

.achievement {
  background: #f5f5f5;
  padding: 150px 0;
}
@media screen and (max-width: 992px) {
  .achievement {
    padding: 80px 0;
  }
}
.achievement-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .achievement-head {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.achievement .sec-title {
  max-width: 984px;
}
.achievement .sec-bigtitle {
  text-align: right;
}
@media screen and (max-width: 992px) {
  .achievement .sec-bigtitle {
    text-align: left;
  }
}
.achievement-about {
  display: flex;
  gap: 40px;
  margin: 100px auto;
  max-width: 1130px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .achievement-about {
    margin: 80px auto;
    flex-direction: column;
  }
}
.achievement-about li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  width: 100%;
  max-width: 448px;
}
@media screen and (max-width: 992px) {
  .achievement-about li {
    max-width: 100%;
    font-size: 14px;
  }
}
.achievement-about li:nth-child(2) {
  max-width: 524px;
}
@media screen and (max-width: 992px) {
  .achievement-about li:nth-child(2) {
    max-width: 100%;
  }
}
.achievement-about li b {
  font-weight: 600;
}
.achievement-list {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.achievement-card {
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 0.5px solid #b8b8b8;
  gap: 40px;
}
@media screen and (max-width: 700px) {
  .achievement-card {
    flex-direction: column;
  }
}
@media screen and (min-width: 700px) {
  .achievement-card:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .achievement-card:nth-child(2n) .achievement-card__img {
    width: 324px;
  }
}
@media screen and (min-width: 700px) and (max-width: 992px) {
  .achievement-card:nth-child(2n) .achievement-card__img {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .achievement-card:nth-child(2n) .achievement-card__img span {
    left: auto;
    right: 0;
  }
  .achievement-card:nth-child(2n) .achievement-card__text {
    max-width: 669px;
  }
}
.achievement-card__img {
  position: relative;
  width: 440px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .achievement-card__img {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .achievement-card__img {
    max-width: 100%;
    text-align: center;
  }
}
.achievement-card__img span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #b8b8b8;
}
.achievement-card__img img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .achievement-card__img img {
    max-width: 320px;
  }
}
.achievement-card__text {
  max-width: 552px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .achievement-card__text {
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .achievement-card__text {
    max-width: 100%;
  }
}
.achievement-card__text h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  text-transform: uppercase;
  margin: -9px 0;
}
@media screen and (max-width: 992px) {
  .achievement-card__text h3 {
    font-size: 16px;
    margin: -6px 0;
  }
}
.achievement-card__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: -5.5px 0;
}
@media screen and (max-width: 992px) {
  .achievement-card__text p {
    font-size: 14px;
    margin: -5px 0;
  }
}

.expert {
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .expert {
    padding-top: 80px;
  }
}
.expert-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .expert-head {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.expert .sec-title {
  max-width: 1015px;
  width: 100%;
}
.expert-text {
  max-width: 1015px;
  width: 100%;
  margin: 0 0 120px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style-type: numeric;
  padding-left: 24px;
}
@media screen and (max-width: 992px) {
  .expert-text {
    display: none;
  }
}
.expert-text li {
  max-width: 620px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: -5.5px 0;
}
.expert-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .expert-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .expert-list {
    display: flex;
    gap: 10px;
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow-x: scroll;
    padding: 0 20px;
  }
  .expert-list::-webkit-scrollbar {
    display: none;
  }
}
.expert-card {
  position: relative;
  height: 440px;
}
@media screen and (max-width: 992px) {
  .expert-card {
    width: 265px;
    height: auto;
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }
  .expert-card:nth-child(2) {
    display: none;
  }
}
.expert-card.mb-card {
  display: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .expert-card.mb-card {
    display: block;
    width: 100%;
  }
}
.expert-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .expert-card.col-2 {
    grid-column: span 2;
  }
}
.expert-card .play-btn {
  position: absolute;
  left: 50%;
  top: 161px;
  transform: translateX(-50%);
  display: flex;
}
@media screen and (max-width: 992px) {
  .expert-card .play-btn {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.expert-card .play-btn img {
  position: static;
}

.faq-container {
  position: relative;
  z-index: 1;
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .faq-container {
    padding: 80px 0 65px;
  }
}
.faq-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .faq-head {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}
.faq-accordion {
  max-width: 1015px;
  margin: 0 0 0 auto;
  padding: 100px 0 80px;
}
@media screen and (max-width: 1250px) {
  .faq-accordion {
    margin-left: 170px;
  }
}
@media screen and (max-width: 992px) {
  .faq-accordion {
    padding: 80px 0 40px;
    margin: 0;
  }
}
.faq-foot {
  max-width: 1015px;
  margin: 0 0 0 auto;
  display: flex;
}
@media screen and (max-width: 1250px) {
  .faq-foot {
    margin-left: 170px;
  }
}
@media screen and (max-width: 992px) {
  .faq-foot {
    margin: 0;
  }
}
.faq-foot a {
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  color: #c31723;
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #c31723;
}
@media screen and (max-width: 992px) {
  .faq-foot a {
    font-size: 14px;
    line-height: 10px;
    align-items: flex-start;
  }
}
.faq-foot a b {
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
}
.faq .main-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .faq .main-icon {
    left: auto;
    right: 0;
    width: 80px;
    height: 80px;
  }
}

.program {
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .program {
    padding-top: 80px;
  }
}
.program-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 62px;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .program-head {
    margin-bottom: 25px;
    flex-direction: column-reverse;
  }
}
.program .sec-title {
  max-width: 898px;
  margin: 0 116px 0 auto;
}
@media screen and (max-width: 992px) {
  .program .sec-title {
    max-width: 100%;
    margin: 0;
  }
}
.program-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .program-content {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
}
@media screen and (max-width: 992px) {
  .program-content {
    margin-top: 80px;
  }
}
.program-left {
  width: 455px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1350px) {
  .program-left {
    width: 400px;
  }
}
@media screen and (max-width: 1280px) {
  .program-left {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .program-left {
    gap: 40px;
  }
}
.program-left__head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .program-left__head {
    gap: 40px;
  }
}
.program-left h3 {
  font-size: 25px;
  margin: -6px 0;
}
@media screen and (max-width: 992px) {
  .program-left h3 {
    font-size: 20px;
    margin: -5px 0;
  }
}
.program-left ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.program-left li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .program-left li {
    gap: 20px;
  }
}
.program-left li span {
  font-size: 16px;
  line-height: 11px;
  color: #c31723;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .program-left li span {
    font-size: 14px;
    line-height: 10px;
  }
}
.program-left li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: -5.5px 0;
}
@media screen and (max-width: 992px) {
  .program-left li p {
    font-size: 14px;
    margin: -5px 0;
  }
}
@media screen and (max-width: 992px) {
  .program-left .main-btn {
    margin-left: 43px;
  }
}
.program-right {
  width: 100%;
  padding-left: 225px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .program-right {
    width: 874px;
  }
}
@media screen and (max-width: 992px) {
  .program-right {
    padding-left: 87px;
    width: 100%;
    max-width: 500px;
  }
}
.program-right .img-1 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 171px;
}
@media screen and (max-width: 992px) {
  .program-right .img-1 {
    width: 57px;
    bottom: 59px;
  }
}
.program-right .img-2 {
  position: absolute;
  left: 87px;
  bottom: 133px;
  width: 95px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .program-right .img-2 {
    width: 43px;
    bottom: 35px;
    left: 24px;
  }
}
.program-right .img-3 {
  position: absolute;
  bottom: 549px;
  left: 162px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .program-right .img-3 {
    width: 20px;
    left: 57px;
    bottom: 233px;
  }
}
.program-right .main-img {
  width: 100%;
}

.program-home {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.program-home__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-home__container {
  position: relative;
  z-index: 1;
  min-height: 935px;
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .program-home__container {
    min-height: inherit;
    padding: 96px 0 427px;
  }
}
.program-home__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Anticva", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 55px;
  color: #c31723;
  gap: 45px;
  margin-left: 35px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .program-home__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 992px) {
  .program-home__title {
    margin: 0;
    display: block;
    gap: 0;
    font-size: 45px;
    line-height: 110%;
    hyphens: auto;
    word-break: break-word;
  }
  .program-home__title span {
    display: inline;
    padding: 0 !important;
  }
}
.program-home__title span:last-child {
  padding-left: 194px;
}
.program-home__content {
  max-width: 376px;
  width: 100%;
  margin: 100px 0 0 117px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .program-home__content {
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0;
  }
}
.program-home__content h3 {
  font-size: 20px;
  line-height: 14px;
}
@media screen and (max-width: 992px) {
  .program-home__content h3 {
    display: none;
  }
}
.program-home__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin: -5px 0;
}
@media screen and (max-width: 992px) {
  .program-home__content p {
    display: none;
  }
}
.program-home__content a {
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  color: #c31723;
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #c31723;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .program-home__content a {
    margin: 0;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    line-height: 10px;
  }
}
.program-home__content a b {
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
}
@media screen and (max-width: 992px) {
  .program-home__content a b {
    line-height: 10px;
  }
}
.program-home .logo-text {
  font-family: "Anticva", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  position: absolute;
  bottom: 494px;
  right: 64px;
}
@media screen and (max-width: 992px) {
  .program-home .logo-text {
    bottom: 75px;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 24px;
    color: #c31723;
  }
}
.program-home .main-img {
  position: absolute;
  z-index: -1;
  right: 193px;
  bottom: 0;
  width: 605px;
}
@media screen and (max-width: 1280px) {
  .program-home .main-img {
    width: 500px;
    right: 130px;
  }
}
@media screen and (max-width: 992px) {
  .program-home .main-img {
    width: 342px;
    min-width: 342px;
    right: 50%;
    transform: translateX(calc(50% + 10px));
  }
}
.program-home .main-img img {
  width: 100%;
}
.program-home .contact-link {
  position: fixed;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  padding: 25px 15px 0px;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 59px;
  background: #c31723;
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  color: #fff;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .program-home .contact-link {
    width: 120px;
    height: 120px;
    padding-top: 44px;
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .program-home .contact-link {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .program-home .contact-link img {
    width: 25px;
  }
}

.footer {
  padding: 249px 0 88px;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 407px 0 50px;
  }
}
.footer-content {
  margin-bottom: 157px;
  display: flex;
  flex-direction: column-reverse;
  gap: 124px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .footer-content {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }
}
.footer-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .footer-head {
    gap: 20px;
  }
}
.footer-head .logo {
  position: absolute;
  top: -114px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1359px;
  min-width: 1359px;
  z-index: -1;
}
@media screen and (max-width: 1380px) {
  .footer-head .logo {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .footer-head .logo {
    width: 332px;
    min-width: 332px;
    top: -246px;
  }
}
.footer-head .main-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(-50%, -100%);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .footer-head .main-img {
    width: 200px;
    height: 200px;
    top: -40px;
  }
}
.footer-head h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .footer-head h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 14px;
  }
}
.footer-head .contact-link {
  position: fixed;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  padding: 25px 15px 0px;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 59px;
  background: #c31723;
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  color: #fff;
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  .footer-head .contact-link {
    width: 120px;
    height: 120px;
    padding-top: 44px;
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .footer-head .contact-link {
    display: none;
  }
}
.footer-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.footer-body__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}
.footer-body__left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer-body__left li {
  display: flex;
}
.footer-body__left a {
  font-weight: 400;
  font-size: 16px;
  line-height: 11px;
}
@media screen and (max-width: 992px) {
  .footer-body__left a {
    font-size: 14px;
    line-height: 10px;
  }
}
.footer-body__left .logo {
  font-family: "Anticva", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #c31723;
}
@media screen and (max-width: 992px) {
  .footer-body__left .logo {
    position: absolute;
    left: 50%;
    top: -280px;
    transform: translate(-50%, -100%);
    font-size: 15px;
    line-height: 12px;
  }
}
@media screen and (max-width: 992px) {
  .footer-body {
    flex-direction: column;
    align-items: center;
  }
}
.footer-body__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-body__right li {
  gap: 10px;
  display: flex;
}
.footer-body__right li img {
  width: 25px;
}
.footer-body__right a {
  font-size: 20px;
  line-height: 14px;
}
@media screen and (max-width: 992px) {
  .footer-body__right a {
    font-size: 14px;
    line-height: 10px;
  }
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .footer-bottom ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer-bottom li {
  display: flex;
  align-items: center;
}
.footer-bottom p, .footer-bottom a {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 9px;
}
@media screen and (max-width: 992px) {
  .footer-bottom p, .footer-bottom a {
    line-height: 8px;
  }
}
.footer-bottom h3 {
  font-size: 16px;
  line-height: 11px;
}
@media screen and (max-width: 992px) {
  .footer-bottom h3 {
    font-size: 14px;
    line-height: 10px;
  }
}

.expertise {
  padding: 150px 0;
}
@media screen and (max-width: 992px) {
  .expertise {
    padding: 80px 0;
  }
}
.expertise-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 141px;
  gap: 40px;
  margin-bottom: 51px;
}
@media screen and (max-width: 992px) {
  .expertise-head {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.expertise-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1316px;
  margin: 0 0 101px 11px;
  gap: 55px;
}
@media screen and (max-width: 992px) {
  .expertise-text {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 80px 0;
    gap: 25px;
  }
}
.expertise-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .expertise-list {
    gap: 40px;
  }
}
.expertise-list__item {
  display: flex;
  align-items: flex-start;
  min-height: 86px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .expertise-list__item {
    padding-bottom: 20px;
    min-height: inherit;
  }
}
.expertise-list__item:not(:last-child) {
  border-bottom: 0.5px solid #b8b8b8;
}
.expertise-list__item .number {
  width: 229px;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 14px;
  text-transform: uppercase;
  color: #b8b8b8;
}
@media screen and (max-width: 1280px) {
  .expertise-list__item .number {
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .expertise-list__item .number {
    width: 32px;
    font-size: 16px;
    line-height: 11px;
  }
}
.expertise-list__item .text {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .expertise-list__item .text {
    flex-direction: column;
    gap: 20px;
  }
}
.expertise-list__item h3 {
  width: 345px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 14px;
  text-transform: uppercase;
  color: #c31723;
}
@media screen and (max-width: 992px) {
  .expertise-list__item h3 {
    font-size: 14px;
    line-height: 10px;
    width: 100%;
    flex-shrink: inherit;
  }
}
@media screen and (max-width: 1280px) {
  .expertise-list__item h3 {
    width: 280px;
  }
}
.expertise-list__item p {
  width: 100%;
  max-width: 553px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin: -5.5px 0;
}
@media screen and (max-width: 992px) {
  .expertise-list__item p {
    max-width: 100%;
    font-size: 14px;
    margin: -5px 0;
  }
}

.client {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .client {
    height: 926px;
    overflow: hidden;
  }
}
.client-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.client-container {
  padding: 150px 0;
}
@media screen and (max-width: 992px) {
  .client-container {
    padding: 50px 0;
  }
}
.client-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 52px;
  padding-left: 74px;
}
@media screen and (max-width: 992px) {
  .client-head {
    flex-direction: column-reverse;
    gap: 40px;
    margin: 0 0 25px;
    padding: 0;
  }
}
.client .sec-subtitle {
  color: #fff;
}
.client .sec-title {
  max-width: 715px;
  color: #fff;
}
.client .sec-bigtitle {
  color: #fff;
  padding-left: 218px;
}
@media screen and (max-width: 992px) {
  .client .sec-bigtitle {
    padding-left: 0;
  }
}
.client-list {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  margin-bottom: 33px;
}
@media screen and (max-width: 992px) {
  .client-list {
    margin-top: 143px;
  }
}
.client-card {
  padding: 40px 30px;
  width: 325px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  backdrop-filter: blur(10px);
  background: rgba(245, 245, 245, 0.15);
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .client-card {
    width: 250px;
    min-height: 250px;
    padding: 30px 20px;
  }
}
.client-card:nth-child(2) {
  margin: -82px 0 0 691px;
}
@media screen and (max-width: 1200px) {
  .client-card:nth-child(2) {
    margin-left: 500px;
  }
}
@media screen and (max-width: 992px) {
  .client-card:nth-child(2) {
    margin: 40px 0 0 70px;
  }
}
.client-card:nth-child(3) {
  margin: 54px 0 0 232px;
}
@media screen and (max-width: 1200px) {
  .client-card:nth-child(3) {
    margin-left: 100px;
  }
}
.client-card:nth-child(4) {
  margin: -177px 2px 0 auto;
}
.client-card__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .client-card__head {
    gap: 20px;
  }
}
.client-card h3 {
  font-size: 40px;
  line-height: 28px;
  color: #c31723;
}
@media screen and (max-width: 992px) {
  .client-card h3 {
    font-size: 30px;
    line-height: 21px;
  }
}
.client-card h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
  margin: -7px 0;
}
@media screen and (max-width: 992px) {
  .client-card h4 {
    font-size: 16px;
    margin: -5.5px 0;
  }
}
.client-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .client-card p {
    font-size: 14px;
    margin: -5px 0;
  }
}
.client .more-link {
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
  background: #c31723;
  width: 325px;
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
  margin: auto;
}
.client .more-link b {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 100px;
  line-height: 56px;
}
.client .more-link::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='0.5' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.solution {
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .solution {
    padding-top: 80px;
  }
}
.solution-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .solution-head {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.solution-head .sec-title {
  max-width: 874px;
}
.solution-text {
  margin: -32px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media screen and (max-width: 992px) {
  .solution-text {
    margin: 25px 0 80px;
    gap: 25px;
  }
}
.solution-text .sec-bigtitle {
  padding-left: 325px;
}
@media screen and (max-width: 992px) {
  .solution-text .sec-bigtitle {
    padding: 0;
  }
}
.solution-text .sec-title {
  padding-left: 459px;
}
@media screen and (max-width: 992px) {
  .solution-text .sec-title {
    padding: 0;
  }
}
.solution-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .solution-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .solution-list {
    gap: 10px;
  }
}
@media screen and (max-width: 900px) {
  .solution-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .solution-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.solution-card {
  height: 325px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 30px;
  gap: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .solution-card {
    height: 320px;
  }
}
.solution-card h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 21px;
  color: #c31723;
}
.solution-card p {
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  margin: -7.5px 0;
}
@media screen and (max-width: 992px) {
  .solution-card p {
    font-size: 14px;
    margin: -6px 0;
  }
}
.solution-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .solution .empty-card {
    display: none;
  }
}
.solution .more-link {
  background: #c31723;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-size: 16px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .solution .more-link {
    order: 2;
  }
}
@media screen and (max-width: 992px) {
  .solution .more-link {
    height: 320px;
    font-size: 14px;
    line-height: 10px;
  }
}
.solution .more-link b {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 100px;
  line-height: 56px;
}
.solution .more-link::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='0.5' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.employee {
  padding: 150px 0;
}
@media screen and (max-width: 992px) {
  .employee {
    padding: 80px 0;
  }
}
.employee-head {
  display: flex;
  flex-direction: column;
  gap: 49px;
  margin-bottom: 52px;
}
@media screen and (max-width: 992px) {
  .employee-head {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.employee-head .sec-title {
  max-width: 943px;
}
.employee-head .sec-bigtitle {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 992px) {
  .employee-head .sec-bigtitle {
    margin: 0;
  }
}
.employee-text {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .employee-text {
    gap: 30px;
  }
}
.employee-text .sec-title {
  text-align: right;
  max-width: 900px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 992px) {
  .employee-text .sec-title {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }
}
.employee-foot {
  display: flex;
  align-items: flex-end;
  gap: 55px;
  margin-top: 100px;
}
@media screen and (max-width: 1150px) {
  .employee-foot {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .employee-foot {
    gap: 80px;
    margin-top: 40px;
  }
}
.employee-foot__left {
  width: 707px;
  flex-shrink: 0;
  padding-left: 152px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .employee-foot__left {
    width: 600px;
  }
}
@media screen and (max-width: 700px) {
  .employee-foot__left {
    width: 100%;
    padding-left: 89px;
  }
}
.employee-foot__left .main-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee-foot__left .small-img {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .employee-foot__left .small-img {
    width: 61px;
    right: 9px;
  }
}
.employee-foot__left .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #EAEAEA;
  display: flex;
}
@media screen and (max-width: 700px) {
  .employee-foot__left .icon img {
    width: 76px;
  }
}
.employee-foot__left .icon span {
  position: absolute;
  left: 118px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c31723;
}
@media screen and (max-width: 700px) {
  .employee-foot__left .icon span {
    bottom: 9px;
    left: 68px;
    width: 15px;
    height: 15px;
  }
}
.employee-foot__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .employee-foot__right {
    gap: 30px;
  }
}
.employee-foot__right h3 {
  font-size: 20px;
  line-height: 14px;
}
.employee-foot__right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: -5.5px 0;
}
@media screen and (max-width: 992px) {
  .employee-foot__right p {
    font-size: 14px;
    margin: -5px 0;
  }
}

.offer {
  position: relative;
  z-index: 1;
  background: black;
}
.offer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.6;
}
.offer-container {
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .offer-container {
    padding-top: 50px;
  }
}
.offer-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 184px;
}
@media screen and (max-width: 992px) {
  .offer-head {
    gap: 40px;
    margin-bottom: 125px;
  }
}
.offer-head .sec-title, .offer-head .sec-subtitle {
  color: #fff;
}
.offer-head .sec-bigtitle {
  margin-top: -13px;
}
.offer-list {
  display: flex;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.offer-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 0.5px;
  min-width: 100vw;
  width: 100vw;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .offer-list::before {
    display: none;
  }
}
.offer-list__item {
  padding: 40px 40px 40px 80px;
  min-height: 488px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 33.3333333333%;
}
@media screen and (max-width: 992px) {
  .offer-list__item {
    display: none;
    width: 100%;
    border: 0 !important;
    min-height: inherit;
    padding: 40px 20px 110px;
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .offer-list__item.active {
    display: flex;
  }
}
.offer-list__item:not(:last-child) {
  border-right: 0.5px solid #fff;
}
.offer-list__item h3 {
  font-size: 150px;
  line-height: 105px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .offer-list__item h3 {
    font-size: 100px;
    line-height: 70px;
  }
}
.offer-list__item h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  color: #fff;
  margin: -9px 0;
}
.offer-list__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin: -5.5px 0;
}
@media screen and (max-width: 992px) {
  .offer-list__item p {
    font-size: 14px;
    margin: -5px 0;
  }
}
.offer-foot {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .offer-foot {
    display: none !important;
  }
}
.offer-foot__text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 30px;
  line-height: 21px;
  text-transform: uppercase;
  color: #c31723;
}
.offer-foot__text span:first-child {
  color: #fff;
}
.offer-foot__text b {
  font-weight: 500;
  font-size: 25px;
  line-height: 18px;
}
.offer-foot__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.special {
  position: relative;
  z-index: 1;
}
.special-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.special-container {
  padding: 150px 0;
  min-height: 860px;
}
@media screen and (max-width: 992px) {
  .special-container {
    min-height: inherit;
    padding: 80px 0;
  }
}
.special-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 71px;
}
@media screen and (max-width: 992px) {
  .special-head {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
}
.special .title {
  font-size: 200px;
  line-height: 140px;
  display: flex;
  align-items: flex-end;
  padding-left: 115px;
  margin-bottom: 62px;
}
@media screen and (max-width: 992px) {
  .special .title {
    padding: 0;
    font-size: 150px;
    line-height: 105px;
  }
}
.special .title span {
  color: #b8b8b8;
}
.special .title small {
  font-size: 60px;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .special .title small {
    font-size: 50px;
    line-height: 26px;
  }
}
.special-content {
  max-width: 365px;
  margin-left: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .special-content {
    margin: 0;
    gap: 40px;
    max-width: 100%;
  }
}
.special-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: -5.5px 0;
}
@media screen and (max-width: 992px) {
  .special-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .special-content .main-btn {
    width: 250px;
    justify-content: center;
  }
}

.simple-page {
  padding: 200px 0 120px;
}
@media screen and (max-width: 992px) {
  .simple-page {
    padding: 130px 0 80px;
  }
}
.simple-page__container {
  max-width: 900px;
}
.simple-page__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .simple-page__head {
    margin-bottom: 24px;
  }
}
.simple-page__title {
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .simple-page__title {
    font-size: 36px;
  }
}
.simple-page__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .simple-page__content {
    font-size: 16px;
    gap: 16px;
  }
}
.simple-page__content h2,
.simple-page__content h3,
.simple-page__content h4 {
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  margin: 30px 0 10px;
}
@media screen and (max-width: 992px) {
  .simple-page__content h2,
  .simple-page__content h3,
  .simple-page__content h4 {
    margin-top: 20px;
  }
}
.simple-page__content p {
  margin: 0;
}
.simple-page__content ul,
.simple-page__content ol {
  margin: 0;
  padding-left: 22px;
}
.simple-page__content a {
  color: #c31723;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-modal__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 2px 0;
}
.contact-modal__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-modal__checkbox .contact-modal__checkbox-custom {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1.5px solid rgba(36, 32, 32, 0.24);
  border-radius: 6px;
  background: #fff;
  display: inline-block;
  position: relative;
  margin-top: 2px;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-modal__checkbox:hover .contact-modal__checkbox-custom {
  border-color: rgba(195, 23, 35, 0.5);
}
.contact-modal__checkbox input[type=checkbox]:focus-visible + .contact-modal__checkbox-custom {
  border-color: #c31723;
  box-shadow: 0 0 0 3px rgba(195, 23, 35, 0.18);
}
.contact-modal__checkbox input[type=checkbox]:checked + .contact-modal__checkbox-custom {
  border-color: #c31723;
  background: rgba(195, 23, 35, 0.06);
}
.contact-modal__checkbox input[type=checkbox]:checked + .contact-modal__checkbox-custom::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid #c31723;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
}
.contact-modal__checkbox .contact-modal__checkbox-text {
  color: rgba(36, 32, 32, 0.7);
  font-size: 10px;
}
.contact-modal__checkbox .contact-modal__checkbox-text a {
  color: #c31723;
  text-decoration: underline;
}
.contact-modal__checkbox .contact-modal__checkbox-text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .contact-modal__checkbox {
    gap: 10px;
    font-size: 13px;
  }
  .contact-modal__checkbox .contact-modal__checkbox-custom {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .contact-modal__checkbox input[type=checkbox]:checked + .contact-modal__checkbox-custom::after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
  }
  .contact-modal__checkbox .contact-modal__checkbox-text {
    font-size: 13px;
  }
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.contact-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact-modal.is-open .contact-modal__overlay {
  opacity: 1;
}
.contact-modal.is-open .contact-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.contact-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(36, 32, 32, 0.55);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.contact-modal__dialog {
  position: relative;
  width: min(560px, 100% - 30px);
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  padding: 44px 34px 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(140px) scale(0.94);
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}
@media screen and (max-width: 992px) {
  .contact-modal__dialog {
    padding: 40px 20px 22px;
    border-radius: 20px;
  }
}
.contact-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.contact-modal__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #242020;
}
.contact-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.contact-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.contact-modal__title {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  line-height: 1;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .contact-modal__title {
    font-size: 30px;
  }
}
.contact-modal__subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: rgba(36, 32, 32, 0.8);
  text-align: center;
  width: 100%;
}
.contact-modal__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-modal__field input {
  width: 100%;
  border: 1px solid rgba(36, 32, 32, 0.18);
  border-radius: 18px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.4;
}
.contact-modal__field input:focus {
  outline: none;
  border-color: #c31723;
}
.contact-modal__submit {
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  border: none;
  cursor: pointer;
}
.contact-modal__status {
  min-height: 20px;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.contact-modal__status.is-success {
  color: #1f8b24;
}
.contact-modal__status.is-error {
  color: #c31723;
}
.contact-modal.is-submitted .contact-modal__form {
  display: none;
}
.contact-modal.is-submitted .contact-modal__success {
  display: flex;
  animation: modal-success-in 0.45s ease;
}
.contact-modal__success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 10px 0 6px;
}
.contact-modal__check {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(195, 23, 35, 0.12);
  border: 2px solid rgba(195, 23, 35, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-modal__check span {
  width: 22px;
  height: 12px;
  border-left: 3px solid #c31723;
  border-bottom: 3px solid #c31723;
  transform: rotate(-45deg) translateY(-2px);
  display: block;
}
.contact-modal__success-title {
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  line-height: 1;
  margin: 0;
  color: #c31723;
}
@media screen and (max-width: 992px) {
  .contact-modal__success-title {
    font-size: 28px;
  }
}
.contact-modal__success-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  max-width: 380px;
}

@keyframes modal-success-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */