/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  scroll-behavior: smooth;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-padding-top: 78px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* my custom styles */
*, ::before, ::after{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}
ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
button{
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
p{
  margin: 0;
}
body{
  font-size: 14px;
  line-height: 1.4;
  background: #080D14;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;  
}
main{
  padding-top: 78px;
}
.container{
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.btn-white{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #FFF;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 14px 28px;
  text-decoration: none;
  width: fit-content;
  transition: 0.3s ease;
}
.btn-red{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  background: #D50032;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #fff;
  width: fit-content;
}
.btn-red span{
  position: relative;
  z-index: 2;
}
.btn-red::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background: linear-gradient(0deg, #990024 0%, #D50032 100%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease;
}
@media (hover: hover){
  .btn-red:hover::after{
    opacity: 1;
  }
  .btn-white:hover{
    border: 1px solid #D50032;
  }
}

.header{
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 29px 0;
  background: #171A22;
  z-index: 100;
}
.header-logo{
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 1;
}
.header-logo svg{
  display: block;
  width: 217px;
  height: auto;
}
.header-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-links{
  display: flex;
  flex-wrap: wrap;
}
.header-link{
  display: block;
  color: #FFF;
  font-size: 20px;
  line-height: 1;
  margin-right: 76px;
}
.header-link:last-child{
  margin-right: 0;
}
.header__bnts-wrap{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;  
  z-index: 1;
}
.header-auth{
  width: 240px;
  height: 50px;
  padding: 0;
}

/* стили с конфы 2024 */
.container{
  max-width: 1142px;
  margin: 0 auto;
}
.info{
  min-height: calc(100vh - 78px);
  background: url('../img/partner-bg.webp') no-repeat center;
  background-size: cover;
  padding-top: 107px;
}
.info__title{
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}
.info__desc{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
}
.info__btn{
  display: inline-block;
  vertical-align: middle;
  padding: 21px 26px;
  border-radius: 7px;
  background: #D50032;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.4px;
  color: #fff;
  margin-top: 64px;
  transition: 0.3s ease;
}
.spoker{
  padding-top: 150px;
  padding-bottom: 150px;
}
.spoker__items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 47px;
}
.spoker__item{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  height: 394px;
  position: relative;
  padding: 0 30px 15px 30px;
}
.spoker__item:nth-child(4n){
  margin-right: 0;
}
.spoker__item img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spoker__name{
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 12px;
}
.spoker__job{
  position: relative;
  z-index: 1;
  color: #9A9CA2;
  font-size: 16px;
  line-height: 110%;
  min-height: 80px;
}
.partner{
  padding-bottom: 150px;
  padding-top: 150px;
}
.partner__items{
  margin-top: 40px;
  display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 23px;
  column-gap: 101px;
}
.partner__item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner__item img{
  display: block;
  max-width: 100%;
  object-fit: contain;
}
.map{
  padding-top: 148px;
  padding-bottom: 148px;
  background: linear-gradient(180deg, #191E24 1.68%, rgba(40, 46, 66, 0.00) 72.11%);
  position: relative;
}
.subtitle{
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.48px;
}
@media (max-width: 1700px){
  .header-link{
    margin-right: 30px;
  }
  .header .container{
    max-width: none;
    width: fit-content;
  }
}
@media (max-width: 1279px){
  .header-auth{
    width: fit-content;
    height: auto;
    padding: 10px;
  }
  .header-logo svg{
    width: 130px;
  }
  .header-link{
    font-size: 16px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px){
  .subtitle{
    font-size: 30px;
    line-height: 1.3;
  }
  .container{
    padding: 0 40px;
    max-width: none;
  }
  .info{
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .info__title{
    font-size: 40px;
    max-width: 560px;
  }
  .info__btn{
    margin-top: 40px;
  }
  .subtitle{
    font-size: 30px;
    line-height: 1.3;
  }
  .spoker{
    padding: 80px 0;
  }
  .spoker__items{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .spoker__item{
    height: 350px;
    padding: 0 15px 15px 15px;
  }
  .spoker__job{
    font-size: 16px;
    min-height: 90px;
  }
  .partner{
    padding-bottom: 80px;
  }
  .partner__items{
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
  }
  .map{
    padding: 80px 0;
  }
  .map__info{
    display: block;
  }
  .map__txt{
    margin-top: 40px;
  }
  .map__txt p, .map__txt p:last-child{
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px){
  .container{
    padding: 0 15px;
  }
  .subtitle {
    font-size: 26px;
  }
  .info{
    min-height: 300px;
  }
  .spoker__items {
      display: block;
  }
  .info__title{
    font-size: 30px;
  }
  .info__desc{
    font-size: 24px;
  }
  .spoker{
    padding: 50px 0;
  }
  .spoker__items{
    margin-top: 30px;
  }
  .spoker__item{
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .spoker__item:last-child{
    margin-bottom: 0;
  }
  .spoker__item img {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
  }
  .spoker__job{
    min-height: 10px;
    padding: 0 20px;
  }
  .spoker__name{
    margin-top: -120px;
    padding: 0 20px;
  }
  .partner{
    padding-bottom: 50px;
  }
  .partner__items{
    grid-template-columns: 1fr 1fr;
  }
  .map{
    padding: 50px 0;
  }
}
/* new styles 2025*/

.info__date{
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1%;
  border: 1px solid #9A9CA2;
  padding: 13px 15px;
  margin-bottom: 24px;
}
.theme{
  padding-top: 131px;
  padding-bottom: 266px;
  background: url('../img/about-bg.webp') no-repeat center;
  background-size: cover;
}

.theme__item{
  margin-top: 30px;
  width: 100%;
  max-width: 594px;
}

.theme__item ul li{
  padding-left: 28px;
  position: relative;
  color: #DFDFE0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;   
}
.theme__item ul li:last-child{
  margin-bottom: 0;
}
.theme__item ul li::after{
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 5%;
  background-color: #DFDFE0;
  top: 11px;
  left: 12px;
}
.theme__item-title{
  color: #D50032;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}
.theme__subtitle{
  margin-top: 16px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
}
.theme__txt{
  color: #DFDFE0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.tabs__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A5A9B9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #A5A9B9;
  padding: 8px 11px;
  margin-right: 20px;
}
.tabs__btn:last-child{
  margin-right: 0;
  margin-bottom: 0;
}
.tabs__btn.active{
  color: #FFF;
  border: 1px solid #D50032;

}
.tabs__content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tabs__content.active {
  display: block;
}
.prg{
  padding-top: 50px;
  padding-bottom: 50px;
}
.prg__right{
  margin-top: 30px;
}
.prg__nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.prg__row{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #4B5356;
}
.prg__row:first-child{
  border-top: 1px solid #4B5356;
}
.prg__row p{
  color: #DFDFE0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.prg__row p:first-child{
  width: 120px;
}
.prg__row p:last-child{
  width: calc(100% - 120px);
}
.spoker{
  background: #080D14;
}
.part{
  background: #080D14;
  padding-top: 50px;
  padding-bottom: 50px;
}
.part__items{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
} 
.part__item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.part__item img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.last{
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('../img/last-bg.webp') no-repeat center;
  background-size: cover;
}
.last__desc{
  color: #A5AFBA;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}
.last__btn{
  margin-top: 40px;
  width: 250px;
  height: 62px;
}
.footer{
  padding: 50px 0;
  background: #03020F;
}
.footer__logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.footer__logo-wrap{
  width: 100%;
}
.footer__logo1{
  display: block;
  max-width: 100%;
  object-fit: contain;
  width: 330px;
  margin-bottom: 40px;
}
.footer__logo2{
  display: block;
  max-width: 100%;
  object-fit: contain;
  width: 194px;
  margin-right: 20px;
}
.footer__logo3{
  display: block;
  max-width: 100%;
  object-fit: contain;
  width: 104px;
}
.footer__items{
  border-bottom: 1px solid #4B5356;
  margin-bottom: 20px;
}
.footer__item{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px; 
}
.footer__item a{
  color: #ffffff;
}
.footer__item:first-child{
  font-weight: 700;
}
.footer__l{
  display: block;
  color: #717176;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}
.footer-feedback {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 7px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 48px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.125;
  margin-bottom: 25px;
  margin-top: auto;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  width: 160px;
}
@media (hover: hover){
  .footer-feedback:hover{
    border: 1px solid #D50032;
  }
}
.footer__l--icon{
  display: flex;
  align-items: center;
}
.footer__l--icon span.iconfont{
  display: block;
  margin-left: 12px;
}
.footer-feedback{
  margin-bottom: 0;
}
@media (hover: hover){
  .footer__l:hover{
    color: #fff;
  }
}
@media (min-width: 768px) {
  .part{
    padding-top: 0;
  }
  .part__items{
    grid-template-columns: repeat(5, 1fr);
  } 
}       
@media (min-width: 1024px) {
  .info__date{
    margin-bottom: 32px;
  }
  .prg{
    background: url('../img/programm-bg.webp') no-repeat top left;
    background-size: contain;
  }
  .prg .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .prg__left{
    width: 50%;
  }
  .prg__right{
    width: 50%;
    margin-top: 0;
  }
  .footer{
    padding: 50px 0 100px 0;
  }
  .footer__wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__logos{
    width: 330px;
    margin-bottom: 0;
  }
  .footer__content{
    width: calc(100% - 330px);
    padding-left: 50px;
    padding-top: 47px;
  }
  .footer__items{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 51px;
  }
  .footer__item{
    width: 170px;
    margin-bottom: 24px;
  }
  .footer__grid{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__c{
    width: 170px;
  }
  .footer__l{
    margin-bottom: 24px;
  } 
}
@media (min-width: 1100px) {
  .tabs__btn{
    font-size: 22px;
    margin-right: 35px;
    padding: 17px 21px;
  }
}
@media (min-width: 1280px) {
  .prg{
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .prg__nav{
    margin-bottom: 36px;
  }
  .part{
    padding-bottom: 150px;
  }
  .part__items{
    margin-top: 50px;    
  }
  .last{
    padding-top: 130px;
    padding-bottom: 154px;
  }
  .footer__content{
    padding-left: 100px;
  } 
}
@media (min-width: 1440px) {
  .header-logo img{
    max-width: 216px;
  }
  .header-auth{
    width: 240px;
  }
  .header-container{
    padding: 0 40px;
  }
  .prg__right{
    width: 650px;
  }
  .prg__left{
    width: calc(100% - 650px);
  }
  .prg__row{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .prg__row p{
    font-size: 22px;
  }
  .prg__row p:first-child{
    width: 195px;
  }
  .prg__row p:last-child {
    width: calc(100% - 195px);
  }
}

/* new styles 2025 registration page */
.auth{
  background: url('../img/reg-bg.webp') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  padding: 100px 0;
}
.auth-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.auth-header:before {
  background: #4b5356;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100vw;
  z-index: -1;
}
.auth-title {
  font-size: 50px;
  margin-right: 60px;
  padding-bottom: 37px;
  border-bottom: 2px solid #4b5356;
  color: #fff;
  line-height: 1;
  opacity: .5;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.auth-title.active {
  border-color: #d50032;
  opacity: 1;
}
.auth-body {
  padding-top: 60px;
}
.b24-form-wrapper.b24-form-border-bottom{
  border-bottom: 0 !important;
  max-width: 900px;
  overflow: hidden;
  background: transparent !important;
  margin-left: 0 !important;
}
.b24-form-header-padding, .b24-form-padding-side{
  padding: 0 !important;
}
.b24-form-sign{
  display: none !important;
}
.b24-form-control{
  color: #fff !important;
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
  letter-spacing: 0.32px !important;
  border-radius: 5px !important;
  border: 1px solid #2B2D3C !important;
  background: #232831 !important;
  height: 64px !important;
  padding-left: 22px !important;
}
.b24-form-control-icon-after .b24-form-control-label{
  color: #A5AFBA;
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
  letter-spacing: 0.32px !important;
  padding-left: 22px !important;
}
.b24-form-icon-remove{
  opacity: 1 !important;
}
.b24-form-icon-remove:after, .b24-form-icon-remove:before {
  background-color: #A5AFBA !important;
}
.b24-form-control-list .b24-form-control-container:after{
  top: 31px !important;
  right: 24px !important;
  border-color: #A5AFBA !important;
  opacity: 1 !important;
}
.b24-form-control-list .b24-form-icon-remove{
  top: 6px !important;
}
.b24-form-control-list-selector-item{
  padding-left: 22px !important;   
  background: #333842 !important;
  border-bottom: 1px solid #2B2D3C !important;
}
.b24-form-control-list-selector-item:last-child{
  border-bottom: 0 !important;
}
.b24-form-control-list-selector-item-title{
  color: #A5AFBA !important;
  font-family: 'Roboto', sans-serif !important;
  letter-spacing: 0.32px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 100% !important;
}
.b24-form form > div:nth-child(1){
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b24-form form > div:nth-child(1) > .b24-form-field{
  width: 48% !important;
  margin-bottom: 30px !important;
}
.b24-form-btn{
  font-family: 'Roboto', sans-serif !important;
  border-radius: 7px !important;
  background: #D50032 !important;
  color: #fff !important;
  font-size: 20px !important;
  letter-spacing: 0.4px !important;
}
.b24-form-field-agreement a.b24-form-field-agreement-link{
  color: #fff !important;
  line-height: 1 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}
.b24-form-field-agreement .b24-form-control-container{
  line-height: 1 !important;
}
.b24-form-field-agreement .b24-form-control-desc{
  opacity: 1 !important;
  font-size: 20px !important;
}
.b24-form-field-agreement input[type="checkbox"]{
  margin-bottom: -5px;
}
@media (max-width: 1023px){
  .b24-form form > div:nth-child(1){
    display: block;
  }
  .b24-form form > div:nth-child(1) > .b24-form-field{
    width: 100% !important;
  }
}

/* gallery */
.gal__title{
  margin-bottom: 60px;
}
.gal__subtitle{
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 105%; 
  letter-spacing: 0.72px;
  margin-bottom: 30px;
}
.show{
  background: url('../img/reg-bg.webp') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.show__txt{
  max-width: 940px;
}
.b24-form-state-container .b24-form-success{
  background: #03020F !important;
}
.b24-form-success .b24-form-state-text{
  color: #ffffff !important;
  opacity: 1 !important;
}
.b24-form-loader{
  background-color: #03020F !important;
}
.b24-from-state-on .b24-form-state-container{
  background-color: #03020F !important;
}
.b24-form-success-icon{
  width: 89px !important;
  height: 89px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODkiIGhlaWdodD0iODkiIHZpZXdCb3g9IjAgMCA4OSA4OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzMDhfMjMyMzEpIj4KPHBhdGggZD0iTTQ0LjUgODMuNDM3NUMzNC4xNzMxIDgzLjQzNzUgMjQuMjY5MiA3OS4zMzUyIDE2Ljk2NyA3Mi4wMzNDOS42NjQ4MyA2NC43MzA4IDUuNTYyNSA1NC44MjY5IDUuNTYyNSA0NC41QzUuNTYyNSAzNC4xNzMxIDkuNjY0ODMgMjQuMjY5MiAxNi45NjcgMTYuOTY3QzI0LjI2OTIgOS42NjQ4MyAzNC4xNzMxIDUuNTYyNSA0NC41IDUuNTYyNUM1NC44MjY5IDUuNTYyNSA2NC43MzA4IDkuNjY0ODMgNzIuMDMzIDE2Ljk2N0M3OS4zMzUyIDI0LjI2OTIgODMuNDM3NSAzNC4xNzMxIDgzLjQzNzUgNDQuNUM4My40Mzc1IDU0LjgyNjkgNzkuMzM1MiA2NC43MzA4IDcyLjAzMyA3Mi4wMzNDNjQuNzMwOCA3OS4zMzUyIDU0LjgyNjkgODMuNDM3NSA0NC41IDgzLjQzNzVaTTQ0LjUgODlDNTYuMzAyMSA4OSA2Ny42MjA5IDg0LjMxMTYgNzUuOTY2MyA3NS45NjYzQzg0LjMxMTYgNjcuNjIwOSA4OSA1Ni4zMDIxIDg5IDQ0LjVDODkgMzIuNjk3OSA4NC4zMTE2IDIxLjM3OTEgNzUuOTY2MyAxMy4wMzM3QzY3LjYyMDkgNC42ODgzOCA1Ni4zMDIxIDAgNDQuNSAwQzMyLjY5NzkgMCAyMS4zNzkxIDQuNjg4MzggMTMuMDMzNyAxMy4wMzM3QzQuNjg4MzggMjEuMzc5MSAwIDMyLjY5NzkgMCA0NC41QzAgNTYuMzAyMSA0LjY4ODM4IDY3LjYyMDkgMTMuMDMzNyA3NS45NjYzQzIxLjM3OTEgODQuMzExNiAzMi42OTc5IDg5IDQ0LjUgODlaIiBmaWxsPSIjODk4QTk2Ii8+CjxwYXRoIGQ9Ik02MS4wMTk3IDI3LjY0NTVMNjAuOTA4NCAyNy43Njc5TDQxLjU4OTkgNTIuMzgyTDI5Ljk0NzYgNDAuNzM0MUMyOS4xNTY3IDM5Ljk5NzIgMjguMTEwNyAzOS41OTYgMjcuMDI5OSAzOS42MTUxQzI1Ljk0OTEgMzkuNjM0MSAyNC45MTc5IDQwLjA3MiAyNC4xNTM2IDQwLjgzNjNDMjMuMzg5MiA0MS42MDA3IDIyLjk1MTQgNDIuNjMxOSAyMi45MzIzIDQzLjcxMjdDMjIuOTEzMiA0NC43OTM1IDIzLjMxNDQgNDUuODM5NSAyNC4wNTEzIDQ2LjYzMDRMMzguNzY5NyA2MS4zNTQzQzM5LjE2NjIgNjEuNzUwMSAzOS42Mzg0IDYyLjA2MTkgNDAuMTU4IDYyLjI3MTNDNDAuNjc3NyA2Mi40ODA2IDQxLjIzNDEgNjIuNTgzMiA0MS43OTQzIDYyLjU3MjhDNDIuMzU0NCA2Mi41NjI0IDQyLjkwNjcgNjIuNDM5MyA0My40MTgzIDYyLjIxMDlDNDMuOTI5OCA2MS45ODI0IDQ0LjM5MDEgNjEuNjUzMiA0NC43NzE2IDYxLjI0M0w2Ni45NzcxIDMzLjQ4NjJDNjcuNzMzMiAzMi42OTI2IDY4LjE0NjYgMzEuNjMzMyA2OC4xMjggMzAuNTM3M0M2OC4xMDkzIDI5LjQ0MTMgNjcuNjYgMjguMzk2NyA2Ni44NzczIDI3LjYyOTRDNjYuMDk0NiAyNi44NjIgNjUuMDQxMyAyNi40MzM1IDYzLjk0NTIgMjYuNDM2NUM2Mi44NDkxIDI2LjQzOTYgNjEuNzk4MiAyNi44NzM5IDYxLjAxOTcgMjcuNjQ1NVoiIGZpbGw9IiM4OThBOTYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMzA4XzIzMjMxIj4KPHJlY3Qgd2lkdGg9Ijg5IiBoZWlnaHQ9Ijg5IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) !important;
}
.theme__heading{
  margin-top: 32px;
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}
@media(max-width: 767px){
  .theme__heading{
    margin-top: 16px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
  }
}

.lk {
  padding-top: 100px;
  background: url(../img/reg-bg.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 100px;
}
.lk__info{
  padding-top: 50px;
  padding-bottom: 50px;
}
.lk__txt{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}
.lk__txt:last-child{
  margin-bottom: 0;
}
.lk__title{
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1px;
}
.lk__note{
  border: 1px solid #D50032;
  max-width: 940px;
  padding: 19px 31px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 40px;
}
.lk__ul{
  margin-top: 40px;
  max-width: 630px;
}
.lk__ul li{
  color: #DFDFE0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  padding-left: 25px;
  position: relative; 
}
.lk__ul li::after{
  position: absolute;
  content: '•';
  top: 0;
  left: 10px;
}
.lk__ul li:last-child{
  margin-bottom: 0;
}
.lk__items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 32px;
  margin-top: 40px;
}
.lk__item{
  border-radius: 20px;
  background: linear-gradient(8deg, #26272E 1.58%, #363B46 100%);
  overflow: hidden;
  padding: 30px 30px 102px 30px;
  position: relative;
}
.lk__pic{
  width: 100%;
}
.lk__pic img{
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.lk__name{
  margin-top: 24px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.24px;
}
.lk__job{
  margin-top: 10px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; 
  letter-spacing: 0.16px;
}
.lk__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #FFF;
  width: calc(100% - 60px);
  height: 48px;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s ease;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (hover: hover){
  .lk__btn:hover{
    background: #D50032;
    border: 1px solid #D50032;
  }
}

@media screen and (max-width: 1024px){
  .lk__items{
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .lk__title{
    font-size: 24px;
  }
  .lk__note{
    font-size: 18px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px){
  .lk__items{
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.show-popup--2025, .show-popup--success{
  animation: vanish 0.3s;
}
.show-popup--2025 .show__wrap{
  margin-top: 0;
}
.show-popup--2025 .show-popup__window{
  display: block;
  width: 100%;
  max-width: 752px;
  min-height: 572px;
  padding: 60px;
  border-radius: 20px;
  background: linear-gradient(8deg, #26272E 1.58%, #363B46 100%);
  box-shadow: 9px 11px 29.5px -13px #4E0A1A;
}
.show-popup--2025 .show__wrap{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px 24px;
}
.show-popup--2025 .show__radio-wrap{
  margin: 0;
}
.show-popup--2025 .show__radio-wrap label{
  text-align: center;
  font-size: 28px;
  line-height: 1;
  padding: 16px;
}
.show__form-title{
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
}
.show__form-nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}
.show-popup--2025 .show__submit{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 62px;
  margin: 0;
  border-radius: 7px;
  background: #D50032;
  border: 1px solid #D50032;
  transition: 0.3s ease;
}
.show-popup--2025 .show__submit:hover{
  background: #fff;
  color: #D50032;
}
.show__form-note{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 26px;
  width: calc(100% - 250px);
}
.show-popup--2025 .show__radio-wrap input:checked + label{
  background: #D50032;
}
input[type="radio"]:disabled + label{
  background: #464A58 !important;
  color: rgba(255, 255, 255, 0.20) !important;
}
input[type="radio"]:disabled + label:hover::after{
  opacity: 0 !important;
}
.show-popup--2025.active, .show-popup--success.active{
  display: block;
  animation: appear 0.3s;
}
@keyframes appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes vanish {
    from {
        display: block;
        opacity: 1;
    }

    to {
        display: none;
        opacity: 0;
    }
}
.red{
  color: #D50032;
}
.city{
  background: #080D14;
  padding-top: 168px;
  padding-bottom: 150px;
  min-height: calc(100vh - 78px);
}
.city .container{
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1484px;
}
@media (max-width: 1439px){
  .city{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.city__items{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}
.city__item{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  min-height: 375px;
  border-radius: 24px;
  overflow: hidden;
  padding: 23px 18px;
}
.city__item img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.city__name{
  width: 100%;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-variant: all-small-caps;
  position: relative;
  z-index: 1;
  margin-top: auto;
}
.city__btn{
  width: 212px;
  height: 53px;
  padding: 0;
}
.city__date{
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  font-variant: all-small-caps;
  position: relative;
  z-index: 1;
}
.city__date::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: -22px;
  width: calc(100% + 18px);
  height: 4px;
  background: #D50032;
}
.contact{
  background-color: #03020F;
  background-image: url('../img/contact-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}

.contact__map{
  filter: invert(1) saturate(0);
}
.contact__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.invisible{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.contact__left{
  width: fit-content;  
}
.contact__right{
  flex-grow: 1;
  padding-left: 50px;
}
.contact__nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 41px;
}
.contact__note{
  padding-bottom: 38px;
}
.contact__info {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact__address {
  font-size: 24px;
  line-height: 1.25;
}
.contact__map {
  display: block;
  height: 512px;
  max-width: 100%;
  width: 100%;
}
.header-burger{
  display: none;
}
body.active{
  overflow: hidden;
}
@media (max-width: 1439px) {
  .theme{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .city__btn{
    width: 180px;
    height: 53px;
    padding: 0;
  }
  .city__item{
    min-height: 290px;
  }
}
@media (max-width: 1279px) {
  .contact__info {
    font-size: 18px;
  }
  .contact__address {
    font-size: 16px;
  }
  .contact__map{
    height: 400px;
  }
}
@media (max-width: 1180px) {
  .city__items{
    width: 100%;
    max-width: 470px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media (max-width: 1023px){
  .invisible{
    opacity: 1;
  }
  .visible{
    display: none;
  }
  .contact__right{
    padding-left: 0;
  }
  .contact__left{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact__nav{
    margin-bottom: 0;
  }
  .prg {
    background: url(../img/theme-bg.webp) no-repeat center;
    background-size: cover;
  }
  .header .header__mobile-menu{
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    opacity: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .1);
    padding: 0;
    transition: 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    visibility: hidden;    
  }
  body.active .header__mobile-menu{
    opacity: 1;
    visibility: visible;
  }
  .header-burger{
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    outline: none;
  }
  .header-burger span{
    position: absolute;
    left: 5px;
    width: 30px;
    height: 4px;
    transition: 0.3s ease;
    background: #ffffff;
    border-radius: 4px;
    transform-origin: left;
  }
  .header-burger span:nth-child(1){
    top: 10px;
  }
  .header-burger span:nth-child(2){
    top: 18px;
  }
  .header-burger span:nth-child(3){
    top: 26px;
  }
  .header-container{
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-logo {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    z-index: 1;
  }
  .header{
    padding: 10px 0;
  }
  .header-links{
    display: block;
    background: #000;
    padding: 30px 40px 0 40px;
  }
  .header-link{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .header__bnts-wrap {
    position: relative;
    top: auto;
    transform: translateY(0);
    right: auto;
    background: #000;
    padding: 0 40px 60px 40px;
  }
  .active .header-burger span:nth-child(1){
    top: 5px;
    transform: rotate(45deg);
  }
  .active .header-burger span:nth-child(2){
    opacity: 0;
  }
  .active .header-burger span:nth-child(3){
    transform: rotate(-45deg);
  }
  
}
@media (max-width: 767px){
  .contact__nav{
    display: block;
  }
  .tabs__btn{
    margin-bottom: 20px;
  }
  .contact__info{
    margin-bottom: 10px;
  }
  .contact__wrapper {
    display: block;
  }
  .city__btn{
    width: 140px;
  }
  .city__item{
    padding: 15px;
  }
  .theme{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .city .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .city{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-container{
    padding-left: 15px;
    padding-right: 15px;
  }
}
[type=checkbox]:before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  content: "✔";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
[type=checkbox]:checked:before, [type=radio]:checked:before {
  -webkit-transform: none;
  transform: none;
}

[type=checkbox]:checked:before, [type=radio]:checked:before {
  opacity: 1;
}
[type=checkbox]:before, [type=radio]:before {
  background: none;
  border-radius: 5px;
  font-size: 12px;
  opacity: 1;
  -webkit-transform: translate(20px);
  transform: translate(20px);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
.b24-form-field-agreement input[type="checkbox"] {
    margin-bottom: -5px;
}
[type=checkbox]:checked, [type=radio]:checked {
    background: none;
}
.b24-form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type=checkbox], [type=radio] {
    -webkit-box-flex: 0;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 20px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-transition: background-color .5s, border-color .25s;
    transition: background-color .5s, border-color .25s;
    width: 20px;
}
[type=checkbox], [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #fff;
    position: relative;
    z-index: 0;
}
.policy {
  background: #06070c;
  padding-bottom: 60px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .policy {
    background: #06070c url('../img/reg-bg.webp') no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 100px;
  }
}
.policy__title {
  color: #656669;
  display: block;
  font-size: 33px;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .policy__title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .policy__title {
    font-size: 72px;
    margin-bottom: 80px;
  }
}
.policy__body {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  max-width: 856px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .policy__body {
    font-size: 16px;
    padding-top: 30px;
  }
}
@media (min-width: 1280px) {
  .policy__body {
    font-size: 19px;
    padding-top: 36px;
  }
}
b, strong {
  font-weight: bolder;
}
.policy__body p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .policy__body p {
      margin-bottom: 15px;
  }
}

@media (min-width: 1280px) {
  .policy__body p {
      margin-bottom: 25px;
  }
}
.policy__body a{
  color: #D50032;
}
.prg__row p span{
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1440px) {
  .prg__row p span{
    font-size: 16px;
  }
}