/* Common */
/* Media */
/* Content */
/* Blocks */
.main__content { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; padding: 1.25vw; border-radius: 0.83333vw; overflow: hidden; }

.main__bg { position: absolute; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; -o-object-position: top center; object-position: top center; width: 100%; height: 100%; overflow: hidden; z-index: -1; }

.main__title { font-size: 6.14583vw; color: #fff; font-weight: 600; line-height: .9; letter-spacing: -0.02em; max-width: 46.875vw; margin-bottom: 8.64583vw; }

.main__item { border-radius: 0.83333vw; padding: 0.83333vw; background: rgba(28, 28, 28, 0.5); backdrop-filter: blur(1.04167vw); max-width: 14.21875vw; border: 1px solid #666666; }

.main__item-wrap { display: flex; flex-direction: column; gap: 0.52083vw; margin-top: 4.32292vw; }

.main__item-title { font-size: 1.19792vw; font-weight: 600; line-height: 1.2; color: #fff; margin-bottom: 0.83333vw; }

.main__item-desc { font-size: 0.625vw; font-weight: 500; line-height: 1.2; color: #fff; }

.main__button { max-width: 21.875vw; font-size: 1.19792vw; }

.main__button-wrap { flex: 1 0 100%; }

.professions { padding-top: 3.125vw; }

.professions__title { max-width: 52.08333vw; }

.professions__tab { display: flex; align-items: center; justify-content: space-between; padding: 0.83333vw 0.83333vw 0.83333vw 1.66667vw; height: 2.91667vw; border: 1px solid #1C1C1C; border-radius: 0.625vw; font-size: 0.98958vw; font-weight: 600; background: #1C1C1C; color: #fff; transition: all .25s ease-in-out; line-height: 1; gap: 2.60417vw; }

.professions__tab .professions__tab-icon path { fill: #fff; }

.professions__tab--active { border-color: #ED131C; background: #ED131C; color: #fff; }

.professions__tab--active .professions__tab-icon path { fill: #fff; }

.professions__tab:first-child { max-width: 15.10417vw; }

.professions__tab-text--mobile { display: none; }

.professions__tab-wrap { display: flex; margin-bottom: 2.08333vw; gap: 1.04167vw; }

.professions__tab-icon { width: 1.14583vw; height: auto; }

.professions__tab-icon path { fill: #ED131C; }

.professions__content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.04167vw; }

.professions__item { min-height: 18.75vw; display: none; flex-direction: column; justify-content: space-between; background: #E0E1E5; border-radius: 0.83333vw; padding: 1.25vw; transition: all .25s ease-in-out; }

.professions__item:hover { -webkit-transform: scale(1.03); transform: scale(1.03); background: #ed131c; }

.professions__item:hover .professions__item-subtitle, .professions__item:hover .professions__item-title, .professions__item:hover .professions__item-list-item { color: #fff; }

.professions__item:hover .professions__item-list-item:before { background: #fff; }

.professions__item:hover .professions__item-percent { color: #1C1C1C; background: #fac800; }

.professions__item-top { display: flex; justify-content: space-between; margin-bottom: 3.64583vw; }

.professions__item-bottom { display: flex; align-items: flex-end; justify-content: space-between; }

.professions__item-subtitle { font-size: 0.83333vw; font-weight: 600; color: rgba(28, 28, 28, 0.6); margin-bottom: 0.52083vw; transition: all .25s ease-in-out; }

.professions__item-title { font-size: 2.5vw; font-weight: 600; letter-spacing: -0.02em; padding-right: 0.78125vw; line-height: 1; transition: all .25s ease-in-out; }

.professions__item-title--mob { display: none; }

.professions__item-percent { color: #fff; background: #ED131C; height: 3.28125vw; display: flex; align-items: center; justify-content: center; padding: 0 1.04167vw; font-size: 1.875vw; font-weight: 600; line-height: 1; border-radius: 3.125vw; transition: all .25s ease-in-out; }

.professions__item-button { font-size: 0.78125vw; height: 2.5vw; width: 8.33333vw; }

.professions__item-list { display: flex; gap: 0.52083vw; padding: 0; margin: 0; list-style-type: none; margin-bottom: 0.52083vw; }

.professions__item-list-item { position: relative; padding-left: 0.46875vw; font-size: 0.83333vw; font-weight: 600; transition: all .25s ease-in-out; }

.professions__item-list-item:before { content: ''; position: absolute; left: 0; top: 0.26042vw; width: 0.26042vw; height: 0.26042vw; background: #1C1C1C; border-radius: 50%; transition: all .25s ease-in-out; }

.professions__item-tag { display: flex; align-items: center; justify-content: center; font-size: 0.83333vw; font-weight: 600; padding: 0 0.9375vw; height: 2.03125vw; background: #F5F5F6; border-radius: 1.5625vw; white-space: nowrap; }

.professions__item-tag-inner { display: flex; gap: 0.41667vw; }

.professions__item-tag-wrap { display: flex; flex-direction: column; align-items: flex-end; }

.professions__more { margin: 2.08333vw auto 0; max-width: 15.10417vw; }

.employment { padding-top: 4.16667vw; }

.employment__tab { flex: 1; display: flex; align-items: center; justify-content: center; background: #ECEDF0; font-size: 0.98958vw; font-weight: 600; padding: 0.9375vw; height: 3.125vw; border-radius: 0.625vw; border: none; outline: none; text-decoration: none; transition: all .25s ease-in-out; }

.employment__tab:hover { background: #e0e1e4; }

.employment__tab--active { background: #1C1C1C; color: #fff; }

.employment__tab--active:hover { background: #1C1C1C; color: #fff; }

.employment__tab-wrap { margin-bottom: 1.25vw; display: flex; gap: 0.41667vw; }

.employment__content { display: none; }

.employment__content--active { display: block; }

.employment__main { flex: 1; min-height: 24.47917vw; background: #fff; border-radius: 0.83333vw; padding: 1.25vw; }

.employment__main-title { font-size: 2.5vw; letter-spacing: -0.02em; line-height: 1.1; font-weight: 600; margin-bottom: 0.9375vw; max-width: 38.02083vw; }

.employment__main-desc { font-size: 1.35417vw; font-weight: 600; max-width: 38.02083vw; line-height: 1.2; }

.employment__main-wrap { display: flex; gap: 1.04167vw; margin-bottom: 1.04167vw; }

.employment__main-img { position: absolute; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }

.employment__main-img-wrap { flex: 1; border-radius: 0.83333vw; position: relative; overflow: hidden; }

.employment__item { flex: 1; display: flex; flex-direction: column; min-height: 16.66667vw; background: #fff; border-radius: 0.83333vw; padding: 1.25vw; }

.employment__item-wrap { display: flex; gap: 1.04167vw; }

.employment__item-title { flex: 1; font-size: 1.97917vw; line-height: 1; font-weight: 600; margin-bottom: 2.08333vw; max-width: 25.52083vw; }

.employment__item-desc { font-size: 1.19792vw; line-height: 1.2; font-weight: 600; max-width: 22.91667vw; color: #666666; }

.employment__item-icon { width: 2.1875vw; height: 2.1875vw; margin-bottom: 1.04167vw; }

.reviews { padding-top: 4.16667vw; }

.reviews__swiper { display: flex; margin: 0 -0.52083vw; }

.reviews .swiper { overflow: visible; }

.reviews .swiper-slide { padding: 0 0.52083vw; }

.reviews .swiper-scrollbar-horizontal { position: relative; margin-top: 2.08333vw; height: 0.20833vw; width: 100%; bottom: 0; border-radius: 5.15625vw; background: #E0E1E5; left: 0; right: 0; z-index: 20; }

.reviews .swiper-scrollbar-drag { cursor: pointer; background: #1C1C1C; }

.reviews__title { margin-bottom: 0; }

.reviews__title-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.60417vw; }

.reviews__arrows { display: flex; gap: 1.04167vw; }

.reviews__arrows-prev, .reviews__arrows-next { display: flex; align-items: center; justify-content: center; width: 2.5vw; height: 2.5vw; background: #E0E1E5; border-radius: 0.625vw; transition: all .25s ease-in-out; }

.reviews__arrows-prev-icon, .reviews__arrows-next-icon { height: 0.83333vw; width: 0.52083vw; }

.reviews__arrows-prev.swiper-button-disabled, .reviews__arrows-next.swiper-button-disabled { background: #ECEDF0; }

.reviews__arrows-prev.swiper-button-disabled .reviews__arrows-prev-icon path, .reviews__arrows-next.swiper-button-disabled .reviews__arrows-prev-icon path { fill: #7E7F81; }

.reviews__content { position: relative; }

.reviews__item { display: flex; flex-direction: column; background: #ECEDF0; border-radius: 2.8125vw 2.8125vw 2.8125vw 0; padding: 1.25vw; height: 100%; min-height: 19.27083vw; }

.reviews__item-person { flex: 1; display: flex; gap: 1.04167vw; margin-bottom: 0.9375vw; }

.reviews__item-img { width: 3.33333vw; min-width: 3.33333vw; height: 3.33333vw; -o-object-fit: cover; object-fit: cover; border-radius: 50%; border: 0.10417vw solid #CACACB; }

.reviews__item-name { font-size: 0.72917vw; line-height: 1.2; font-weight: 600; margin-bottom: 0.20833vw; }

.reviews__item-profession { font-size: 0.83333vw; line-height: 1.2; font-weight: 600; margin-bottom: 0.72917vw; }

.reviews__item-profession--color { color: #7E7F81; }

.reviews__item-desc { font-size: 0.98958vw; line-height: 1.1; font-weight: 500; }

.reviews__item-rating { display: flex; gap: 0.3125vw; }

.reviews__item-rating-icon { width: 1.04167vw; height: 0.98958vw; }

.video-reviews { padding-top: 2.60417vw; }

.video-reviews__swiper { display: flex; margin: 0 -0.52083vw; }

.video-reviews .swiper { overflow: visible; }

.video-reviews .swiper-slide { padding: 0 0.52083vw; }

.video-reviews .swiper-scrollbar-horizontal { position: relative; margin-top: 2.08333vw; height: 0.20833vw; width: 100%; bottom: 0; border-radius: 5.15625vw; background: #E0E1E5; left: 0; right: 0; z-index: 20; }

.video-reviews .swiper-scrollbar-drag { cursor: pointer; background: #1C1C1C; }

.video-reviews__title { margin-bottom: 0; }

.video-reviews__title-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.60417vw; }

.video-reviews__arrows { display: flex; gap: 1.04167vw; }

.video-reviews__arrows-prev, .video-reviews__arrows-next { display: flex; align-items: center; justify-content: center; width: 2.5vw; height: 2.5vw; background: #E0E1E5; border-radius: 0.625vw; transition: all .25s ease-in-out; }

.video-reviews__arrows-prev-icon, .video-reviews__arrows-next-icon { height: 0.83333vw; width: 0.52083vw; }

.video-reviews__arrows-prev.swiper-button-disabled, .video-reviews__arrows-next.swiper-button-disabled { background: #ECEDF0; }

.video-reviews__arrows-prev.swiper-button-disabled .video-reviews__arrows-prev-icon path, .video-reviews__arrows-next.swiper-button-disabled .video-reviews__arrows-prev-icon path { fill: #7E7F81; }

.video-reviews__content { position: relative; }

.video-reviews__item { padding: 1.25vw; display: flex; flex-direction: column; justify-content: flex-end; position: relative; height: 25vw; border-radius: 0.83333vw; overflow: hidden; text-decoration: none; outline: none; }

.video-reviews__item:before { content: ''; position: absolute; bottom: 0; left: 0; height: 9.42708vw; width: 100%; z-index: -1; background: #1c1c1c; background: linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0.902398) 25%, rgba(22, 22, 22, 0.650298) 56%, rgba(0, 0, 0, 0) 100%); }

.video-reviews__item-img { position: absolute; top: 0; left: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; -o-object-position: top center; object-position: top center; width: 100%; height: 100%; z-index: -2; }

.video-reviews__item-title { font-size: 0.83333vw; font-weight: 600; line-height: 1.2; margin-bottom: 0.20833vw; color: #fff; }

.video-reviews__item-desc { font-size: 0.83333vw; font-weight: 600; line-height: 1.2; color: #7E7F81; }

.video-reviews__item-icon { width: 1.09375vw; height: 1.25vw; position: relative; left: 0.10417vw; }

.video-reviews__item-icon-wrap { position: absolute; top: 1.25vw; right: 1.25vw; width: 2.5vw; height: 2.5vw; background: #ED131C; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

.form-section { padding-top: 4.16667vw; }

.form-section__content { display: flex; gap: 1.04167vw; }

.form-section__desc { font-size: 1.35417vw; line-height: 1.2; font-weight: 600; max-width: 32.03125vw; }

.form-section__desc-wrap { flex: 1; padding: 1.25vw; border-radius: 0.83333vw; background: #fff; display: flex; flex-direction: column; justify-content: space-between; }

.form-section__title { font-size: 3.33333vw; line-height: 1; font-weight: 600; letter-spacing: -0.02em; }

.form-section__form { flex: 1; padding: 1.25vw; border-radius: 0.83333vw; background: #1C1C1C; }

.advantages { padding-top: 2.08333vw; }

.advantages__main { display: flex; gap: 1.04167vw; }

.advantages__main-item { padding: 1.25vw; flex: 1; height: 26.04167vw; position: relative; overflow: hidden; border-radius: 0.83333vw; background: #fff; }

.advantages__main-item:first-child:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 14.27083vw; background: white; background: linear-gradient(0deg, white 0%, rgba(0, 0, 0, 0) 100%); z-index: 2; }

.advantages__main-desc { font-size: 1.97917vw; font-weight: 600; line-height: 1; max-width: 41.14583vw; position: relative; z-index: 3; }

.advantages__main-line { position: absolute; bottom: 0; right: 0; height: 15.41667vw; width: 19.0625vw; -o-object-fit: contain; object-fit: contain; z-index: 1; }

.advantages__main-img { position: absolute; top: 0; left: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }

.advantages__adv { flex: 1; position: relative; background: #fff; height: 12.5vw; border-radius: 0.83333vw; padding: 1.25vw; }

.advantages__adv-wrap { display: flex; gap: 0.41667vw; margin-top: 1.04167vw; }

.advantages__adv-desc { font-size: 1.19792vw; font-weight: 600; line-height: 1.2; }

.advantages__adv-icon { width: 1.5625vw; height: 1.5625vw; position: absolute; bottom: 1.25vw; right: 1.25vw; }

.advantages__rating { flex: 1; height: 16.66667vw; display: flex; flex-direction: column; justify-content: space-between; position: relative; background: #ED131C; border-radius: 0.83333vw; padding: 1.25vw; overflow: hidden; }

.advantages__rating-wrap { display: flex; gap: 1.04167vw; margin-top: 2.60417vw; }

.advantages__rating-main-title { display: none; }

.advantages__rating-title { flex: 1; font-size: 1.97917vw; font-weight: 600; line-height: 1.1; color: #fff; position: relative; z-index: 2; }

.advantages__rating-title-wrap { flex: 1; }

.advantages__rating-subtitle { font-size: 0.98958vw; font-weight: 600; line-height: 1.2; color: #fff; margin-top: 0.625vw; position: relative; z-index: 2; }

.advantages__rating-desc { font-size: 0.83333vw; font-weight: 600; line-height: 1.2; color: rgba(255, 255, 255, 0.8); position: relative; z-index: 2; }

.advantages__rating-img { position: absolute; right: 0; bottom: 0; -o-object-fit: contain; object-fit: contain; }

.advantages__rating-img-1 { width: 7.70833vw; height: 12.03125vw; }

.advantages__rating-img-2 { width: 15.98958vw; height: 12.08333vw; }

.advantages__rating-img-3 { width: 14.0625vw; height: 12.39583vw; }
