.vacancy-cont {
  font-size: 10px;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

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

.left_block {
    display: none;
}

.container .right_block.narrow_Y {
    width: 100%;
}

.hero-text {
    margin-top: 100px;
    text-align: center;
}

.hero-text h2 {
    font-size: 3rem;
    margin: 0;
}

.hero-text p {
    font-size: 1.5rem;
    color: #0e4f95;
    margin-top: 12px;
}

.hero-banner {
    background-image: url(../img/wall-ea.webp);
    background-size: cover; /* Заполняет весь контейнер, обрезая края, если пропорции не совпадают */
    background-position: center; /* Центрирует изображение */
    background-repeat: no-repeat; /* Запрещает повторение картинки (мозаику) */
}

.hero-banner {
    margin-top: 0;
    background-color: #e7e7e7;
    height: 500px;
    border-radius: 30px;
}

.tiles-container {
    margin-top: 40px;
}

.tiles{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
  align-items:stretch;
}

.tile{
  display: flex;
  align-items: center;
  border:2px solid #e7e7e7;
  border-radius:30px;
  padding:30px;
  position:relative;
  overflow:hidden;
  aspect-ratio: 2/1;
}

.tile-title h3 {
    font-size: 2.5rem;
    color: #0e4f95;
    margin: 0;
}

.tile-title p {
    font-size: 1.1rem;
    color: #707070;
    margin: 0;
}


.about-us {
    margin-top: 100px;
    margin-bottom: 0;
}

.about-us p {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #707070;
    text-align: center;
}

.features {
    margin-top: 100px;
    background-color:  #0e4f95; 
    border-radius: 30px;
}

.features-content {
    padding: 50px 40px 40px; 
}

.features-content h3 {
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.features-content p {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    margin: 10px auto 50px;
}

.features-content-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.features-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
}

.item-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.item-ico img {
    width: 50px;
    height: 50px;
}

.content-item-text h4 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 0;
}

.content-item-text p {
    text-align: center;
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 0;
    color: #707070;
}

.workers {
    margin-top: 100px;
}

.workers h3 {
    font-size: 2.8rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.workers p {
    font-size: 1.5rem;
    color: #707070;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    margin: 10px auto 50px;
}

.workers-wgt {
  width: 100%;
  max-width: 100%;
  background-color: #e7e7e7;
  padding: 50px 40px 40px;
  border-radius: 30px;
  margin-bottom: 100px;
}

.vacancy__sub-title [class^="hh-widget-"],
.vacancy__sub-title [class^="hh-widget-"]:hover,
.vacancy__sub-title [class^="hh-widget-"]:first-child {
    border: none !important;
    background: transparent !important;
}

.vacancy__sub-title 
div[class^="hh-widget-"] 
div[class^="hh-vacancies-"] {
    background: transparent !important;
}

.vacancy__sub-title div[data-qa="widget-title"] {
    display: none !important;
}

.vacancy__sub-title div[class^="hh-vacancies-"] {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.vacancy__sub-title div[data-qa="vacancy"] {
    display: flex !important;
    gap: 20px !important;
    padding: 50px 30px !important;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #e7e7e7 !important;
    border-radius: 30px;
    background: #fff !important;
    margin-bottom: 20px !important;
    box-shadow: none !important;
    background: #fff !important;
    margin: 0 !important;
}

.vacancy__sub-title a[data-qa="title"] {
    font-weight: 500 !important;
    font-family: "Golos Text", sans-serif !important;
    font-size: 1.5rem !important;
    color: #000 !important;
    background: transparent !important;
}

.vacancy__sub-title span[data-qa="description"] {
    font-family: "Golos Text", sans-serif !important;
    font-size: 1.2rem !important;
    background: transparent !important;
        background-color: #0e4f95 !important;
    display: inline-flex !important;
    width: fit-content !important;
    padding: 10px !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.vacancy__sub-title div[class^="hh-logo-wrapper-"] {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}


.workers-wgt-mobile {
    display: none;
}