/* FONT */
/* VW FORMULA */
/* GLOBAL */
html {
  scroll-behavior: smooth;
}

.wrapper.company a.more:not(.tag) {
  color: #292929;
  padding: 0 120px 0 0;
  position: relative;
}
.wrapper.company a.more:not(.tag):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background-image: url(../img/ic-more.svg);
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center right;
  width: 80px;
  height: 18px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.wrapper.company a.more:not(.tag):hover:after {
  right: 0;
  width: 95px;
}
.wrapper.company section.company-root h1.page-title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wrapper.company section.company-root h1.page-title {
    margin-top: 30px;
  }
}
.wrapper.company section.company-root p.page-alt {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
.wrapper.company section.company-root .company-info {
  margin-bottom: 100px;
}
.wrapper.company section.company-root .company-info .main-poster {
  margin-bottom: 40px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .wrapper.company section.company-root .company-info .main-poster {
    margin-bottom: 24px;
  }
}
.wrapper.company section.company-root .company-info .main-poster img {
  width: 100%;
  object-fit: contain;
}
.wrapper.company section.company-root .company-info.close .head::after {
  transform: rotate(225deg);
}
.wrapper.company section.company-root .company-info .head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
}
.wrapper.company section.company-root .company-info .head span {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  margin-right: 25px;
}
.wrapper.company section.company-root .company-info .head:after {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 4px solid #292929;
  border-top: 4px solid #292929;
  transform: rotate(45deg);
  transition: 0.5s;
  margin-top: 10px;
}
.wrapper.company section.company-root .company-info.close {
  margin-bottom: unset;
}
.wrapper.company section.company-root .company-info.close .head::after {
  transform: rotate(225deg);
}
.wrapper.company section.company-root .company-info .info-body {
  padding: 0 0 0 260px;
}
.wrapper.company section.company-root .company-info .info-body p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 20px;
}
.wrapper.company section.company-root .company-info .info-body .info-content {
  height: 430px;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.wrapper.company section.company-root .company-info .info-body .info-content:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  transition: all ease 0.3s;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), #fff);
}
.wrapper.company section.company-root .company-info .info-body .info-content.expand:before {
  opacity: 0;
}
@media (max-width: 767px) {
  .wrapper.company section.company-root .company-info .info-body .info-content {
    height: 420px;
  }
}
.wrapper.company section.company-root .company-info .info-body .expander {
  cursor: pointer;
  position: relative;
}
.wrapper.company section.company-root .company-info .info-body .expander span.arrow {
  position: relative;
}
.wrapper.company section.company-root .company-info .info-body .expander span.arrow:before {
  content: attr(data-more);
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.wrapper.company section.company-root .company-info .info-body .expander span.arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 4px solid #292929;
  border-top: 4px solid #292929;
  transform: rotate(225deg);
  transition: 0.5s;
  margin-top: 10px;
  position: absolute;
  top: -16px;
  right: -40px;
}
.wrapper.company section.company-root .company-info .info-body .expander span.arrow.less:before {
  content: attr(data-less);
}
.wrapper.company section.company-root .company-info .info-body .expander span.arrow.less:after {
  transform: rotate(45deg);
  top: -6px;
}
.wrapper.company section.company-root .strat {
  margin-bottom: 100px;
}
.wrapper.company section.company-root .strat a.more {
  font-size: 60px;
  line-height: 78px;
  font-weight: 500;
}
.wrapper.company section.company-root .strat .strat-body {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.wrapper.company section.company-root .strat .strat-body .alt {
  width: 315px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.wrapper.company section.company-root .strat .strat-body .alt p.key {
  position: sticky;
  top: 30px;
  display: none;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.wrapper.company section.company-root .strat .strat-body .alt p.key.shown {
  opacity: 1;
  display: block;
}
.wrapper.company section.company-root .strat .strat-body .drops {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 365px);
}
.wrapper.company section.company-root .strat .strat-body .drops .drop {
  width: 320px;
  height: 320px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #292929;
  transition: all 0.2s;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding: 40px;
  font-size: 36px;
  line-height: 47px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.wrapper.company section.company-root .strat .strat-body .drops .drop:last-child {
  margin-bottom: unset;
}
.wrapper.company section.company-root .strat .strat-body .drops .drop.tr {
  border-top-right-radius: unset;
}
.wrapper.company section.company-root .strat .strat-body .drops .drop.bl {
  border-bottom-left-radius: unset;
}
.wrapper.company section.company-root .strat .strat-body .drops .drop.tl {
  border-top-left-radius: unset;
}
.wrapper.company section.company-root .strat .strat-body .drops .drop.br {
  border-bottom-right-radius: unset;
}
.wrapper.company section.company-root .strat .strat-body .drops .drop.filled, .wrapper.company section.company-root .strat .strat-body .drops .drop:hover {
  border-color: var(--f-color);
  background-color: var(--f-color);
  color: #FFFFFF;
}
.wrapper.company section.company-root .social-resp {
  margin-bottom: 100px;
}
.wrapper.company section.company-root .social-resp a.more {
  font-size: 60px;
  line-height: 78px;
  font-weight: 500;
}
.wrapper.company section.company-root .social-resp p.key {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  margin: 35px 0;
}
.wrapper.company section.company-root .social-resp .slider .custom-buttons {
  width: 130px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.wrapper.company section.company-root .social-resp .slider .custom-buttons img.custom-button {
  width: 25px;
}
.wrapper.company section.company-root .social-resp .slider .custom-buttons img.custom-button.swiper-button-disabled {
  opacity: 0.3;
}
.wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide {
  border-radius: 45px;
  width: 510px;
}
.wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .info {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  background-color: #54B3E9;
  color: #FFFFFF;
  padding: 45px 45px 35px 45px;
}
.wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .info p.item-head {
  font-size: 46px;
  line-height: 57px;
  font-weight: 400;
  margin-bottom: 35px;
}
.wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .info p.item-text {
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
}
.wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .poster {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  width: 100%;
  height: 420px;
  background-image: var(--p-url);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .poster a.more-link {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 50%;
  bottom: 50px;
  right: 35px;
  background-image: url(../img/ic-more-short.svg);
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: center;
}
.wrapper.company section.company-root .production {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .wrapper.company section.company-root .production {
    margin-bottom: 50px;
  }
}
.wrapper.company section.company-root .production a.more {
  font-size: 60px;
  line-height: 78px;
  font-weight: 500;
}
.wrapper.company section.company-root .production h2.item-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .wrapper.company section.company-root .production h2.item-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
.wrapper.company section.company-root .production p.key {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wrapper.company section.company-root .production p.key {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0;
  }
}
.wrapper.company section.company-root .production h2.item-title,
.wrapper.company section.company-root .production p.key {
  color: #292929;
}
.wrapper.company section.company-root .production .holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrapper.company section.company-root .production .holder {
    gap: 0 16px;
  }
}
.wrapper.company section.company-root .production .holder .item {
  flex-basis: 50%;
  transition: all ease 0.3s;
}
@media (min-width: 1110px) {
  .wrapper.company section.company-root .production .holder .item {
    cursor: pointer;
  }
  .wrapper.company section.company-root .production .holder .item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .wrapper.company section.company-root .production .holder .item {
    flex-basis: auto;
  }
}
.wrapper.company section.company-root .production .holder .item:nth-child(1), .wrapper.company section.company-root .production .holder .item:nth-child(2) {
  margin: 35px 0;
}
@media (max-width: 767px) {
  .wrapper.company section.company-root .production .holder .item:nth-child(1), .wrapper.company section.company-root .production .holder .item:nth-child(2) {
    margin: 0 0 16px;
  }
}
.wrapper.company section.company-root .production .holder .item:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .wrapper.company section.company-root .production .holder .item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.wrapper.company section.company-root .social-system a.more {
  font-size: 60px;
  line-height: 78px;
  font-weight: 500;
}
.wrapper.company section.company-root .social-system p.key {
  margin: 35px 0 100px 0;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}
.wrapper.company section.company-root .career {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.wrapper.company section.company-root .career .poster {
  width: 530px;
  height: 740px;
  background-image: var(--p-url);
  background-size: cover;
  background-position: center;
}
.wrapper.company section.company-root .career .alt {
  flex-shrink: 0;
  margin-left: 20px;
}
.wrapper.company section.company-root .career .alt a.more {
  font-size: 60px;
  line-height: 78px;
  font-weight: 500;
}
.wrapper.company section.company-root .career .alt img {
  width: 100%;
  object-fit: contain;
}
.wrapper.company section.company-root .career .alt .alt {
  margin: 35px 0 15px 0;
  padding: 0 55px 0 0;
  font-size: 31px;
  line-height: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
  color: #292929;
}
@media (min-width: 1110px) {
  .wrapper.company section.company-root .career .alt .alt {
    cursor: pointer;
  }
  .wrapper.company section.company-root .career .alt .alt:hover {
    opacity: 0.7;
  }
}
.wrapper.company section.company-root .career .alt .alt span.counter {
  margin-left: 20px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FF3939;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
}
.wrapper.company section.company-root .career .alt .vac {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  display: none;
}
.wrapper.company section.company-root .contacts a.more {
  font-size: 60px;
  line-height: 78px;
  font-weight: 500;
}
.wrapper.company section.company-root .contacts .holder {
  display: flex;
  margin-top: 70px;
}
.wrapper.company section.company-root .contacts .holder .left,
.wrapper.company section.company-root .contacts .holder .right {
  flex-basis: 50%;
}
.wrapper.company section.company-root .contacts .holder .left p.alt {
  font-size: 36px;
  line-height: 47px;
  font-weight: 500;
}
.wrapper.company section.company-root .contacts .holder .right p.addr,
.wrapper.company section.company-root .contacts .holder .right a.mail,
.wrapper.company section.company-root .contacts .holder .right a.tel {
  display: block;
  color: #292929;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: all ease 0.3s;
}
@media (min-width: 1110px) {
  .wrapper.company section.company-root .contacts .holder .right a {
    cursor: pointer;
  }
  .wrapper.company section.company-root .contacts .holder .right a:hover {
    opacity: 0.7;
  }
}
.wrapper.company section.company-strategy {
  padding-top: 40px;
}
.wrapper.company section.company-strategy h1.page-title {
  font-size: 60px;
  line-height: 78px;
  font-weight: 400;
  margin-bottom: 70px;
}
.wrapper.company section.company-strategy[data-cat-id="1"] .drop.filled {
  background-color: #69AADC;
  border-color: #69AADC;
}
.wrapper.company section.company-strategy[data-cat-id="1"] .page-body .highlight {
  color: #69AADC;
}
.wrapper.company section.company-strategy[data-cat-id="2"] .drop.filled {
  background-color: #DA7F2F;
  border-color: #DA7F2F;
}
.wrapper.company section.company-strategy[data-cat-id="2"] .page-body .highlight {
  color: #DA7F2F;
}
.wrapper.company section.company-strategy[data-cat-id="3"] .drop.filled {
  background-color: #9D2A7C;
  border-color: #9D2A7C;
}
.wrapper.company section.company-strategy[data-cat-id="3"] .page-body .highlight {
  color: #9D2A7C;
}
.wrapper.company section.company-strategy[data-cat-id="4"] .drop.filled {
  background-color: #3F9266;
  border-color: #3F9266;
}
.wrapper.company section.company-strategy[data-cat-id="4"] .page-body .highlight {
  color: #3F9266;
}
.wrapper.company section.company-strategy[data-cat-id="5"] .drop.filled {
  background-color: #D15650;
  border-color: #D15650;
}
.wrapper.company section.company-strategy[data-cat-id="5"] .page-body .highlight {
  color: #D15650;
}
.wrapper.company section.company-strategy .cat-switcher {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #292929;
  margin-bottom: 100px;
}
.wrapper.company section.company-strategy .cat-switcher .btn {
  border-top: 9px solid transparent;
  max-width: 200px;
  margin-top: -4px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.wrapper.company section.company-strategy .cat-switcher .btn.active {
  border-top-color: #292929;
  font-weight: 500;
}
.wrapper.company section.company-strategy .cat-switcher.bottom {
  border-top: unset;
  border-bottom: 1px solid #292929;
}
.wrapper.company section.company-strategy .cat-switcher.bottom .btn {
  border-top: unset;
  border-bottom: 9px solid transparent;
  margin-top: unset;
  margin-bottom: -5px;
}
.wrapper.company section.company-strategy .cat-switcher.bottom .btn.active {
  border-top: 1px solid #292929;
  border-bottom-color: #292929;
}
.wrapper.company section.company-strategy .slider .swiper-slide {
  width: 430px;
}
.wrapper.company section.company-strategy .slider .drop {
  width: 430px;
  height: 430px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #292929;
  transition: all 0.2s;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding: 0 65px;
  font-size: 36px;
  line-height: 47px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.wrapper.company section.company-strategy .slider .drop:last-child {
  margin-bottom: unset;
}
.wrapper.company section.company-strategy .slider .drop.tr {
  border-top-right-radius: unset;
}
.wrapper.company section.company-strategy .slider .drop.bl {
  border-bottom-left-radius: unset;
}
.wrapper.company section.company-strategy .slider .drop.tl {
  border-top-left-radius: unset;
}
.wrapper.company section.company-strategy .slider .drop.br {
  border-bottom-right-radius: unset;
}
.wrapper.company section.company-strategy .slider .drop.filled {
  color: #FFFFFF;
}
.wrapper.company section.company-strategy .slider .drop.image {
  color: #FFFFFF;
  background-image: var(--d-image);
  background-position: center;
  background-size: cover;
  border-color: transparent;
}
.wrapper.company section.company-strategy .slider .custom-buttons {
  width: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.wrapper.company section.company-strategy .slider .custom-buttons .custom-button {
  cursor: pointer;
}
.wrapper.company section.company-strategy .slider .custom-buttons .custom-button.swiper-button-disabled {
  opacity: 0.3;
}
.wrapper.company section.company-strategy .page-body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.wrapper.company section.company-strategy .page-body .highlight {
  width: 630px;
}
.wrapper.company section.company-strategy .page-body .highlight h2 {
  font-size: 36px;
  line-height: 47px;
  font-weight: 400;
}
.wrapper.company section.company-strategy .page-body .fulltext {
  width: 340px;
}
.wrapper.company section.company-strategy .page-body .fulltext p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .wrapper.company {
    width: 100%;
    padding: 20px;
  }
  .wrapper.company a.more:not(.tag) {
    padding: 0 12.5vw 0 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .wrapper.company a.more:not(.tag) {
    padding: 0 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company a.more:not(.tag):not(.noarrow):after {
    right: 3.125vw;
    background-size: auto 4.375vw;
    width: 6.25vw;
    height: 4.375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .wrapper.company a.more:not(.tag):not(.noarrow):after {
    width: 30px;
    height: 10px;
    background-size: auto 15px;
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company a.more:not(.tag):not(.noarrow):hover:after {
    right: 0;
    width: 9.375vw;
  }
  .wrapper.company section.company-root h1.page-title {
    line-height: 1.4;
    font-size: 6.5vw;
    margin-bottom: 4.6875vw;
  }
  .wrapper.company section.company-root p.page-alt {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 3.125vw;
  }
  .wrapper.company section.company-root .company-info {
    margin-bottom: 18.75vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .wrapper.company section.company-root .company-info {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .company-info.close .head::after {
    margin-top: 0;
  }
  .wrapper.company section.company-root .company-info .head {
    padding: 0 0 3.125vw 0;
  }
  .wrapper.company section.company-root .company-info .head span {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-right: 7.8125vw;
  }
  .wrapper.company section.company-root .company-info .head:after {
    width: 12px;
    height: 12px;
    border-width: 2px;
    margin-top: 10px;
  }
  .wrapper.company section.company-root .company-info.close {
    margin-bottom: unset;
  }
  .wrapper.company section.company-root .company-info.close .head::after {
    margin-top: 0;
    transform: rotate(225deg);
  }
  .wrapper.company section.company-root .company-info .info-body {
    padding: 0 0 0 5vw;
  }
  .wrapper.company section.company-root .company-info .info-body p {
    font-size: 19.5px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .company-info .info-body p {
    font-size: 4.0625vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .company-info .info-body .expander span.arrow:before {
    font-size: 18px;
  }
  .wrapper.company section.company-root .company-info .info-body .expander span.arrow:after {
    width: 12px;
    height: 12px;
    border-width: 2px;
    margin-top: 16px;
  }
  .wrapper.company section.company-root .strat {
    margin-bottom: 9.375vw;
  }
  .wrapper.company section.company-root .strat a.more {
    font-size: 33px;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .strat a.more {
    font-size: 6.875vw;
    line-height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .strat .strat-body {
    flex-direction: column;
    margin-top: 9.375vw;
  }
  .wrapper.company section.company-root .strat .strat-body .alt {
    margin-top: 6.25vw;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .strat .strat-body .alt {
    font-size: 3.75vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .strat .strat-body .drops {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
  .wrapper.company section.company-root .strat .strat-body .drops .drop {
    width: 42.1875vw;
    height: 42.1875vw;
    margin-bottom: 0;
    padding: 1.5625vw;
    text-align: center;
    justify-content: center;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .strat .strat-body .drops .drop {
    font-size: 4.375vw;
    line-height: 5.75vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .wrapper.company section.company-root .strat .strat-body .drops .drop {
    width: calc(50% - 20px);
    aspect-ratio: 1;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .production a.more {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .wrapper.company section.company-root .social-resp {
    margin-bottom: 18.75vw;
  }
  .wrapper.company section.company-root .social-resp a.more {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .social-resp a.more {
    font-size: 8.75vw;
    line-height: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .social-resp p.key {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
    margin: 9.375vw 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .social-resp p.key {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .social-resp .slider .custom-buttons {
    width: 28.125vw;
    margin-bottom: 15.625vw;
  }
  .wrapper.company section.company-root .social-resp .slider .custom-buttons img.custom-button {
    width: 5.625vw;
  }
  .wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide {
    border-radius: 14.0625vw;
    width: 100%;
  }
  .wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .info {
    border-top-left-radius: 14.0625vw;
    border-top-right-radius: 14.0625vw;
    padding: 12.5vw 9.375vw 18.75vw 9.375vw;
  }
  .wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .info p.item-head {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .info p.item-head {
    font-size: 7.5vw;
    line-height: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .info p.item-text {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .info p.item-text {
    font-size: 4.375vw;
    line-height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .poster {
    border-bottom-left-radius: 14.0625vw;
    border-bottom-right-radius: 14.0625vw;
    width: 100%;
    height: 73.4375vw;
  }
  .wrapper.company section.company-root .social-resp .slider .swiper-wrapper .swiper-slide .poster a.more-link {
    width: 10.9375vw;
    height: 10.9375vw;
    bottom: 7.8125vw;
    right: 7.8125vw;
    background-size: auto 3.125vw;
  }
  .wrapper.company section.company-root .social-system a.more {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .social-system a.more {
    font-size: 8.75vw;
    line-height: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .social-system p.key {
    margin: 6.25vw 0 18.75vw 0;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .social-system p.key {
    font-size: 4.375vw;
    line-height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .career {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 9.375vw;
  }
  .wrapper.company section.company-root .career .poster {
    width: 100%;
    height: 90.625vw;
  }
  .wrapper.company section.company-root .career div.alt {
    margin-left: unset;
  }
  .wrapper.company section.company-root .career div.alt a.more {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .career div.alt a.more {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .career div.alt p.alt {
    margin: 9.375vw 0 4.6875vw 0;
    padding: 0 17.1875vw 0 0;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .wrapper.company section.company-root .career div.alt p.alt {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .career div.alt p.alt {
    font-size: 4.375vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .career div.alt p.alt span.counter {
    margin-left: 3.125vw;
    width: 9.375vw;
    height: 9.375vw;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .career div.alt p.alt span.counter {
    font-size: 3.75vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .wrapper.company section.company-root .career div.alt p.alt span.counter {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .career div.alt p.vac {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .career div.alt p.vac {
    font-size: 4.375vw;
    line-height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .contacts {
    margin-bottom: 4.6875vw;
  }
  .wrapper.company section.company-root .contacts a.more {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .contacts a.more {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .contacts .holder {
    display: flex;
    flex-direction: column;
    margin-top: 4.6875vw;
  }
  .wrapper.company section.company-root .contacts .holder .left,
  .wrapper.company section.company-root .contacts .holder .right {
    flex-basis: 100%;
  }
  .wrapper.company section.company-root .contacts .holder .left p.alt {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .contacts .holder .left p.alt {
    font-size: 4.375vw;
    line-height: 6.75vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-root .contacts .holder .right p.addr,
  .wrapper.company section.company-root .contacts .holder .right a.mail,
  .wrapper.company section.company-root .contacts .holder .right a.tel {
    display: block;
    color: #292929;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-root .contacts .holder .right p.addr,
  .wrapper.company section.company-root .contacts .holder .right a.mail,
  .wrapper.company section.company-root .contacts .holder .right a.tel {
    font-size: 3.75vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-strategy {
    padding-top: 6.25vw;
  }
  .wrapper.company section.company-strategy h1.page-title {
    font-size: 45px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-strategy h1.page-title {
    font-size: 9.375vw;
    line-height: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-strategy .cat-switcher {
    margin-bottom: 15.625vw;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .wrapper.company section.company-strategy .cat-switcher::-webkit-scrollbar {
    display: none;
  }
  .wrapper.company section.company-strategy .cat-switcher .btn {
    border-top: 2.8125vw solid transparent;
    max-width: 62.5vw;
    margin-top: -1.25vw;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
    margin-right: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-strategy .cat-switcher .btn {
    font-size: 4.375vw;
    line-height: 4.75vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-strategy .cat-switcher .btn:last-child {
    margin-right: unset;
  }
  .wrapper.company section.company-strategy .cat-switcher.bottom .btn {
    border-bottom: 1.875vw solid transparent;
    margin-bottom: -1.5625vw;
  }
  .wrapper.company section.company-strategy .slider .swiper-slide {
    width: 43.75vw;
  }
  .wrapper.company section.company-strategy .slider .drop {
    width: 43.75vw;
    height: 43.75vw;
    margin-bottom: 12.5vw;
    padding: 0 3.125vw;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-strategy .slider .drop {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-strategy .slider .custom-buttons {
    width: 28.125vw;
    margin-top: 9.375vw;
    margin-bottom: 12.5vw;
  }
  .wrapper.company section.company-strategy .slider .custom-buttons .custom-button {
    width: 4.6875vw;
  }
  .wrapper.company section.company-strategy .page-body {
    flex-direction: column;
    margin-bottom: 18.75vw;
  }
  .wrapper.company section.company-strategy .page-body .highlight {
    width: 100%;
  }
  .wrapper.company section.company-strategy .page-body .highlight h2 {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-strategy .page-body .highlight h2 {
    font-size: 5.625vw;
    line-height: 6.75vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.company section.company-strategy .page-body .fulltext {
    width: 100%;
    padding: 0 0 0 10.9375vw;
  }
  .wrapper.company section.company-strategy .page-body .fulltext p {
    font-size: 19.5px;
    line-height: 1.4;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .wrapper.company section.company-strategy .page-body .fulltext p {
    font-size: 4.0625vw;
    line-height: 4.5vw;
  }
}