@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
.section {
  --container-width: 1660px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(30px, 1fr) [right-start center-start] minmax(0, var(--container-width)) [left-end center-end] minmax(30px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .section {
    --container-width: 720px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 540px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}
.section--grow {
  flex-grow: 1;
}
.section--mb {
  margin-bottom: 80px;
}
.section__container {
  grid-area: center;
  height: -moz-max-content;
  height: max-content;
}

@font-face {
  font-family: MuseoSansCyrl;
  src: local("MuseoSansCyrl-900"), url("../fonts/museosanscyrl-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: MuseoSansCyrl;
  src: local("MuseoSansCyrl-700"), url("../fonts/museosanscyrl-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: MuseoSansCyrl;
  src: local("MuseoSansCyrl-500"), url("../fonts/museosanscyrl-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: MuseoSansCyrl;
  src: local("MuseoSansCyrl-300"), url("../fonts/museosanscyrl-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/montserrat-variable.ttf") format("truetype-variations");
  font-weight: 100 900;
}
.btnHover {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  background-color: #ffcf26;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 37px;
  position: relative;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .btnHover {
    padding-left: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .btnHover {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .btnHover {
    padding-right: calc(0.0215517241 * 100vw + 48.6206896552px);
  }
}
@media (min-width: 1920px) {
  .btnHover {
    padding-right: 90px;
  }
}
@media (min-width: 992px) {
  .btnHover {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .btnHover {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .btnHover {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .btnHover {
    padding-bottom: 20px;
  }
}
.btnHover:hover {
  padding-right: 20px;
  padding-left: 70px;
}
@media (min-width: 992px) {
  .btnHover:hover {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .btnHover:hover {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .btnHover:hover {
    padding-left: calc(0.0215517241 * 100vw + 48.6206896552px);
  }
}
@media (min-width: 1920px) {
  .btnHover:hover {
    padding-left: 90px;
  }
}
.btnHover:hover .btnHover__icon {
  width: 100%;
  height: 200%;
  right: 0;
  justify-content: flex-start;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .btnHover:hover .btnHover__icon {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .btnHover:hover .btnHover__icon {
    padding-left: 30px;
  }
}
.btnHover:hover .btnHover__icon span {
  transform: rotate(0deg);
}
.btnHover--transparent {
  background-color: transparent;
  border: 1px solid #2d3e50;
}
.btnHover--transparent .btnHover__icon {
  background-color: transparent;
}
.btnHover--transparent:hover .btnHover__icon {
  background-color: #ffffff;
}
.btnHover__text {
  font-size: 16px;
  color: #2d3e50;
  z-index: 1;
}
@media (min-width: 992px) {
  .btnHover__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .btnHover__text {
    font-size: 18px;
  }
}
.btnHover__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .btnHover__icon {
    width: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .btnHover__icon {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .btnHover__icon {
    height: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .btnHover__icon {
    height: 50px;
  }
}
.btnHover__icon span {
  color: #2d3e50;
  font-size: 9px;
  transform: rotate(-45deg);
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .btnHover__icon span {
    font-size: calc(0.0096982759 * 100vw + -0.6206896552px);
  }
}
@media (min-width: 1920px) {
  .btnHover__icon span {
    font-size: 18px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #2d3e50;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 29px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 7px;
  transition: background-color 0.4s linear, color 0s ease-in-out;
  position: relative;
  background-image: linear-gradient(#ffcf26, #ffcf26);
  background-size: 0 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 992px) {
  .btn {
    padding-top: calc(0.0032327586 * 100vw + 7.7931034483px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-top: 14px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-bottom: calc(0.0032327586 * 100vw + 7.7931034483px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .btn {
    gap: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .btn {
    gap: 10px;
  }
}
.btn--grey {
  background-color: #2d3e50;
  color: #ffffff;
}
.btn--grey:hover {
  color: #2d3e50;
}
.btn--yellow {
  background-color: #ffcf26;
}
.btn:before {
  position: absolute;
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffcf26;
  border-radius: 53px;
  transition: all 0.38s ease-in-out;
}
.btn__text {
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .btn__text {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .btn__text {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .btn__text {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .btn__text {
    padding-right: 40px;
  }
}
.btn__icon {
  font-size: 15px;
  opacity: 0;
  position: absolute;
  transition: all 0.38s ease-in-out;
  right: 25px;
}
.btn:hover {
  background: #ffcf26;
}
.btn:hover .btn__icon {
  opacity: 1;
  left: unset;
  right: 21px;
}
.btn:hover .btn__text {
  padding-left: 10px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .btn:hover .btn__text {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .btn:hover .btn__text {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .btn:hover .btn__text {
    padding-right: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .btn:hover .btn__text {
    padding-right: 60px;
  }
}
.btn:hover:before {
  left: 0;
}
.btn--invert {
  background-color: #ffcf26;
  color: #2d3e50;
}
.btn--invert .btn__text {
  padding-left: 10px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .btn--invert .btn__text {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .btn--invert .btn__text {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .btn--invert .btn__text {
    padding-right: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .btn--invert .btn__text {
    padding-right: 60px;
  }
}
.btn--invert::before {
  left: 0;
}
.btn--invert .btn__icon {
  opacity: 1;
}
.btn--invert:hover {
  background-color: #2d3e50;
  color: white;
}
.btn--invert:hover .btn__text {
  padding-inline: 40px;
}
.btn--invert:hover::before {
  left: -100%;
}
.btn--invert:hover .btn__icon {
  color: #2d3e50;
  right: 30px;
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .btn--invert {
    background-color: white;
  }
  .btn--invert .btn__text {
    padding-inline: 20px;
  }
  .btn--invert .btn__icon, .btn--invert::before {
    display: none;
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus-visible {
  outline: none;
}

/* Reset and base styles  */
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s linear;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

.hoverLink {
  position: relative;
}
.hoverLink:before {
  content: "";
  position: absolute;
  transition: transform 0.38s ease-in-out;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #ffcf26;
  transform: scaleX(0);
}
.hoverLink:hover:before {
  transform: scaleX(1);
}

.hoverLinkButton {
  transition: all 0.38s ease-in-out;
}
.hoverLinkButton:hover {
  background-color: #ffcf26;
  color: #2d3e50;
}

.title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 992px) {
  .title {
    font-size: calc(0.0387931034 * 100vw + -14.4827586207px);
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 60px;
  }
}
.title--black {
  color: #2d3e50;
}

.text {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 140%;
}
@media (min-width: 992px) {
  .text {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .text {
    font-size: 22px;
  }
}

.breadcrumbs {
  display: flex;
  gap: 14px;
  align-items: center;
}
.breadcrumbs p,
.breadcrumbs a {
  color: #adb1b9;
  font-weight: 400;
  overflow: hidden; /* Обрезать текст, выходящий за пределы блока */
  white-space: nowrap; /* Запретить перенос текста на новую строку */
  text-overflow: ellipsis; /* Показывать многоточие в конце обрезанного текста */
  max-width: 517px; /* Ограничить максимальную ширину блока */
  font-size: 16px;
}
@media (min-width: 992px) {
  .breadcrumbs p,
  .breadcrumbs a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs p,
  .breadcrumbs a {
    font-size: 18px;
  }
}
.breadcrumbs p:last-child,
.breadcrumbs a:last-child {
  color: #4b5256;
}
.breadcrumbs p:not(:first-child),
.breadcrumbs a:not(:first-child) {
  padding-left: 19px;
  position: relative;
}
.breadcrumbs p:not(:first-child):before,
.breadcrumbs a:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #adb1b9;
}
.breadcrumbs--white p:last-child,
.breadcrumbs--white a:last-child {
  color: #ffffff;
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 20;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .header__wrapper {
    padding-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header__wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .header__wrapper {
    padding-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header__wrapper {
    padding-bottom: 30px;
  }
}
.header__logo {
  width: 120px;
  height: 40px;
}
@media (min-width: 992px) {
  .header__logo {
    width: calc(0.0700431034 * 100vw + 50.5172413793px);
  }
}
@media (min-width: 1920px) {
  .header__logo {
    width: 185px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    height: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header__logo {
    height: 50px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__nav {
  display: flex;
  gap: 25px;
}
@media (min-width: 992px) {
  .header__nav {
    gap: calc(0.0144181034 * 100vw + 10.6972413793px);
  }
}
@media (min-width: 1920px) {
  .header__nav {
    gap: 38.38px;
  }
}
.header__nav-item a {
  color: #2d3e50;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 992px) {
  .header__nav-item a {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__nav-item a {
    font-size: 18px;
  }
}
.header__contact {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #4b5256;
  border-radius: 29px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .header__contact {
    padding-top: calc(0.0043103448 * 100vw + 5.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__contact {
    padding-top: 14px;
  }
}
@media (min-width: 992px) {
  .header__contact {
    padding-bottom: calc(0.0043103448 * 100vw + 5.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__contact {
    padding-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .header__contact {
    padding-left: calc(0.0032327586 * 100vw + 13.7931034483px);
  }
}
@media (min-width: 1920px) {
  .header__contact {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .header__contact {
    padding-right: calc(0.0032327586 * 100vw + 13.7931034483px);
  }
}
@media (min-width: 1920px) {
  .header__contact {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .header__contact {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__contact {
    font-size: 16px;
  }
}

.aboutCompany {
  background-color: #4b5256;
  border-radius: 60px 60px 0px 0px;
}
.aboutCompany .container {
  height: 100%;
}
.aboutCompany__bg {
  position: absolute;
  border-radius: 60px 60px 0px 0px;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.aboutCompany__wrapper {
  position: relative;
  padding-top: 40px;
  height: 111%;
}
@media (min-width: 992px) {
  .aboutCompany__wrapper {
    padding-top: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__wrapper {
    padding-top: 80px;
  }
}
.aboutCompany__text {
  display: flex;
  justify-content: space-between;
}
.aboutCompany__text .title {
  width: 56.7%;
  font-size: 25px;
}
@media (min-width: 992px) {
  .aboutCompany__text .title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__text .title {
    font-size: 50px;
  }
}
.aboutCompany__text-info {
  width: 45.7%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .aboutCompany__text-info {
    gap: calc(0.0215517241 * 100vw + -6.3793103448px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__text-info {
    gap: 35px;
  }
}
.aboutCompany__circles {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .aboutCompany__circles {
    top: calc(0.0862068966 * 100vw + -165.5172413793px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circles {
    top: 0px;
  }
}
.aboutCompany__circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: background-color 0.38s ease-in-out;
  transition-property: background, border;
}
.aboutCompany__circle:hover {
  background: #ffcf26;
  border-color: #ffcf26;
}
.aboutCompany__circle:hover .aboutCompany__circle-title,
.aboutCompany__circle:hover .aboutCompany__circle-text {
  color: #4b5256;
}
.aboutCompany__circle--1 {
  width: 300px;
  height: 300px;
  left: 210px;
  top: 225px;
}
@media (min-width: 992px) {
  .aboutCompany__circle--1 {
    width: calc(0.1918103448 * 100vw + 109.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--1 {
    width: 478px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--1 {
    height: calc(0.1918103448 * 100vw + 109.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--1 {
    height: 478px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--1 {
    left: calc(0.1788793103 * 100vw + 32.5517241379px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--1 {
    left: 376px;
  }
}
.aboutCompany__circle--2 {
  left: 468px;
  width: 238px;
  height: 238px;
  top: 400px;
}
@media (min-width: 992px) {
  .aboutCompany__circle--2 {
    left: calc(0.3900862069 * 100vw + 81.0344827586px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--2 {
    left: 830px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--2 {
    width: calc(0.1918103448 * 100vw + 47.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--2 {
    width: 416px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--2 {
    height: calc(0.1918103448 * 100vw + 47.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--2 {
    height: 416px;
  }
}
.aboutCompany__circle--3 {
  width: 190px;
  height: 190px;
  left: 664px;
  top: 295px;
}
@media (min-width: 992px) {
  .aboutCompany__circle--3 {
    width: calc(0.1099137931 * 100vw + 80.9655172414px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--3 {
    width: 292px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--3 {
    height: calc(0.1099137931 * 100vw + 80.9655172414px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--3 {
    height: 292px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--3 {
    left: calc(0.5808189655 * 100vw + 87.8275862069px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--3 {
    left: 1203px;
  }
}
.aboutCompany__circle--3 .aboutCompany__circle-text {
  font-size: 18px;
}
@media (min-width: 992px) {
  .aboutCompany__circle--3 .aboutCompany__circle-text {
    font-size: calc(0.0086206897 * 100vw + 9.4482758621px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--3 .aboutCompany__circle-text {
    font-size: 26px;
  }
}
.aboutCompany__circle--4 {
  width: 15px;
  height: 15px;
  left: 210px;
  background-color: #ffcf26;
  border: 0px;
  border-radius: 50%;
  top: 226px;
}
@media (min-width: 992px) {
  .aboutCompany__circle--4 {
    width: calc(0.0129310345 * 100vw + 2.1724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--4 {
    width: 27px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--4 {
    height: calc(0.0129310345 * 100vw + 2.1724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--4 {
    height: 27px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--4 {
    left: calc(0.2219827586 * 100vw + -10.2068965517px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--4 {
    left: 416px;
  }
}
.aboutCompany__circle--5 {
  width: 35px;
  height: 35px;
  left: 160px;
  background-color: #ffcf26;
  border-radius: 50%;
  top: 314px;
}
@media (min-width: 992px) {
  .aboutCompany__circle--5 {
    width: calc(0.0226293103 * 100vw + 12.5517241379px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--5 {
    width: 56px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--5 {
    height: calc(0.0226293103 * 100vw + 12.5517241379px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--5 {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--5 {
    left: calc(0.1573275862 * 100vw + 3.9310344828px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--5 {
    left: 306px;
  }
}
.aboutCompany__circle--5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aboutCompany__circle--6 {
  width: 70px;
  height: 70px;
  left: 160px;
  top: 480px;
  border-radius: 50%;
  border: 1.5px solid #ffcf26;
}
@media (min-width: 992px) {
  .aboutCompany__circle--6 {
    width: calc(0.0377155172 * 100vw + 32.5862068966px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--6 {
    width: 105px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--6 {
    height: calc(0.0377155172 * 100vw + 32.5862068966px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--6 {
    height: 105px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--6 {
    left: calc(0.1573275862 * 100vw + 3.9310344828px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--6 {
    left: 306px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--6 {
    top: calc(0.2219827586 * 100vw + 259.7931034483px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--6 {
    top: 686px;
  }
}
.aboutCompany__circle--6 img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .aboutCompany__circle--6 img {
    width: calc(0.0204741379 * 100vw + 14.6896551724px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--6 img {
    width: 54px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--6 img {
    height: calc(0.0204741379 * 100vw + 14.6896551724px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--6 img {
    height: 54px;
  }
}
.aboutCompany__circle--7 {
  width: 75px;
  height: 75px;
  left: 510px;
  top: 330px;
  border: none;
}
@media (min-width: 992px) {
  .aboutCompany__circle--7 {
    width: calc(0.0269396552 * 100vw + 48.275862069px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--7 {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--7 {
    height: calc(0.0269396552 * 100vw + 48.275862069px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--7 {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--7 {
    left: calc(0.3599137931 * 100vw + 152.9655172414px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--7 {
    left: 844px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--7 {
    top: calc(0.0150862069 * 100vw + 315.0344827586px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--7 {
    top: 344px;
  }
}
.aboutCompany__circle--7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aboutCompany__circle--8 {
  width: 20px;
  height: 20px;
  left: 595px;
  top: 359px;
  background-color: #ffcf26;
  border: none;
}
@media (min-width: 992px) {
  .aboutCompany__circle--8 {
    width: calc(0.0096982759 * 100vw + 10.3793103448px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--8 {
    width: 29px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--8 {
    height: calc(0.0096982759 * 100vw + 10.3793103448px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--8 {
    height: 29px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--8 {
    left: calc(0.4278017241 * 100vw + 170.6206896552px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--8 {
    left: 992px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--8 {
    top: calc(0.0032327586 * 100vw + 355.7931034483px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--8 {
    top: 362px;
  }
}
.aboutCompany__circle--8 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aboutCompany__circle--9 {
  width: 60px;
  height: 60px;
  left: 409px;
  top: 506px;
  border: none;
}
@media (min-width: 992px) {
  .aboutCompany__circle--9 {
    width: calc(0.0549568966 * 100vw + 5.4827586207px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--9 {
    width: 111px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--9 {
    height: calc(0.0549568966 * 100vw + 5.4827586207px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--9 {
    height: 111px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--9 {
    left: calc(0.3502155172 * 100vw + 61.5862068966px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--9 {
    left: 734px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--9 {
    top: calc(0.1497844828 * 100vw + 357.4137931034px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--9 {
    top: 645px;
  }
}
.aboutCompany__circle--9 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aboutCompany__circle--10 {
  width: 40px;
  height: 40px;
  left: 623px;
  top: 371px;
  border: 1.5px solid #ffcf26;
}
@media (min-width: 992px) {
  .aboutCompany__circle--10 {
    width: calc(0.0290948276 * 100vw + 11.1379310345px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--10 {
    width: 67px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--10 {
    height: calc(0.0290948276 * 100vw + 11.1379310345px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--10 {
    height: 67px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--10 {
    left: calc(0.5560344828 * 100vw + 71.4137931034px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--10 {
    left: 1139px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--10 {
    top: calc(0.0021551724 * 100vw + 368.8620689655px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--10 {
    top: 373px;
  }
}
.aboutCompany__circle--10 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aboutCompany__circle--11 {
  width: 40px;
  height: 40px;
  left: 702px;
  top: 534px;
  border: none;
}
@media (min-width: 992px) {
  .aboutCompany__circle--11 {
    width: calc(0.0290948276 * 100vw + 11.1379310345px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--11 {
    width: 67px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--11 {
    height: calc(0.0290948276 * 100vw + 11.1379310345px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--11 {
    height: 67px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--11 {
    left: calc(0.5797413793 * 100vw + 126.8965517241px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--11 {
    left: 1240px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--11 {
    top: calc(0.1034482759 * 100vw + 431.3793103448px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--11 {
    top: 630px;
  }
}
.aboutCompany__circle--11 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aboutCompany__circle--12 {
  width: 20px;
  height: 20px;
  left: 749px;
  top: 500px;
  border: 1.5px solid #ffcf26;
}
@media (min-width: 992px) {
  .aboutCompany__circle--12 {
    width: calc(0.0075431034 * 100vw + 12.5172413793px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--12 {
    width: 27px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--12 {
    height: calc(0.0075431034 * 100vw + 12.5172413793px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--12 {
    height: 27px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--12 {
    left: calc(0.6950431034 * 100vw + 59.5172413793px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--12 {
    left: 1394px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--12 {
    top: calc(0.150862069 * 100vw + 350.3448275862px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--12 {
    top: 640px;
  }
}
.aboutCompany__circle--13 {
  width: 50px;
  height: 50px;
  left: 834px;
  top: 274px;
  border: none;
}
@media (min-width: 992px) {
  .aboutCompany__circle--13 {
    width: calc(0.0269396552 * 100vw + 23.275862069px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--13 {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--13 {
    height: calc(0.0269396552 * 100vw + 23.275862069px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--13 {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--13 {
    left: calc(0.7747844828 * 100vw + 65.4137931034px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--13 {
    left: 1553px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--13 {
    top: calc(0.0043103448 * 100vw + 269.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--13 {
    top: 278px;
  }
}
.aboutCompany__circle--13 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aboutCompany__circle--14 {
  width: 30px;
  height: 30px;
  left: 834px;
  top: 574px;
  border: none;
  background-color: #ffcf26;
}
@media (min-width: 992px) {
  .aboutCompany__circle--14 {
    width: calc(0.0150862069 * 100vw + 15.0344827586px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--14 {
    width: 44px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--14 {
    height: calc(0.0150862069 * 100vw + 15.0344827586px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--14 {
    height: 44px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--14 {
    left: calc(0.7747844828 * 100vw + 65.4137931034px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--14 {
    left: 1553px;
  }
}
@media (min-width: 992px) {
  .aboutCompany__circle--14 {
    top: calc(0.1530172414 * 100vw + 422.2068965517px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle--14 {
    top: 716px;
  }
}
.aboutCompany__circle--14 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.aboutCompany__circle-title {
  color: #ffffff;
  font-size: 100px;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  transition: color 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .aboutCompany__circle-title {
    font-size: calc(0.0538793103 * 100vw + -3.4482758621px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle-title {
    font-size: 100px;
  }
}
.aboutCompany__circle-title--2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .aboutCompany__circle-title--2 {
    font-size: calc(0.0431034483 * 100vw + -12.7586206897px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle-title--2 {
    font-size: 70px;
  }
}
.aboutCompany__circle-title--3 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .aboutCompany__circle-title--3 {
    font-size: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle-title--3 {
    font-size: 50px;
  }
}
.aboutCompany__circle-text {
  width: 70%;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  transition: color 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .aboutCompany__circle-text {
    font-size: calc(0.0043103448 * 100vw + 17.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutCompany__circle-text {
    font-size: 26px;
  }
}

.innovativeTechnologies-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 60px 60px 0px 0px;
  z-index: -1;
  top: 0;
}
.innovativeTechnologies__prose {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  width: 60%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .innovativeTechnologies__prose {
    font-size: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .innovativeTechnologies__prose {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .innovativeTechnologies__prose {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .innovativeTechnologies__prose {
    margin-bottom: 60px;
  }
}
.innovativeTechnologies__wrapper {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .innovativeTechnologies__wrapper {
    padding-left: calc(0.150862069 * 100vw + -149.6551724138px);
  }
}
@media (min-width: 1920px) {
  .innovativeTechnologies__wrapper {
    padding-left: 140px;
  }
}
.innovativeTechnologies__wrapper > p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #ffffff;
  width: 60%;
}
@media (min-width: 992px) {
  .innovativeTechnologies__wrapper > p {
    font-size: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .innovativeTechnologies__wrapper > p {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .innovativeTechnologies__wrapper > p {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .innovativeTechnologies__wrapper > p {
    margin-bottom: 60px;
  }
}
.innovativeTechnologies__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #ffffff;
  width: 58%;
}
@media (min-width: 992px) {
  .innovativeTechnologies__title {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .innovativeTechnologies__title {
    margin-bottom: 60px;
  }
}
.innovativeTechnologies__title strong {
  font-weight: 800;
}
.innovativeTechnologies__title p {
  font-weight: 500;
}
.innovativeTechnologies__title span {
  font-weight: 700;
}
.innovativeTechnologies__text {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #ffffff;
  width: 60%;
}
@media (min-width: 992px) {
  .innovativeTechnologies__text {
    font-size: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .innovativeTechnologies__text {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .innovativeTechnologies__text {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .innovativeTechnologies__text {
    margin-bottom: 60px;
  }
}
.aboutUs {
  background-color: #ffcf26;
  border-radius: 60px 60px 0px 0px;
}
.aboutUs__wrapper {
  position: relative;
  height: 100%;
}
.aboutUs__wrapper-bg {
  position: absolute;
  width: 946px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  right: 0;
  top: 0;
}
.aboutUs__content {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .aboutUs__content {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .aboutUs__content {
    margin-top: 60px;
  }
}
.solutions {
  background-color: #FFFFFF;
  border-radius: 60px 60px 0 0;
}
.solutions__wrapper {
  display: flex;
  margin-top: -130px;
  gap: 20px;
}
.solutions__text {
  width: 46%;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .solutions__text {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .solutions__text {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .solutions__text {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .solutions__text {
    margin-bottom: 40px;
  }
}
.solutions__title {
  margin-bottom: 20px;
  font-size: 25px;
}
@media (min-width: 992px) {
  .solutions__title {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .solutions__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .solutions__title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .solutions__title {
    font-size: 50px;
  }
}
.solutions__item {
  width: 100%;
}
.solutions__nav {
  display: flex;
  align-items: center;
}
.solutions__nav-icon {
  background-color: #2d3e50;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .solutions__nav-icon {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .solutions__nav-icon {
    margin-right: 30px;
  }
}
.solutions__nav-icon div {
  color: #ffffff;
  transition: color 0.38s ease-in-out;
}
.solutions__nav-icon--left div {
  transform: rotate(180deg);
}
.solutions__nav-icon:hover div {
  color: #ffcf26;
}
.solutions__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .solutions__top {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .solutions__top {
    margin-bottom: 60px;
  }
}
.solutions__slider .swiper-wrapper {
  width: 100%;
}
.solutions__slide {
  border-radius: 10px 30px 10px 10px;
  padding: 15px;
  height: 300px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .solutions__slide {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .solutions__slide {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .solutions__slide {
    height: calc(0.1422413793 * 100vw + 158.8965517241px);
  }
}
@media (min-width: 1920px) {
  .solutions__slide {
    height: 432px;
  }
}
.solutions__slide:hover:before {
  width: 200%;
  height: 200%;
  left: -50%;
  bottom: -50%;
}
.solutions__slide:hover .solutions__slide-img {
  margin-top: 5px;
}
.solutions__slide:hover .solutions__slide-link {
  transform: translateY(0);
}
.solutions__slide:before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: -100%;
  width: 0;
  height: 0;
  background-color: #ffcf26;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.38s ease-in-out;
}
.solutions__slide-title {
  font-size: 20px;
  font-weight: 600;
  height: 58px;
}
@media (min-width: 992px) {
  .solutions__slide-title {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .solutions__slide-title {
    font-size: 24px;
  }
}
.solutions__slide-img {
  margin-top: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 160px;
  height: 160px;
  transition: margin-top 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .solutions__slide-img {
    margin-top: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .solutions__slide-img {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .solutions__slide-img {
    width: calc(0.1077586207 * 100vw + 53.1034482759px);
  }
}
@media (min-width: 1920px) {
  .solutions__slide-img {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .solutions__slide-img {
    height: calc(0.1077586207 * 100vw + 53.1034482759px);
  }
}
@media (min-width: 1920px) {
  .solutions__slide-img {
    height: 260px;
  }
}
.solutions__slide-link {
  margin-top: auto;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100px);
  transition: background-color 0.4s linear, color 0s ease-in-out, transform 0.38s ease-in-out;
  align-self: center;
}
@media (min-width: 992px) {
  .solutions__slide-link {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .solutions__slide-link {
    font-size: 14px;
  }
}
.solutions__slide-link span {
  margin-left: 10px;
}

.facilities {
  background-color: #ffcf26;
  border-radius: 60px 60px 0 0;
  margin-bottom: 100px;
}
.facilities .container {
  height: 100%;
}
.facilities__wrapper {
  display: flex;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .facilities__wrapper {
    margin-top: calc(0.0646551724 * 100vw + -24.1379310345px);
  }
}
@media (min-width: 1920px) {
  .facilities__wrapper {
    margin-top: 100px;
  }
}
.facilities__wrapper::-webkit-scrollbar {
  width: 0;
}
.facilities__left {
  width: 48%;
  position: sticky;
  top: 0px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .facilities__left {
    top: calc(0.2101293103 * 100vw + -208.4482758621px);
  }
}
@media (min-width: 1920px) {
  .facilities__left {
    top: 195px;
  }
}
.facilities__left-title {
  margin-bottom: 30px;
  font-size: 25px;
}
@media (min-width: 992px) {
  .facilities__left-title {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .facilities__left-title {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .facilities__left-title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .facilities__left-title {
    font-size: 50px;
  }
}
.facilities__left-title span {
  color: #2d3e50;
}
.facilities__right {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 200px;
}
@media (min-width: 992px) {
  .facilities__right {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .facilities__right {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .facilities__right {
    margin-bottom: calc(0.0538793103 * 100vw + 146.5517241379px);
  }
}
@media (min-width: 1920px) {
  .facilities__right {
    margin-bottom: 250px;
  }
}
.facilities__right > :nth-child(n+4) {
  display: none;
}

.partners {
  background-color: #ffffff;
  overflow-y: scroll;
  border-radius: 60px 60px 0 0;
}
@media screen and (min-width: 1200px) {
  .partners {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .partners {
    padding-top: calc(0.0215517241 * 100vw + 28.6206896552px);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .partners {
    padding-top: 70px;
  }
}
.partners__wrapper {
  margin-bottom: 200px;
}
.partners__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .partners__top {
    padding-bottom: calc(0.0538793103 * 100vw + -23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .partners__top {
    padding-bottom: 80px;
  }
}
.partners__top-title {
  color: #2d3e50;
  font-size: 25px;
}
@media (min-width: 992px) {
  .partners__top-title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .partners__top-title {
    font-size: 50px;
  }
}
.partners__nav {
  display: flex;
  align-items: center;
}
.partners__nav-icon {
  background-color: #2d3e50;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .partners__nav-icon {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .partners__nav-icon {
    margin-right: 30px;
  }
}
.partners__nav-icon div {
  color: #ffffff;
  transition: color 0.38s ease-in-out;
}
.partners__nav-icon--left div {
  transform: rotate(180deg);
}
.partners__nav-icon:hover div {
  color: #ffcf26;
}
.partners__slider {
  margin-top: 30px;
  max-width: 1540px;
}
@media (min-width: 992px) {
  .partners__slider {
    margin-top: calc(0.0538793103 * 100vw + -23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .partners__slider {
    margin-top: 80px;
  }
}
.partners__slide {
  border-radius: 50%;
  padding: 15px;
  overflow: hidden;
  width: 200px;
  height: auto;
  aspect-ratio: 1;
  background-color: #ffffff;
  border: 1px solid #4b5256;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .partners__slide {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .partners__slide {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .partners__slide {
    width: calc(0.0732758621 * 100vw + 127.3103448276px);
  }
}
@media (min-width: 1920px) {
  .partners__slide {
    width: 268px;
  }
}
.partners__slide:hover {
  border-color: #ffcf26;
}
.partners__slide-img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.38s ease-in-out;
}
.partners__news {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .partners__news {
    margin-top: calc(0.1056034483 * 100vw + -74.7586206897px);
  }
}
@media (min-width: 1920px) {
  .partners__news {
    margin-top: 128px;
  }
}
.partners__news-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .partners__news-top {
    margin-bottom: calc(0.0269396552 * 100vw + 3.275862069px);
  }
}
@media (min-width: 1920px) {
  .partners__news-top {
    margin-bottom: 55px;
  }
}
.partners__news-bottom {
  display: none;
}
.partners__news-title {
  color: #2d3e50;
  font-size: 25px;
}
@media (min-width: 992px) {
  .partners__news-title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .partners__news-title {
    font-size: 50px;
  }
}

.contacts .breadcrumbs {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .contacts .breadcrumbs {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .contacts .breadcrumbs {
    margin-top: 60px;
  }
}
.contacts .breadcrumbs p {
  color: #ffffff;
}
.contacts .breadcrumbs p:before {
  background-color: white;
}
.contacts--page .breadcrumbs {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .contacts--page .breadcrumbs {
    margin-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts--page .breadcrumbs {
    margin-top: 20px;
  }
}
.contacts--page .contacts__wrapper {
  display: block;
  margin-bottom: 400px;
}
@media (min-width: 992px) {
  .contacts--page .contacts__wrapper {
    margin-bottom: calc(-0.0829741379 * 100vw + 482.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contacts--page .contacts__wrapper {
    margin-bottom: 323px;
  }
}
.contacts--page .contacts__wrapper-box {
  display: flex;
  justify-content: space-between;
}
.contacts--page .contacts__map {
  position: relative;
  top: 60px;
  top: 0px;
}
@media (min-width: 992px) {
  .contacts--page .contacts__map {
    top: calc(0.0646551724 * 100vw + -64.1379310345px);
  }
}
@media (min-width: 1920px) {
  .contacts--page .contacts__map {
    top: 60px;
  }
}
.contacts--page .contacts__content {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .contacts--page .contacts__content {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .contacts--page .contacts__content {
    margin-top: 60px;
  }
}
.contacts--block .contacts__wrapper {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .contacts--block .contacts__wrapper {
    margin-top: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .contacts--block .contacts__wrapper {
    margin-top: 80px;
  }
}
.contacts--block .pp-tableCell {
  vertical-align: top;
}
.contacts .pp-tableCell {
  background: #4b5256;
  border-radius: 60px;
  vertical-align: top;
}
.contacts__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .contacts__wrapper {
    margin-top: calc(0.0344827586 * 100vw + -4.2068965517px);
  }
}
@media (min-width: 1920px) {
  .contacts__wrapper {
    margin-top: 62px;
  }
}
.contacts__content {
  width: 42%;
}
.contacts__content-title {
  color: #ffffff;
}
.contacts__content-box {
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
@media (min-width: 992px) {
  .contacts__content-box {
    margin-top: calc(0.0183189655 * 100vw + 11.8275862069px);
  }
}
@media (min-width: 1920px) {
  .contacts__content-box {
    margin-top: 47px;
  }
}
@media (min-width: 992px) {
  .contacts__content-box {
    gap: calc(0.036637931 * 100vw + -6.3448275862px);
  }
}
@media (min-width: 1920px) {
  .contacts__content-box {
    gap: 64px;
  }
}
.contacts__content-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 33%;
}
@media (min-width: 992px) {
  .contacts__content-items {
    gap: calc(0.0269396552 * 100vw + -6.724137931px);
  }
}
@media (min-width: 1920px) {
  .contacts__content-items {
    gap: 45px;
  }
}
.contacts__content-items:nth-child(2) {
  width: 57%;
}
.contacts__content-item {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (min-width: 992px) {
  .contacts__content-item {
    gap: calc(0.0043103448 * 100vw + 4.724137931px);
  }
}
@media (min-width: 1920px) {
  .contacts__content-item {
    gap: 13px;
  }
}
.contacts__content-title {
  font-size: 25px;
}
@media (min-width: 992px) {
  .contacts__content-title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .contacts__content-title {
    font-size: 50px;
  }
}
.contacts__content-miniTitle {
  color: rgb(173, 177, 185);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contacts__content-miniTitle {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__content-miniTitle {
    font-size: 16px;
  }
}
.contacts__content-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contacts__content-text {
    font-size: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .contacts__content-text {
    font-size: 26px;
  }
}
.contacts__map {
  width: 500px;
  height: 450px;
  position: relative;
  transition: all 0.63s cubic-bezier(0.785, 0.135, 0.15, 0.86); /* easeInOutCirc */
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); /* easeInOutCirc */
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .contacts__map {
    width: calc(0.3394396552 * 100vw + 163.275862069px);
  }
}
@media (min-width: 1920px) {
  .contacts__map {
    width: 815px;
  }
}
@media (min-width: 992px) {
  .contacts__map {
    height: calc(0.0560344828 * 100vw + 394.4137931034px);
  }
}
@media (min-width: 1920px) {
  .contacts__map {
    height: 502px;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}
.contacts__map canvas {
  filter: grayscale(1);
}

@media screen and (max-width: 992px) {
  .contacts .breadcrumbs {
    margin-top: 0;
  }
  .contacts--page .contacts__wrapper {
    justify-content: normal;
  }
}
.contactUs {
  border-radius: 55px 55px 0px 0px;
  background-color: #ffffff;
}
.contactUs .pp-tableCell {
  vertical-align: top;
}
.contactUs--yellow {
  background-color: #ffcf26;
}
.contactUs--yellow .contactUs__form {
  margin-bottom: 30px;
}
.contactUs--yellow .contactUs__form-input, .contactUs--yellow .contactUs__form-textarea {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.contactUs--yellow .contactUs__form-input {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .contactUs--yellow .contactUs__form-input {
    margin-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contactUs--yellow .contactUs__form-input {
    margin-top: 15px;
  }
}
.contactUs--yellow .contactUs__form-input:first-of-type {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .contactUs--yellow .contactUs__form-input:first-of-type {
    margin-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contactUs--yellow .contactUs__form-input:first-of-type {
    margin-top: 20px;
  }
}
.contactUs--yellow .contactUs__form-text:hover a {
  color: #ffffff;
}
.contactUs__wrapper {
  display: flex;
  justify-content: space-between;
  transition: 0.38s ease-in-out;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .contactUs__wrapper {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .contactUs__wrapper {
    margin-top: 60px;
  }
}
.contactUs__wrapper--wrap {
  margin-top: 0 !important;
}
.contactUs__form {
  max-width: 532px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.contactUs__form-title {
  color: #2d3e50;
}
.contactUs__form-input {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #4B5256;
  color: #2d3e50;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .contactUs__form-input {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contactUs__form-input {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contactUs__form-input {
    padding-left: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .contactUs__form-input {
    padding-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input {
    padding-right: 30px;
  }
}
.contactUs__form-input::-webkit-input-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-input::-webkit-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}
.contactUs__form-input::-moz-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input::-moz-placeholder {
    font-size: 20px;
  }
}
.contactUs__form-input:-ms-input-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-input:-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
.contactUs__form-input::-ms-input-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-input::-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input::-ms-input-placeholder {
    font-size: 20px;
  }
}
.contactUs__form-input::-moz-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.contactUs__form-input::placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
  .contactUs__form-input::placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input::-moz-placeholder {
    font-size: 20px;
  }
  .contactUs__form-input::placeholder {
    font-size: 20px;
  }
}
.contactUs__form-input:not(:first-of-type) {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .contactUs__form-input:not(:first-of-type) {
    margin-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input:not(:first-of-type) {
    margin-top: 20px;
  }
}
.contactUs__form-input:first-of-type {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .contactUs__form-input:first-of-type {
    margin-top: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-input:first-of-type {
    margin-top: 50px;
  }
}
.contactUs__form-check {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .contactUs__form-check {
    margin-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-check {
    margin-top: 20px;
  }
}
.contactUs__form-checkbox {
  margin-top: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  color: white;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid black;
  background-color: white;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition-property: border-color color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.38s;
}
.contactUs__form-checkbox:hover, .contactUs__form-checkbox:checked {
  border-color: #4B5256;
}
.contactUs__form-checkbox:checked {
  background-size: 8px;
  color: #4B5256;
  border-color: #4B5256;
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.4566 3.29979C11.9543 2.7889 11.14 2.7889 10.6377 3.29979L6.09052 7.92506L3.36218 5.14989C2.85992 4.639 2.04559 4.639 1.54332 5.14989C1.04106 5.66077 1.04106 6.48908 1.54332 6.99997L5.18104 10.7001C5.4636 10.9875 5.84491 11.1133 6.21386 11.0773C6.25613 11.0732 6.29825 11.0669 6.34003 11.0586C6.58185 11.0102 6.81265 10.8907 7.00001 10.7001L12.4566 5.14987C12.9589 4.63899 12.9589 3.81068 12.4566 3.29979Z" fill="white"/></svg>');
}
.contactUs__form-textarea {
  border-radius: 20px;
  border: 1px solid #4B5256;
  color: #2d3e50;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  height: 120px;
  resize: none;
}
@media (min-width: 992px) {
  .contactUs__form-textarea {
    margin-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .contactUs__form-textarea {
    padding-top: calc(0.005387931 * 100vw + 6.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea {
    padding-top: 17px;
  }
}
@media (min-width: 992px) {
  .contactUs__form-textarea {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contactUs__form-textarea {
    padding-left: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .contactUs__form-textarea {
    padding-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .contactUs__form-textarea {
    height: calc(0.0226293103 * 100vw + 97.5517241379px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea {
    height: 141px;
  }
}
.contactUs__form-textarea::-webkit-input-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-textarea::-webkit-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea::-webkit-input-placeholder {
    font-size: 20px;
  }
}
.contactUs__form-textarea::-moz-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-textarea::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea::-moz-placeholder {
    font-size: 20px;
  }
}
.contactUs__form-textarea:-ms-input-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-textarea:-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea:-ms-input-placeholder {
    font-size: 20px;
  }
}
.contactUs__form-textarea::-ms-input-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-textarea::-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea::-ms-input-placeholder {
    font-size: 20px;
  }
}
.contactUs__form-textarea::-moz-placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.contactUs__form-textarea::placeholder {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-textarea::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
  .contactUs__form-textarea::placeholder {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-textarea::-moz-placeholder {
    font-size: 20px;
  }
  .contactUs__form-textarea::placeholder {
    font-size: 20px;
  }
}
.contactUs__form-btn {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  height: 68px;
  padding: 14px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 29px;
  background: #4B5256;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .contactUs__form-btn {
    margin-top: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-btn {
    margin-top: 30px;
  }
}
.contactUs__form-btn p {
  z-index: 1;
  transition: color 0.38s ease-in-out;
  color: white;
  font-size: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .contactUs__form-btn p {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-btn p {
    font-size: 20px;
  }
}
.contactUs__form-btn:hover:before {
  left: 0;
}
.contactUs__form-btn:hover p {
  color: #4B5256;
}
.contactUs__form-btn:before {
  position: absolute;
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffcf26;
  border-radius: 20px;
  transition: all 0.38s ease-in-out;
}
.contactUs__form-text {
  color: #838894;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  align-self: center;
}
@media (min-width: 992px) {
  .contactUs__form-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-text {
    font-size: 16px;
  }
}
.contactUs__form-text:hover a {
  color: #ffcf26;
  text-decoration: underline;
}
.contactUs__form-text a {
  color: #2d3e50;
  text-decoration: none;
  transition: color 0.38s ease-in-out, -webkit-text-decoration 1.38s ease-in-out;
  transition: color 0.38s ease-in-out, text-decoration 1.38s ease-in-out;
  transition: color 0.38s ease-in-out, text-decoration 1.38s ease-in-out, -webkit-text-decoration 1.38s ease-in-out;
}
.contactUs__form-title {
  font-size: 25px;
}
@media (min-width: 992px) {
  .contactUs__form-title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .contactUs__form-title {
    font-size: 50px;
  }
}
.contactUs__image {
  height: 90vh;
  position: relative;
  width: 800px;
  margin-top: auto;
}
@media (min-width: 992px) {
  .contactUs__image {
    width: calc(0.1810344828 * 100vw + 620.4137931034px);
  }
}
@media (min-width: 1920px) {
  .contactUs__image {
    width: 968px;
  }
}
.contactUs__image img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  -o-object-position: bottom;
  object-position: bottom;
  width: 100%;
  height: 100%;
}

.aboutUsInfo {
  border-radius: 60px 60px 0 0;
  background-color: #ffcf26;
  height: 100vh;
}
.aboutUsInfo .pp-tableCell {
  vertical-align: top;
}
.aboutUsInfo .breadcrumbs p {
  color: #4b5256;
}
.aboutUsInfo .breadcrumbs p:before {
  background-color: #4b5256;
}
.aboutUsInfo .breadcrumbs p:last-child {
  color: #2d3e50;
}
.aboutUsInfo__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
@media (min-width: 992px) {
  .aboutUsInfo__bg {
    width: calc(0.4806034483 * 100vw + 23.2413793103px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__bg {
    width: 946px;
  }
}
.aboutUsInfo__wrapper {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .aboutUsInfo__wrapper {
    margin-top: calc(0.0344827586 * 100vw + -4.2068965517px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__wrapper {
    margin-top: 62px;
  }
}
.aboutUsInfo__content {
  display: flex;
  justify-content: space-between;
}
.aboutUsInfo__content-buttons {
  margin-top: 40px;
  display: flex;
  row-gap: 10px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 992px) {
  .aboutUsInfo__content-buttons {
    margin-top: calc(0.0506465517 * 100vw + -10.2413793103px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__content-buttons {
    margin-top: 87px;
  }
}
@media (min-width: 992px) {
  .aboutUsInfo__content-buttons {
    row-gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__content-buttons {
    row-gap: 15px;
  }
}
@media (min-width: 992px) {
  .aboutUsInfo__content-buttons {
    -moz-column-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
         column-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__content-buttons {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.aboutUsInfo__content-button {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 29px;
  color: #4B5256;
  border: 1px solid #4B5256;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .aboutUsInfo__content-button {
    padding-top: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__content-button {
    padding-top: 14px;
  }
}
@media (min-width: 992px) {
  .aboutUsInfo__content-button {
    padding-bottom: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__content-button {
    padding-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .aboutUsInfo__content-button {
    padding-left: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__content-button {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .aboutUsInfo__content-button {
    padding-right: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__content-button {
    padding-right: 20px;
  }
}
.aboutUsInfo__content-button:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.aboutUsInfo__left {
  width: 45%;
  margin-bottom: 170px;
}
.aboutUsInfo__left .title, .aboutUsInfo__left .text {
  color: #2d3e50;
}
.aboutUsInfo__left .title {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .aboutUsInfo__left .title {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__left .title {
    margin-top: 60px;
  }
}
.aboutUsInfo__left .text {
  margin-top: 20px;
  line-height: 159.091%;
}
@media (min-width: 992px) {
  .aboutUsInfo__left .text {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .aboutUsInfo__left .text {
    margin-top: 40px;
  }
}
.aboutUsInfo__right {
  width: 60%;
}

.companyMission {
  background-color: #4B5256;
  border-radius: 60px 60px 0 0;
}
.companyMission::-webkit-scrollbar {
  width: 0;
}
.companyMission__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 30px;
}
@media (min-width: 992px) {
  .companyMission__wrapper {
    margin-top: calc(0.0969827586 * 100vw + -66.2068965517px);
  }
}
@media (min-width: 1920px) {
  .companyMission__wrapper {
    margin-top: 120px;
  }
}
.companyMission__left {
  display: flex;
  justify-content: flex-end;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 150px;
  width: 53%;
}
@media (min-width: 992px) {
  .companyMission__left {
    grid-gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .companyMission__left {
    grid-gap: 30px;
  }
}
.companyMission__left-column {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .companyMission__left-column {
    width: calc(0.0538793103 * 100vw + 246.5517241379px);
  }
}
@media (min-width: 1920px) {
  .companyMission__left-column {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .companyMission__left-column {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .companyMission__left-column {
    gap: 30px;
  }
}
.companyMission__left-column:first-of-type {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .companyMission__left-column:first-of-type {
    margin-top: calc(0.0344827586 * 100vw + 65.7931034483px);
  }
}
@media (min-width: 1920px) {
  .companyMission__left-column:first-of-type {
    margin-top: 132px;
  }
}
.companyMission__left-item {
  border-radius: 30px;
  height: 300px;
}
@media (min-width: 992px) {
  .companyMission__left-item {
    height: calc(0.0538793103 * 100vw + 246.5517241379px);
  }
}
@media (min-width: 1920px) {
  .companyMission__left-item {
    height: 350px;
  }
}
.companyMission__left-item--large {
  height: 405px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .companyMission__left-item--large {
    height: calc(0.0592672414 * 100vw + 346.2068965517px);
  }
}
@media (min-width: 1920px) {
  .companyMission__left-item--large {
    height: 460px;
  }
}
.companyMission__right {
  width: 41%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .companyMission__right {
    margin-top: calc(0.2015086207 * 100vw + -169.8965517241px);
  }
}
@media (min-width: 1920px) {
  .companyMission__right {
    margin-top: 217;
  }
}
@media (min-width: 992px) {
  .companyMission__right {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .companyMission__right {
    gap: 30px;
  }
}
.companyMission__right-title {
  width: 30%;
  line-height: 104.5%;
  font-size: 25px;
}
@media (min-width: 992px) {
  .companyMission__right-title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .companyMission__right-title {
    font-size: 50px;
  }
}
.companyMission__right-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140.909%;
  color: #ffffff;
}
@media (min-width: 992px) {
  .companyMission__right-text {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .companyMission__right-text {
    font-size: 22px;
  }
}
.companyMission__right-text--minFz {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
}
@media (min-width: 992px) {
  .companyMission__right-text--minFz {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .companyMission__right-text--minFz {
    font-size: 20px;
  }
}

.whyChooseUs {
  background-color: #e9ecf2;
  border-radius: 60px 60px 0 0;
}
.whyChooseUs--white {
  background-color: white;
}
.whyChooseUs.pp-scrollable::-webkit-scrollbar {
  width: 0;
}
.whyChooseUs__wrapper {
  display: flex;
  justify-content: center;
}
.whyChooseUs__wrapper-title {
  margin-top: 30px;
  align-items: center;
  color: #2d3e50;
  font-size: 25px;
}
@media (min-width: 992px) {
  .whyChooseUs__wrapper-title {
    margin-top: calc(0.0959051724 * 100vw + -65.1379310345px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__wrapper-title {
    margin-top: 119px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__wrapper-title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__wrapper-title {
    font-size: 50px;
  }
}
.whyChooseUs__mega-grid-container {
  display: grid;
  grid-template-areas: "mega" "circ";
  height: 63vw;
}
.whyChooseUs__mega-wrapper {
  grid-area: mega;
}
.whyChooseUs__heading {
  display: flex;
  gap: 25px;
  margin-top: 25px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .whyChooseUs__heading {
    gap: calc(0.0377155172 * 100vw + -12.4137931034px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__heading {
    gap: 60px;
  }
}
.whyChooseUs__heading-box {
  padding: 20px;
  border: solid 1px #4b5256;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  min-width: 350px;
}
@media (min-width: 992px) {
  .whyChooseUs__heading-box {
    gap: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__heading-box {
    gap: 20px;
  }
}
.whyChooseUs__heading-info {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.whyChooseUs__heading-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .whyChooseUs__heading-col {
    gap: calc(0.0193965517 * 100vw + -9.2413793103px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__heading-col {
    gap: 28px;
  }
}
.whyChooseUs__heading-title {
  font-size: 20px;
  color: #2d3e50;
  text-wrap: balance;
  max-width: 1200px;
  z-index: 10;
}
@media (min-width: 992px) {
  .whyChooseUs__heading-title {
    font-size: calc(0.0172413793 * 100vw + 2.8965517241px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__heading-title {
    font-size: 36px;
  }
}
.whyChooseUs__heading-text {
  font-size: 16px;
  line-height: 28px;
  max-width: 32ch;
}
@media (min-width: 992px) {
  .whyChooseUs__heading-text {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__heading-text {
    font-size: 20px;
  }
}
.whyChooseUs__heading-text strong {
  white-space: nowrap;
}
.whyChooseUs__circles {
  grid-area: circ;
  left: 112px;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .whyChooseUs__circles {
    left: calc(-0.1206896552 * 100vw + 231.724137931px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circles {
    left: 0;
  }
}
.whyChooseUs__circles--static {
  top: -74px;
  height: auto;
}
.whyChooseUs__circle {
  position: absolute;
  border-radius: 50%;
}
.whyChooseUs__circle-big {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color 0.38s ease-in-out;
  transition-property: background, border;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-big {
    padding-top: calc(0.0323275862 * 100vw + 37.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-big {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-big {
    padding-bottom: calc(0.0323275862 * 100vw + 37.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-big {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-big {
    padding-left: calc(0.0215517241 * 100vw + 28.6206896552px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-big {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-big {
    padding-right: calc(0.0215517241 * 100vw + 28.6206896552px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-big {
    padding-right: 70px;
  }
}
@media screen and (min-width: 992px) {
  .whyChooseUs__circle-big:hover:hover {
    background-color: #ffcf26;
    border-color: #ffcf26;
  }
  .whyChooseUs__circle-big:hover:hover p {
    color: #2d3e50;
  }
}
.whyChooseUs__circle-title {
  font-size: 19px;
  font-weight: 400;
  line-height: 189.5%;
  color: #2d3e50;
  text-align: center;
  transition: color 0.38s ease-in-out;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-title {
    font-size: calc(0.0118534483 * 100vw + 7.2413793103px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-title {
    font-size: 30px;
  }
}
.whyChooseUs__circle-text {
  text-align: center;
  color: #2d3e50;
  font-size: 10px;
  font-weight: 300;
  line-height: 155%;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-text {
    font-size: calc(0.0064655172 * 100vw + 3.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-text {
    font-size: 16px;
  }
}
.whyChooseUs__circle-1 {
  width: 239px;
  height: 239px;
  top: 100px;
  left: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #838894;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1 {
    width: calc(0.2575431034 * 100vw + -16.4827586207px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1 {
    width: 478px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1 {
    height: calc(0.2575431034 * 100vw + -16.4827586207px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1 {
    height: 478px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1 {
    top: calc(0.1648706897 * 100vw + -63.5517241379px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1 {
    top: 253px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1 {
    left: calc(0.1875 * 100vw + -136px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1 {
    left: 224px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1 {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1 {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1 {
    padding-right: 40px;
  }
}
.whyChooseUs__circle-1-1 {
  width: 235px;
  height: 235px;
  top: 100px;
  left: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #838894;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1-1 {
    width: calc(0.2532327586 * 100vw + -16.2068965517px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1-1 {
    width: 470px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1-1 {
    height: calc(0.2532327586 * 100vw + -16.2068965517px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1-1 {
    height: 470px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1-1 {
    top: calc(0.1648706897 * 100vw + -63.5517241379px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1-1 {
    top: 253px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1-1 {
    left: calc(0.1875 * 100vw + -136px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1-1 {
    left: 224px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1-1 {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1-1 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-1-1 {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-1-1 {
    padding-right: 40px;
  }
}
.whyChooseUs__circle-2 {
  width: 208px;
  height: 208px;
  top: 262px;
  left: 217px;
  background: #4b5256;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2 {
    width: calc(0.224137931 * 100vw + -14.3448275862px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2 {
    width: 416px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2 {
    height: calc(0.224137931 * 100vw + -14.3448275862px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2 {
    height: 416px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2 {
    top: calc(0.2596982759 * 100vw + 4.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2 {
    top: 503px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2 {
    left: calc(0.4288793103 * 100vw + -208.4482758621px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2 {
    left: 615px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2 {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2 {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2 {
    padding-right: 40px;
  }
}
.whyChooseUs__circle-2 .whyChooseUs__circle-8 {
  display: none;
}
.whyChooseUs__circle-2 .whyChooseUs__circle-title,
.whyChooseUs__circle-2 .whyChooseUs__circle-text {
  color: #ffffff;
}
.whyChooseUs__circle-2-1 {
  width: 208px;
  height: 208px;
  top: 220px;
  left: 250px;
  background: #4b5256;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2-1 {
    width: calc(0.224137931 * 100vw + -14.3448275862px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2-1 {
    width: 416px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2-1 {
    height: calc(0.224137931 * 100vw + -14.3448275862px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2-1 {
    height: 416px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2-1 {
    top: calc(0.2855603448 * 100vw + -63.275862069px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2-1 {
    top: 485px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2-1 {
    left: calc(0.3987068966 * 100vw + -145.5172413793px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2-1 {
    left: 620px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2-1 {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2-1 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-2-1 {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-2-1 {
    padding-right: 40px;
  }
}
.whyChooseUs__circle-2-1 .whyChooseUs__circle-title,
.whyChooseUs__circle-2-1 .whyChooseUs__circle-text {
  color: #ffffff;
}
.whyChooseUs__circle-3 {
  width: 250px;
  height: 254px;
  top: 77px;
  left: 353px;
  background: #ffffff;
  padding-left: 25px;
  padding-right: 22px;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3 {
    width: calc(0.1487068966 * 100vw + 102.4827586207px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3 {
    width: 388px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3 {
    height: calc(0.1443965517 * 100vw + 110.7586206897px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3 {
    height: 388px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3 {
    top: calc(0.1864224138 * 100vw + -107.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3 {
    top: 250px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3 {
    left: calc(0.5969827586 * 100vw + -239.2068965517px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3 {
    left: 907px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3 {
    padding-left: calc(0.0161637931 * 100vw + 8.9655172414px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3 {
    padding-right: calc(0.0193965517 * 100vw + 2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3 {
    padding-right: 40px;
  }
}
.whyChooseUs__circle-3--gray {
  background-color: #e9ecf2;
}
.whyChooseUs__circle-3 .whyChooseUs__circle-12 {
  display: none;
}
.whyChooseUs__circle-3-1 {
  width: 150px;
  height: 150px;
  top: 135px;
  left: 415px;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3-1 {
    width: calc(0.161637931 * 100vw + -10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3-1 {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3-1 {
    height: calc(0.161637931 * 100vw + -10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3-1 {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3-1 {
    top: calc(0.1993534483 * 100vw + -62.7586206897px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3-1 {
    top: 320px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3-1 {
    left: calc(0.5765086207 * 100vw + -156.8965517241px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3-1 {
    left: 950px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3-1 {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3-1 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-3-1 {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-3-1 {
    padding-right: 40px;
  }
}
.whyChooseUs__circle-3-1--gray {
  background-color: #e9ecf2;
}
.whyChooseUs__circle-4 {
  width: 237px;
  height: 237px;
  top: 226px;
  left: 557px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #838894;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4 {
    width: calc(0.1540948276 * 100vw + 84.1379310345px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4 {
    width: 380px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4 {
    height: calc(0.1540948276 * 100vw + 84.1379310345px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4 {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4 {
    top: calc(0.2521551724 * 100vw + -24.1379310345px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4 {
    top: 460px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4 {
    left: calc(0.6875 * 100vw + -125px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4 {
    left: 1195px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4 {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4 {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4 {
    padding-right: 40px;
  }
}
.whyChooseUs__circle-4-1 {
  width: 190px;
  height: 190px;
  top: 205px;
  left: 540px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #838894;
  background-color: white;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4-1 {
    width: calc(0.2047413793 * 100vw + -13.1034482759px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4-1 {
    width: 380px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4-1 {
    height: calc(0.2047413793 * 100vw + -13.1034482759px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4-1 {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4-1 {
    top: calc(0.2747844828 * 100vw + -67.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4-1 {
    top: 460px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4-1 {
    left: calc(0.7058189655 * 100vw + -160.1724137931px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4-1 {
    left: 1195px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4-1 {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4-1 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-4-1 {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-4-1 {
    padding-right: 40px;
  }
}
.whyChooseUs__circle-5 {
  width: 49.5px;
  height: 49.5px;
  top: 5px;
  right: 5px;
  background-color: #ffffff;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-5 {
    width: calc(0.0533405172 * 100vw + -3.4137931034px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-5 {
    width: 99px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-5 {
    height: calc(0.0533405172 * 100vw + -3.4137931034px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-5 {
    height: 99px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-5 {
    top: calc(0.0129310345 * 100vw + -7.8275862069px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-5 {
    top: 17px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-5 {
    right: calc(0.0129310345 * 100vw + -7.8275862069px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-5 {
    right: 17px;
  }
}
.whyChooseUs__circle-5-1 {
  width: 49.5px;
  height: 49.5px;
  top: 0px;
  right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-5-1 {
    width: calc(0.0533405172 * 100vw + -3.4137931034px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-5-1 {
    width: 99px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-5-1 {
    height: calc(0.0533405172 * 100vw + -3.4137931034px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-5-1 {
    height: 99px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-5-1 {
    top: calc(-0.0032327586 * 100vw + 3.2068965517px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-5-1 {
    top: -3px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-5-1 {
    right: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-5-1 {
    right: 50px;
  }
}
.whyChooseUs__circle-6 {
  width: 28px;
  height: 28px;
  bottom: 15px;
  left: 20px;
  background-color: #ffffff;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-6 {
    width: calc(0.0301724138 * 100vw + -1.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-6 {
    width: 56px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-6 {
    height: calc(0.0301724138 * 100vw + -1.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-6 {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-6 {
    bottom: calc(0.0862068966 * 100vw + -70.5172413793px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-6 {
    bottom: 95px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-6 {
    left: calc(-0.0183189655 * 100vw + 38.1724137931px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-6 {
    left: 3px;
  }
}
.whyChooseUs__circle-6-1 {
  width: 28px;
  height: 28px;
  bottom: 45px;
  left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-6-1 {
    width: calc(0.0301724138 * 100vw + -1.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-6-1 {
    width: 56px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-6-1 {
    height: calc(0.0301724138 * 100vw + -1.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-6-1 {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-6-1 {
    bottom: calc(0.0538793103 * 100vw + -8.4482758621px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-6-1 {
    bottom: 95px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-6-1 {
    left: calc(0.0032327586 * 100vw + -3.2068965517px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-6-1 {
    left: 3px;
  }
}
.whyChooseUs__circle-7 {
  width: 13.5px;
  height: 13.5px;
  top: 45px;
  right: -3px;
  background-color: #ffcf26;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-7 {
    width: calc(0.0145474138 * 100vw + -0.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-7 {
    width: 27px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-7 {
    height: calc(0.0145474138 * 100vw + -0.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-7 {
    height: 27px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-7 {
    top: calc(0.057112069 * 100vw + -11.6551724138px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-7 {
    top: 98px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-7 {
    right: calc(0.0032327586 * 100vw + -6.2068965517px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-7 {
    right: 0px;
  }
}
.whyChooseUs__circle-7-1 {
  width: 13.5px;
  height: 13.5px;
  top: 45px;
  right: 15px;
  background-color: #ffcf26;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-7-1 {
    width: calc(0.0145474138 * 100vw + -0.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-7-1 {
    width: 27px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-7-1 {
    height: calc(0.0145474138 * 100vw + -0.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-7-1 {
    height: 27px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-7-1 {
    top: calc(0.0377155172 * 100vw + 7.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-7-1 {
    top: 80px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-7-1 {
    right: calc(0.0269396552 * 100vw + -11.724137931px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-7-1 {
    right: 40px;
  }
}
.whyChooseUs__circle-8 {
  width: 52.5px;
  height: 52.5px;
  top: 361px;
  left: 151px;
  border: 2px solid #ffcf26;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-8 {
    width: calc(0.0565732759 * 100vw + -3.6206896552px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-8 {
    width: 105px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-8 {
    height: calc(0.0565732759 * 100vw + -3.6206896552px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-8 {
    height: 105px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-8 {
    top: calc(0.4213362069 * 100vw + -56.9655172414px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-8 {
    top: 752px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-8 {
    left: calc(0.3793103448 * 100vw + -225.275862069px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-8 {
    left: 503px;
  }
}
.whyChooseUs__circle-8-1 {
  width: 52.5px;
  height: 52.5px;
  top: 345px;
  left: 170px;
  border: 2px solid #ffcf26;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-8-1 {
    width: calc(0.0565732759 * 100vw + -3.6206896552px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-8-1 {
    width: 105px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-8-1 {
    height: calc(0.0565732759 * 100vw + -3.6206896552px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-8-1 {
    height: 105px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-8-1 {
    top: calc(0.4202586207 * 100vw + -71.8965517241px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-8-1 {
    top: 735px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-8-1 {
    left: calc(0.307112069 * 100vw + -134.6551724138px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-8-1 {
    left: 455px;
  }
}
.whyChooseUs__circle-9 {
  width: 27px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-9 {
    width: calc(0.0290948276 * 100vw + -1.8620689655px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-9 {
    width: 54px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-9 {
    height: calc(0.0290948276 * 100vw + -1.8620689655px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-9 {
    height: 54px;
  }
}
.whyChooseUs__circle-10 {
  width: 14.5px;
  height: 14.5px;
  top: 75px;
  left: -10px;
  background-color: #ffcf26;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-10 {
    width: calc(0.015625 * 100vw + -1px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-10 {
    width: 29px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-10 {
    height: calc(0.015625 * 100vw + -1px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-10 {
    height: 29px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-10 {
    top: calc(0.0538793103 * 100vw + 21.5517241379px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-10 {
    top: 125px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-10 {
    left: calc(-0.0043103448 * 100vw + -5.724137931px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-10 {
    left: -14px;
  }
}
.whyChooseUs__circle-10-1 {
  width: 14.5px;
  height: 14.5px;
  top: 40px;
  left: -50px;
  background-color: #ffcf26;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-10-1 {
    width: calc(0.015625 * 100vw + -1px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-10-1 {
    width: 29px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-10-1 {
    height: calc(0.015625 * 100vw + -1px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-10-1 {
    height: 29px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-10-1 {
    top: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-10-1 {
    top: 60px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-10-1 {
    left: calc(-0.0646551724 * 100vw + 14.1379310345px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-10-1 {
    left: -110px;
  }
}
.whyChooseUs__circle-11 {
  width: 33.5px;
  height: 33.5px;
  bottom: -19px;
  right: 65px;
  border: 2px solid #ffcf26;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-11 {
    width: calc(0.0360991379 * 100vw + -2.3103448276px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-11 {
    width: 67px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-11 {
    height: calc(0.0360991379 * 100vw + -2.3103448276px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-11 {
    height: 67px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-11 {
    bottom: calc(0.0010775862 * 100vw + -20.0689655172px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-11 {
    bottom: -18px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-11 {
    right: calc(0.0334051724 * 100vw + 31.8620689655px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-11 {
    right: 96px;
  }
}
.whyChooseUs__circle-11-1 {
  width: 33.5px;
  height: 33.5px;
  bottom: -19px;
  right: 65px;
  border: 2px solid #ffcf26;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-11-1 {
    width: calc(0.0360991379 * 100vw + -2.3103448276px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-11-1 {
    width: 67px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-11-1 {
    height: calc(0.0360991379 * 100vw + -2.3103448276px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-11-1 {
    height: 67px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-11-1 {
    bottom: calc(0.0010775862 * 100vw + -20.0689655172px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-11-1 {
    bottom: -18px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-11-1 {
    right: calc(0.0484913793 * 100vw + 16.8965517241px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-11-1 {
    right: 110px;
  }
}
.whyChooseUs__circle-12 {
  border: 2px solid #ffcf26;
  width: 13.5px;
  height: 13.5px;
  top: 368px;
  left: 458px;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-12 {
    width: calc(0.0145474138 * 100vw + -0.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-12 {
    width: 27px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-12 {
    height: calc(0.0145474138 * 100vw + -0.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-12 {
    height: 27px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-12 {
    top: calc(0.4073275862 * 100vw + -36.0689655172px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-12 {
    top: 746px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-12 {
    left: calc(0.7575431034 * 100vw + -293.4827586207px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-12 {
    left: 1161px;
  }
}
.whyChooseUs__circle-12-1 {
  border: 2px solid #ffcf26;
  width: 13.5px;
  height: 13.5px;
  top: 340px;
  left: 500px;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-12-1 {
    width: calc(0.0145474138 * 100vw + -0.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-12-1 {
    width: 27px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-12-1 {
    height: calc(0.0145474138 * 100vw + -0.9310344828px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-12-1 {
    height: 27px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-12-1 {
    top: calc(0.4148706897 * 100vw + -71.5517241379px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-12-1 {
    top: 725px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-12-1 {
    left: calc(0.6627155172 * 100vw + -157.4137931034px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-12-1 {
    left: 1115px;
  }
}
.whyChooseUs__circle-13 {
  width: 22px;
  height: 22px;
  top: 414px;
  left: 656px;
  background-color: #ffcf26;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-13 {
    width: calc(0.0237068966 * 100vw + -1.5172413793px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-13 {
    width: 44px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-13 {
    height: calc(0.0237068966 * 100vw + -1.5172413793px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-13 {
    height: 44px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-13 {
    top: calc(0.5086206897 * 100vw + -90.5517241379px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-13 {
    top: 886px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-13 {
    left: calc(0.9978448276 * 100vw + -333.8620689655px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-13 {
    left: 1582px;
  }
}
.whyChooseUs__circle-13-1 {
  width: 22px;
  height: 22px;
  top: 414px;
  left: 710px;
  background-color: #ffcf26;
  display: none;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-13-1 {
    width: calc(0.0237068966 * 100vw + -1.5172413793px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-13-1 {
    width: 44px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-13-1 {
    height: calc(0.0237068966 * 100vw + -1.5172413793px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-13-1 {
    height: 44px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-13-1 {
    top: calc(0.4859913793 * 100vw + -68.1034482759px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-13-1 {
    top: 865px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-13-1 {
    left: calc(0.8943965517 * 100vw + -177.2413793103px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-13-1 {
    left: 1540px;
  }
}
.whyChooseUs__circle-14 {
  width: 37.5px;
  height: 37.5px;
  top: -23px;
  right: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-14 {
    width: calc(0.0404094828 * 100vw + -2.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-14 {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-14 {
    height: calc(0.0404094828 * 100vw + -2.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-14 {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-14 {
    top: calc(0.0247844828 * 100vw + -47.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-14 {
    top: 0px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-14 {
    right: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-14 {
    right: 50px;
  }
}
.whyChooseUs__circle-14-1 {
  width: 37.5px;
  height: 37.5px;
  top: -15px;
  right: -20px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-14-1 {
    width: calc(0.0404094828 * 100vw + -2.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-14-1 {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-14-1 {
    height: calc(0.0404094828 * 100vw + -2.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-14-1 {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-14-1 {
    top: calc(-0.0215517241 * 100vw + 6.3793103448px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-14-1 {
    top: -35px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-14-1 {
    right: calc(-0.0323275862 * 100vw + 12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-14-1 {
    right: -50px;
  }
}
.whyChooseUs__circle-15 {
  width: 37.5px;
  height: 37.5px;
  bottom: -20px;
  left: -10px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-15 {
    width: calc(0.0404094828 * 100vw + -2.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-15 {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-15 {
    height: calc(0.0404094828 * 100vw + -2.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-15 {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-15 {
    bottom: calc(0.0107758621 * 100vw + -30.6896551724px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-15 {
    bottom: -10px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-15 {
    left: calc(-0.0107758621 * 100vw + 0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-15 {
    left: -20px;
  }
}
.whyChooseUs__circle-15-1 {
  width: 37.5px;
  height: 37.5px;
  bottom: 0px;
  left: -25px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .whyChooseUs__circle-15-1 {
    width: calc(0.0404094828 * 100vw + -2.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-15-1 {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-15-1 {
    height: calc(0.0404094828 * 100vw + -2.5862068966px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-15-1 {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-15-1 {
    bottom: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-15-1 {
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .whyChooseUs__circle-15-1 {
    left: calc(-0.0161637931 * 100vw + -8.9655172414px);
  }
}
@media (min-width: 1920px) {
  .whyChooseUs__circle-15-1 {
    left: -40px;
  }
}
@media screen and (max-width: 1200px) {
  .whyChooseUs {
    position: relative;
    border-radius: unset;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: visible;
    border-radius: unset;
  }
  .whyChooseUs__circles {
    position: relative;
    left: 108px;
    top: -238px;
    height: 178px;
  }
}
@media screen and (max-width: 1050px) {
  .whyChooseUs__circles {
    position: relative;
    left: 108px;
    top: -238px;
    height: 178px;
  }
}
@media screen and (max-width: 992px) {
  .whyChooseUs {
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: visible;
    border-radius: unset;
  }
  .whyChooseUs__heading {
    flex-direction: column-reverse;
  }
  .whyChooseUs__circle-8-1 {
    display: none;
  }
  .whyChooseUs__mega-wrapper {
    grid-area: auto;
  }
  .whyChooseUs__mega-grid-container {
    height: auto;
    gap: 40px;
  }
  .whyChooseUs__circles {
    position: relative;
    left: 108px;
    top: -83px;
    height: 420px;
  }
}
@media screen and (max-width: 888px) {
  .whyChooseUs__circles {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .whyChooseUs__wrapper {
    margin-bottom: 0;
  }
  .whyChooseUs__circles {
    left: -34px;
    transform-origin: top;
    transform: scale(0.8);
    height: 330px;
  }
  .whyChooseUs__circle-12, .whyChooseUs__circle-10-1, .whyChooseUs__circle-11-1, .whyChooseUs__circle-8-1, .whyChooseUs__circle-12-1, .whyChooseUs__circle-13-1, .whyChooseUs__circle-5-1, .whyChooseUs__circle-6-1, .whyChooseUs__circle-7-1 {
    display: none;
  }
  .whyChooseUs__circle-11 {
    display: none;
  }
  .whyChooseUs__circle-15 {
    display: none;
  }
  .whyChooseUs__circle-12 {
    display: none;
  }
  .whyChooseUs__circle-10 {
    display: none;
  }
  .whyChooseUs__circle-14 {
    display: none;
  }
  .whyChooseUs__circle-6 {
    display: none;
  }
  .whyChooseUs__circle-9 {
    display: none;
  }
  .whyChooseUs__circle-12 {
    display: none;
  }
  .whyChooseUs__circle-5 {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .whyChooseUs__circles {
    height: 312px;
    left: -96px;
    transform: scale(0.76);
  }
}
@media screen and (max-width: 576px) {
  .whyChooseUs__mega-grid-container {
    height: auto;
    gap: 40px;
  }
  .whyChooseUs__circles {
    position: unset;
    height: auto;
    transform-origin: top;
    transform: scale(0.67);
    margin-bottom: -380px;
  }
  .whyChooseUs__wrapper-title {
    margin-bottom: 60px;
  }
  .whyChooseUs__circles {
    margin-bottom: -390px;
  }
  .whyChooseUs__circle {
    padding: 20px;
    position: relative;
  }
  .whyChooseUs__circle .whyChooseUs__circle {
    position: absolute;
  }
  .whyChooseUs__circle-big {
    aspect-ratio: 1;
    width: 71% !important;
    margin: 0 auto;
    height: auto !important;
  }
  .whyChooseUs__circle-big.whyChooseUs__circle-1-1 {
    width: 96% !important;
  }
  .whyChooseUs__circle-1-1, .whyChooseUs__circle-2-1, .whyChooseUs__circle-3-1, .whyChooseUs__circle-4-1 {
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
  }
  .whyChooseUs__circle-2-1 {
    margin-top: -22px;
    z-index: 3;
  }
  .whyChooseUs__circle-3-1 {
    margin-top: -22px;
  }
  .whyChooseUs__circle-4-1 {
    margin-top: -22px;
  }
  .whyChooseUs__circle-8-1 {
    display: none;
  }
  .whyChooseUs__circle-1, .whyChooseUs__circle-2, .whyChooseUs__circle-3, .whyChooseUs__circle-4 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 93vw;
  }
  .whyChooseUs__circle-2, .whyChooseUs__circle-3, .whyChooseUs__circle-4 {
    margin-top: -26px;
    left: 0;
    right: 0;
  }
  .whyChooseUs__circle-2 .whyChooseUs__circle-8 {
    display: block;
    top: 7%;
    right: 3%;
  }
  .whyChooseUs__circle-12 {
    display: none;
  }
  .whyChooseUs__circle-4 {
    margin-bottom: 20px;
  }
  .whyChooseUs__circle-3 {
    z-index: 2;
  }
  .whyChooseUs__circle-3 .whyChooseUs__circle-12 {
    display: block;
    width: 67px;
    height: 67px;
    right: 0;
    left: 2%;
    bottom: 4%;
    top: auto;
  }
  .whyChooseUs__circle-5 {
    width: 99px;
    height: 99px;
    padding: 0;
    top: -10%;
    right: 0%;
  }
  .whyChooseUs__circle-6 {
    width: 56px;
    height: 56px;
    left: -1%;
    padding: 0;
    bottom: 7%;
    top: auto;
  }
  .whyChooseUs__circle-8 {
    width: 54px;
    padding: 10px;
    height: 54px;
    border: 1px solid transparent;
    top: 491px;
    left: auto;
    right: 38px;
    display: none;
  }
  .whyChooseUs__circle-9 {
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .whyChooseUs__circle-10 {
    top: 13%;
    left: 5%;
    padding: 0;
    height: 29px;
    width: 29px;
  }
  .whyChooseUs__circle-14 {
    width: 75px;
    height: 75px;
    padding: 0;
    top: 0%;
    right: 0%;
  }
  .whyChooseUs__circle-7 {
    display: none;
  }
  .whyChooseUs__circle-15 {
    width: 75px;
    height: 75px;
    padding: 0;
    bottom: 1%;
    left: -1%;
  }
  .whyChooseUs__circle-11 {
    top: 0%;
    width: 27px;
    right: 8%;
    height: 27px;
    padding: 0;
  }
  .whyChooseUs__circle-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .whyChooseUs__circle-text {
    font-size: 14px;
    line-height: 21px;
  }
  .whyChooseUs__circle-big {
    padding: 30px !important;
  }
  .whyChooseUs--about .whyChooseUs__circles {
    transform: scale(0.9);
    margin-bottom: -120px;
  }
  .whyChooseUs--about .whyChooseUs__circle-big {
    width: 72% !important;
  }
}
@media screen and (max-width: 470px) {
  .whyChooseUs__mega-grid-container {
    gap: 30px;
  }
  .whyChooseUs__circles {
    transform-origin: top;
    transform: scale(0.67);
    margin-bottom: -340px;
  }
  .whyChooseUs__circles--static {
    top: 250px;
  }
  .whyChooseUs--about .whyChooseUs__circles {
    transform: scale(0.86);
    margin-bottom: -185px;
  }
  .whyChooseUs--about .whyChooseUs__circle-big {
    width: 78% !important;
  }
}
@media screen and (max-width: 380px) {
  .whyChooseUs--about .whyChooseUs__circle-big {
    width: 100% !important;
  }
}
@media screen and (max-width: 365px) {
  .whyChooseUs__circles {
    margin-bottom: -308px;
  }
  .whyChooseUs__circle-15 {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 350px) {
  .whyChooseUs__circle-3 .whyChooseUs__circle-12 {
    width: 45px;
    height: 45px;
  }
  .whyChooseUs__circle-text {
    line-height: 20px;
  }
  .whyChooseUs__circle-14 {
    width: 50px;
    height: 50px;
    right: -4%;
  }
  .whyChooseUs__circle-15 {
    width: 50px;
    height: 50px;
  }
  .whyChooseUs__circle-6 {
    left: -6%;
  }
}
.workingFor {
  background-color: #ffcf26;
  border-radius: 60px 60px 0px 0px;
}
.workingFor--gray {
  background-color: #e9ecf2;
}
.workingFor__container {
  grid-area: right;
  padding-bottom: 135px;
}
@media (min-width: 992px) {
  .workingFor__container {
    padding-bottom: calc(0.0323275862 * 100vw + 102.9310344828px);
  }
}
@media (min-width: 1920px) {
  .workingFor__container {
    padding-bottom: 165px;
  }
}
.workingFor .pp-tableCell {
  display: block;
}
.workingFor.pp-section {
  display: block;
}
@media screen and (min-width: 1200px) {
  .workingFor .footer {
    height: 260px;
    margin-top: auto;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .workingFor .footer {
    height: calc(0.0754310345 * 100vw + 185.1724137931px);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .workingFor .footer {
    height: 330px;
  }
}
.workingFor__wrapper {
  padding-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .workingFor__wrapper {
    padding-top: calc(0.0592672414 * 100vw + -43.7931034483px);
  }
}
@media (min-width: 1920px) {
  .workingFor__wrapper {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .workingFor__wrapper {
    gap: calc(0.0043103448 * 100vw + 5.724137931px);
  }
}
@media (min-width: 1920px) {
  .workingFor__wrapper {
    gap: 14px;
  }
}
.workingFor__wrapper--newsDetail {
  margin-bottom: 30px;
}
.workingFor__wrapper--newsDetail .workingFor__left {
  width: 12%;
}
.workingFor__wrapper--newsDetail .workingFor__swiper--news {
  width: 77%;
  padding-top: 0px;
}
.workingFor__left {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.workingFor__left-2 {
  width: 22vw;
}
.workingFor__left-title {
  color: #2d3e50;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
}
@media (min-width: 992px) {
  .workingFor__left-title {
    font-size: calc(0.0280172414 * 100vw + -3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .workingFor__left-title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .workingFor__left-title {
    line-height: calc(0.0269396552 * 100vw + 8.275862069px);
  }
}
@media (min-width: 1920px) {
  .workingFor__left-title {
    line-height: 60px;
  }
}
.workingFor__left-buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .workingFor__left-buttons {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .workingFor__left-buttons {
    margin-top: 60px;
  }
}
.workingFor__left-button {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .workingFor__left-button {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .workingFor__left-button {
    margin-right: 30px;
  }
}
.workingFor__left-button div {
  color: #2d3e50;
  transition: color 0.38s ease-in-out;
}
.workingFor__left-button--left div {
  transform: rotate(180deg);
}
.workingFor__left-button:hover div {
  color: #ffcf26;
}
.workingFor__swiper {
  width: 74%;
}
.workingFor__swiper-2 {
  width: 75%;
  margin-right: 0px !important;
}
.workingFor__slide {
  height: auto;
  gap: 80px;
  border-radius: 10px 30px 10px 10px;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 220px;
}
@media (min-width: 992px) {
  .workingFor__slide {
    padding: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .workingFor__slide {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .workingFor__slide {
    min-height: calc(0.0754310345 * 100vw + 145.1724137931px);
  }
}
@media (min-width: 1920px) {
  .workingFor__slide {
    min-height: 290px;
  }
}
.workingFor__slide-title {
  color: #2d3e50;
  font-size: 20px;
  font-weight: 600;
  min-height: 62px;
}
@media (min-width: 992px) {
  .workingFor__slide-title {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .workingFor__slide-title {
    font-size: 24px;
  }
}
.workingFor__slide-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
  color: #2d3e50;
}
@media (min-width: 992px) {
  .workingFor__slide-text {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .workingFor__slide-text {
    font-size: 20px;
  }
}
.workingFor__slide-2 {
  background-color: white;
  border-radius: 30px;
  padding: 20px;
  padding-right: 20px;
  color: #2d3e50;
}
@media (min-width: 992px) {
  .workingFor__slide-2 {
    padding: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .workingFor__slide-2 {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .workingFor__slide-2 {
    padding-right: calc(0.0538793103 * 100vw + -33.4482758621px);
  }
}
@media (min-width: 1920px) {
  .workingFor__slide-2 {
    padding-right: 70px;
  }
}
.workingFor__slide-2--gray {
  background-color: #4b5256;
  color: white;
}
.workingFor__slide-2-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .workingFor__slide-2-title {
    font-size: calc(0.0172413793 * 100vw + 6.8965517241px);
  }
}
@media (min-width: 1920px) {
  .workingFor__slide-2-title {
    font-size: 40px;
  }
}
.workingFor__slide-2-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .workingFor__slide-2-text {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .workingFor__slide-2-text {
    font-size: 20px;
  }
}
.workingFor--footer {
  padding-bottom: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.workingFor--footer .workingFor__wrapper {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .workingFor--footer .workingFor__wrapper {
    padding-top: calc(0.0592672414 * 100vw + -43.7931034483px);
  }
}
@media (min-width: 1920px) {
  .workingFor--footer .workingFor__wrapper {
    padding-top: 70px;
  }
}
.workingFor--footer .workingFor__left {
  width: 16%;
}
.workingFor--footer .pp-tableCell {
  display: block;
}

.partnersAll {
  padding-top: 50px !important;
}
.partnersAll .footer {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .partnersAll .footer {
    margin-top: calc(0.0646551724 * 100vw + -24.1379310345px);
  }
}
@media (min-width: 1920px) {
  .partnersAll .footer {
    margin-top: 100px;
  }
}
.partnersAll__wrapper-title {
  color: #2d3e50;
  text-align: center;
  margin-top: 30px;
}
.partnersAll__items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  margin: 0 auto;
  max-width: 1542px;
}
@media (min-width: 992px) {
  .partnersAll__items {
    margin-top: calc(0.0280172414 * 100vw + 2.2068965517px);
  }
}
@media (min-width: 1920px) {
  .partnersAll__items {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  .partnersAll__items {
    grid-gap: calc(0.0377155172 * 100vw + -22.4137931034px);
  }
}
@media (min-width: 1920px) {
  .partnersAll__items {
    grid-gap: 50px;
  }
}
.partnersAll__item {
  border-radius: 50%;
  padding: 15px;
  overflow: hidden;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border: 1px solid #4b5256;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .partnersAll__item {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .partnersAll__item {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .partnersAll__item {
    width: calc(0.1271551724 * 100vw + 23.8620689655px);
  }
}
@media (min-width: 1920px) {
  .partnersAll__item {
    width: 268px;
  }
}
@media (min-width: 992px) {
  .partnersAll__item {
    height: calc(0.1271551724 * 100vw + 23.8620689655px);
  }
}
@media (min-width: 1920px) {
  .partnersAll__item {
    height: 268px;
  }
}
.partnersAll__item:hover {
  border-color: #ffcf26;
}
.partnersAll__item:hover .partnersAll__item-img {
  filter: grayscale(0%);
}
.partnersAll__item-img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.38s ease-in-out;
}

.products {
  transition: 0.5s ease-in-out;
  height: 100%;
}
.products.active {
  transform: translateY(-200px);
}
.products .footer {
  height: auto;
  transition: 0.5s ease-in-out;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
.products .footer.active {
  transform: translateY(95px);
}
.productsBackground {
  background: #E9ECF2;
  width: 100%;
  height: 100vh;
  border-radius: 60px 60px 0 0;
  transition: 0.5s ease-in-out;
}
.products__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products__wrapper .breadcrumbs {
  align-self: flex-start;
}
.products__wrapper-title {
  font-size: 45px;
  color: #2d3e50;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .products__wrapper-title {
    font-size: calc(0.0161637931 * 100vw + 28.9655172414px);
  }
}
@media (min-width: 1920px) {
  .products__wrapper-title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .products__wrapper-title {
    margin-top: calc(0 * 100vw + 30px);
  }
}
@media (min-width: 1920px) {
  .products__wrapper-title {
    margin-top: 30px;
  }
}
.products__cards {
  margin-top: 20px;
  gap: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .products__cards {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .products__cards {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .products__cards {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .products__cards {
    gap: 30px;
  }
}
.products__cardBox {
  display: flex !important;
  justify-content: space-between;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 45px;
  width: 970px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .products__cardBox {
    padding: calc(0.0161637931 * 100vw + 28.9655172414px);
  }
}
@media (min-width: 1920px) {
  .products__cardBox {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .products__cardBox {
    width: calc(0.1357758621 * 100vw + 835.3103448276px);
  }
}
@media (min-width: 1920px) {
  .products__cardBox {
    width: 1096px;
  }
}
.products__card .pp-tableCell {
  display: flex !important;
  justify-content: center;
  flex-direction: row-reverse;
}
.products__card--yellow .products__cardBox {
  background-color: #ffcf26;
}
.products__card--yellow .products__card-btn:before {
  background-color: #ffffff;
}
.products__card--darkGrey .products__cardBox {
  background-color: #4B5256;
}
.products__card--darkGrey .products__card-title, .products__card--darkGrey .products__card-text {
  color: #ffffff;
}
.products__card--darkGrey .products__card-btn {
  border-color: #ffffff;
  color: #ffffff;
}
.products__card--darkGrey .products__card-btn p {
  color: #ffffff;
}
.products__card:nth-child(even) {
  flex-direction: row;
}
.products__card-img {
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .products__card-img {
    width: calc(0.0581896552 * 100vw + 242.275862069px);
  }
}
@media (min-width: 1920px) {
  .products__card-img {
    width: 354px;
  }
}
@media (min-width: 992px) {
  .products__card-img {
    height: calc(0.0581896552 * 100vw + 242.275862069px);
  }
}
@media (min-width: 1920px) {
  .products__card-img {
    height: 354px;
  }
}
.products__card-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 57%;
}
@media (min-width: 992px) {
  .products__card-box {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .products__card-box {
    gap: 30px;
  }
}
.products__card-title {
  font-size: 36px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .products__card-title {
    font-size: calc(0.0043103448 * 100vw + 31.724137931px);
  }
}
@media (min-width: 1920px) {
  .products__card-title {
    font-size: 40px;
  }
}
.products__card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}
@media (min-width: 992px) {
  .products__card-text {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .products__card-text {
    font-size: 20px;
  }
}
.products__card-btn {
  display: flex;
  height: 42px;
  padding: 14px 20px;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 29px;
  border: 1px solid #4B5256;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: border-color 0.38s ease-in-out;
}
.products__card-btn p {
  z-index: 1;
  color: #4B5256;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.products__card-btn span {
  z-index: 1;
  font-size: 9px;
}
.products__card-btn:hover {
  border-color: #ffcf26;
}
.products__card-btn:hover:before {
  left: 0;
}
.products__card-btn:before {
  position: absolute;
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffcf26;
  border-radius: 53px;
  transition: all 0.38s ease-in-out;
}
.products:first-child {
  border-radius: 60px 60px 0px 0px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .products:first-child {
    padding-top: calc(0.0323275862 * 100vw + 17.9310344828px);
  }
}
@media (min-width: 1920px) {
  .products:first-child {
    padding-top: 80px;
  }
}
.products:last-child .products__wrapper {
  margin-bottom: 30px;
}
.products:last-child .pp-tableCell {
  vertical-align: bottom;
}
.products.pp-section {
  border-radius: 60px 60px 0px 0px;
  opacity: 0;
  padding-top: 0;
}
.products.pp-section .products__wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .products.pp-section .products__wrapper {
    margin-bottom: calc(0 * 100vw + 30px);
  }
}
@media (min-width: 1920px) {
  .products.pp-section .products__wrapper {
    margin-bottom: 30px;
  }
}
.products.pp-section.active {
  opacity: 1;
}
.products.pp-section:not(:first-child) .products__cards {
  margin-top: 0;
}
.products.pp-section:last-child .footer {
  height: 260px;
}
@media (min-width: 992px) {
  .products.pp-section:last-child .footer {
    height: calc(0.0754310345 * 100vw + 185.1724137931px);
  }
}
@media (min-width: 1920px) {
  .products.pp-section:last-child .footer {
    height: 330px;
  }
}

.newsCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 992px) {
  .newsCards {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .newsCards {
    gap: 30px;
  }
}
.newsCards__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .newsCards__column {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .newsCards__column {
    gap: 30px;
  }
}
.newsCards__column:nth-child(2) {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .newsCards__column:nth-child(2) {
    margin-top: calc(0.0668103448 * 100vw + -36.275862069px);
  }
}
@media (min-width: 1920px) {
  .newsCards__column:nth-child(2) {
    margin-top: 92px;
  }
}
.newsCards--page {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .newsCards--page {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .newsCards--page {
    margin-top: 60px;
  }
}
.newsCards--page .newsCard {
  background-color: white;
}
.newsCards--page .newsCard:hover {
  background-color: #4b5256;
}
.newsCards--page .newsCard:hover .newsCard__title, .newsCards--page .newsCard:hover .newsCard__text, .newsCards--page .newsCard:hover .newsCard__date {
  color: #ffffff;
  z-index: 1;
}
.newsCards--page .newsCard:before {
  background-color: #4b5256;
  z-index: 0;
}
.newsCards--page .newsCard__title, .newsCards--page .newsCard__text, .newsCards--page .newsCard__date {
  transition: color 0.5s ease-in-out;
}

.newsCard {
  border-radius: 30px;
  border: 1px solid #4b5256;
  min-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.5s ease-in-out;
  overflow: hidden;
}
@media (min-width: 992px) {
  .newsCard {
    min-height: calc(0.0700431034 * 100vw + 330.5172413793px);
  }
}
@media (min-width: 1920px) {
  .newsCard {
    min-height: 465px;
  }
}
@media (min-width: 992px) {
  .newsCard {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .newsCard {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .newsCard {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .newsCard {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .newsCard {
    padding-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .newsCard {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .newsCard {
    padding-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .newsCard {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .newsCard {
    gap: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .newsCard {
    gap: 30px;
  }
}
.newsCard--white {
  background-color: #ffffff;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .newsCard--white {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .newsCard--white {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .newsCard--white {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .newsCard--white {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .newsCard--white {
    padding-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .newsCard--white {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .newsCard--white {
    padding-bottom: calc(0.0344827586 * 100vw + -14.2068965517px);
  }
}
@media (min-width: 1920px) {
  .newsCard--white {
    padding-bottom: 52px;
  }
}
.newsCard:hover .newsCard__bg {
  opacity: 1;
}
.newsCard:hover .newsCard__title,
.newsCard:hover .newsCard__text,
.newsCard:hover .newsCard__date-number,
.newsCard:hover .newsCard__date-month {
  color: #ffffff;
}
.newsCard:hover:before {
  width: 200%;
  height: 200%;
  right: -50%;
  bottom: -50%;
}
.newsCard:before {
  content: "";
  position: absolute;
  right: -100%;
  bottom: -100%;
  width: 0;
  height: 0;
  background-color: #4b5256;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.newsCard__date {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .newsCard__date {
    gap: calc(0.0086206897 * 100vw + 1.4482758621px);
  }
}
@media (min-width: 1920px) {
  .newsCard__date {
    gap: 18px;
  }
}
.newsCard__date-number {
  color: #2d3e50;
  font-size: 40px;
  line-height: 63%;
  font-weight: 400;
  transition: color 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .newsCard__date-number {
    font-size: calc(0.0323275862 * 100vw + 7.9310344828px);
  }
}
@media (min-width: 1920px) {
  .newsCard__date-number {
    font-size: 70px;
  }
}
.newsCard__date-month {
  color: #2d3e50;
  font-size: 20px;
  font-weight: 400;
  transition: color 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .newsCard__date-month {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .newsCard__date-month {
    font-size: 24px;
  }
}
.newsCard__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.newsCard__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 992px) {
  .newsCard__content {
    gap: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsCard__content {
    gap: 20px;
  }
}
.newsCard__title {
  color: #2d3e50;
  font-size: 20px;
  font-weight: 400;
  transition: color 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .newsCard__title {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .newsCard__title {
    font-size: 24px;
  }
}
.newsCard__text {
  color: #2d3e50;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .newsCard__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsCard__text {
    font-size: 18px;
  }
}
.newsCard__btn {
  display: flex;
  height: 42px;
  padding: 14px 20px;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 29px;
  border: 1px solid #4b5256;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.newsCard__btn p {
  z-index: 1;
  color: #4b5256;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.newsCard__btn span {
  z-index: 1;
  font-size: 9px;
}
.newsCard__btn:hover:before {
  left: 0;
}
.newsCard__btn:before {
  position: absolute;
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffcf26;
  border-radius: 53px;
  transition: all 0.5s ease-in-out;
}
.news {
  background-color: #4B5256;
  border-radius: 60px 60px 0px 0px;
}
.news .breadcrumbs {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .news .breadcrumbs {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .news .breadcrumbs {
    margin-top: 60px;
  }
}
.news .breadcrumbs p {
  color: #ffffff;
}
.news .breadcrumbs p:before {
  background-color: white;
}
.news .footer {
  border: 1px solid #ffffff;
}
.news__wrapper-title {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .news__wrapper-title {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .news__wrapper-title {
    margin-top: 60px;
  }
}
.news .container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .news .container {
    margin-bottom: calc(0.0969827586 * 100vw + -66.2068965517px);
  }
}
@media (min-width: 1920px) {
  .news .container {
    margin-bottom: 120px;
  }
}

.projects {
  border-radius: 60px 60px 0px 0px;
}
.projects__wrapper {
  height: 100%;
}
.projects__container {
  grid-area: right;
  display: flex;
}
.projects__content {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (min-width: 992px) {
  .projects__content {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projects__content {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .projects__content {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projects__content {
    margin-bottom: 60px;
  }
}
.projects__content-text {
  color: #ffffff;
  font-size: 20px;
  line-height: 153.846%;
  margin-top: 67px;
  font-weight: 400;
  width: 90%;
}
@media (min-width: 992px) {
  .projects__content-text {
    font-size: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .projects__content-text {
    font-size: 26px;
  }
}
.projects__content-title {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .projects__content-title {
    margin-top: calc(-0.0549568966 * 100vw + 54.5172413793px);
  }
}
@media (min-width: 1920px) {
  .projects__content-title {
    margin-top: -51px;
  }
}
.projects__box {
  align-content: center;
}
.projects__buttons {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
@media (min-width: 992px) {
  .projects__buttons {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projects__buttons {
    margin-top: 60px;
  }
}
.projects__button {
  font-size: 16px;
  font-weight: 400;
  border-radius: 999px;
  border: 1px solid white;
  padding: 14px 20px;
  color: white;
  transition: all 0.38s ease-in-out;
  display: block;
  flex-wrap: wrap;
}
.projects__button:hover {
  background-color: white;
  color: #4b5256;
}
.projects__image {
  border-radius: 60px 60px 0px 0px;
  width: 46%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projects .pp-tableCell {
  border-radius: 60px;
  background: #4b5256;
}
.projectsDone {
  border-radius: 60px 60px 0px 0px;
  height: 100%;
  background-color: white;
}
.projectsDone .title {
  color: #2d3e50;
}
.projectsDone__list {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (min-width: 992px) {
  .projectsDone__list {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projectsDone__list {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .projectsDone__list {
    margin-bottom: calc(0.0754310345 * 100vw + -44.8275862069px);
  }
}
@media (min-width: 1920px) {
  .projectsDone__list {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .projectsDone__list {
    padding-bottom: calc(0.0754310345 * 100vw + -44.8275862069px);
  }
}
@media (min-width: 1920px) {
  .projectsDone__list {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .projectsDone__list {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .projectsDone__list {
    gap: 30px;
  }
}
.projectsDone__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: self-end;
}
@media (min-width: 992px) {
  .projectsDone__box {
    gap: calc(0.036637931 * 100vw + -6.3448275862px);
  }
}
@media (min-width: 1920px) {
  .projectsDone__box {
    gap: 64px;
  }
}
.projectsDone__bar {
  z-index: 5;
  background-color: #ffcf26;
  padding: 8px 11px;
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
  text-align: center;
  color: #4b5256;
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media (min-width: 992px) {
  .projectsDone__bar {
    bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .projectsDone__bar {
    bottom: 40px;
  }
}
.projectsDone__item {
  position: relative;
  border-radius: 30px;
  border: 1px solid #4b5256;
  transition: background 0.38s ease-in-out;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (min-width: 992px) {
  .projectsDone__item {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .projectsDone__item {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .projectsDone__item {
    gap: calc(0.0484913793 * 100vw + -3.1034482759px);
  }
}
@media (min-width: 1920px) {
  .projectsDone__item {
    gap: 90px;
  }
}
.projectsDone__item img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 60px;
  filter: grayscale(1);
}
@media (min-width: 992px) {
  .projectsDone__item img {
    height: calc(0.0323275862 * 100vw + 27.9310344828px);
  }
}
@media (min-width: 1920px) {
  .projectsDone__item img {
    height: 90px;
  }
}
.projectsDone__item:hover {
  background-color: #4b5256;
}
.projectsDone__item:hover img {
  filter: grayscale(1) invert(1);
}
.projectsHero {
  border-radius: 60px 60px 0px 0px;
  background-color: #4b5256;
  overflow: hidden;
}
.projectsHero__wrapper {
  margin-top: 30px;
  grid-area: center;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (min-width: 992px) {
  .projectsHero__wrapper {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projectsHero__wrapper {
    margin-top: 60px;
  }
}
.projectsHero__container {
  display: grid;
  height: 100%;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}
.projectsHero__content {
  background: linear-gradient(94.34deg, #2d3e50 40%, rgba(45, 62, 80, 0.2) 100%);
  grid-area: 1/1/-1/-1;
}
.projectsHero__title {
  max-width: 50%;
  text-wrap: balance;
  max-width: 28ch;
  align-self: center;
  margin-bottom: 20vh;
}
.projectsHero__image {
  grid-area: 1/1/-1/-1;
  justify-self: end;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.projectsGear {
  border-radius: 60px 60px 0px 0px;
  background-color: #ffcf26;
  background-repeat: no-repeat;
  background-image: url("../img/picture/bg-b.svg");
  -o-object-position: right;
  object-position: right;
  background-position-x: right;
  background-position-y: center;
  background-size: contain;
}
.projectsGear.pp-scrollable::-webkit-scrollbar {
  width: 0;
}
.projectsGear__wrapper {
  min-height: 100%;
}
.projectsGear__container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 145px;
  grid-area: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .projectsGear__container {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__container {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .projectsGear__container {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__container {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .projectsGear__container {
    padding-bottom: calc(0.0161637931 * 100vw + 128.9655172414px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__container {
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .projectsGear__container {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__container {
    gap: 60px;
  }
}
.projectsGear__heading {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .projectsGear__heading {
    font-size: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__heading {
    font-size: 40px;
  }
}
.projectsGear__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .projectsGear__col {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__col {
    gap: 40px;
  }
}
.projectsGear__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 15px;
}
@media (min-width: 992px) {
  .projectsGear__row {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__row {
    gap: 30px;
  }
}
.projectsGear__card {
  border-radius: 30px;
  padding: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 160px;
}
@media (min-width: 992px) {
  .projectsGear__card {
    padding: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__card {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .projectsGear__card {
    height: calc(0.0754310345 * 100vw + 85.1724137931px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__card {
    height: 230px;
  }
}
.projectsGear__logo {
  width: 120px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  align-self: end;
}
.projectsGear__title {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .projectsGear__title {
    font-size: calc(0.0064655172 * 100vw + 9.5862068966px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__title {
    font-size: 22px;
  }
}
.projectsGear__text {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .projectsGear__text {
    font-size: calc(0.0064655172 * 100vw + 7.5862068966px);
  }
}
@media (min-width: 1920px) {
  .projectsGear__text {
    font-size: 20px;
  }
}
.projectsGallery {
  border-radius: 60px 60px 0px 0px;
  background-color: white;
}
.projectsGallery.pp-scrollable::-webkit-scrollbar {
  width: 0;
}
.projectsGallery__wrapper {
  min-height: 100%;
  height: 140%;
}
.projectsGallery__container {
  grid-area: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 145px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .projectsGallery__container {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projectsGallery__container {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .projectsGallery__container {
    margin-bottom: calc(0.0969827586 * 100vw + -66.2068965517px);
  }
}
@media (min-width: 1920px) {
  .projectsGallery__container {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .projectsGallery__container {
    padding-bottom: calc(0.0161637931 * 100vw + 128.9655172414px);
  }
}
@media (min-width: 1920px) {
  .projectsGallery__container {
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .projectsGallery__container {
    gap: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projectsGallery__container {
    gap: 50px;
  }
}
.projectsGallery__title {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 992px) {
  .projectsGallery__title {
    font-size: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .projectsGallery__title {
    font-size: 40px;
  }
}
.projectsGallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 992px) {
  .projectsGallery__list {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .projectsGallery__list {
    gap: 40px;
  }
}
.projectsGallery__col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .projectsGallery__col {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .projectsGallery__col {
    gap: 30px;
  }
}
.projectsGallery__col:nth-child(2) {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .projectsGallery__col:nth-child(2) {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .projectsGallery__col:nth-child(2) {
    margin-top: 60px;
  }
}
.projectsGallery__image {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  height: 350px;
  width: 100%;
}
@media (min-width: 992px) {
  .projectsGallery__image {
    height: calc(0.1131465517 * 100vw + 237.7586206897px);
  }
}
@media (min-width: 1920px) {
  .projectsGallery__image {
    height: 455px;
  }
}
.projectsInformation {
  border-radius: 60px 60px 0px 0px;
  background-color: white;
}
.projectsInformation.pp-scrollable::-webkit-scrollbar {
  width: 0;
}
.projectsInformation__wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.projectsInformation__container {
  grid-area: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: baseline;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 230px;
}
@media (min-width: 992px) {
  .projectsInformation__container {
    margin-top: calc(0.0161637931 * 100vw + 13.9655172414px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__container {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__container {
    margin-bottom: calc(0.0969827586 * 100vw + -66.2068965517px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__container {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__container {
    gap: calc(0.1400862069 * 100vw + -108.9655172414px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__container {
    gap: 160px;
  }
}
.projectsInformation__title {
  font-weight: 600;
  font-size: 30px;
}
@media (min-width: 992px) {
  .projectsInformation__title {
    font-size: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__title {
    font-size: 50px;
  }
}
.projectsInformation__prose {
  width: 756px;
}
@media (min-width: 992px) {
  .projectsInformation__prose {
    width: calc(0.3663793103 * 100vw + 392.5517241379px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose {
    width: 1096px;
  }
}
.projectsInformation__prose h1,
.projectsInformation__prose h2,
.projectsInformation__prose h3 {
  color: #4b5256;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 18px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .projectsInformation__prose h1,
  .projectsInformation__prose h2,
  .projectsInformation__prose h3 {
    font-size: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose h1,
  .projectsInformation__prose h2,
  .projectsInformation__prose h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose h1,
  .projectsInformation__prose h2,
  .projectsInformation__prose h3 {
    margin-bottom: calc(0.0129310345 * 100vw + 5.1724137931px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose h1,
  .projectsInformation__prose h2,
  .projectsInformation__prose h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose h1,
  .projectsInformation__prose h2,
  .projectsInformation__prose h3 {
    padding-top: calc(0.025862069 * 100vw + -15.6551724138px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose h1,
  .projectsInformation__prose h2,
  .projectsInformation__prose h3 {
    padding-top: 34px;
  }
}
.projectsInformation__prose h4, .projectsInformation__prose h5, .projectsInformation__prose h6 {
  color: #4b5256;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 14px;
  padding-top: 13px;
}
@media (min-width: 992px) {
  .projectsInformation__prose h4, .projectsInformation__prose h5, .projectsInformation__prose h6 {
    font-size: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose h4, .projectsInformation__prose h5, .projectsInformation__prose h6 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose h4, .projectsInformation__prose h5, .projectsInformation__prose h6 {
    margin-bottom: calc(0.0064655172 * 100vw + 7.5862068966px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose h4, .projectsInformation__prose h5, .projectsInformation__prose h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose h4, .projectsInformation__prose h5, .projectsInformation__prose h6 {
    padding-top: calc(0.0215517241 * 100vw + -8.3793103448px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose h4, .projectsInformation__prose h5, .projectsInformation__prose h6 {
    padding-top: 33px;
  }
}
.projectsInformation__prose p {
  color: #4b5256;
  font-weight: 300;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .projectsInformation__prose p {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose p {
    margin-bottom: calc(0.0064655172 * 100vw + 7.5862068966px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose p {
    margin-bottom: 20px;
  }
}
.projectsInformation__prose ul {
  color: #4b5256;
  font-weight: 300;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .projectsInformation__prose ul {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ul {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose ul {
    margin-bottom: calc(0.0064655172 * 100vw + 7.5862068966px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ul {
    margin-bottom: 20px;
  }
}
.projectsInformation__prose ul li {
  padding-bottom: 5px;
  padding-left: 26px;
  position: relative;
}
@media (min-width: 992px) {
  .projectsInformation__prose ul li {
    padding-bottom: calc(0.0064655172 * 100vw + -1.4137931034px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ul li {
    padding-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose ul li {
    padding-left: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ul li {
    padding-left: 30px;
  }
}
.projectsInformation__prose ul li strong, .projectsInformation__prose ul li b {
  font-weight: 600;
}
.projectsInformation__prose ul li::before {
  content: "•";
  position: absolute;
  left: 6.5px;
  top: 10.5px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #4b5256;
  font-weight: 800;
}
@media (min-width: 992px) {
  .projectsInformation__prose ul li::before {
    left: calc(0.0043103448 * 100vw + 2.224137931px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ul li::before {
    left: 10.5px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose ul li::before {
    top: calc(0.0037715517 * 100vw + 6.7586206897px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ul li::before {
    top: 14px;
  }
}
.projectsInformation__prose ol {
  color: #4b5256;
  font-weight: 300;
  line-height: 1.3;
  font-size: 16px;
  padding-left: 24px;
  padding-top: 2px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .projectsInformation__prose ol {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ol {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose ol {
    padding-left: calc(0.0377155172 * 100vw + -13.4137931034px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ol {
    padding-left: 59px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose ol {
    padding-top: calc(0.0086206897 * 100vw + -6.5517241379px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ol {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .projectsInformation__prose ol {
    margin-bottom: calc(0.0064655172 * 100vw + 7.5862068966px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ol {
    margin-bottom: 20px;
  }
}
.projectsInformation__prose ol li {
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .projectsInformation__prose ol li {
    padding-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .projectsInformation__prose ol li {
    padding-bottom: 10px;
  }
}
.projectsInformation__prose ol li strong, .projectsInformation__prose ol li b, .projectsInformation__prose ol li::marker {
  font-weight: 600;
}

@media (max-width: 1200px) {
  .projects {
    background: #4b5256;
  }
  .projects__content {
    margin-left: 1.5rem;
  }
  .projectsDone {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .projectsGear__container {
    padding-bottom: 30px;
  }
  .projectsGallery__container {
    padding-bottom: 30px;
  }
  .projectsInformation__container {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .projects {
    padding-top: 110px;
    background: #4b5256;
  }
  .projectsHero {
    padding-top: 40px;
  }
  .projectsHero__wrapper {
    gap: 30px;
  }
  .projectsHero__title {
    text-wrap: auto;
  }
  .projects__container {
    grid-area: center;
  }
  .projects__content {
    grid-template-rows: auto 1fr;
    margin-top: unset;
    gap: 10px;
    margin-left: unset;
  }
  .projects__buttons {
    gap: 30px;
  }
  .projects__image {
    display: none;
  }
  .projectsDone__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .projectsHero__wrapper {
    margin-top: 80px;
  }
  .projectsGear, .projectsGallery {
    border-radius: unset;
  }
  .projectsGear {
    background-image: unset;
  }
  .projectsGear__card {
    border-radius: 16px;
  }
  .projectsGallery__list {
    grid-template-columns: 1fr;
  }
  .projectsGallery__col {
    gap: 20px;
  }
  .projectsGallery__col:nth-child(2) {
    margin-top: unset;
  }
  .projectsGallery__image {
    border-radius: 16px;
  }
  .projectsInformation__container {
    flex-direction: column;
  }
  .projectsInformation__prose {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .projectsInformation__prose p {
    text-align: justify;
  }
}
@media screen and (max-width: 576px) {
  .projectsGear__row {
    grid-template-columns: auto;
  }
  .projectsHero__container {
    min-height: 100vh;
  }
  .projectsHero__content {
    background: linear-gradient(180deg, #2d3e50 42%, rgba(45, 62, 80, 0.2) 100%);
  }
  .projectsHero__wrapper {
    margin-top: 80px;
  }
  .projectsHero__title {
    align-self: unset;
    margin-bottom: unset;
  }
  .projectsHero__image {
    grid-area: 2/1/-1/-1;
  }
  .projects__buttons {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .projectsDone__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .projectsDone .newsCard__btn {
    width: 100%;
    justify-content: center;
  }
}
.newsDetail {
  background-color: #ffffff;
}
.newsDetail__wrapper {
  padding-top: 15px;
}
.newsDetail__content {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .newsDetail__content {
    width: calc(0.3189655172 * 100vw + 483.5862068966px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content {
    width: 1096px;
  }
}
@media screen and (min-width: 1200px) {
  .newsDetail__content {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .newsDetail__content {
    margin-bottom: calc(0.0862068966 * 100vw + 14.4827586207px);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .newsDetail__content {
    margin-bottom: 180px;
  }
}
.newsDetail__content h1 {
  color: #2d3e50;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .newsDetail__content h1 {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content h1 {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .newsDetail__content h1 {
    font-size: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content h1 {
    font-size: 50px;
  }
}
.newsDetail__content p {
  margin-top: 15px;
  color: #4b5256;
  font-size: 16px;
  font-weight: 400;
  line-height: 144.444%;
}
@media (min-width: 992px) {
  .newsDetail__content p {
    margin-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content p {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .newsDetail__content p {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content p {
    font-size: 18px;
  }
}
.newsDetail__content p--date {
  color: #838894;
}
.newsDetail__content img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 60px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .newsDetail__content img {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content img {
    margin-top: 60px;
  }
}
.newsDetail__content time {
  display: inline-block;
  margin-top: 30px;
  color: #838894;
  font-size: 16px;
  font-weight: 400;
  line-height: 144.444%;
}
@media (min-width: 992px) {
  .newsDetail__content time {
    margin-top: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content time {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .newsDetail__content time {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content time {
    font-size: 18px;
  }
}
.newsDetail__content h2,
.newsDetail__content h3 {
  color: #4b5256;
  font-weight: 600;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .newsDetail__content h2,
  .newsDetail__content h3 {
    margin-top: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content h2,
  .newsDetail__content h3 {
    margin-top: 50px;
  }
}
.newsDetail__content h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 86.667%;
}
@media (min-width: 992px) {
  .newsDetail__content h2 {
    font-size: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content h2 {
    font-size: 30px;
  }
}
.newsDetail__content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 992px) {
  .newsDetail__content h3 {
    font-size: calc(0.0021551724 * 100vw + 21.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content h3 {
    font-size: 26px;
  }
}
.newsDetail__content ol {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .newsDetail__content ol {
    margin-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content ol {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .newsDetail__content ol {
    gap: calc(0.0021551724 * 100vw + 4.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content ol {
    gap: 9px;
  }
}
@media (min-width: 992px) {
  .newsDetail__content ol {
    padding-left: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content ol {
    padding-left: 50px;
  }
}
.newsDetail__content ol li {
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}
@media (min-width: 992px) {
  .newsDetail__content ol li {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content ol li {
    font-size: 20px;
  }
}
.newsDetail__content ol li span {
  font-weight: 600;
  color: #4b5256;
}
.newsDetail__content ul {
  margin-top: 10px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media (min-width: 992px) {
  .newsDetail__content ul {
    margin-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content ul {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .newsDetail__content ul {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content ul {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .newsDetail__content ul {
    gap: calc(0.0021551724 * 100vw + 4.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content ul {
    gap: 9px;
  }
}
.newsDetail__content ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}
@media (min-width: 992px) {
  .newsDetail__content ul li {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__content ul li {
    font-size: 20px;
  }
}
.newsDetail__content ul li span {
  font-weight: 600;
}
.newsDetail__backNews {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
}
@media (min-width: 992px) {
  .newsDetail__backNews {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__backNews {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .newsDetail__backNews {
    gap: calc(0.0021551724 * 100vw + 6.8620689655px);
  }
}
@media (min-width: 1920px) {
  .newsDetail__backNews {
    gap: 11px;
  }
}
.newsDetail__backNews span {
  font-size: 9px;
  transform: rotate(180deg);
  font-weight: 600;
}
.newsDetail__backNews p {
  margin-top: 0;
}

.possibilities {
  background: #E9ECF2;
  border-radius: 60px 60px 0px 0px;
}
.possibilities .container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .possibilities .container {
    margin-bottom: calc(0.1002155172 * 100vw + -69.4137931034px);
  }
}
@media (min-width: 1920px) {
  .possibilities .container {
    margin-bottom: 123px;
  }
}
.possibilities .breadcrumbs {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .possibilities .breadcrumbs {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .possibilities .breadcrumbs {
    margin-top: 60px;
  }
}
.possibilities__wrapper {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .possibilities__wrapper {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .possibilities__wrapper {
    margin-top: 60px;
  }
}
.possibilities__wrapper-title {
  color: #2D3E50;
  text-align: center;
}
.possibilities__content {
  max-width: 1407px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .possibilities__content {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .possibilities__content {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .possibilities__content {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .possibilities__content {
    gap: 60px;
  }
}
.possibilities__content-right, .possibilities__content-left {
  display: flex;
  width: 49%;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .possibilities__content-right, .possibilities__content-left {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .possibilities__content-right, .possibilities__content-left {
    gap: 30px;
  }
}
.possibilities__card {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 30px;
  border-radius: 30px;
  position: relative;
  height: 600px;
  width: 100%;
}
@media (min-width: 992px) {
  .possibilities__card {
    padding-top: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .possibilities__card {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .possibilities__card {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .possibilities__card {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .possibilities__card {
    padding-right: calc(0.0829741379 * 100vw + -52.3103448276px);
  }
}
@media (min-width: 1920px) {
  .possibilities__card {
    padding-right: 107px;
  }
}
.possibilities__card .btnHover {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .possibilities__card .btnHover {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .possibilities__card .btnHover {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .possibilities__card {
    height: calc(0.0484913793 * 100vw + 551.8965517241px);
  }
}
@media (min-width: 1920px) {
  .possibilities__card {
    height: 645px;
  }
}
.possibilities__card--yellow {
  background-color: #ffcf26;
}
.possibilities__card--darkGrey {
  height: auto;
  flex-grow: 2;
  background-color: #4B5256;
}
.possibilities__card--darkGrey .possibilities__card-title, .possibilities__card--darkGrey .possibilities__card-text {
  color: #ffffff;
}
.possibilities__card-title {
  color: #2d3e50;
  font-size: 35px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .possibilities__card-title {
    font-size: calc(0.005387931 * 100vw + 29.6551724138px);
  }
}
@media (min-width: 1920px) {
  .possibilities__card-title {
    font-size: 40px;
  }
}
.possibilities__card-text {
  margin-top: 20px;
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}
@media (min-width: 992px) {
  .possibilities__card-text {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .possibilities__card-text {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .possibilities__card-text {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .possibilities__card-text {
    font-size: 20px;
  }
}
.possibilities__card-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.facilitiesCard {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .facilitiesCard {
    padding-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .facilitiesCard {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .facilitiesCard {
    padding-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .facilitiesCard {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .facilitiesCard {
    padding-left: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .facilitiesCard {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .facilitiesCard {
    padding-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .facilitiesCard {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .facilitiesCard {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .facilitiesCard {
    gap: 20px;
  }
}
.facilitiesCard:hover {
  transform: scale(1.04);
}
.facilitiesCard__img {
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .facilitiesCard__img {
    width: calc(0.0107758621 * 100vw + 39.3103448276px);
  }
}
@media (min-width: 1920px) {
  .facilitiesCard__img {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .facilitiesCard__img {
    height: calc(0.0107758621 * 100vw + 39.3103448276px);
  }
}
@media (min-width: 1920px) {
  .facilitiesCard__img {
    height: 60px;
  }
}
.facilitiesCard__title {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .facilitiesCard__title {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .facilitiesCard__title {
    font-size: 22px;
  }
}
.facilitiesCard__text {
  color: #4B5256;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .facilitiesCard__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .facilitiesCard__text {
    font-size: 18px;
  }
}

.productDetail {
  background: #e9ecf2;
  border-radius: 60px 60px 0px 0px;
}
.productDetail .container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .productDetail .container {
    margin-bottom: calc(0.1002155172 * 100vw + -69.4137931034px);
  }
}
@media (min-width: 1920px) {
  .productDetail .container {
    margin-bottom: 123px;
  }
}
.productDetail .breadcrumbs {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .productDetail .breadcrumbs {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .productDetail .breadcrumbs {
    margin-top: 60px;
  }
}
.productDetail .productDetail-title {
  color: #2d3e50;
  font-size: 26px;
}
@media (min-width: 992px) {
  .productDetail .productDetail-title {
    font-size: calc(0.0150862069 * 100vw + 11.0344827586px);
  }
}
@media (min-width: 1920px) {
  .productDetail .productDetail-title {
    font-size: 40px;
  }
}
.productDetail__container {
  display: grid;
  grid-template-columns: min-content auto;
  gap: 64px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .productDetail__container {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .productDetail__container {
    margin-top: 60px;
  }
}
.productDetail__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 782px;
}
@media (min-width: 992px) {
  .productDetail__wrapper {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .productDetail__wrapper {
    gap: 40px;
  }
}
.productDetail__text {
  color: #2d3e50;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}
@media (min-width: 992px) {
  .productDetail__text {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .productDetail__text {
    font-size: 20px;
  }
}
.productDetail__buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.productDetail__modal-btn {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 79.5px;
  border-radius: 37px;
  background-color: #ffcf26;
  color: #2d3e50;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.38s ease-in-out;
  border: 1px solid #ffcf26;
}
@media (min-width: 992px) {
  .productDetail__modal-btn {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .productDetail__modal-btn {
    font-size: 18px;
  }
}
.productDetail__modal-btn-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .productDetail__modal-btn-icon {
    width: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .productDetail__modal-btn-icon {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .productDetail__modal-btn-icon {
    height: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .productDetail__modal-btn-icon {
    height: 50px;
  }
}
.productDetail__modal-btn-icon .icon-arrow {
  transform: rotate(316deg);
}
@media screen and (min-width: 992px) {
  .productDetail__modal-btn:hover:hover {
    background-color: unset;
    border: 1px solid #2d3e50;
  }
}
.productDetail__pdf-btn {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 72px;
  border-radius: 37px;
  border: 1px solid #2d3e50;
  color: #2d3e50;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .productDetail__pdf-btn {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .productDetail__pdf-btn {
    font-size: 18px;
  }
}
.productDetail__pdf-btn-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .productDetail__pdf-btn-icon {
    width: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .productDetail__pdf-btn-icon {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .productDetail__pdf-btn-icon {
    height: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .productDetail__pdf-btn-icon {
    height: 50px;
  }
}
.productDetail__pdf-btn-icon .icon-arrow {
  transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  .productDetail__pdf-btn:hover:hover {
    background-color: #ffcf26;
    border: 1px solid #ffcf26;
  }
}
.productDetail__swiper, .productDetail__swiperTab {
  width: 100%;
}
.productDetail__swiper-slide img {
  background-color: white;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  padding: 4px;
}
@media (min-width: 992px) {
  .productDetail__swiper-slide img {
    height: calc(0.1077586207 * 100vw + 193.1034482759px);
  }
}
@media (min-width: 1920px) {
  .productDetail__swiper-slide img {
    height: 400px;
  }
}
.productDetail__swiperWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 533px;
  grid-row: span 2;
  position: relative;
}
.productDetail__swiperTab-slide {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
  background-color: white;
  padding: 4px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .productDetail__swiperTab-slide {
    height: calc(0.0215517241 * 100vw + 38.6206896552px);
  }
}
@media (min-width: 1920px) {
  .productDetail__swiperTab-slide {
    height: 80px;
  }
}
.productDetail__swiper-pagination {
  display: none;
}
.productDetail-pill {
  border-radius: 15px;
  display: flex;
  min-height: 54px;
  padding-inline: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #d0d3da;
  color: #2d3e50;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .productDetail-pill {
    padding-inline: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .productDetail-pill {
    padding-inline: 24px;
  }
}
.productDetail-pill--active {
  background-color: #ffcf26;
}
.productDetail-tab {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid #838894;
}
@media (min-width: 992px) {
  .productDetail-tab {
    gap: calc(0.025862069 * 100vw + 10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .productDetail-tab {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .productDetail-tab {
    margin-top: calc(0.0528017241 * 100vw + -12.3793103448px);
  }
}
@media (min-width: 1920px) {
  .productDetail-tab {
    margin-top: 89px;
  }
}
@media (min-width: 992px) {
  .productDetail-tab {
    padding-top: calc(0.025862069 * 100vw + 10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .productDetail-tab {
    padding-top: 60px;
  }
}
.productDetail-tab__header {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.productDetail-tab__list {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.productDetail-tab__container {
  width: 100%;
}
.productDetail-tab__content {
  display: none;
  opacity: 0;
  transition: opacity 0.18s ease-in;
}
.productDetail-tab__content--active {
  display: flex;
  flex-direction: column;
}
.productDetail-tab__content--opacity {
  opacity: 1;
}
.productDetail__desc {
  color: #2d3e50;
}
.productDetail__desc p {
  margin-bottom: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .productDetail__desc p {
    margin-bottom: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .productDetail__desc p {
    margin-bottom: 20px;
  }
}
.productDetail__desc ul {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .productDetail__desc ul {
    margin-bottom: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .productDetail__desc ul {
    margin-bottom: 20px;
  }
}
.productDetail__desc ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
@media (min-width: 992px) {
  .productDetail__desc ul li {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .productDetail__desc ul li {
    font-size: 16px;
  }
}
.productDetail__desc ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background-color: #4b5256;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.productDetail__spec {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .productDetail__spec {
    gap: calc(0.0150862069 * 100vw + 1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .productDetail__spec {
    gap: 30px;
  }
}
.productDetail__spec-item {
  display: flex;
  flex-direction: column;
}
.productDetail__spec-title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #838894;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .productDetail__spec-title {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .productDetail__spec-title {
    font-size: 22px;
  }
}
.productDetail__spec-line {
  display: grid;
  grid-template-columns: 3fr 4fr;
}
.productDetail__spec-line p {
  font-size: 14px;
  color: #4b5256;
  margin-bottom: 17px;
}
.productDetail__spec-line p:first-child {
  font-weight: 400;
}
.productDetail__spec-line p:last-child {
  font-weight: 300;
}
.productDetail__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
}
@media (min-width: 992px) {
  .productDetail__cards {
    gap: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .productDetail__cards {
    gap: 30px;
  }
}
.productDetail__related-products {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .productDetail__related-products {
    gap: calc(0.025862069 * 100vw + 10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .productDetail__related-products {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .productDetail__related-products {
    margin-top: calc(0.025862069 * 100vw + 14.3448275862px);
  }
}
@media (min-width: 1920px) {
  .productDetail__related-products {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1320px) {
  .productDetail__container {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .productDetail__swiperWrap {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .productDetail {
    padding-top: 80px;
  }
  .productDetail__cards {
    grid-template-columns: 1fr 1fr;
  }
  .productDetail__swiperWrap {
    width: 100%;
  }
  .productDetail__buttons {
    gap: 10px;
  }
  .productDetail-pill {
    min-height: 38px;
    font-size: 14px;
  }
  .productDetail__modal-btn, .productDetail__pdf-btn {
    padding-inline: 10px;
    border-radius: 16px;
    min-height: 40px;
    font-size: 14px;
    width: 100%;
  }
  .productDetail__modal-btn-icon, .productDetail__pdf-btn-icon {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .productDetail__spec-line {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }
  .productDetail__spec-line p {
    margin-bottom: 4px;
  }
  .productDetail__swiperTab-slide {
    border-radius: 8px;
  }
}
@media screen and (max-width: 576px) {
  .productDetail__cards {
    grid-template-columns: 1fr;
  }
}
.courier {
  background-color: #ffffff;
}
.courier .pp-tableCell {
  vertical-align: top;
}
.courier .breadcrumbs p:last-child {
  color: #ffffff;
}
.courier__wrapper {
  display: flex;
  justify-content: space-between;
  height: 87%;
}
.courier__left {
  border-radius: 60px 0px 60px 60px;
  padding-top: 100px;
  background-color: #4b5256;
  width: 56%;
}
@media (min-width: 992px) {
  .courier__left {
    padding-top: calc(0.0431034483 * 100vw + 57.2413793103px);
  }
}
@media (min-width: 1920px) {
  .courier__left {
    padding-top: 140px;
  }
}
.courier__left-title {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .courier__left-title {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .courier__left-title {
    margin-top: 60px;
  }
}
.courier__left-text {
  color: #ffffff;
  font-size: 24px;
  line-height: 153.846%;
  margin-top: 30px;
  font-weight: 400;
  width: 90%;
}
@media (min-width: 992px) {
  .courier__left-text {
    font-size: calc(0.0021551724 * 100vw + 21.8620689655px);
  }
}
@media (min-width: 1920px) {
  .courier__left-text {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .courier__left-text {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .courier__left-text {
    margin-top: 60px;
  }
}
.courier__left .btnHover {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .courier__left .btnHover {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .courier__left .btnHover {
    margin-top: 40px;
  }
}
.courier__right {
  border-radius: 0px 60px 60px 60px;
  background-color: #ffcf26;
  padding-top: 100px;
  padding-left: 30px;
  width: 44%;
}
@media (min-width: 992px) {
  .courier__right {
    padding-top: calc(0.0431034483 * 100vw + 57.2413793103px);
  }
}
@media (min-width: 1920px) {
  .courier__right {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  .courier__right {
    padding-left: calc(0.119612069 * 100vw + -88.6551724138px);
  }
}
@media (min-width: 1920px) {
  .courier__right {
    padding-left: 141px;
  }
}
.courier__right img {
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .courier__right img {
    width: calc(0.067887931 * 100vw + 332.6551724138px);
  }
}
@media (min-width: 1920px) {
  .courier__right img {
    width: 463px;
  }
}
@media (min-width: 992px) {
  .courier__right img {
    height: calc(0.067887931 * 100vw + 332.6551724138px);
  }
}
@media (min-width: 1920px) {
  .courier__right img {
    height: 463px;
  }
}

.courierContent {
  background-color: #E9ECF2;
  border-radius: 60px 60px 0px 0px;
}
.courierContent .container {
  max-width: 1376px;
}
.courierContent__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 150px;
}
@media (min-width: 992px) {
  .courierContent__wrapper {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .courierContent__wrapper {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .courierContent__wrapper {
    margin-top: calc(0.0754310345 * 100vw + -24.8275862069px);
  }
}
@media (min-width: 1920px) {
  .courierContent__wrapper {
    margin-top: 120px;
  }
}
.courierContent__card {
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 80px;
  background-color: #ffffff;
  border-radius: 30px;
  height: 610px;
  position: relative;
}
@media (min-width: 992px) {
  .courierContent__card {
    padding-left: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .courierContent__card {
    padding-top: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .courierContent__card {
    padding-right: calc(0.0161637931 * 100vw + 63.9655172414px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card {
    padding-right: 95px;
  }
}
@media (min-width: 992px) {
  .courierContent__card {
    height: calc(0.0377155172 * 100vw + 572.5862068966px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card {
    height: 645px;
  }
}
.courierContent__card:nth-child(1) {
  grid-column: 1/7;
}
.courierContent__card:nth-child(1) img {
  width: 300px;
  height: 250px;
}
@media (min-width: 992px) {
  .courierContent__card:nth-child(1) img {
    width: calc(0.1788793103 * 100vw + 122.5517241379px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card:nth-child(1) img {
    width: 466px;
  }
}
@media (min-width: 992px) {
  .courierContent__card:nth-child(1) img {
    height: calc(0.1551724138 * 100vw + 96.0689655172px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card:nth-child(1) img {
    height: 394px;
  }
}
.courierContent__card:nth-child(2) {
  grid-column: 7/13;
}
.courierContent__card:nth-child(3) {
  grid-column: 1/6;
}
.courierContent__card:nth-child(4) {
  grid-column: 6/13;
}
.courierContent__card--darkGrey {
  background-color: #4B5256;
}
.courierContent__card--darkGrey .courierContent__card-title, .courierContent__card--darkGrey .courierContent__card-text {
  color: #ffffff;
}
.courierContent__card--darkGrey .courierContent__card-title {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .courierContent__card--darkGrey .courierContent__card-title {
    margin-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card--darkGrey .courierContent__card-title {
    margin-top: 30px;
  }
}
.courierContent__card--darkGrey .courierContent__card-img {
  position: static;
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  .courierContent__card--darkGrey .courierContent__card-img {
    width: calc(0.0129310345 * 100vw + 47.1724137931px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card--darkGrey .courierContent__card-img {
    width: 72px;
  }
}
@media (min-width: 992px) {
  .courierContent__card--darkGrey .courierContent__card-img {
    height: calc(0.0129310345 * 100vw + 47.1724137931px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card--darkGrey .courierContent__card-img {
    height: 72px;
  }
}
.courierContent__card-title {
  color: #2d3e50;
  font-size: 35px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .courierContent__card-title {
    font-size: calc(0.005387931 * 100vw + 29.6551724138px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card-title {
    font-size: 40px;
  }
}
.courierContent__card-text {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .courierContent__card-text {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card-text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .courierContent__card-text {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .courierContent__card-text {
    margin-top: 40px;
  }
}
.courierContent__card-img {
  position: absolute;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  right: 0;
}
.courierContent__minCards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .courierContent__minCards {
    gap: calc(0.0043103448 * 100vw + 5.724137931px);
  }
}
@media (min-width: 1920px) {
  .courierContent__minCards {
    gap: 14px;
  }
}
@media (min-width: 992px) {
  .courierContent__minCards {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .courierContent__minCards {
    margin-top: 60px;
  }
}
.courierContent__minCards-item {
  width: 250px;
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: -8px 13px 19px 0px rgba(114, 112, 112, 0.25);
}
@media (min-width: 992px) {
  .courierContent__minCards-item {
    width: calc(0.025862069 * 100vw + 224.3448275862px);
  }
}
@media (min-width: 1920px) {
  .courierContent__minCards-item {
    width: 274px;
  }
}
@media (min-width: 992px) {
  .courierContent__minCards-item {
    padding: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .courierContent__minCards-item {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .courierContent__minCards-item {
    gap: calc(0.0032327586 * 100vw + 11.7931034483px);
  }
}
@media (min-width: 1920px) {
  .courierContent__minCards-item {
    gap: 18px;
  }
}
.courierContent__minCards-item p {
  color: #4B5256;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .courierContent__minCards-item p {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .courierContent__minCards-item p {
    font-size: 22px;
  }
}
.courierContent__minCards-item img {
  width: 34.532px;
  height: 35.667px;
  -o-object-fit: contain;
     object-fit: contain;
}
.courierContent__minCards-item:nth-child(odd) {
  margin-left: 50px;
}
@media (min-width: 992px) {
  .courierContent__minCards-item:nth-child(odd) {
    margin-left: calc(0.0625 * 100vw + -12px);
  }
}
@media (min-width: 1920px) {
  .courierContent__minCards-item:nth-child(odd) {
    margin-left: 108px;
  }
}

.stagesWork {
  background-color: #ffcf26;
  border-radius: 60px 60px 0px 0px;
}
.stagesWork .container {
  max-width: 1376px;
}
.stagesWork__wrapper {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .stagesWork__wrapper {
    margin-bottom: calc(0.0215517241 * 100vw + 78.6206896552px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__wrapper {
    margin-bottom: 120px;
  }
}
.stagesWork__wrapper-title {
  color: #2d3e50;
  font-size: 40px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .stagesWork__wrapper-title {
    font-size: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__wrapper-title {
    font-size: 50px;
  }
}
.stagesWork__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (min-width: 992px) {
  .stagesWork__content {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__content {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .stagesWork__content {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__content {
    gap: 30px;
  }
}
.stagesWork__item {
  background-color: #ffffff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .stagesWork__item {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__item {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .stagesWork__item {
    padding-left: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__item {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .stagesWork__item {
    padding-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__item {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .stagesWork__item {
    padding-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__item {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .stagesWork__item {
    padding-bottom: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__item {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .stagesWork__item:hover {
    transform: scale(1.08);
  }
}
.stagesWork__item:nth-child(1) {
  grid-column: 1/3;
}
.stagesWork__item:nth-child(2) {
  grid-column: 3/5;
}
.stagesWork__item:nth-child(3) {
  grid-column: 5/7;
}
.stagesWork__item:nth-child(4) {
  grid-column: 1/4;
}
.stagesWork__item:nth-child(5) {
  grid-column: 4/7;
}
.stagesWork__item-number {
  color: #2d3e50;
  font-size: 35px;
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .stagesWork__item-number {
    font-size: calc(0.005387931 * 100vw + 29.6551724138px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__item-number {
    font-size: 40px;
  }
}
.stagesWork__item-title {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .stagesWork__item-title {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__item-title {
    font-size: 22px;
  }
}
.stagesWork__item-text {
  color: #4b5256;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .stagesWork__item-text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .stagesWork__item-text {
    font-size: 18px;
  }
}

* {
  box-sizing: border-box;
}

.burgerMenu {
  display: none;
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 100;
}
.burgerMenu__button {
  background-color: #ffcf26;
  box-shadow: 0px 0px 0px 4px rgba(255, 207, 38, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.2s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 100;
}
.burgerMenu__button-wrapper {
  border-radius: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}
.burgerMenu__button-line {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}
.burgerMenu__button-line.half {
  width: 50%;
}
.burgerMenu__button-line.first {
  transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
  transform-origin: right;
}
.burgerMenu__button-line.last {
  align-self: flex-end;
  transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
  transform-origin: left;
}
.burgerMenu__list {
  background-color: #fff;
  border-radius: 8px;
  list-style-type: none;
  width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 0px 4px 4px rgba(150, 157, 249, 0.16);
  padding: 6px;
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 99;
  opacity: 0;
  transform: scale(0);
  transform-origin: top right;
  transition: all 0.3s ease 0.1s;
}
.burgerMenu__list li {
  opacity: 0;
}
.burgerMenu__list-item {
  display: flex;
  align-items: center;
  color: #4b5256;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in;
  transform: translatex(-10px);
  z-index: 101;
}
.burgerMenu__list-item:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 24px);
  left: 12px;
  bottom: 0;
  background-color: rgba(132, 160, 244, 0.1);
}
.burgerMenu__list-item:last-child:after {
  display: none;
}
.burgerMenu__list-item svg {
  width: 18px;
  height: 18px;
}
.burgerMenu__list-item span {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  margin-left: 8px;
}
.burgerMenu.active .burgerMenu__list {
  opacity: 1;
  transform: scale(1);
}
.burgerMenu.active .burgerMenu__list-item {
  animation: fadeInItem 0.6s 0.2s forwards;
}
.burgerMenu.active .burgerMenu__list-item:nth-child(2) {
  animation-delay: 0.4s;
}
.burgerMenu.active .burgerMenu__list-item:nth-child(3) {
  animation-delay: 0.6s;
}
.burgerMenu.active .burgerMenu__list-item:nth-child(4) {
  animation-delay: 0.8s;
}
.burgerMenu.active .burgerMenu__list-item:nth-child(5) {
  animation-delay: 1s;
}
.burgerMenu.active .burgerMenu__list-item:nth-child(6) {
  animation-delay: 1.2s;
}
.burgerMenu.active .burgerMenu__list-item:nth-child(7) {
  animation-delay: 1.4s;
}
.burgerMenu.active .burgerMenu__button {
  animation: onePulse 0.6s forwards linear;
}
.burgerMenu.active .burgerMenu__button-wrapper {
  transform: rotate(-45deg);
}
.burgerMenu.active .burgerMenu__button-line.first {
  transform: rotate(-90deg) translateX(1px);
}
.burgerMenu.active .burgerMenu__button-line.last {
  transform: rotate(-90deg) translateX(-1px);
}

@keyframes onePulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 207, 38, 0.3);
  }
  50% {
    box-shadow: 0px 0px 0px 12px rgba(255, 207, 38, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 4px rgba(255, 207, 38, 0.3);
  }
}
@keyframes fadeInItem {
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}
section.footer {
  position: fixed;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
}

footer.footer {
  height: 271px;
}
@media (min-width: 992px) {
  footer.footer {
    height: calc(0.0581896552 * 100vw + 213.275862069px);
  }
}
@media (min-width: 1920px) {
  footer.footer {
    height: 325px;
  }
}

.footer {
  border-radius: 60px 60px 0px 0px;
  background-color: #4b5256;
  z-index: 100000 !important;
  position: relative;
}
.footer .pp-tableCell {
  vertical-align: top;
}
.footer__wrapper {
  padding-top: 50px;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer__wrapper {
    padding-top: calc(0.0064655172 * 100vw + 43.5862068966px);
  }
}
@media (min-width: 1920px) {
  .footer__wrapper {
    padding-top: 56px;
  }
}
@media (min-width: 992px) {
  .footer__wrapper {
    padding-bottom: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__wrapper {
    padding-bottom: 32px;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .footer__top {
    padding-bottom: calc(0.0086206897 * 100vw + 21.4482758621px);
  }
}
@media (min-width: 1920px) {
  .footer__top {
    padding-bottom: 38px;
  }
}
.footer__top-img {
  width: 118px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__top:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #ffffff;
  bottom: 0;
  left: 0;
  height: 1px;
}
.footer__list {
  display: flex;
  gap: 30px;
}
@media (min-width: 992px) {
  .footer__list {
    gap: calc(0.0075431034 * 100vw + 22.5172413793px);
  }
}
@media (min-width: 1920px) {
  .footer__list {
    gap: 37px;
  }
}
.footer__list-item a {
  color: #ffffff;
}
.footer__bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .footer__bottom {
    margin-top: calc(0.0043103448 * 100vw + 10.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__bottom {
    margin-top: 19px;
  }
}
.footer__bottom-left {
  color: #ffffff;
}
.footer__bottom-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .footer__bottom-right {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__bottom-right {
    gap: 20px;
  }
}
.footer__bottom-right p {
  color: #ffffff;
}
.footer__bottom-right img {
  width: 54px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__bottom-center {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer__bottom-center {
    -moz-column-gap: calc(0.0431034483 * 100vw + -22.7586206897px);
         column-gap: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .footer__bottom-center {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.footer__link {
  color: #838894;
  transition: color 0.38s ease-in-out;
  font-size: 14px;
}
@media (min-width: 992px) {
  .footer__link {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__link {
    font-size: 16px;
  }
}
.footer__link:hover {
  color: white;
}

.map {
  width: 500px;
  height: 250px;
  top: 170px;
  right: 50px;
  z-index: 99999;
  position: absolute;
}
@media (min-width: 992px) {
  .map {
    width: calc(0.3394396552 * 100vw + 163.275862069px);
  }
}
@media (min-width: 1920px) {
  .map {
    width: 815px;
  }
}
@media (min-width: 992px) {
  .map {
    height: calc(0.2715517241 * 100vw + -19.3793103448px);
  }
}
@media (min-width: 1920px) {
  .map {
    height: 502px;
  }
}
@media (min-width: 992px) {
  .map {
    top: calc(0.0323275862 * 100vw + 137.9310344828px);
  }
}
@media (min-width: 1920px) {
  .map {
    top: 200px;
  }
}
.map > div {
  position: relative;
  transition: all 0.63s cubic-bezier(0.785, 0.135, 0.15, 0.86); /* easeInOutCirc */
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); /* easeInOutCirc */
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.map > div iframe {
  width: 100%;
  height: 100%;
}
.map > div canvas {
  filter: grayscale(1);
}

@media screen and (max-width: 1200px) {
  .map {
    top: 150px;
  }
}
@media screen and (max-width: 992px) {
  .map {
    right: unset;
    left: 0;
    height: 300px;
    width: 100%;
  }
}
.preloader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.preloader__wrapper {
  width: 70px;
  font-size: 10px;
  border: 2px solid #4B5256;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 7px 9px;
  border-radius: 15px;
}
.preloader__item {
  border: 2px solid #4B5256;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  display: block;
  animation: stretchdelay 0.7s infinite ease-in-out;
}
.preloader__item--2 {
  animation-delay: -0.6s;
}
.preloader__item--3 {
  animation-delay: -0.5s;
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  20% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
}
.catalog {
  background: #e9ecf2;
  border-radius: 60px 60px 0px 0px;
}
.catalog .container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .catalog .container {
    margin-bottom: calc(0.1002155172 * 100vw + -69.4137931034px);
  }
}
@media (min-width: 1920px) {
  .catalog .container {
    margin-bottom: 123px;
  }
}
.catalog .breadcrumbs {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .catalog .breadcrumbs {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .catalog .breadcrumbs {
    margin-top: 60px;
  }
}
.catalog__wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto 1237px;
}
@media (min-width: 992px) {
  .catalog__wrapper {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .catalog__wrapper {
    margin-top: 60px;
  }
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.catalog__card {
  flex-wrap: wrap;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  padding: 30px;
  gap: 30px;
}
@media (min-width: 992px) {
  .catalog__card {
    padding: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .catalog__card {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .catalog__card {
    gap: calc(0.0646551724 * 100vw + -34.1379310345px);
  }
}
@media (min-width: 1920px) {
  .catalog__card {
    gap: 90px;
  }
}
.catalog__card--v-left {
  justify-content: space-between;
}
.catalog__card--v-right {
  justify-content: flex-start;
}
.catalog__card-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 992px) {
  .catalog__card-content {
    gap: calc(0.0269396552 * 100vw + 8.275862069px);
  }
}
@media (min-width: 1920px) {
  .catalog__card-content {
    gap: 60px;
  }
}
.catalog__card-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .catalog__card-list {
    gap: calc(0.0086206897 * 100vw + -0.5517241379px);
  }
}
@media (min-width: 1920px) {
  .catalog__card-list {
    gap: 16px;
  }
}
.catalog__card-list--s-small {
  width: 324px;
}
.catalog__card-list--s-medium {
  width: 494px;
}
.catalog__card-list--s-wide {
  width: 573px;
}
.catalog__card-list-item {
  font-weight: 400;
  font-size: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  line-height: 1.55;
  gap: 4px;
}
@media (min-width: 992px) {
  .catalog__card-list-item {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .catalog__card-list-item {
    font-size: 18px;
  }
}
.catalog__card-list-item span {
  font-size: 10px;
}
.catalog__card-image {
  width: 354px;
  height: 354px;
}
.catalog__card-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 0.69;
  display: flex;
  gap: 35.5px;
  align-items: center;
}
@media (min-width: 992px) {
  .catalog__card-title {
    font-size: calc(0.0150862069 * 100vw + 11.0344827586px);
  }
}
@media (min-width: 1920px) {
  .catalog__card-title {
    font-size: 40px;
  }
}
.catalog__card-title span {
  font-size: 15px;
  margin-top: 4.4px;
}
.catalog__card--c-black {
  background-color: #2d3e50;
  color: #ffffff;
}
.catalog__card--c-yellow {
  background-color: #ffcf26;
  color: #2d3e50;
}
.catalog__card--c-white {
  background-color: #ffffff;
  color: #2d3e50;
}
.catalog__card--c-dark-grey {
  background-color: #4b5256;
  color: #ffffff;
}
.catalog__card--c-light-grey {
  background-color: #838894;
  color: #ffffff;
}
.catalog .catalog-title {
  color: #2d3e50;
  font-size: 36px;
}
@media (min-width: 992px) {
  .catalog .catalog-title {
    font-size: calc(0.025862069 * 100vw + 10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .catalog .catalog-title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1536px) {
  .catalog__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 1536px) and (min-width: 992px) {
  .catalog__wrapper {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media screen and (max-width: 1536px) and (min-width: 1920px) {
  .catalog__wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 992px) {
  .catalog__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  .catalog__wrapper {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media screen and (max-width: 992px) and (min-width: 1920px) {
  .catalog__wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 992px) {
  .catalog__card {
    display: flex;
    flex-direction: column;
  }
  .catalog__card-title {
    line-height: 1.2;
    align-items: baseline;
  }
  .catalog__card-list {
    width: 100%;
    justify-content: space-between;
  }
  .catalog__card-list--s-small {
    width: 100%;
  }
  .catalog__card-list--s-medium {
    width: 100%;
  }
  .catalog__card-list--s-wide {
    width: 100%;
  }
}
.category {
  background: #e9ecf2;
  border-radius: 60px 60px 0px 0px;
}
.category .container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .category .container {
    margin-bottom: calc(0.1002155172 * 100vw + -69.4137931034px);
  }
}
@media (min-width: 1920px) {
  .category .container {
    margin-bottom: 123px;
  }
}
.category .breadcrumbs {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .category .breadcrumbs {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .category .breadcrumbs {
    margin-top: 60px;
  }
}
.category__wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto 1237px;
}
@media (min-width: 992px) {
  .category__wrapper {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .category__wrapper {
    margin-top: 60px;
  }
}
.category__container {
  display: grid;
  grid-template-columns: auto minmax(0px, 1fr);
  gap: 16px;
}
@media (min-width: 992px) {
  .category__container {
    gap: calc(0.0150862069 * 100vw + 1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .category__container {
    gap: 30px;
  }
}
.category__box {
  display: flex;
  flex-direction: column;
  width: 330px;
  gap: 16px;
}
@media (min-width: 992px) {
  .category__box {
    width: calc(0.067887931 * 100vw + 262.6551724138px);
  }
}
@media (min-width: 1920px) {
  .category__box {
    width: 393px;
  }
}
@media (min-width: 992px) {
  .category__box {
    gap: calc(0.0150862069 * 100vw + 1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .category__box {
    gap: 30px;
  }
}
.category__list {
  display: flex;
  flex-direction: column;
  border: 1px solid #838894;
  padding: 30px 37px 28px 29px;
  border-radius: 15px;
  gap: 8px;
}
@media (min-width: 992px) {
  .category__list {
    gap: calc(0.0086206897 * 100vw + -0.5517241379px);
  }
}
@media (min-width: 1920px) {
  .category__list {
    gap: 16px;
  }
}
.category__list-item {
  font-weight: 400;
  font-size: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  line-height: 1.55;
  gap: 4px;
  color: #2d3e50;
}
@media (min-width: 992px) {
  .category__list-item {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .category__list-item {
    font-size: 18px;
  }
}
.category__list-item span {
  font-size: 10px;
  color: #838894;
}
.category__list-item--active span {
  color: #2d3e50;
}
@media screen and (min-width: 992px) {
  .category__list-item:hover:hover {
    color: #2d3e50;
  }
  .category__list-item:hover:hover span {
    color: #2d3e50;
  }
}
.category__pdf-btn {
  min-height: 70px;
  width: 100%;
  border-radius: 9999px;
  display: flex;
  background-color: #ffcf26;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #2d3e50;
  position: relative;
  transition: all 0.18s ease-in;
  justify-content: center;
  overflow: hidden;
}
.category__pdf-btn p {
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .category__pdf-btn:hover:hover:before {
    left: 0;
  }
}
.category__pdf-btn:before {
  position: absolute;
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 53px;
  transition: all 0.5s ease-in-out;
}
.category__pdf-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .category__pdf-icon {
    width: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .category__pdf-icon {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .category__pdf-icon {
    height: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .category__pdf-icon {
    height: 50px;
  }
}
.category__pdf-icon .icon-arrow {
  transform: rotate(90deg);
}
.category__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .category__content {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .category__content {
    gap: 60px;
  }
}
.category__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 992px) {
  .category__cards {
    row-gap: calc(0.0269396552 * 100vw + -6.724137931px);
  }
}
@media (min-width: 1920px) {
  .category__cards {
    row-gap: 45px;
  }
}
@media (min-width: 992px) {
  .category__cards {
    -moz-column-gap: calc(0.0150862069 * 100vw + 1.0344827586px);
         column-gap: calc(0.0150862069 * 100vw + 1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .category__cards {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.category .category-title {
  color: #2d3e50;
  font-size: 36px;
  margin-top: 36px;
}
@media (min-width: 992px) {
  .category .category-title {
    font-size: calc(0.025862069 * 100vw + 10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .category .category-title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .category .category-title {
    margin-top: calc(0.025862069 * 100vw + 10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .category .category-title {
    margin-top: 60px;
  }
}
.category-pill {
  border-radius: 15px;
  display: flex;
  min-height: 74px;
  padding-inline: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #d0d3da;
  color: #2d3e50;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .category-pill {
    padding-inline: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .category-pill {
    padding-inline: 30px;
  }
}
.category-pill--active {
  background-color: #ffcf26;
}
.category-tab {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .category-tab {
    gap: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .category-tab {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .category-tab {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .category-tab {
    margin-top: 40px;
  }
}
.category-tab__header {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.category-tab__list {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.category-tab__container {
  width: 100%;
}
.category-tab__content {
  display: none;
  opacity: 0;
  transition: opacity 0.18s ease-in;
}
.category-tab__content--active {
  display: flex;
  flex-direction: column;
}
.category-tab__content--opacity {
  opacity: 1;
}

@media screen and (max-width: 1180px) {
  .category__container {
    grid-template-columns: 1fr;
  }
  .category__box {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .category {
    padding-top: 80px;
  }
  .category__cards {
    grid-template-columns: 1fr 1fr;
  }
  .category-pill {
    min-height: 47px;
    font-size: 14px;
  }
  .category__pdf-btn {
    font-size: 16px;
    min-height: 50px;
  }
  .category__list {
    padding: 20px;
  }
  .category__box {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .category__cards {
    grid-template-columns: 1fr;
  }
  .category__box {
    width: 100%;
  }
}
.productCard {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .productCard {
    gap: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .productCard {
    gap: 20px;
  }
}
.productCard__image {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 15px;
  background-color: #ffffff;
}
.productCard__image img {
  border-radius: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.productCard__title {
  font-weight: 600;
  font-size: 16px;
  color: #2d3e50;
}
.productCard__btn {
  margin-top: auto;
  display: flex;
  height: 42px;
  padding: 14px 20px;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 29px;
  border: 1px solid #4b5256;
  position: relative;
  overflow: hidden;
}
.productCard__btn p {
  z-index: 1;
  color: #4b5256;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.productCard__btn span {
  z-index: 1;
  font-size: 9px;
}
.productCard__btn:hover:before {
  left: 0;
}
.productCard__btn:before {
  position: absolute;
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 53px;
  transition: all 0.5s ease-in-out;
}

.pagination {
  font-family: Montserrat;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  /* кнопки назад и вперёд */
  /* элементы страниц */
}
.pagination a {
  cursor: pointer;
}
.pagination__prev, .pagination__next {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  margin-left: 6px;
}
@media screen and (min-width: 992px) {
  .pagination__prev:hover:hover, .pagination__next:hover:hover {
    background-color: #ffcf26;
  }
}
.pagination__prev {
  margin-left: unset;
  margin-right: 6px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M15.1635 16.3981C15.591 16.7652 15.59 17.3597 15.1615 17.7259C14.7329 18.0921 14.039 18.0913 13.6115 17.7241L8.82552 13.6607L8.82 13.656C8.70144 13.5541 8.61584 13.4348 8.56318 13.3077C8.42594 12.9766 8.51232 12.5928 8.82204 12.3281L8.83003 12.3214L13.6301 8.27411C14.0587 7.90794 14.7526 7.90873 15.18 8.27588C15.6075 8.64302 15.6065 9.23749 15.178 9.60366L11.146 12.9947L15.1635 16.3981Z" fill="%232D3E50"/></svg>');
}
.pagination__prev::before {
  transform: rotate(180deg);
}
.pagination__next {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M9.83648 16.3981C9.40904 16.7652 9.40996 17.3597 9.83854 17.7259C10.2671 18.0921 10.961 18.0913 11.3885 17.7241L16.1745 13.6607L16.18 13.656C16.2986 13.5541 16.3842 13.4348 16.4368 13.3077C16.5741 12.9766 16.4877 12.5928 16.178 12.3281L16.17 12.3214L11.3699 8.27411C10.9413 7.90794 10.2474 7.90873 9.81997 8.27588C9.39254 8.64302 9.39346 9.23749 9.82203 9.60366L13.854 12.9947L9.83648 16.3981Z" fill="%232D3E50"/></svg>');
}
.pagination a:not(.pagination__prev, .pagination__next) {
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.pagination a:not(.pagination__prev, .pagination__next):hover {
  background-color: #ffcf26;
}
.pagination .active {
  background-color: #ffcf26;
}

.applications {
  background-color: #ffffff;
  border-radius: 60px 60px 0 0;
  color: #2d3e50;
}
.applications__item {
  width: 100%;
  padding-bottom: 88px;
}
.applications__wrapper {
  display: flex;
  min-height: 100%;
  height: 140%;
  gap: 40px;
  flex-direction: column;
}
.applications__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 941px;
}
@media (min-width: 992px) {
  .applications__heading {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .applications__heading {
    gap: 40px;
  }
}
.applications__title {
  padding-top: 5px;
  padding-left: 5px;
  font-size: 25px;
}
@media (min-width: 992px) {
  .applications__title {
    font-size: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .applications__title {
    font-size: 50px;
  }
}
.applications__text {
  max-width: 728px;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 992px) {
  .applications__text {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .applications__text {
    font-size: 22px;
  }
}
.applications__button {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}
.applications__button .btn__text {
  padding-left: 30px;
  padding-right: 30px;
}
.applications__swiper {
  width: 100%;
}
.applications__card {
  border-radius: 10px 30px 10px 10px;
  padding: 15px;
  height: 300px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .applications__card {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .applications__card {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .applications__card {
    height: calc(0.1422413793 * 100vw + 158.8965517241px);
  }
}
@media (min-width: 1920px) {
  .applications__card {
    height: 432px;
  }
}
@media screen and (min-width: 992px) {
  .applications__card:hover:hover:before {
    width: 200%;
    height: 200%;
    left: -50%;
    bottom: -50%;
  }
  .applications__card:hover:hover .solutions__slide-img {
    margin-top: 5px;
  }
  .applications__card:hover:hover .solutions__slide-link {
    transform: translateY(0);
  }
}
.applications__card:before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: -100%;
  width: 0;
  height: 0;
  background-color: #ffcf26;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.38s ease-in-out;
}
.applications__card-title {
  font-size: 20px;
  font-weight: 600;
  height: 58px;
}
@media (min-width: 992px) {
  .applications__card-title {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .applications__card-title {
    font-size: 24px;
  }
}
.applications__card-img {
  margin-top: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 200px;
  height: 200px;
  transition: margin-top 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .applications__card-img {
    margin-top: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .applications__card-img {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .applications__card-img {
    width: calc(0.0646551724 * 100vw + 135.8620689655px);
  }
}
@media (min-width: 1920px) {
  .applications__card-img {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .applications__card-img {
    height: calc(0.0646551724 * 100vw + 135.8620689655px);
  }
}
@media (min-width: 1920px) {
  .applications__card-img {
    height: 260px;
  }
}

@media screen and (max-width: 1200px) {
  .applications__wrapper {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.modal {
  max-width: 613px;
  width: 100%;
  background-color: #ffffff;
  display: none;
  border-radius: 30px;
  font-family: MuseoSansCyrl;
  padding: 20px;
}
@media (min-width: 992px) {
  .modal {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .modal {
    padding: 40px;
  }
}
.modal__title {
  font-size: 50px;
  font-weight: 600;
  text-transform: none;
  color: #2d3e50;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .modal__title {
    margin-bottom: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .modal__title {
    margin-bottom: 50px;
  }
}
.modal__input, .modal__textarea {
  border-radius: 16px;
  border: 1px solid #4b5256;
  display: flex;
  align-items: center;
  width: 100%;
  padding-inline: 10px;
  color: #2d3e50;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .modal__input, .modal__textarea {
    border-radius: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__input, .modal__textarea {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .modal__input, .modal__textarea {
    padding-inline: calc(0.0215517241 * 100vw + -11.3793103448px);
  }
}
@media (min-width: 1920px) {
  .modal__input, .modal__textarea {
    padding-inline: 30px;
  }
}
@media (min-width: 992px) {
  .modal__input, .modal__textarea {
    min-height: calc(0.0215517241 * 100vw + 26.6206896552px);
  }
}
@media (min-width: 1920px) {
  .modal__input, .modal__textarea {
    min-height: 68px;
  }
}
@media (min-width: 992px) {
  .modal__input, .modal__textarea {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__input, .modal__textarea {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .modal__input, .modal__textarea {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modal__input, .modal__textarea {
    margin-bottom: 20px;
  }
}
.modal__input::-moz-placeholder, .modal__textarea::-moz-placeholder {
  color: #2d3e50;
  font-weight: 400;
  font-size: 16px;
}
.modal__input::placeholder, .modal__textarea::placeholder {
  color: #2d3e50;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 992px) {
  .modal__input::-moz-placeholder, .modal__textarea::-moz-placeholder {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
  .modal__input::placeholder, .modal__textarea::placeholder {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__input::-moz-placeholder, .modal__textarea::-moz-placeholder {
    font-size: 20px;
  }
  .modal__input::placeholder, .modal__textarea::placeholder {
    font-size: 20px;
  }
}
.modal__textarea {
  padding-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .modal__textarea {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modal__textarea {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .modal__textarea {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal__textarea {
    margin-bottom: 30px;
  }
}
.modal__checkbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  max-width: 458px;
}
.modal__checkbox__element {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  background-color: white;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid black;
}
.modal__checkbox__element:checked {
  border: unset;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.02406 2.09917C7.31738 1.80661 7.31737 1.33148 7.02406 1.03893C6.73183 0.74745 6.25883 0.74744 5.96658 1.0389L3.62512 3.37411L2.03342 1.78667C1.74117 1.49521 1.26817 1.49522 0.975938 1.7867C0.682625 2.07925 0.682622 2.55438 0.975931 2.84694L2.99739 4.86322C3.34433 5.20928 3.9059 5.20928 4.25285 4.86323L7.02406 2.09917Z" fill="white"/></svg>');
  background-color: #4b5256;
}
.modal__checkbox label {
  color: #838894;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .modal__checkbox label {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__checkbox label {
    font-size: 16px;
  }
}
.modal__checkbox label a {
  transition: 0.38s ease-in-out;
  color: #2d3e50;
  text-decoration: underline;
  cursor: pointer;
}
.modal__btn {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 16px;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.38s ease-in-out;
  color: white;
  background-color: #4b5256;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .modal__btn {
    border-radius: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__btn {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .modal__btn {
    min-height: calc(0.0215517241 * 100vw + 26.6206896552px);
  }
}
@media (min-width: 1920px) {
  .modal__btn {
    min-height: 68px;
  }
}
@media (min-width: 992px) {
  .modal__btn {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__btn {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .modal__btn {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__btn {
    margin-bottom: 20px;
  }
}
.modal__btn:hover {
  background-color: #ffcf26;
  color: #2d3e50;
}

@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 28px;
  }
}
.cookie {
  z-index: 100001 !important;
  display: none;
  position: fixed;
  justify-content: flex-end;
  bottom: 20px;
  right: 20px;
  width: unset;
}
.cookie__container {
  padding: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
  max-width: 410px;
}
.cookie__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .cookie__title {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cookie__title {
    font-size: 20px;
  }
}
.cookie__text {
  line-height: 1.4;
  color: #6e757e;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .cookie__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cookie__text {
    font-size: 16px;
  }
}
.cookie__text a {
  transition: 0.38s ease-in-out;
  color: #2d3e50;
  text-decoration: underline;
  cursor: pointer;
}
.cookie__close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
}
.cookie__close-btn::before {
  content: url('data:image/svg+xml,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.6579 0.429432C14.0485 0.0392672 14.6816 0.0390278 15.072 0.429432C15.4621 0.819862 15.4621 1.45305 15.072 1.8435L9.41477 7.50072L15.072 13.1579C15.4619 13.5485 15.4623 14.1817 15.072 14.572C14.6817 14.9623 14.0485 14.9619 13.6579 14.572L8.0007 8.91478L2.34348 14.572C1.95301 14.9621 1.31984 14.9622 0.929414 14.572C0.539055 14.1816 0.539253 13.5485 0.929414 13.1579L6.58664 7.50072L0.929414 1.8435C0.539253 1.45296 0.539055 0.819845 0.929414 0.429432C1.31982 0.0390365 1.95293 0.0392593 2.34348 0.429432L8.0007 6.08666L13.6579 0.429432Z" fill="black"/></svg>');
}
.cookie__acpt-btn {
  font-weight: 400;
  font-size: 18px;
  background-color: #ffcf26;
  color: #2d3e50;
  border-radius: 30px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  outline: none;
  border: 1px #ffcf26 solid;
  transition: all 0.38s ease-in-out;
  min-height: 48px;
}
.cookie__acpt-btn:hover {
  background-color: white;
  border-color: #2d3e50;
}

@media screen and (max-width: 992px) {
  .cookie {
    width: 90%;
  }
  .cookie__container {
    max-width: unset;
    gap: 8px;
  }
  .cookie__acpt-btn {
    min-height: 40px;
    font-size: 16px;
  }
}
.specialEquipment {
  background: #e9ecf2;
  border-radius: 60px 60px 0px 0px;
}
.specialEquipment .container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .specialEquipment .container {
    margin-bottom: calc(0.1002155172 * 100vw + -69.4137931034px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment .container {
    margin-bottom: 123px;
  }
}
.specialEquipment .breadcrumbs {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .specialEquipment .breadcrumbs {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment .breadcrumbs {
    margin-top: 60px;
  }
}
.specialEquipment .productDetail-title {
  color: #2d3e50;
  font-size: 26px;
}
@media (min-width: 992px) {
  .specialEquipment .productDetail-title {
    font-size: calc(0.0150862069 * 100vw + 11.0344827586px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment .productDetail-title {
    font-size: 40px;
  }
}
.specialEquipment__title {
  color: #2d3e50;
}
.specialEquipment__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .specialEquipment__container {
    gap: calc(0.0474137931 * 100vw + -27.0344827586px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__container {
    gap: 64px;
  }
}
@media (min-width: 992px) {
  .specialEquipment__container {
    margin-top: calc(0.0150862069 * 100vw + 15.0344827586px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__container {
    margin-top: 44px;
  }
}
.specialEquipment__under-construction {
  display: flex;
  background-color: #ffffff;
  border-radius: 30px;
  padding-inline: 46px;
  padding-block: 26px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .specialEquipment__under-construction {
    padding-inline: calc(0.0150862069 * 100vw + 31.0344827586px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__under-construction {
    padding-inline: 60px;
  }
}
@media (min-width: 992px) {
  .specialEquipment__under-construction {
    padding-block: calc(0.0140086207 * 100vw + 12.1034482759px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__under-construction {
    padding-block: 39px;
  }
}
.specialEquipment__under-construction-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .specialEquipment__under-construction-left {
    padding-top: calc(0.0064655172 * 100vw + -0.4137931034px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__under-construction-left {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .specialEquipment__under-construction-left {
    padding-bottom: calc(0.0150862069 * 100vw + -8.9655172414px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__under-construction-left {
    padding-bottom: 20px;
  }
}
.specialEquipment__under-construction-heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 530px;
}
@media (min-width: 992px) {
  .specialEquipment__under-construction-heading {
    gap: calc(0.0226293103 * 100vw + 7.5517241379px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__under-construction-heading {
    gap: 51px;
  }
}
.specialEquipment__under-construction-heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #2d3e50;
}
.specialEquipment__under-construction-title {
  color: #2d3e50;
  font-weight: 600;
  font-style: 700;
  font-size: 26px;
}
@media (min-width: 992px) {
  .specialEquipment__under-construction-title {
    font-size: calc(0.0150862069 * 100vw + 11.0344827586px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__under-construction-title {
    font-size: 40px;
  }
}
.specialEquipment__under-construction-image {
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 7.05px;
}
.specialEquipment__btnHover {
  display: flex;
  align-items: center;
  padding-right: 30px;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  background-color: #ffcf26;
  border: 1px #ffcf26 solid;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 37px;
  position: relative;
  transition: all 0.38s ease-in-out;
  min-height: 70px;
}
@media (min-width: 992px) {
  .specialEquipment__btnHover {
    padding-right: calc(0.0355603448 * 100vw + -5.275862069px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__btnHover {
    padding-right: 63px;
  }
}
@media (min-width: 992px) {
  .specialEquipment__btnHover {
    padding-left: calc(0.0247844828 * 100vw + 15.4137931034px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__btnHover {
    padding-left: 63px;
  }
}
@media (min-width: 992px) {
  .specialEquipment__btnHover {
    padding-top: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__btnHover {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .specialEquipment__btnHover {
    padding-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__btnHover {
    padding-bottom: 20px;
  }
}
.specialEquipment__btnHover:hover {
  border-color: #2d3e50;
  background-color: #ffffff;
}
.specialEquipment__btnHover .btnHover__icon {
  background-color: transparent;
}
.specialEquipment__btnHover .btnHover__text {
  font-size: 16px;
  color: #2d3e50;
  z-index: 1;
}
@media (min-width: 992px) {
  .specialEquipment__btnHover .btnHover__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__btnHover .btnHover__text {
    font-size: 18px;
  }
}
.specialEquipment__btnHover .btnHover__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .specialEquipment__btnHover .btnHover__icon {
    width: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__btnHover .btnHover__icon {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .specialEquipment__btnHover .btnHover__icon {
    height: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__btnHover .btnHover__icon {
    height: 50px;
  }
}
.specialEquipment__btnHover .btnHover__icon span {
  color: #2d3e50;
  font-size: 9px;
  transform: rotate(225deg);
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .specialEquipment__btnHover .btnHover__icon span {
    font-size: calc(0.0096982759 * 100vw + -0.6206896552px);
  }
}
@media (min-width: 1920px) {
  .specialEquipment__btnHover .btnHover__icon span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1350px) {
  .specialEquipment__under-construction-image {
    width: 550px;
    padding-right: 0px;
  }
  .specialEquipment__btnHover {
    min-height: unset;
  }
}
@media screen and (max-width: 1200px) {
  .specialEquipment__under-construction-image {
    width: 450px;
  }
}
@media screen and (max-width: 992px) {
  .specialEquipment {
    padding-top: 88px;
  }
  .specialEquipment__under-construction {
    flex-direction: column-reverse;
    padding: 20px;
  }
  .specialEquipment__under-construction-image {
    width: 100%;
    padding: 15px;
  }
  .specialEquipment__under-construction-title {
    font-size: 22px;
  }
  .specialEquipment__under-construction-heading p {
    text-align: justify;
    font-size: 16px;
    line-height: 125%;
  }
}
@media (max-width: 768px) {
  .specialEquipment__under-construction {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .specialEquipment__under-construction {
    padding: 15px;
  }
  .specialEquipment__under-construction-image {
    padding: 0px;
  }
}
@media screen and (max-height: 750px) and (max-width: 1650px) {
  .aboutCompany__wrapper {
    height: 120%;
  }
}
@media screen and (max-width: 1650px) {
  .contactUs__form {
    transform-origin: top;
    transform: scale(0.77);
  }
  .contactUs__wrapper {
    padding-right: 40px;
  }
  .workingFor__wrapper {
    padding-top: 35px;
  }
  .workingFor--footer .workingFor__wrapper {
    padding-top: 35px;
  }
  .partners__wrapper {
    padding-right: 36px;
  }
  .applications__swiper {
    padding-right: 40px;
  }
  .contacts__content {
    width: 51%;
  }
  .contacts__wrapper {
    padding-right: 40px;
  }
  .companyMission__right {
    padding-right: 40px;
  }
  .workingFor__swiper {
    padding-top: 150px;
    width: 70%;
  }
  .projectsGallery__container {
    padding-right: 40px;
  }
  .projectsDone__list {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .projectsDone__bar {
    top: 30px;
    bottom: unset;
  }
}
@media screen and (max-width: 1400px) and (min-width: 992px) {
  .projectsDone__bar {
    top: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media screen and (max-width: 1400px) and (min-width: 1920px) {
  .projectsDone__bar {
    top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .contactUs__form {
    transform-origin: top;
    transform: scale(0.87);
  }
  .contactUs__wrapper {
    padding-right: 40px;
  }
  .workingFor__wrapper {
    padding-top: 35px;
  }
  .workingFor--footer .workingFor__wrapper {
    padding-top: 35px;
  }
  .partners__wrapper {
    padding-right: 40px;
  }
  .applications__swiper {
    padding-right: 40px;
  }
  .contacts__content {
    width: 51%;
  }
  .contacts__wrapper {
    padding-right: 40px;
  }
  .companyMission__right {
    padding-right: 40px;
  }
  .workingFor__swiper {
    padding-top: 150px;
    width: 70%;
  }
  .projectsGallery__container {
    padding-right: 40px;
  }
  .projectsDone__list {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1320px) {
  .aboutUsInfo__content-buttons {
    flex-wrap: wrap;
  }
  .contactUs__form {
    transform-origin: top;
    transform: scale(0.83);
  }
}
@media screen and (min-width: 1200px) {
  .contactUs--yellow .footer {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .contactUs--yellow .footer {
    margin-top: calc(-0.161637931 * 100vw + 310.3448275862px);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .contactUs--yellow .footer {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .solutions__slide {
    height: 250px;
  }
  .solutions__slide-img {
    height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .projectsDone {
    border-radius: unset;
  }
  .projectsDone__list {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .partners__wrapper {
    padding-right: 0px;
  }
  .applications__swiper {
    padding-right: 0px;
  }
  .applications__item {
    padding-bottom: 14px;
  }
  .contacts__content {
    width: 100%;
  }
  .contacts__wrapper {
    padding-right: 0px;
  }
  .companyMission__right {
    padding-right: 0px;
  }
  .projectsGallery__container {
    padding-right: 0px;
  }
  .contactUs__wrapper {
    padding-right: 0px;
  }
  .go-up {
    display: none;
  }
  #pp-nav {
    display: none;
  }
  .footer {
    height: auto !important;
    position: unset !important;
    bottom: unset !important;
    border-radius: unset !important;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 15px;
  }
  .newsDetail {
    overflow: auto;
  }
  .contacts--page .contacts__wrapper {
    margin-bottom: 0;
  }
  .contacts__content-items {
    width: auto !important;
    flex: 1 1;
  }
  .contacts__content-box {
    flex-direction: column;
  }
  .contactUs {
    border-radius: unset;
  }
  .contactUs--yellow .contactUs__wrapper {
    justify-content: center;
  }
  .contactUs__image {
    height: 42vw;
  }
  .possibilities {
    margin-top: 50px;
  }
  .possibilities::-webkit-scrollbar {
    width: 0;
  }
  .possibilities .footer .container {
    margin-bottom: 0;
  }
  .partnersAll::-webkit-scrollbar {
    width: 0;
  }
  .stagesWork {
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .stagesWork__wrapper {
    margin-bottom: 0;
  }
  .courierContent {
    border-radius: unset;
  }
  .courierContent__wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .courierContent::-webkit-scrollbar {
    width: 0;
  }
  .courier__wrapper {
    height: auto;
  }
  .courier__left {
    border-radius: 60px 0 0 0;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .courier__right {
    border-radius: 0 60px 0 0;
    height: auto;
    padding-top: 50px;
  }
  .products {
    position: relative;
  }
  .products:last-child {
    margin-bottom: 0;
  }
  .products__wrapper {
    margin-bottom: 0;
  }
  .products .footer {
    position: relative;
  }
  .productsBackground {
    height: auto;
  }
  .products__card {
    width: 100%;
  }
  .products__cardBox {
    width: 100%;
    gap: 10px;
  }
  .products .footer {
    margin-bottom: 0;
    transform: none;
  }
  html {
    overflow-y: scroll;
  }
  .map {
    right: 32px;
  }
  .workingFor {
    padding-bottom: 50px;
    border-radius: unset;
  }
  .workingFor--footer {
    padding-bottom: 0;
  }
  .workingFor--footer .workingFor__swiper {
    width: 100%;
  }
  .workingFor__swiper {
    width: 100%;
  }
  .workingFor__wrapper {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .workingFor__container {
    padding-bottom: 0px;
  }
  .aboutUsInfo {
    padding-top: 50px;
    height: auto;
  }
  .aboutUsInfo__wrapper {
    margin-top: 0;
  }
  .aboutUsInfo__left {
    margin-bottom: 50px;
  }
  .companyMission {
    border-radius: unset;
  }
  .companyMission__left {
    margin-bottom: 30px;
  }
  .innovativeTechnologies {
    border-radius: unset;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .facilities {
    border-radius: unset;
    overflow: auto;
    margin-bottom: 0;
  }
  .facilities__right {
    width: 52%;
    margin-bottom: 30px;
  }
  .partners {
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .partners__wrapper {
    margin-bottom: 0;
  }
  .partners .newsCard:before {
    z-index: 0;
  }
  .partners .newsCard__btn:before {
    display: none;
  }
  .partners .newsCard__text, .partners .newsCard__title {
    z-index: 1;
  }
  .contacts {
    background-color: #4b5256;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contactUs {
    padding-top: 30px;
  }
  .contactUs__form-text:hover a {
    color: #2d3e50;
    text-decoration: none;
  }
  .contactUs__wrapper {
    margin-top: 0;
  }
  .aboutCompany {
    border-radius: unset;
    position: relative;
    height: 700px;
  }
  .aboutCompany__wrapper {
    padding-top: 30px;
    height: auto;
  }
  .aboutCompany__circles {
    height: auto;
    left: -2vw;
    top: 0px;
  }
  .solutions {
    border-radius: unset;
    padding-bottom: 30px;
  }
  .solutions__wrapper {
    margin-top: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .projectsDone__bar {
    top: 83px;
  }
  .catalog {
    padding-top: 80px;
  }
  .catalog .breadcrumbs {
    margin-left: 30px;
  }
  .catalog .catalog-title {
    margin-left: 30px;
  }
  .catalog__card {
    flex-direction: column;
  }
  .catalog__card-image {
    width: 292px;
    height: 292px;
  }
  .catalog__card-title {
    line-height: 1;
  }
  .catalog__card-list--s-small {
    width: auto;
  }
  .catalog__card-list--s-medium {
    width: auto;
  }
  .catalog__card-list--s-wide {
    width: auto;
  }
  .contacts--page .contacts__wrapper {
    gap: 10px;
    padding-top: 80px;
    margin-bottom: 0;
  }
  .contacts--page .contacts__wrapper-box {
    flex-direction: column;
  }
  .contacts--page .contacts__content {
    margin-top: 0;
  }
  .contacts--page .contacts__content-items {
    gap: 10px;
  }
  .contacts--page .contacts__content-box {
    margin-top: 9px;
    gap: 10px;
  }
  .contacts--page .contacts__map {
    margin-top: 10px;
  }
  .possibilities {
    margin-top: 80px;
  }
  .possibilities__card {
    height: 450px;
  }
  .possibilities__card-title {
    font-size: 24px;
  }
  .possibilities__card-img {
    width: 200px;
  }
  .possibilities__card-text {
    margin-top: 10px;
    font-size: 16px;
  }
  .possibilities__content-left .facilitiesCard:last-child {
    flex-grow: 2;
  }
  .partnersAll {
    padding-top: 88px !important;
  }
  .partnersAll__wrapper-title {
    margin-top: 20px;
  }
  .partnersAll__items {
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
  }
  .stagesWork {
    padding-top: 15px;
  }
  .stagesWork__wrapper-title {
    font-size: 24px;
  }
  .stagesWork__content {
    margin-top: 15px;
  }
  .stagesWork__item {
    padding: 15px;
    gap: 6px;
  }
  .stagesWork__item-number {
    font-size: 24px;
  }
  .stagesWork__item-text {
    font-size: 14px;
  }
  .courierContent {
    display: flex;
  }
  .courierContent__wrapper {
    margin-top: 30px;
  }
  .courierContent__card {
    height: auto;
    width: 100%;
    padding: 20px;
  }
  .courierContent__card-title {
    font-size: 24px;
  }
  .courierContent__card-text {
    margin-top: 10px;
    font-size: 16px;
  }
  .courierContent__card--darkGrey .courierContent__card-title {
    margin-top: 10px;
  }
  .courierContent__card--darkGrey .courierContent__card-img {
    display: block;
    width: 40px;
    height: 40px;
  }
  .courierContent__card-img {
    display: none;
  }
  .courier {
    padding-top: 50px;
  }
  .courier__wrapper {
    flex-direction: column;
  }
  .courier__left, .courier__right {
    border-radius: unset;
    width: 100%;
  }
  .courier__left-text {
    margin-top: 10px;
    font-size: 16px;
  }
  .courier__right {
    padding: 0;
    background-color: #4b5256;
  }
  .courier__right img {
    width: 300px;
    height: 300px;
  }
  .products:first-child {
    padding-top: 100px;
  }
  .products__wrapper:first-child {
    padding-top: 0;
  }
  .products__cardBox {
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }
  .products__card-img, .products__card-box {
    width: 100%;
  }
  .products__card-box {
    gap: 10px;
  }
  .products__card:nth-child(even) {
    flex-direction: column;
    gap: 5px;
  }
  .products__card--darkGrey .products__card-btn:hover {
    border-color: #ffffff;
  }
  .products__card-btn {
    width: 100%;
    justify-content: center;
  }
  .products__card-btn:hover {
    border-color: #2d3e50;
  }
  .products__card-btn:before {
    display: none;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .newsDetail {
    padding-top: 73px;
    padding-bottom: 30px;
  }
  .newsDetail__content {
    width: 100%;
  }
  .newsDetail__content .title {
    font-size: 20px;
  }
  .newsDetail__content img {
    margin-top: 15px;
  }
  .newsDetail__content time {
    margin-top: 10px;
  }
  .newsDetail__content p {
    margin-top: 5px;
    font-size: 14px;
  }
  .newsDetail__content h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .newsDetail__content ol,
  .newsDetail__content ul {
    margin-top: 5px;
  }
  .newsDetail__content ol li,
  .newsDetail__content ul li {
    font-size: 14px;
  }
  .newsDetail__content h3 {
    margin-top: 10px;
    font-size: 18px;
  }
  .newsDetail__backNews {
    margin-top: 15px;
  }
  .news {
    padding-top: 80px;
  }
  .news .newsCards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .news .newsCards__column {
    width: 100%;
    margin-top: 0;
  }
  .news .newsCard {
    background-color: #4b5256;
    border: 1px solid #ffffff;
    min-height: 350px;
    width: 100%;
  }
  .news .newsCard__bg {
    z-index: 1;
    opacity: 1;
  }
  .news .newsCard__title, .news .newsCard__text, .news .newsCard__date-number, .news .newsCard__date-month {
    color: #ffffff;
    z-index: 1;
  }
  .news .newsCard__title {
    font-size: 18px;
  }
  .news .newsCard__text {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .news .newsCard__btn:before {
    display: none;
  }
  .news .newsCard:before {
    z-index: 0;
    width: 200%;
    height: 200%;
    right: -50%;
    bottom: -50%;
  }
  .workingFor__swiper {
    padding-top: 20px;
  }
  .workingFor--footer {
    padding-bottom: 0;
  }
  .workingFor--footer .workingFor__left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .workingFor--footer .workingFor__left-buttons {
    gap: 10px;
    margin-top: 0;
  }
  .workingFor--footer .workingFor__left-button {
    margin-right: 0;
  }
  .workingFor--footer .workingFor__swiper {
    width: 100%;
  }
  .workingFor--footer .workingFor__wrapper {
    flex-direction: column;
  }
  .workingFor__left-button:hover .icon-arrow {
    color: #2d3e50;
  }
  .btnHover:hover {
    padding-right: 70px;
    padding-left: 30px;
  }
  .btnHover:hover .btnHover__icon {
    width: 30px;
    height: 30px;
    right: 10px;
    justify-content: center;
    padding-left: 0;
  }
  .btnHover:hover .btnHover__icon span {
    transform: rotate(-45deg);
  }
  .btnHover--transparent:hover .btnHover__icon {
    background-color: transparent;
  }
  .facilitiesCard:hover {
    transform: scale(1);
  }
  .btn:hover {
    background: #ffffff;
  }
  .btn:hover .btn__icon {
    display: none;
  }
  .btn:hover .btn__text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn:hover:before {
    display: none;
  }
  .btn--grey:hover {
    background-color: #2d3e50;
    color: #ffffff;
  }
  .companyMission__wrapper {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 0;
  }
  .companyMission__left {
    width: 100%;
  }
  .companyMission__left-column {
    margin-top: 0;
    width: 100%;
  }
  .companyMission__left-column:first-child {
    margin-top: 0;
  }
  .companyMission__left-item {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .companyMission__left-item:first-child {
    margin-top: 0;
  }
  .companyMission__left-item--large {
    width: 100%;
  }
  .companyMission__right {
    margin-top: 0;
    width: 100%;
  }
  .companyMission__right .title {
    width: 100%;
  }
  .aboutUsInfo {
    position: relative;
  }
  .aboutUsInfo__content-buttons {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .aboutUsInfo__content-button {
    margin-top: 0;
  }
  .aboutUsInfo__left {
    width: 100%;
  }
  .aboutUsInfo__bg {
    display: none;
  }
  .footer {
    border-radius: 20px 20px 0 0;
    height: auto !important;
    position: unset;
    bottom: unset;
  }
  .footer__wrapper {
    padding-top: 30px;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer__list {
    justify-content: center;
  }
  .footer__list, .footer__bottom {
    flex-wrap: wrap;
    row-gap: 13px;
  }
  .footer__bottom {
    gap: 15px;
    justify-content: center;
  }
  .footer__bottom-left {
    text-align: center;
  }
  .hoverLink:before {
    display: none;
  }
  .burgerMenu {
    display: block;
  }
  .partners {
    padding-top: 0;
    border-radius: 0px;
  }
  .partners__wrapper {
    margin-bottom: 30px;
  }
  .partners__top {
    align-items: center;
  }
  .partners__nav-icon {
    width: 40px;
    height: 40px;
  }
  .partners__nav-icon:hover .icon-arrow {
    color: #ffffff;
  }
  .partners__news-top {
    flex-wrap: wrap;
    gap: 15px;
  }
  .partners__news-top .btn {
    display: none;
  }
  .partners__news-bottom {
    display: block;
    margin: 20px auto 0 auto;
  }
  .partners__news .newsCards {
    grid-template-columns: 1fr;
  }
  .partners__news .newsCard {
    min-height: 350px;
  }
  .partners__news .newsCard__bg {
    z-index: 1;
    opacity: 1;
  }
  .partners__news .newsCard__title, .partners__news .newsCard__text, .partners__news .newsCard__date-number, .partners__news .newsCard__date-month {
    color: #ffffff;
    z-index: 1;
  }
  .partners__news .newsCard__title {
    font-size: 18px;
  }
  .partners__news .newsCard__text {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .partners__news .newsCard:before {
    z-index: 0;
    width: 200%;
    height: 200%;
    right: -50%;
    bottom: -50%;
  }
  .partners__slide:hover {
    border-color: #2d3e50;
  }
  .partners__slide:hover .partners__slide-img {
    filter: grayscale(100%);
  }
  .innovativeTechnologies {
    padding-top: 100px;
    position: relative;
    padding-bottom: 0;
  }
  .innovativeTechnologies-img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .innovativeTechnologies__title {
    font-size: 30px;
  }
  .innovativeTechnologies__text {
    font-size: 18px;
  }
  .innovativeTechnologies__wrapper {
    padding-bottom: 50px;
  }
  .header {
    z-index: 99;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
  }
  .header__nav, .header__contact {
    display: none;
  }
  .contactUs {
    border: unset;
  }
  .contactUs__form {
    max-width: none;
    width: 100%;
    transform: unset;
  }
  .contactUs__form-input, .contactUs__form-textarea {
    font-size: 16px;
  }
  .contactUs__form-btn {
    border-radius: 20px;
    height: 51px;
  }
  .contactUs__form-btn:hover p {
    color: #ffffff;
  }
  .contactUs__form-btn:before {
    display: none;
  }
  .contactUs__wrapper {
    margin-top: 0;
    padding-top: 0px;
    flex-direction: column;
  }
  .contactUs__image {
    display: none;
  }
  .contacts {
    background-color: #4b5256;
    padding-top: 0;
    padding-bottom: 0;
  }
  .contacts__content-item {
    gap: 1px;
    width: 70%;
  }
  .contacts__content-text {
    font-size: 16px;
  }
  .contacts__content-minTitle {
    font-size: 12px;
  }
  .contacts__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    gap: 30px;
  }
  .contacts__content, .contacts__map {
    width: 100%;
  }
  .solutions {
    padding-bottom: 0;
  }
  .solutions__wrapper {
    padding-top: 30px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .solutions__slide {
    justify-content: space-between;
  }
  .solutions__slide .btn {
    background-color: transparent;
    border: 1px solid #2d3e50;
  }
  .solutions__slide .btn p {
    color: #2d3e50;
  }
  .solutions__slide-title {
    height: auto;
    width: 100%;
    font-size: 18px;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .solutions__slide:before {
    display: none;
  }
  .solutions__slide .solutions__slide-img {
    margin-top: 5px;
  }
  .solutions__slide .solutions__slide-link {
    transform: translateY(0);
  }
  .solutions__nav {
    align-items: center;
  }
  .solutions__nav-icon {
    width: 40px;
    height: 40px;
  }
  .solutions__nav-icon:hover .icon-arrow {
    color: #ffffff;
  }
  .solutions__top .btn {
    background-color: #ffcf26;
    height: 40px;
  }
  .solutions__top .btn p {
    color: #000;
  }
  .solutions__top .btn:before {
    display: none;
  }
  .solutions__text {
    width: 100%;
    font-size: 14px;
  }
  .solutions__item {
    width: 100%;
  }
  .solutions__title {
    width: 70%;
  }
  .facilities {
    border-radius: unset;
    margin-bottom: 40px;
  }
  .facilities__wrapper {
    padding-bottom: 30px;
  }
  .facilities__right {
    margin-bottom: 0;
  }
  .aboutCompany {
    border-radius: unset;
    position: relative;
    height: 680px;
  }
  .aboutCompany .text {
    font-size: 16px;
  }
  .aboutCompany__wrapper {
    justify-content: space-between;
  }
  .aboutCompany__circle--1 {
    left: 141px;
  }
  .aboutCompany__circle--2 {
    left: 400px;
  }
  .aboutCompany__circle--3 {
    left: 595px;
  }
  .aboutCompany__circle--7 {
    left: 442px;
  }
  .aboutCompany__circle--8 {
    left: 531px;
  }
  .aboutCompany__circle--9 {
    left: 341px;
  }
  .aboutCompany__circle--10 {
    left: 555px;
  }
  .aboutCompany__circle--11 {
    left: 634px;
  }
  .aboutCompany__circle--12 {
    left: 691px;
  }
  .aboutCompany__circle--4, .aboutCompany__circle--5, .aboutCompany__circle--6, .aboutCompany__circle--13, .aboutCompany__circle--14 {
    display: none;
  }
}
@media screen and (max-width: 910px) {
  .aboutCompany__circles {
    left: -46px;
  }
}
@media screen and (max-width: 850px) {
  .aboutCompany__circles {
    left: -80px;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .possibilities__card {
    height: 350px;
  }
  .possibilities__content {
    flex-direction: column;
  }
  .possibilities__content-left, .possibilities__content-right {
    width: 100%;
  }
  .partnersAll__items {
    margin-top: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  .partnersAll__item {
    width: 150px;
    height: 150px;
  }
  .products .title {
    font-size: 25px;
  }
  .products__cards {
    margin-top: 20px;
  }
  .products__card-title {
    font-size: 22px;
  }
  .products__card-text {
    font-size: 14px;
  }
  .products__card-img {
    height: 200px;
  }
  .products__card-box {
    gap: 6px;
  }
  .workingFor__slide {
    min-height: 246px;
  }
  .workingFor__wrapper {
    flex-direction: column;
    padding-top: 30px;
  }
  .workingFor__left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .workingFor__left-buttons {
    margin-top: 0;
  }
  .workingFor__swiper {
    width: 100%;
  }
  .workingFor__swiper-2 {
    width: 100%;
  }
  .companyMission__left-item {
    height: 200px;
  }
  .companyMission__left-item--large {
    height: 235px;
  }
  .aboutCompany {
    height: 524px;
  }
  .aboutCompany__text {
    flex-direction: column;
    gap: 15px;
  }
  .aboutCompany__text .title, .aboutCompany__text-info {
    width: 100%;
  }
  .aboutCompany__circles {
    top: 32px;
    left: 55px;
  }
  .aboutCompany__circle-title {
    font-size: 25px;
  }
  .aboutCompany__circle-text {
    font-size: 15px;
  }
  .aboutCompany__circle--1 {
    width: 150px;
    height: 150px;
  }
  .aboutCompany__circle--2 {
    width: 119px;
    height: 119px;
    left: 266px;
    top: 320px;
  }
  .aboutCompany__circle--2 .aboutCompany__circle-title {
    font-size: 17px;
  }
  .aboutCompany__circle--2 .aboutCompany__circle-text {
    font-size: 12px;
  }
  .aboutCompany__circle--3 {
    width: 95px;
    height: 95px;
    top: 266px;
    left: 362px;
  }
  .aboutCompany__circle--3 .aboutCompany__circle-title {
    font-size: 17px;
  }
  .aboutCompany__circle--3 .aboutCompany__circle-text {
    font-size: 12px;
  }
  .aboutCompany__circle--7 {
    width: 30px;
    height: 30px;
    top: 292px;
    left: 291px;
  }
  .aboutCompany__circle--9 {
    top: 369px;
    left: 235px;
    width: 30px;
    height: 30px;
  }
  .aboutCompany__circle--10 {
    top: 304px;
    left: 342px;
    width: 20px;
    height: 20px;
  }
  .aboutCompany__circle--11 {
    top: 391px;
    left: 380px;
    width: 30px;
    height: 30px;
  }
  .aboutCompany__circle--8, .aboutCompany__circle--12 {
    display: none;
  }
  .facilities__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .facilities__left, .facilities__right {
    width: 100%;
  }
  .facilities__right {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__map {
    height: 300px;
  }
  .courierContent__wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .courierContent__minCards-item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 576px) {
  .possibilities__card {
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
  }
  .possibilities__card-text {
    line-height: 130%;
  }
  .possibilities__card-img {
    display: none;
  }
  .stagesWork__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .aboutCompany__circles {
    left: -8%;
    top: 45px;
  }
}
@media screen and (max-width: 540px) {
  .partnersAll__items {
    margin-top: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .partnersAll__item {
    margin: 0 auto;
  }
  .innovativeTechnologies__title, .innovativeTechnologies__text {
    width: 80%;
  }
  .innovativeTechnologies__prose {
    width: 80%;
  }
  .innovativeTechnologies__wrapper {
    height: calc(100vh - 88px);
    justify-content: center;
  }
}
@media screen and (max-width: 470px) {
  .companyMission__left {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 431px) {
  .aboutCompany {
    height: 580px;
  }
  .aboutCompany__circles {
    top: 100px;
    left: -24%;
  }
  .contacts__content-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .newsCard__bg {
    display: none;
  }
  .aboutCompany__circles {
    left: -30%;
  }
}
@media screen and (max-width: 365px) {
  .partnersAll__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .partnersAll__item {
    width: 200px;
    height: 200px;
  }
  .aboutCompany__circles {
    left: -34%;
  }
}
@media screen and (max-width: 350px) {
  .aboutCompany__circles {
    left: -38%;
  }
}
.container {
  width: 100%;
  max-width: 1720px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: none;
  }
}

.pp-scrollable::-webkit-scrollbar {
  width: 0;
}

.go-up {
  background-image: url('data:image/svg+xml,<svg width="16" height="31" viewBox="0 0 16 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.70711 0.292891C8.31658 -0.0976334 7.68342 -0.0976333 7.29289 0.292891L0.928931 6.65685C0.538407 7.04738 0.538407 7.68054 0.928931 8.07107C1.31946 8.46159 1.95262 8.46159 2.34314 8.07107L8 2.41421L13.6569 8.07107C14.0474 8.46159 14.6805 8.46159 15.0711 8.07107C15.4616 7.68054 15.4616 7.04738 15.0711 6.65685L8.70711 0.292891ZM9 31L9 0.999998L7 0.999998L7 31L9 31Z" fill="%234B5256"/></svg>');
  background-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -100px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  opacity: var(--up-o, 0);
  pointer-events: var(--up-p, unset);
  transition: opacity 0.38s ease-in-out;
  height: 60px;
  width: 60px;
}
.go-up--yellow {
  background-color: #ffcf26;
}
.go-up--white {
  background-color: white;
}
.go-up--visible {
  opacity: 1 !important;
  pointer-events: unset !important;
}

#pp-nav.right {
  right: 20px;
}
@media (min-width: 992px) {
  #pp-nav.right {
    right: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  #pp-nav.right {
    right: 50px;
  }
}

#pp-nav {
  margin-top: unset !important;
  transition: 0.38s ease-in-out;
}
#pp-nav ul {
  transition: border-color 0.38s ease-in-out;
  border: 2px solid var(--pp-color, white);
  border-radius: 999px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#pp-nav.right--footer {
  margin-top: -96px !important;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  transition: background-color 0.38s ease-in-out;
  background-color: var(--pp-color, white);
}

#pp-nav span,
.pp-slidesNav span {
  transition: border-color 0.38s ease-in-out;
  border: 2px solid var(--pp-color, white) !important;
}

#pp-nav li:last-child {
  display: none;
}

#pp-nav li,
.pp-slidesNav li {
  margin: unset;
  width: 12px;
  height: 12px;
}

.pp-section:nth-child(1) {
  margin-top: 4px;
}
.pp-section:nth-child(2) {
  border-radius: 58px 58px 0 0;
  margin-top: 3px;
}
.pp-section:nth-child(3) {
  border-radius: 56px 56px 0 0;
  margin-top: 2px;
}
.pp-section:nth-child(4) {
  border-radius: 54px 54px 0 0;
  margin-top: 1px;
}
.pp-section:nth-child(5) {
  border-radius: 52px 52px 0 0;
}
.pp-section:nth-child(6) {
  border-radius: 50px 50px 0 0;
}
.pp-section:nth-child(7) {
  border-radius: 48px 48px 0 0;
}
.pp-section:nth-child(8) {
  border-radius: 46px 46px 0 0;
}
.pp-section:nth-child(9) {
  border-radius: 44px 44px 0 0;
}
.pp-section:nth-child(10) {
  border-radius: 42px 42px 0 0;
}
.pp-section:not(:first-child) {
  transform: translate3d(0px, 100%, 0px);
}
.pp-section.active {
  transform: translate3d(0px, 0px, 0px) !important;
  transition: all 500ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}

html {
  font-family: "MuseoSansCyrl", sans-serif;
  font-style: normal;
}
html .fancybox__container {
  --fancybox-bg: rgba(45, 62, 80, 0.8) !important;
}
html .fancybox__content > .f-button.is-close-btn {
  top: 20px;
  right: 20px;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-bg: #4b5256;
  --f-button-border-radius: 99999999px;
  --f-button-hover-color: #2d3e50;
  --f-button-hover-bg: #ffcf26;
  --f-button-color: white;
  opacity: 1;
}
html .is-compact .fancybox__content > .f-button.is-close-btn {
  top: 14px;
  right: 14px;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-width: 30px;
  --f-button-height: 30px;
  --f-button-bg: transparent;
  --f-button-border-radius: 99999999px;
  --f-button-hover-color: #ffcf26;
  --f-button-hover-bg: transparent;
  --f-button-color: #2d3e50;
  opacity: 1;
}

.fancybox-image {
  max-width: 850px !important;
}/*# sourceMappingURL=style.css.map */