body {
    min-width: 360px;
}

.case-page .case__more-wrap {
    padding-top: 0px;
}

.case-page .case__video {
    padding-bottom: 50px;
}

.case__nav ul li a {
    display: flex;
    align-items: center;
    height: 100%;
}

.press__slider img {
    max-height: 260px;
    object-fit: cover;
    height: 100%;
}

.contacts__plate .contacts__plate-title h3 {
    font-family: "Druk Wide Cyr Medium";
}

.news-detail .detail__info h1 {
    font-family: "Druk Wide Cyr Medium";
}

.arr__btn.load-more-btn {
    background: #DE4848;
    border: none;
    margin: 0 auto;
}

.arr__btn.load-more-btn:hover {
    color: #000;
}

.filters__right {
    width: 100%;
    max-width: 400px;
}

.filter-reset-btn {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    border: 1px solid #DE4848;
    padding: 15px 20px;
    border-radius: 9px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
}

.main__toolbar .mob__callback_btn {
    display: block;
}

.contacts__list .contacts__list-wrap {
    transition: .5s;
}

.page-platforms__item:nth-child(2n) .platform__plan-title {
    color: #fff;
}

.page-vacancies .vacancies__list {
    padding-bottom: 0;
}

.contacts__list-wrap .contacts__item {
    gap: 20px;
}

.toolbar__video img {
    border-radius: 10px;
    height: 100%;
}

.main__toolbar {
    gap: unset;
}

.main__toolbar a {
    color: #FFFFFFBF;
}

.main__toolbar .toolbar__links {
    margin-right: auto;
    gap: 23px;
}

.main__toolbar .toolbar__video {
    margin-right: 35px;
}

.case__more-link {
    margin-bottom: 140px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .contacts__list-title {
        cursor: pointer;
    }

    .main__toolbar .toolbar__video {
        margin-right: 20px;
    }

    .case__more-link {
        margin-bottom: 40px;
    }
}


.tasks__list .task {
    height: auto;
}

.tasks__list .task .task__num {
    line-height: 100%;
}

.result__slider-wrap .result__slide {
    height: auto;
}

.privacypolicy {
    background: #141414;
    color: #fff;
    font-family: 'Montserrat', 'Arial', sans-serif;
    padding: 30px 0;
}

.privacypolicy h1 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.privacypolicy p {
    margin: 5px 0;
}

/*Регистрация*/
.fr__title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  flex-direction: column;
  align-items: center;
}

.fr__title p {
  font-weight: 500;
  font-style: Medium;
  font-size: 86px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DE4848;
  padding-top: 20px;

}

.fr__description {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.fr__description p {
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  padding-top: 20px;
  max-width: 1260px;
  text-align: center;

}

.forms__register-img {
    z-index: 0;
    width: 50%;
    top: 41%;
    left: 50%;
}

.expo-form{
  padding: 28px 20px;
  z-index: 1;
  position: relative;
}

.expo-form__card{
  max-width: 1260px;
  margin: 0 auto;
  background: rgba(16, 18, 22, 0.60);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(2px);

  box-shadow:
    0 20px 80px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.04);
  padding: 18px 18px 22px;
}

.expo-form__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px 18px;
}

.field__label{
  display: block;
  margin: 0 0 8px 6px;
  font-size: 14px;
  letter-spacing: .2px;
  color: rgba(255,255,255,0.85);
  font-family: "Montserrat";
}

.field__input{
  width: 100%;
  height: 44px;
  padding: 30px 20px;
  border-radius: 6px;
  font-family: "Montserrat";
  background: rgba(240, 246, 255, 0.98);
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 14px;
  color: #1a1f27;
  outline: none;
  transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease;
}

.field__input::placeholder{
  color: rgba(26,31,39,0.50);
}

.field__input:focus{
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.10);
}

.expo-form__bottom{
  grid-column: 1 / -1;
  padding-top: 10px;
  text-align: center;
}

.expo-form__title{
  margin: 35px 0 52px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.92);
  font-size: 24px;
}

.expo-form__checks{
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 8px;
  flex-direction: column;
  align-items: center;
}

.check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  text-align: left;
  font-family: "Montserrat";
}

.check__input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check__box{
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.70);
  background: rgba(0,0,0,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
  display: inline-block;
  position: relative;
}

.check__input:checked + .check__box{
  background: rgba(255,255,255,0.95);
  border-color: rgba(255,255,255,0.95);
}

.check__input:checked + .check__box::after{
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #11161c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.expo-footer{
  margin-top: 18px;
  z-index: 1;
  position: relative;
  padding-bottom: 150px;
}

.expo-footer__checks{
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  flex-direction: column;
  align-items: center;
}

.footer-check{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 14px;
}

.footer-check a{
  color: #DE4848;
  text-decoration: none;
}

.footer-check input{
  position: absolute;
  opacity: 0;
}

.footer-check__box{
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.6);
  background: rgba(0,0,0,0.2);
  position: relative;
}

.footer-check input:checked + .footer-check__box{
  background: #DE4848;
  border-color: #DE4848;
}

.footer-check input:checked + .footer-check__box::after{
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.expo-footer__submit{
  width: 50%;
  margin: 0 auto;
  height: 46px;
  border-radius: 6px;
  background: #DE4848;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background .15s ease, transform .1s ease;
  font-family: "Montserrat";
}

.expo-footer__submit:hover{
  background: #DE4848;
}

.expo-footer__submit:active{
  transform: translateY(1px);
}

.expo-warning{
  margin-top: 30px;
  text-align: center;
  color: rgba(255,255,255,0.92);
}

.expo-warning__title{
  display: inline-block;
  background: #DE4848;
  color: #fff;
  padding: 10px 22px;
  font-size: 43px;
  font-weight: 900;
  transform: rotate(-3deg);
  border-radius: 6px;
  margin-bottom: 50px;
  margin-top: 45px;
}

.expo-warning__text{
  max-width: 630px;
  margin: 0 auto 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  opacity: .9;
  font-family: "Montserrat";
  text-align: left;
  color:#FFFFFF;
}

.expo-warning__text p{
  margin-bottom: 10px;
}

.expo-warning__text a{
  color: #DE4848;
  text-decoration: none;
}

.expo-warning__info{
  display: flex;
  justify-content: center;
  gap: 159px;
  font-size: 10px;
  max-width: 630px;
  margin: 0 auto;
  flex-direction: row;
  text-align: left;
}

.expo-warning__info .label{
  color: #DE4848;
  font-weight: 500;
  margin-bottom: 4px;
}

.efg-group {
    max-width: 1260px;
    margin: 0 auto;
    padding-top: 50px;
}

.expo-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.expo-modal.is-open{
  display: block;
}

.expo-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.expo-modal__window{
    /* position: relative; */
    /* width: min(628px, calc(100% - 32px)); */
    margin: 0 auto;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* border-radius: 16px; */
    background: #141414;
    box-shadow: 0 25px 90px rgba(0, 0, 0, 0.55);
    padding: 30px 28px 22px;
    text-align: center;
    color: #fff;
    /* margin-right: 50px; */
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
}

.expo-modal__close{
  position: absolute;
  right: -65px;
  top: 0;
  width: 50px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, opacity .15s ease;
}

.expo-modal__close:hover{
  background: rgba(0,0,0,0.65);
  opacity: .85;
}

.expo-modal__icon{
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.expo-modal__icon img{
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.expo-modal__title{
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: .6px;
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

}

.expo-modal__text{
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;

  margin-bottom: 70px;
  margin-top: 40px;
  opacity: .95;
}

.expo-modal__events{
  display: inline-block;
  font-weight: 700;
}

.expo-modal__btn{
  width: 50%;
  height: 42px;
  border-radius: 6px;
  background: #DE4848;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  transition: transform .12s ease, opacity .15s ease;
  margin: 0 auto;
}

.expo-modal__btn:hover{
  opacity: .92;
}

.expo-modal__btn:active{
  transform: translateY(1px);
}

body.modal-lock{
  overflow: hidden;
}

@media (max-width: 820px){
  .expo-footer__checks{
    flex-direction: column;
    gap: 10px;
  }

  .expo-warning__info{
    gap: 30px;
            flex-direction: column;
        margin: 0 20px;
        padding-bottom: 50px;
  }
}


@media (max-width: 820px){
  .expo-form__grid{
    grid-template-columns: 1fr;
  }
  .expo-form__title{
    font-size: 18px;
  }
  .expo-form__checks{
    gap: 18px 26px;
            flex-direction: column;
        flex-wrap: nowrap;
  }

  .footer-check__box {
    width: 4%;
    font-size: 12px;
  }
  .footer-check__text {
    width: 90%;
    font-size: 12px;
  }

  .expo-warning__title {
    font-size: 24px;
  }

  .fr__title p {
    font-size: 30px;
  }

  .fr__description p {
    font-size: 16px;
  }
  .forms__register-img {
    left: 50%;
    width: 100%;
    top: 29%;
  }
  .expo-warning__text {
        margin: 0 20px 22px;
  }
  .field__input {
    padding: 25px 20px;
  }
  .fr__description {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .expo-modal__title {
    font-size: 18px;
  }
  .expo-modal__text {
    font-size: 14px;
  }
  .expo-modal__close {
    right: -32px;
    top: 0;
    width: 29px;
    height: 29px;
  }
}








