.bf20__header {
  position: relative;
  background-color: #000;
  background-image: url(../img/main-mob-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
}
@media  all and (min-width: 768px) {
  .bf20__header {
    background-image: url(../img/main-bg.png);
    background-size: cover;
    background-position: 66% top;
    background-repeat: no-repeat;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header {
    background-position: center top;
  }
}
@media  all and (min-width: 1600px) {
  .bf20__header {
    height: 607px;
  }
}
.bf20__header__grid {
  margin: 0 auto;
}
@media  all and (min-width: 768px) {
  .bf20__header__grid {
    max-width: none;
  }
}
.bf20__header__menu {
  margin: 0 auto;
  padding-top: 19px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}
@media  all and (min-width: 768px) {
  .bf20__header__menu {
    font-weight: 400;
    padding-top: 35px;
    font-size: 24px;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header__menu {
    margin-left: 0;
  }
}
.bf20__header__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.bf20__header__menu li {
  margin-right: 2px;
  position: relative;
  white-space: nowrap;
}
@media  all and (min-width: 768px) {
  .bf20__header__menu li {
    margin-right: 7px;
  }
}
.bf20__header__menu li:before {
  content: " ";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 6px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 1px 1px 0 0;
}
@media  all and (min-width: 768px) {
  .bf20__header__menu li:before {
    width: 10px;
    height: 10px;
    margin-right: 12px;
  }
}
.bf20__header__menu li:first-child:before {
  display: none;
}
.bf20__header__menu a {
  color: #fff;
  text-decoration: none;
}
.bf20__header .br2025-name {
  margin: 135px 0 12px -10px;
}
.bf20__header .br2025-name img {
  width: 100%;
}
@media  all and (min-width: 540px) {
  .bf20__header .br2025-name {
    margin-left: -15px;
  }
}
@media  all and (min-width: 768px) {
  .bf20__header .br2025-name {
    max-width: 500px;
    margin: 120px 0 0px -15px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header .br2025-name {
    max-width: 850px;
    flex-wrap: nowrap;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 22px;
    margin-left: -8px;
  }
}
.bf20__header .br2025-name .c-2025 {
  max-width: 240px;
  transform: translate(0, 7px);
}
.bf20__header__title,
.bf20__header__subtitle,
.bf20__header__btext,
.bf20__header__support {
  line-height: 1.2;
}
@media  all and (min-width: 768px) {
  .bf20__header__title,
  .bf20__header__subtitle,
  .bf20__header__btext,
  .bf20__header__support {
    text-align: left;
    line-height: 1;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header__title,
  .bf20__header__subtitle,
  .bf20__header__btext,
  .bf20__header__support {
    letter-spacing: 0.1rem;
  }
}
.bf20__header__subtitle,
.bf20__header__btext {
  max-width: 180px;
  width: 100%;
  line-height: normal;
  font-size: 16px;
  font-weight: 300;
}
@media  all and (min-width: 540px) {
  .bf20__header__subtitle,
  .bf20__header__btext {
    max-width: 500px;
    margin-left: initial;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header__subtitle,
  .bf20__header__btext {
    max-width: 100%;
    text-align: start;
  }
}
.bf20__header__title {
  max-width: 320px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc((58 - 48)/(425 - 320) * 100vw + (48 - (58 - 48)/(425 - 320) * 320) * 1px);
  /*  48, 58, 320, 425 */
}
@media  all and (min-width: 425px) {
  .bf20__header__title {
    font-size: 58px;
  }
}
@media  all and (min-width: 540px) {
  .bf20__header__title {
    max-width: 470px;
    margin-top: 40px;
    font-size: 58px;
  }
}
@media  all and (min-width: 768px) {
  .bf20__header__title {
    max-width: none;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header__title {
    max-width: none;
    margin-top: 106px;
    font-size: 68px;
  }
}
.bf20__header__title__word {
  display: inline;
}
.bf20__header__subtitle,
.bf20__header__btext,
.bf20__header__support {
  white-space: wrap;
  color: #FFF;
}
.bf20__header__subtitle {
  line-height: 120%;
  font-size: 18px;
}
@media  all and (min-width: 540px) {
  .bf20__header__subtitle {
    font-size: 28px;
  }
}
@media  all and (min-width: 768px) {
  .bf20__header__subtitle {
    width: auto;
  }
}
@media  all and (min-width: 1024px) {
  .bf20__header__subtitle {
    font-size: 21px;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header__subtitle {
    margin: -12px 0 0;
    font-size: 26.5px;
  }
}
.bf20__header__btext {
  font-size: 14px;
}
@media  all and (min-width: 540px) {
  .bf20__header__btext {
    font-size: 18px;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header__btext {
    width: auto;
    /*font-size: 18px;*/
  }
}
.bf20__header__spons {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-top: 39px;
}
@media  all and (min-width: 768px) {
  .bf20__header__spons {
    justify-content: space-between;
    margin-top: 64px;
    max-width: 550px;
  }
}
@media  all and (min-width: 1024px) {
  .bf20__header__spons {
    flex-direction: column;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header__spons {
    margin-left: 0;
    margin-right: auto;
    width: 900px;
  }
}
@media  all and (min-width: 1600px) {
  .bf20__header__spons {
    width: 1000px;
    margin-top: 51px;
    padding-bottom: 0;
  }
}
.bf20__header__spons a {
  display: block;
}
.bf20__header__spons img {
  display: block;
}
.bf20__header__spons__1 a {
  margin: 0 0 25px;
}
@media  all and (min-width: 375px) {
  .bf20__header__spons__1 a {
    margin: 16px 0 25px;
  }
}
@media  all and (min-width: 768px) {
  .bf20__header__spons__1 a {
    margin: 0;
  }
}
.bf20__header__spons__1 img {
  max-width: 65%;
  height: auto;
}
.bf20__header__spons__2 {
  display: flex;
  flex-direction: column;
}
.bf20__header__spons__2__1 {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bf20__header__spons__2__1 div {
  flex: 25%;
}
.bf20__header__spons__2__1 div:nth-child(2) a {
  display: flex;
  justify-content: center;
}
.bf20__header__spons__2__1 div:nth-child(3n) a {
  display: flex;
  justify-content: end;
}
.bf20__header__spons__2__1 div:nth-child(5) a {
  display: flex;
  justify-content: center;
}
@media  all and (min-width: 1200px) {
  .bf20__header__spons__2__1 div a {
    display: block !important;
  }
}
@media  all and (min-width: 768px) {
  .bf20__header__spons__2__1 {
    justify-content: start;
    flex-direction: row;
    align-items: center;
    margin: 20px 0 0;
    gap: 24px;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header__spons__2__1 {
    flex-wrap: nowrap;
    margin: 28px 0 0;
    gap: 36px;
  }
}
.bf20__header__spons__2__2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media  all and (min-width: 768px) {
  .bf20__header__spons__2__2 {
    flex-direction: row;
  }
}
.bf20__header__spons__2__2__2 {
  margin-top: -20px;
  gap: 18px;
  height: 87px;
}
@media  all and (min-width: 425px) {
  .bf20__header__spons__2__2__2 {
    gap: 24px;
  }
}
@media  all and (min-width: 768px) {
  .bf20__header__spons__2__2__2 {
    gap: 18px;
    margin-top: initial;
  }
}
.bf20__header__spons__2__2__1,
.bf20__header__spons__2__2__2 {
  width: 100%;
  display: flex;
  align-items: center;
  /*          div {
            &:nth-child(even) {
                margin-left: 24px;
            }
            &:nth-child(odd) {
                margin-right: 24px;
            }
          }*/
}
.bf20__header__spons__2__2__1:not(:nth-child(1)),
.bf20__header__spons__2__2__2:not(:nth-child(1)) {
  margin-top: 10px;
}
@media  all and (min-width: 768px) {
  .bf20__header__spons__2__2__1,
  .bf20__header__spons__2__2__2 {
    justify-content: space-between;
    margin: 0 5%;
  }
}
.bf20__header__spons__2__2__1 a,
.bf20__header__spons__2__2__2 a {
  margin-top: 10px;
}
.bf20__header__sub {
  text-align: center;
  padding-bottom: 36px;
  letter-spacing: 0.13rem;
}
.bf20__header__sub a {
  color: inherit;
  text-decoration: none;
}
@media  all and (min-width: 768px) {
  .bf20__header__sub {
    text-align: left;
  }
}
.bf20__header__support {
  padding-bottom: 20px;
  font-size: 13.9px;
}
@media  all and (min-width: 1200px) {
  .bf20__header__support {
    font-size: 18px;
  }
}
.bf20__header__support__title {
  display: block;
  margin-bottom: 5px;
}
@media  all and (min-width: 540px) {
  .bf20__header__support__title {
    display: inline;
    margin-bottom: 0;
  }
}
.bf20__header__support__logo {
  text-transform: uppercase;
  font-weight: 600;
}
@media  all and (min-width: 1200px) {
  .bf20__header .bf20__header__title-mob {
    display: none;
  }
}
.bf20__header .bf20__header__title {
  display: none;
}
@media  all and (min-width: 1200px) {
  .bf20__header .bf20__header__title {
    display: block;
  }
}
.bf20__header .s {
  height: fit-content;
}
.bf20__header .s img {
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1/1;
}
@media  all and (min-width: 768px) {
  .bf20__header .s img {
    aspect-ratio: auto;
    width: fit-content;
  }
}
.bf20__header .s-igro img {
  transform: scale(0.8);
}
@media  all and (min-width: 768px) {
  .bf20__header .s-igro img {
    height: 90px;
    transform: scale(1);
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header .s-igro img {
    height: 95px;
    transform: scale(1);
  }
}
.bf20__header .s-psb img {
  transform: scale(0.9);
}
@media  all and (min-width: 768px) {
  .bf20__header .s-psb img {
    height: 54px;
    transform: scale(1);
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header .s-psb img {
    height: 45px;
    transform: scale(1);
  }
}
.bf20__header .s-mediaG img {
  transform: scale(1.1);
}
@media  all and (min-width: 768px) {
  .bf20__header .s-mediaG img {
    height: 75px;
    transform: scale(1);
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header .s-mediaG img {
    height: 84px;
  }
}
.bf20__header .s-rore img {
  transform: scale(0.8);
}
@media  all and (min-width: 768px) {
  .bf20__header .s-rore img {
    height: 75px;
    transform: scale(1);
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header .s-rore img {
    height: 84px;
  }
}
@media  all and (min-width: 1200px) {
  .bf20__header .s-sber img {
    height: 50px;
  }
}
.bf20__header .s-mediaDG img {
  transform: scale(1.1);
}
@media  all and (min-width: 1200px) {
  .bf20__header .s-mediaDG img {
    transform: scale(1.2);
    height: 100px;
  }
}
@media  all and (min-width: 768px) {
  .bf20__header .delimeter-768 {
    display: none;
  }
}
/*.bf20__header__title {
  margin-top: 10px;
  @media @540 {
    margin-top: 40px;
  }
  @media @1200 {
    margin-top: 166px;
  }
}
.bf20__header__spons {
  @media @1200 {
    margin-top: 32px;
  }
}*/
.bf20__article {
  color: #1A1A1A;
}
.bf20__article hr.default {
  height: 30px;
  background-image: url("/assets/spec/bf22/img/devider.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  margin: 40px 0 24px 0!important;
}
@media  all and (min-width: 768px) {
  .bf20__article hr.default {
    margin: 64px 0 32px 0!important;
  }
}
.bf20__article .comments-title {
  font-size: 32px;
  font-weight: 400;
}
@media  all and (min-width: 768px) {
  .bf20__article .comments-title {
    font-size: 48px;
  }
}
.bf20__article .normal-text {
  font-size: 18px;
  line-height: 1.39;
}
.bf20__article .best-rec-title {
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
}
@media  all and (min-width: 768px) {
  .bf20__article .best-rec-title {
    font-size: 48px;
    margin-top: 64px;
  }
}
.bf20__article .y20__otchet {
  margin-top: 24px;
}
.bf20__article .spec-mar {
  margin-top: 24px;
}
.bf20__article .spec-mar2 {
  margin-top: 32px;
}
.bf20__article .bf-rep__album-btn {
  border-radius: 0;
  background: #7366FD;
  margin-right: 12px;
}
.bf20__article .nomin {
  position: relative;
  font-family: EuclidFlex, sans-serif;
  padding: 10px 16px 10px 60px;
  background-color: #BB8F1E;
  color: #FFF;
  width: fit-content;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.bf20__article .nomin:before {
  content: '';
  width: 30px;
  height: 25px;
  position: absolute;
  left: 16px;
  top: 12px;
  background-repeat: no-repeat;
}
.bf20__article .nomin-video:before {
  background-image: url("/assets/spec/bf24/img/n-roliki.svg");
}
.bf20__article .nomin-digital:before {
  background-image: url("/assets/spec/bf24/img/n-digital.svg");
  top: 12px;
}
.bf20__article .nomin-branding:before {
  width: 25px;
  background-image: url("/assets/spec/bf24/img/n-branding.svg");
}
.bf20__article .nomin-print:before {
  background-image: url("/assets/spec/bf24/img/n-print.svg");
}
.bf20__article .nomin-btl:before {
  width: 25px;
  background-image: url("/assets/spec/bf24/img/n-btl.svg");
}
.bf20__article .nomin-social:before {
  width: 25px;
  background-image: url("/assets/spec/bf24/img/n-social.svg");
}
.bf20__article .nomin-company:before {
  background-image: url("/assets/spec/bf24/img/n-company.svg");
  top: 10px;
}
.bf20__article .nomin-ai:before {
  background-image: url("/assets/spec/bf24/img/n-ai.svg");
}
.bf20__article .award-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.bf20__article .award-title--gold {
  position: relative;
  background-image: linear-gradient(166.98deg, #8F7D4F 23.32%, #EFD88C 40.14%, #8F7D4F 90.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 20px;
  width: fit-content;
}
.bf20__article .award-title--gold:before {
  content: '';
  width: 11px;
  height: 23px;
  position: absolute;
  background-image: url("/assets/spec/bf22/img/gold-l.svg");
  left: 0px;
  top: 0px;
}
@media  all and (min-width: 1200px) {
  .bf20__article .award-title--gold:before {
    top: 3px;
  }
}
.bf20__article .award-title--gold:after {
  content: '';
  width: 11px;
  height: 23px;
  position: absolute;
  background-image: url("/assets/spec/bf22/img/gold-r.svg");
  left: 91px;
  top: 0px;
}
@media  all and (min-width: 1200px) {
  .bf20__article .award-title--gold:after {
    top: 3px;
    left: 97px;
  }
}
.bf20__article .award-title--silver {
  background-image: linear-gradient(180deg, #7E7E7E 1.04%, #DADADA 44.79%, #7E7E7E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-left: 20px;
  width: fit-content;
}
.bf20__article .award-title--silver:before {
  content: '';
  width: 11px;
  height: 23px;
  position: absolute;
  background-image: url("/assets/spec/bf22/img/silver-l.svg");
  left: 0px;
  top: 0px;
}
@media  all and (min-width: 1200px) {
  .bf20__article .award-title--silver:before {
    top: 3px;
  }
}
.bf20__article .award-title--silver:after {
  content: '';
  width: 11px;
  height: 23px;
  position: absolute;
  background-image: url("/assets/spec/bf22/img/silver-r.svg");
  left: 97px;
  top: 0px;
}
@media  all and (min-width: 1200px) {
  .bf20__article .award-title--silver:after {
    left: 102px;
    top: 3px;
  }
}
.bf20__article .award-title--bronze {
  background-image: linear-gradient(180deg, #FCD6B1 0%, #7C4E2A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  position: relative;
  padding-left: 20px;
  width: fit-content;
}
.bf20__article .award-title--bronze:before {
  content: '';
  width: 11px;
  height: 23px;
  position: absolute;
  background-image: url("/assets/spec/bf22/img/bronze-l.svg");
  left: 0px;
  top: 0px;
}
@media  all and (min-width: 1200px) {
  .bf20__article .award-title--bronze:before {
    top: 3px;
  }
}
.bf20__article .award-title--bronze:after {
  content: '';
  width: 11px;
  height: 23px;
  position: absolute;
  background-image: url("/assets/spec/bf22/img/bronze-r.svg");
  left: 91px;
  top: 0px;
}
@media  all and (min-width: 1200px) {
  .bf20__article .award-title--bronze:after {
    top: 3px;
    left: 97px;
  }
}
.bf20__article #youtube-playlist iframe {
  height: inherit!important;
}
.bf20__article .special-reward {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media  all and (min-width: 768px) {
  .bf20__article .special-reward {
    flex-direction: row;
  }
}
.bf20__article .special-reward .lebedev-img,
.bf20__article .special-reward .koptev-img,
.bf20__article .special-reward .bryzgalin-img,
.bf20__article .special-reward .gusev-img,
.bf20__article .special-reward .mirzoyan-img,
.bf20__article .special-reward .yakovleva-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-size: cover;
}
.bf20__article .special-reward .bryzgalin-img,
.bf20__article .special-reward .gusev-img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.bf20__article .special-reward .lebedev-name,
.bf20__article .special-reward .koptev-name,
.bf20__article .special-reward .bryzgalin-name,
.bf20__article .special-reward .gusev-name,
.bf20__article .special-reward .mirzoyan-name,
.bf20__article .special-reward .yakovleva-name {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media  all and (min-width: 768px) {
  .bf20__article .special-reward .lebedev-name,
  .bf20__article .special-reward .koptev-name,
  .bf20__article .special-reward .bryzgalin-name,
  .bf20__article .special-reward .gusev-name,
  .bf20__article .special-reward .mirzoyan-name,
  .bf20__article .special-reward .yakovleva-name {
    margin-bottom: 0;
  }
}
.bf20__article .special-reward .mirzoyan-name,
.bf20__article .special-reward .yakovleva-name {
  text-transform: uppercase;
  color: #7366FD;
  font-weight: 700;
}
.bf20__article .special-reward .lebedev {
  margin: 0 auto;
}
.bf20__article .special-reward .lebedev-img {
  background-image: url("/assets/spec/bf23/img/lebedev.jpg");
}
.bf20__article .special-reward .koptev {
  margin: 0 auto;
}
.bf20__article .special-reward .koptev-img {
  background-image: url("/assets/spec/bf23/img/koptev.jpg");
}
.bf20__article .special-reward .bryzgalin {
  margin: 0 auto;
}
.bf20__article .special-reward .bryzgalin-img {
  background-image: url("/assets/spec/bf23/img/br2.jpg");
}
.bf20__article .special-reward .gusev {
  margin: 0 auto;
}
.bf20__article .special-reward .gusev-img {
  background-image: url("/assets/spec/bf23/img/g2.jpg");
}
.bf20__article .special-reward .yakovleva {
  margin: 0 auto;
}
.bf20__article .special-reward .yakovleva-img {
  background-image: url("/assets/spec/bf24/img/yak.jpg");
}
.bf20__article .special-reward .mirzoyan {
  margin: 0 auto;
}
.bf20__article .special-reward .mirzoyan-img {
  background-image: url("/assets/spec/bf24/img/rob.jpg");
}
.bf20__article__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.bf20__article__titles {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}
.bf20__article__zag {
  margin-bottom: 24px;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.3em;
}
@media  all and (min-width: 540px) {
  .bf20__article__zag {
    font-size: 1.6em;
  }
}
@media  all and (min-width: 768px) {
  .bf20__article__zag {
    font-size: 2em;
  }
}
@media  all and (min-width: 1024px) {
  .bf20__article__zag {
    margin-top: 48px;
  }
}
@media  all and (min-width: 1400px) {
  .bf20__article__zag {
    font-size: 2.5em;
  }
}
@media  all and (min-width: 1600px) {
  .bf20__article__zag {
    margin-top: 56px;
    font-size: 3em;
  }
}
.bf20__article__zag__itogi {
  font-size: 24px;
  margin: 40px 0 24px 0;
}
@media  all and (min-width: 768px) {
  .bf20__article__zag__itogi {
    margin: 64px 0 32px 0;
  }
}
.bf20__article__comments-title {
  margin-top: 24px;
}
.bf20__article__comments {
  margin-bottom: 36px;
}
.bf20__article__share {
  margin: 24px 0;
}
.bf20__article .text-center {
  text-align: center;
}
.bf20__article .tickets {
  background: url(/assets/spec/bf20/img/texture-02.png) #fbfaf8;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  padding: 48px;
  border-radius: 50px;
  max-width: 620px;
  margin: 56px auto;
  line-height: 1.3;
}
@media  all and (min-width: 1200px) {
  .bf20__article .tickets {
    font-size: 1.6em;
    font-weight: 500;
  }
}
.bf20__article .tickets div {
  padding: 10px 0;
}
@media  all and (min-width: 1200px) {
  .bf20__article .tickets div {
    padding: 10px 0;
    max-width: 580px;
    margin: 0 auto;
  }
  .bf20__article .tickets div:last-child {
    padding-bottom: 14px;
    font-size: 0.7em;
    font-weight: 300;
  }
  .bf20__article .tickets div:first-child {
    text-transform: uppercase;
    font-weight: 600;
  }
}
.bf20__article .tickets .focus {
  color: #e53935;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}
.bf20__article .tickets a.focus {
  border-bottom: 1px solid red;
}
.bf20__article .article-content > .image,
.bf20__article .article-content > .vrezka,
.bf20__article .article-content .embed {
  margin-left: -12px;
  margin-right: -12px;
}
@media  all and (min-width: 540px) {
  .bf20__article .article-content > .image,
  .bf20__article .article-content > .vrezka,
  .bf20__article .article-content .embed {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media  all and (min-width: 768px) {
  .bf20__article .article-content > .image,
  .bf20__article .article-content > .vrezka,
  .bf20__article .article-content .embed {
    margin-left: 0;
    margin-right: 0;
  }
}
.bf20__article__content.share-icons {
  margin-top: 32px;
}
.ar45713-content {
  color: #1C1E21;
}
.ar45713-content .first {
  margin-bottom: 2em;
}
.ar45713-content .image,
.ar45713-content .embed.youtube {
  border-radius: 10px;
  overflow: hidden;
  margin: 1em 0;
}
.ar45713-content .lead {
  margin-bottom: 0;
  color: #C51000;
  text-transform: uppercase;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
}
@media  all and (min-width: 768px) {
  .ar45713-content .lead {
    font-size: 28px;
  }
}
.ar45713-content .lead.second-pos {
  color: #052B6B;
}
.ar45713-content .work {
  margin-bottom: 2em;
  text-transform: uppercase;
  color: #555;
  line-height: 1.5em;
}
.ar45713-content .work .ln {
  color: #1C1E21;
  font-weight: 600;
  border-bottom-color: #1C1E21;
}
.ar45713-content .work strong {
  font-weight: normal;
  text-transform: none;
}
.ar45713-content .work .link-to-card {
  font-weight: normal !important;
}
.ar45713-content .work .link-to-card span {
  border: none !important;
}
.ar45713-content .vrezka {
  background: #f7f7f7;
  box-shadow: none;
  border: none;
}
@media  all and (min-width: 768px) {
  .ar45713-content .vrezka {
    padding-left: 0;
    padding-right: 0;
  }
}
@media  all and (min-width: 1024px) {
  .ar45713-content .vrezka {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.ar45713-content .vrezka:before {
  background: #f7f7f7;
  top: 0;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  z-index: -1;
  border-radius: 0;
  width: auto;
  height: auto;
}
@media  all and (min-width: 1024px) {
  .ar45713-content .vrezka .v-image {
    width: 160px;
    flex-shrink: 0;
  }
}
.ar45713-content .vrezka .v-image img {
  border-radius: 10px;
}
.ar45713-content .vrezka .v-text {
  display: flex;
  flex-direction: column;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
}
.ar45713-content .vrezka .v-text p:first-child,
.ar45713-content .vrezka .v-text p:nth-child(2) {
  margin: 0 !important;
  font-family: 'PT Sans', inherit, "San Francisco", Arial, sans-serif;
}
@media  all and (min-width: 768px) {
  .ar45713-content .vrezka .v-text p:first-child,
  .ar45713-content .vrezka .v-text p:nth-child(2) {
    text-align: right;
  }
}
.ar45713-content .vrezka .v-text p:first-child {
  color: #052B6B;
  text-transform: uppercase;
  font-weight: 600;
}
@media  all and (min-width: 768px) {
  .ar45713-content .vrezka .v-text p:first-child {
    order: 998;
    margin-top: 2em !important;
  }
}
.ar45713-content .vrezka .v-text p:nth-child(2) {
  font-size: 0.8em;
  color: #555555;
}
@media  all and (min-width: 768px) {
  .ar45713-content .vrezka .v-text p:nth-child(2) {
    order: 999;
  }
}
.ar45713-content .vrezka .v-text p:nth-child(3) {
  margin-top: 2em;
  margin-left: -80px;
}
@media  all and (min-width: 768px) {
  .ar45713-content .vrezka .v-text p:nth-child(3) {
    margin-top: 0;
    margin-left: 12px;
  }
}
@media  all and (min-width: 1024px) {
  .ar45713-content .vrezka .v-text p:nth-child(3) {
    margin-left: 32px;
  }
}
@media  all and (min-width: 1200px) {
  .ar45713-content .vrezka .v-text p:nth-child(3) {
    font-size: 24px;
  }
}
@media  all and (min-width: 768px) {
  .ar45713-content .vklad {
    display: flex;
    justify-content: center;
  }
}
.ar45713-content .vklad__item {
  width: 80%;
  margin: 2em auto;
  text-align: center;
  font-size: 20px;
}
@media  all and (min-width: 768px) {
  .ar45713-content .vklad__item {
    width: 300px;
    font-size: 28px;
  }
}
.ar45713-content .vklad__item__pic {
  margin-bottom: 1em;
}
.ar45713-content .vklad__item__pic img {
  display: block;
}
.ar45713-content .vklad__item__name {
  color: #C51000;
  text-transform: uppercase;
  font-weight: 600;
}
.ar45713-content .vklad__item__pos {
  margin-top: 0.5em;
  color: #555555;
  font-size: 0.8em;
}
.ar45713-content hr.default {
  border: 0;
  margin: 0;
  font-size: 0;
  height: 0;
}
.ar45713-content hr.default:before {
  content: "***";
  display: block;
  letter-spacing: 12px;
  color: transparent;
  font-size: 34px;
  line-height: 1;
}
.ar45713-content .embed .video-preview:before {
  opacity: 0;
}
/*# sourceMappingURL=main.css.map */