

/* Start:/local/templates/hot_staff/components/bitrix/news.list/history_brand/style.css?174703958011829*/
p {
  margin-top: 0;
  margin-bottom: 25px;
}

.section-history {
  padding-top: 130px;
  overflow: hidden;
}

.block-history-top {
  position: relative;
}

.block-history-top:before {
  content: "";
  width: 100%;
  height: 280px;
  background-image: url("/local/templates/hot_staff/components/bitrix/news.list/history_brand/./img/mask_bgr_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -120px;
  left: 100px;
}

.block-history-top:after {
  content: "";
  width: 100%;
  height: 400px;
  background-image: url("/local/templates/hot_staff/components/bitrix/news.list/history_brand/./img/mask_bgr_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -120px;
  top: -20px;
}

.history-title {
/*  height: 700px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 50;
  margin-bottom: 50px;
}

.history-title img {
  max-width: 630px;
  width: 100%;
}

.history-top-bgr {
  width: 100%;
  height: 600px;
  background-image: url("/local/templates/hot_staff/components/bitrix/news.list/history_brand/./img/history_bgr.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100px;
  right: 100px;
}

.block-history-info {
  position: relative;
  padding: 40px 0 80px;
}

.block-history-text1,
.block-history-text2 {
  display: flex;
  align-items: center;
}

.block-history-text1 {
  margin-bottom: 100px;
}

.history-text1 {
  width: 100%;
  font-family: MulishBold;
  font-size: 32px;
  line-height: 48px;
}

.history-img1 {
  width: 35%;
  text-align: right;
}

.history-img1 > img {
  max-width: 400px;
  width: 100%;
}

.history-img2{
  width: 55%;
}

.history-img2 > img {
  max-width: 650px;
  width: 100%;
}

.history-text2 {
  width: 40%;
  font-size: 22px;
  line-height: 32px;
}

.history-text2 p {
  margin-bottom: 30px;
}

.history-text2 p:last-child {
  margin-bottom: 0;
}

.block-history-mob {
  display: none;
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.block-history-mob .img1 > img {
  max-width: 350px;
  width: 100%;
  transform: rotate(-10deg);
}

.block-history-mob .img2 > img {
  max-width: 550px;
  width: 100%;
  transform: rotate(15deg);
  margin-top: -115px;
}

.history-info {
  text-align: center;
  position: relative;
  padding: 80px 0;
}

.history-info:before {
  content: url("/local/templates/hot_staff/components/bitrix/news.list/history_brand/./img/dumpling_bgr1.png");
  transform: scale(0.8);
  position: absolute;
  z-index: -1;
  top: 150px;
  left: -50px;
}

.history-info:after {
  content: url("/local/templates/hot_staff/components/bitrix/news.list/history_brand/./img/dumpling_bgr2.png");
  transform: scale(0.8);
  position: absolute;
  z-index: -1;
  top: 150px;
  right: -100px;
}

.history-text-big {
  max-width: 1200px;
  width: 100%;
  font-family: MulishBold;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin: 0 auto 30px;
}

.history-text-small {
  max-width: 1020px;
  width: 100%;
  font-size: 28px;
  line-height: 38px;
  font-family: 'MulishRegular';
  margin: 0 auto 30px;
}

.history-text-trapezoid {
  max-width: 1100px;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  font-family: MulishRegular;
  background-color: var(--background-text);
  position: relative;
  z-index: 10;
  padding: 20px 10px 30px;
  margin: 0 auto 65px;
}

.history-text-trapezoid:before,
.history-text-trapezoid:after {
  content: '';
  width: 150px;
  height: 100%;
  background: var(--background-text);
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  top: 0;
}

.history-text-trapezoid:before {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  left: -35px;
  top: 0;
}

.history-text-trapezoid:after {
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  right: -35px;
  top: 0;
}

.history-text-slogan {
  font-family: MulishBold;
  font-size: 54px;
  line-height: 68px;
  margin-bottom: 30px;
}

@media (max-width: 1500px) {
  .block-history-top:before {
    height: 220px;
    top: -90px;
  }

  .block-history-top:after {
    height: 330px;
  }

  .history-top-bgr {
    height: 500px;
  }
}

@media (max-width: 1400px) {
  .history-title {
    margin-bottom: 20px;
  }

  .block-history-top:before {
    height: 200px;
    top: -100px;
  }

  .block-history-top:after {
    height: 300px;
    bottom: -100px;
  }

  .history-text1 {
    font-size: 30px;
    line-height: 42px;
  }

  .history-img1 > img {
    max-width: 350px;
  }

  .history-img2 > img {
    max-width: 500px;
  }

  .history-img2,
  .history-text2 {
    width: 50%;
  }

  .history-info:before {
    top: 180px;
    left: -80px;
  }

  .history-info:after {
    transform: scale(0.7);
    right: -150px;
  }
}

@media (max-width: 1300px) {
  .history-info {
    padding: 50px 0;
  }

  .history-info:before {
    transform: scale(0.6);
  }

  .history-info:after {
    transform: scale(0.6);
    top: 120px;
    right: -130px;
  }

  .history-text-big {
    max-width: 1100px;
    font-size: 30px;
    line-height: 42px;
  }

  .history-text-small {
    max-width: 850px;
    font-size: 24px;
    line-height: 32px;
  }

  .history-text-trapezoid {
    max-width: 900px;
    font-size: 20px;
    line-height: 30px;
  }

  .history-text-slogan {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .section-history {
    padding-top: 100px;
  }

  .history-top-bgr {
    background-size: 400px;
    top: -50px;
  }

  .history-title {
    margin-bottom: 0;
  }

  .history-title img {
    max-width: 550px;
  }

  .block-history-top:before {
    height: 170px;
    top: -70px;
  }

  .block-history-top:after {
    bottom: -180px;
  }

  .block-history-text1 {
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .history-img1 > img {
    max-width: 300px;
  }

  .history-text1 {
    font-size: 24px;
    line-height: 32px;
  }

  .history-img2 > img {
    max-width: 400px;
  }

  .history-text2 {
    font-size: 18px;
    line-height: 24px;
  }

  .history-text2 p {
    margin-bottom: 20px;
  }

  .history-text-big {
    max-width: 900px;
    line-height: 40px;
  }

  .history-text-small {
    max-width: 700px;
  }

  .history-text-trapezoid {
    max-width: 800px;
    margin-bottom: 40px;
  }

  .history-text-slogan {
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .history-top-bgr {
    background-size: 300px;
    top: -50px;
    right: 0;
  }

  .history-title img {
    max-width: 600px;
  }

  .block-history-top:before {
    top: -80px;
    left: 30px;
  }

  .block-history-top:after {
    background-size: 250px;
  }

  .block-history-text1 {
    margin-bottom: 40px;
  }

  .history-text1 {
    font-size: 20px;
    line-height: 26px;
  }

  .history-text2 {
    font-size: 18px;
    line-height: 22px;
  }

  .history-text1,
  .history-text2 {
    width: 100%;
  }

  .history-img1,
  .history-img2 {
    display: none;
  }

  .block-history-mob {
    display: block;
  }

  .history-info {
    padding: 40px 0;
  }

  .history-info:before {
    display: none;
  }

  .history-info:after {
    transform: scale(0.5) rotate(-60deg);
    top: inherit;
    bottom: -35px;
    right: -70px;
    z-index: 30;
  }

  .history-text-big {
    font-size: 28px;
    line-height: 36px;
  }

  .history-text-small {
    max-width: 800px;
    font-size: 22px;
    line-height: 32px;
  }

  .history-text-trapezoid {
    max-width: 800px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 40px;
    margin-bottom: 30px;
  }

  .history-text-trapezoid:before {
    -webkit-transform: skew(-4deg);
    -moz-transform: skew(-4deg);
    -o-transform: skew(-4deg);
    left: -20px;
    top: 0;
  }

  .history-text-trapezoid:after {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(4deg);
    -o-transform: skew(4deg);
    right: -20px;
    top: 0;
  }

  .history-text-slogan {
    max-width: 500px;
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }
}

@media (max-width: 880px) {
  .history-info:after {
    bottom: -40px;
    right: -100px;
  }
}

@media (max-width: 757px) {
  .history-title img {
    max-width: 400px;
  }

  .history-top-bgr {
    background-size: 280px;
  }

  .block-history-top:before {
    height: 120px;
    top: -65px;
    left: 10px;
  }

  .block-history-top:after {
    background-size: 280px;
  }

  .block-history-info {
    padding: 40px 0;
  }

  .block-history-text1 {
    margin-bottom: 20px;
  }

  .history-text1 {
    font-size: 18px;
    line-height: 24px;
  }

  .history-text2 {
    font-size: 16px;
    line-height: 20px;
  }

  .history-text2 p {
    margin-bottom: 15px;
  }

  .block-history-mob .img1 > img {
    max-width: 300px;
  }

  .block-history-mob .img2 > img {
    max-width: 500px;
    margin-top: -95px;
  }

  .history-text-big {
    font-size: 24px;
    line-height: 32px;
  }

  .history-text-small {
    font-size: 18px;
    line-height: 26px;
  }

  .history-text-slogan {
    max-width: 400px;
    font-size: 28px;
    line-height: 32px;
  }

  .history-info:after {
    right: -70px;
    bottom: -55px;
  }
}

@media (max-width: 575px) {
  .history-top-bgr {
    background-size: 200px;
    top: 0;
  }

  .history-title img {
    max-width: 350px;
  }

  .block-history-top:before {
    height: 100px;
    top: -60px;
    left: 0;
  }

  .block-history-top:after {
    height: 150px;
    bottom: 0;
  }

  .block-history-mob .img1 > img {
    max-width: 200px;
  }

  .block-history-mob .img2 > img {
    max-width: 350px;
    margin-top: -70px;
  }

  .history-text-big {
    font-size: 22px;
    line-height: 30px;
  }

  .history-text-trapezoid {
    max-width: 90%;
  }

  .history-info:after {
    transform: scale(0.35) rotate(-60deg);
    right: -150px;
    bottom: -30px;
  }
}

@media (max-width: 470px) {
  .history-info:after {
    transform: scale(0.3) rotate(-60deg);
    bottom: -10px;
  }

  .history-text-slogan {
    font-size: 24px;
    padding-top: 15px;
  }
}

@media (min-width: 1800px) {
  .history-top-bgr {
    right: 150px;
  }

  .block-history-top:before {
    top: -120px;
    left: 180px;
  }
}

@media (min-width: 1700px) {
  .block-history-top:before {
    left: 180px;
  }

  .history-text-big {
    max-width: 1200px;
    font-size: 40px;
    line-height: 52px;
  }

  .history-text-small {
    max-width: 1020px;
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 30px;
  }

  .history-text-trapezoid {
    max-width: 1220px;
    font-size: 24px;
    line-height: 36px;
  }

  .firefox .history-text-trapezoid {
    max-width: 1230px;
  }

  .history-text-slogan {
    font-size: 64px;
    line-height: 72px;
  }

  .history-info:before {
    transform: scale(1);
    top: 200px;
    left: 0;
  }

  .history-info:after {
    transform: scale(1);
    top: 180px;
    right: -50px;
  }
}

@media (min-width: 1600px) {
  .history-top-bgr {
    height: 700px;
  }

  .history-title img {
    max-width: 700px;
  }

  .history-text1 {
    font-size: 40px;
    line-height: 52px;
  }

  .history-img1 > img {
    max-width: 470px;
  }

  .history-text2 {
    font-size: 24px;
    line-height: 36px;
  }

  .history-img2 > img {
    max-width: 710px;
  }
}

/* End */


/* Start:/local/templates/hot_staff/components/bitrix/news.list/chronologies/style.css?17478292958660*/
/*.section-chronologies {
  padding-bottom: 100px;
}*/

.section-chronologies .container {
  position: relative;
}

.section-chronologies .container:before {
  content: "";
  background-image: url("/local/templates/hot_staff/components/bitrix/news.list/chronologies/./img/new_pelm.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 230px;
  height: 230px;
  right: 40px;
  top: -200px;
}

.section-chronologies .container:after {
  content: "";
  background-image: url("/local/templates/hot_staff/components/bitrix/news.list/chronologies/./img/bgr_pelm_2_clear.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 260px;
  height: 260px;
  right: 50px;
  bottom: -50px;
  transform: rotate(57deg);
}

.section-chronologies .container.items-odd:after {
  bottom: 50px;
}

.block-chronologies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 30;
}

.block-chronologies:before {
  content: "";
  width: 10px;
  height: 89%;
  background: var(--background-text);
  border-radius: 40px;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.chronologies-item {
  width: 50%;
  height: 500px;
  text-align: center;
  position: relative;
}

.chronologies-item__logo {
  width: clamp(28.5rem, 38vw, 45rem);
  text-align: left;
  position: absolute;
  top: -110px;
  left: 5px;
  z-index: 50;
}

.chronologies-item__logo > img {
  position: relative;
  max-width: 200px;
  max-height: 200px;
  z-index: 30;
}

.chronologies-item__title {
  font-family: Gilroy;
  font-size: 60px;
  line-height: 60px;
  text-align: right;
  margin-bottom: 15px;
}

.chronologies-item__text {
  font-family: MulishRegular;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
}

.chronologies-item__info-text {
  position: relative;
  z-index: 30;
}

.chronologies-item__info-text:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: var(--background-text);
  position: absolute;
}

.chronologies-item__info-text:after {
  content: "";
  width: 300px;
  height: 10px;
  background: var(--background-text);
  position: absolute;
}

.chronologies-item__bgr {
  width: clamp(28.5rem, 38vw, 44rem);
  background: var(--background-text);
  border-radius: 24px;
  padding: 30px;
  position: relative;
  z-index: 30;
}

.chronologies-item:nth-child(odd) .chronologies-item__info-text:before {
  right: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.chronologies-item:nth-child(odd) .chronologies-item__info-text:after {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.chronologies-item:nth-child(even) {
  position: relative;
  top: 250px;
}

.chronologies-item:nth-child(even) .chronologies-item__title,
.chronologies-item:nth-child(even) .chronologies-item__text {
  text-align: left;
}

.chronologies-item:nth-child(even) .chronologies-item__logo {
  text-align: right;
}

.chronologies-item:nth-child(even) .chronologies-item__logo,
.chronologies-item:nth-child(even) .chronologies-item__bgr {
  margin-right: 0;
  margin-left: auto;
}

.chronologies-item:nth-child(even) .chronologies-item__logo {
  right: 5px;
}

.chronologies-item:nth-child(even) .chronologies-item__info-text:before {
  left: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.chronologies-item:nth-child(even) .chronologies-item__info-text:after {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1500px) {
  .block-chronologies:before {
    height: 88.5%;
  }
}

@media (max-width: 1300px) {
  .section-chronologies .container:before {
    width: 200px;
    height: 200px;
    top: -170px;
  }

  .section-chronologies .container:after {
    width: 210px;
    height: 210px;
  }

  .block-chronologies:before {
    width: 8px;
    height: 89%;
    top: 125px;
  }

  .chronologies-item__info-text:before {
    content: "";
    width: 30px;
    height: 30px;
  }

  .chronologies-item__info-text:after {
    height: 8px;
  }

  .chronologies-item {
    height: 450px;
  }

  .chronologies-item:nth-child(even) {
    top: 200px;
  }

  .chronologies-item:nth-child(odd) .chronologies-item__info-text:before {
    right: -15px;
  }

  .chronologies-item:nth-child(even) .chronologies-item__info-text:before {
    left: -15px;
  }

  .chronologies-item__title {
    font-size: 50px;
    line-height: 50px;
  }

  .chronologies-item__logo {
    top: -90px;
  }

  .chronologies-item__logo > img {
    max-width: 170px;
    max-height: 170px;
  }
}

@media (max-width: 1200px) {
  .section-chronologies .container:before {
    width: 150px;
    height: 150px;
    top: -120px;
  }

  .section-chronologies .container:after {
    width: 160px;
    height: 160px;
    bottom: 0;
  }

  .block-chronologies:before {
    width: 8px;
 /*   height: 86%;*/
    top: 110px;
  }

  .chronologies-item {
    height: 370px;
  }

  .chronologies-item__logo {
    top: -75px;
  }

  .chronologies-item__logo > img {
    max-width: 140px;
    max-height: 140px;
  }

  .chronologies-item__logo:before {
    width: 135px;
    height: 135px;
  }

  .chronologies-item__bgr {
    padding: 20px;
  }

  .chronologies-item__title {
    font-size: 40px;
    line-height: 40px;
  }

  .chronologies-item__text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 1100px) {
  .chronologies-item__logo,
  .chronologies-item__bgr {
    width: clamp(25rem, 40vw, 30rem);
  }
}

@media (max-width: 991px) {
  .section-chronologies {
    padding-bottom: 40px;
  }

  .section-chronologies .container:before,
  .section-chronologies .container:after {
    display: none;
  }

  .chronologies-item {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto 50px;
  }

  .chronologies-item:nth-child(even) {
    top: 0;
  }

  .chronologies-item__bgr {
    max-width: 100%;
    width: 100%;
  }

  .block-chronologies .chronologies-item {
    margin-top: 60px;
  }

  .block-chronologies .chronologies-item:first-child {
    margin-top: 0;
  }

  .block-chronologies:before,
  .chronologies-item__info-text:before,
  .chronologies-item__info-text:after {
    display: none;
  }

  .chronologies-item__logo {
    top: -65px;
  }

  .chronologies-item__logo > img {
    max-width: 120px;
    max-height: 120px;
  }
}

@media (max-width: 757px) {
  .section-chronologies {
    padding-top: 90px;
  }

  .chronologies-item__title {
    margin-bottom: 10px;
  }

  .chronologies-item__text {
    font-size: 16px;
  }

  .chronologies-item__logo,
  .chronologies-item:nth-child(even) .chronologies-item__logo {
    left: 0;
  }
}

@media (max-width: 575px) {
  .section-chronologies {
    padding-bottom: 0;
  }

  .block-chronologies .chronologies-item {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .chronologies-item__title {
    font-size: 38px;
    text-align: right;
  }

  .chronologies-item__logo {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .chronologies-item__info-text {
    padding-top: 30px;
  }
}

@media (min-width: 1500px) {
  .block-chronologies:before {
    width: 12px;
    top: 140px;
  }

  .chronologies-item {
    height: 550px;
  }

  .chronologies-item__logo {
    top: -130px;
  }

  .chronologies-item__logo > img {
    max-width: 230px;
    max-height: 230px;
  }

  .chronologies-item__logo:before {
    width: 225px;
    height: 225px;
  }

  .chronologies-item__title {
    font-size: 60px;
    line-height: 70px;
  }

  .chronologies-item__text {
    font-size: 22px;
    line-height: 32px;
  }

  .chronologies-item__bgr {
    padding: 30px 40px;
  }

  .chronologies-item__info-text:before {
    width: 40px;
    height: 40px;
  }

  .chronologies-item__info-text:after {
    height: 12px;
  }

  .chronologies-item:nth-child(odd) .chronologies-item__info-text:before {
    right: -20px;
  }

  .chronologies-item:nth-child(even) .chronologies-item__info-text:before {
    left: -20px;
  }
}

@media (min-width: 1700px) {
  .section-chronologies .container:before {
    right: 100px;
    top: -180px;
  }

  .section-chronologies .container:after {
    width: 310px;
    /*height: 310px;*/
    bottom: -50px;
  }

  .chronologies-item__title {
    font-size: 80px;
    line-height: 80px;
  }

  .chronologies-item__text {
    font-size: 24px;
    line-height: 36px;
  }
}

/* End */


/* Start:/local/components/hotstuff/info-texts/templates/footnotes/style.css?17470395812050*/
.footnotes-flex {
  display: flex;
  justify-content: space-between;
  gap: 100px;
/*  padding-top: 50px;*/
  padding-bottom: 100px;
}

.footnotes-flex p {
  margin-top: 0;
  margin-bottom: 25px;
}

.footnotes {
  width: 55%;
  font-family: MulishRegular;
  font-size: 16px;
  line-height: 24px;
}

.footnotes p:last-child {
  margin-bottom: 0;
}

.clarification {
  width: 520px;
  font-family: MulishRegular;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1400px) {
  .clarification {
    width: 400px;
  }
}

@media (max-width: 1300px) {
  .footnotes {
    width: 58%;
  }

  .clarification {
    width: 40%;
  }
}

@media (max-width: 1200px) {
  .footnotes-flex {
    gap: 50px;
  }

  .clarification {
    width: 35%;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .footnotes-flex {
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 70px;
  }

  .footnotes {
    width: 100%;
  }

  .clarification {
    width: 100%;
  }
}

@media (max-width: 757px) {
  .footnotes-flex {
    padding-bottom: 50px;
  }

  .footnotes {
    font-size: 14px;
    line-height: 20px;
  }

  .clarification {
    font-size: 16px;
    line-height: 24px;
  }

}

@media (max-width: 575px) {
  .footnotes-flex {
    gap: 30px;
  }

  .footnotes {
    font-size: 12px;
    line-height: 16px;
  }

  .clarification {
    font-size: 14px;
    line-height: 20px;
  }

  .footnotes-flex p {
    margin-bottom: 15px;
  }
}

@media (min-width: 1600px) {
  .footnotes {
    width: 52%;
  }
}

@media (min-width: 1700px) {
  .footnotes {
    width: 50%;
  }

  .footnotes > p:nth-child(2),
  .footnotes > p:nth-child(3) {
    padding-right: 10px;
  }
}

@media (min-width: 1800px) {
  .footnotes {
    width: 48%;
  }

  .footnotes > p:nth-child(2),
  .footnotes > p:nth-child(3) {
    padding-right: 20px;
  }
}

@media (min-width: 1900px) {
  .footnotes {
    width: 55%;
  }
}

/* End */
/* /local/templates/hot_staff/components/bitrix/news.list/history_brand/style.css?174703958011829 */
/* /local/templates/hot_staff/components/bitrix/news.list/chronologies/style.css?17478292958660 */
/* /local/components/hotstuff/info-texts/templates/footnotes/style.css?17470395812050 */
