@font-face {
  font-family: "Myriad Pro";
  src: url("/fonts/MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"), url("/fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/MyriadPro-Regular.woff2") format("woff2"), url("/fonts/MyriadPro-Regular.woff") format("woff"), url("/fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("/fonts/MyriadPro-Semibold.eot");
  src: local("Myriad Pro Semibold"), local("MyriadPro-Semibold"), url("/fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/MyriadPro-Semibold.woff2") format("woff2"), url("/fonts/MyriadPro-Semibold.woff") format("woff"), url("/fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu"), url("/fonts/ubuntu.woff2") format("woff2"), url("/fonts/ubuntu.woff") format("woff"), url("/fonts/ubuntu.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("/fonts/ubuntumedium.woff2") format("woff2"), url("/fonts/ubuntumedium.woff") format("woff"), url("/fonts/ubuntumedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}

a {
  text-decoration: none;
}

.newContainer {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.block {
  position: relative;
  margin-bottom: 100px;
  margin-top: 195px;
}

.mobile {
  display: none;
}

.block::before {
  background: url("/images/oplata_new/fon.png") center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  content: "";
  top: -5px;
  left: 0;
  position: absolute;
  z-index: -1;
}

.newBreadcrums {
  padding-top: 18px;
  padding-bottom: 95px;
  display: flex;
  align-items: center;
}

.newBreadcrums__text {
  color: #868686;
  font-size: 16px;
  font-weight: 400;
  margin-right: 6px;
 
}

.newBreadcrums__text--active {
  color: #AE0F0A;
  font-size: 16px;
}

.newContent {
  width: 53%;
  padding-bottom: 9px;
}
.newContent__text-item{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  

}

.newContent__title {
  font-family: "Ubuntu";
  font-size: 64px;
  font-weight: 500;
  width: 100%;
  color: #AE0F0A;
  line-height: 110%;
  margin-bottom: 20px;
}

.newContent__text {
  color: #282828;
  font-size: 20px;
  margin-bottom: 52px;
  line-height: 110%;
      svg {
        margin-right: 8px;
    }
     li {
        list-style-type: none;
        display: flex;
        margin-bottom: 14px;
    }
}

.newContent__form {
  width: 270px;
  height: 52px;
  background: #AE0F0A;
  border: 1px solid #AE0F0A;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 230px;
  cursor: pointer;
  font-family: "Myriad Pro";
  transition: all .38s ease-in-out;
  &:hover{
    background: #FFF;
    color: #AE0F0A;
  }
}

.newContent__img {
  position: absolute;
  width: 880px;
  height: 820px;
  object-fit: contain;
  right: 0%;
  top: 8%;
  display: none;
}

  .form{
    background: #AE0F0A;
    border-radius: 14px;
    padding:  36px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
  }
  .form__title{
   font-weight: 500;
   font-family: 'Ubuntu';
   font-size: 34px;
   color: #FFF;
   margin-bottom: 28px;
   line-height: 110%;
  }
  .form__description{
    font-size: 16px;
    line-height: 110%;
    color: #fff;
  }
  .form__text{
    width: 60%;
  }
  .form__btn{
  width: 236px;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #AE0F0A;
  color: #AE0F0A;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Myriad Pro";
  transition: all .38s ease-in-out;
  &:hover{
    border: 1px solid #FFFFFF;
    background: #AE0F0A;
    color: #FFFFFF;
  }
  }
 .cards{
    box-shadow: 0px 0px 10.4px 0px #DDDDDD;
    border-radius: 14px;
    padding: 40px 24px;
    margin-bottom: 75px;

 }
 .cards__title{
    font-family: 'Ubuntu';
    font-size: 34px;
    font-weight: 500;
    color: #AE0F0A;
    margin-bottom: 28px;
    line-height: 110%;
 }
 .card__flex{
    display: flex;
 }
 .card__item{
    box-shadow: 0px 0px 10px 0px #ECBCBB;
    background: #FFEBEB;
    padding-top: 24px;
    padding-left: 24px;
    margin-right: 30px;
    border-radius: 12px;
    padding-bottom: 25px;
    width: 24%;
    &:last-child{
        margin-right: 0;
        background:  #F2FDF1;
        box-shadow: 0px 0px 10px 0px #C1D9C6;
    }
    &:nth-child(2){
        background: #FBF3FF;
        box-shadow: 0px 0px 10px 0px #D0BDDB;
    }
    &:nth-child(3){
        background: #FFF4EB;
       box-shadow: 0px 0px 10px 0px #E2CEBD;

    }
 }
 .card__icon{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 30px;
 }
 .card__title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    height: 44px;
 }
 .card__text{
    font-size: 16px;
    line-height: 110%;
 }
 .error{
    box-shadow: 0px 0px 10.4px 0px #DDDDDD;
    border-radius: 14px;
    padding:  40px 24px;
    margin-bottom: 75px;
 }
 .error__title{
    margin-bottom: 28px;
    font-size: 34px;
    font-weight: 500;
    color: #AE0F0A;
    line-height: 110%;
    font-family: 'Ubuntu';
 }
 .error__card-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 110%;
 }
 .error__img{
    width: 470px;
    height: 135px;
    object-fit: contain;
    margin-bottom: 16px;
 }
 .error__left{
    width: 48%;
        line-height: 110%;

    h6{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    ul{
        padding-left: 25px;
        li{
            font-size: 16px;
            margin-bottom: 12px;
            line-height: 110%;
        }
    }
    p{
        font-size: 16px;
        line-height: 110%;
    }
 }
 .error__text{
    display: flex;
    justify-content: space-between;
 }
 .error__right{
width: 49%;
p{
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 12px;
    span{
        font-weight: 600;
        color: #AE0F0A;
    }
}
 }
 .oplata{
    display: flex;
    flex-direction: column;
    width: 580px;
    padding: 40px 70px ;
    box-shadow: 0px 0px 10.4px 0px #DDDDDD;
    background: #fff;
    border-radius: 14px;
    align-items: center;
    margin-bottom: 134px;
 }
 .oplata__title{
    font-size: 34px;
    font-weight: 500;
    font-family: 'Ubuntu';
    color: #AE0F0A;
    line-height: 110%;
    margin-bottom: 30px;
    text-align: center;
 }
 .oplata__input{
    width: 100%;
    border: 1px solid #E3E3E3;
    padding-left: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 12px;
    font-family: 'Myriad Pro';
    line-height: 110%;
    font-size: 16px;
    color: #282828;
    border-radius: 8px;
    outline: none;
    &::placeholder{
        color: #C0C0C0;
    }
 }
 .oplata__select{
    width: 100%;
    border: 1px solid #E3E3E3;
    padding-left: 14px;
    padding-top: 11px;
    padding-bottom: 9px;
    margin-bottom: 12px;
    line-height: 110%;

    font-family: 'Myriad Pro';
    font-size: 16px;
    color: #282828;
    border-radius: 8px;
    outline: none;

    appearance: none; /* Отключаем стандартный стиль */
  -webkit-appearance: none; /* Для Safari и Chrome */
  -moz-appearance: none; /* Для Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path d="M8.43906 9.13852L15.8191 1.73805C16.0607 1.49558 16.0603 1.10302 15.8178 0.86096C15.5753 0.619086 15.1826 0.619711 14.9407 0.86221L7.99997 7.82218L1.05925 0.86196C0.817376 0.619492 0.424847 0.618867 0.182347 0.86071C0.12448 0.918283 0.078577 0.986738 0.0472822 1.06213C0.0159874 1.13752 -8.2016e-05 1.21836 3.8147e-06 1.29999C-9.72748e-05 1.38132 0.0158463 1.46188 0.0469208 1.53704C0.0779953 1.61221 0.123591 1.6805 0.181097 1.73802L7.56091 9.13852C7.6771 9.2553 7.83522 9.32083 7.99997 9.32083C8.16472 9.32083 8.32266 9.25511 8.43906 9.13852Z" fill="%23AE0F0A"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px; 

 }
 .oplata__select--mb{
    margin-bottom: 25px;
 }
  .modal__checkbox {
    width: 100%;
            display: flex;
            align-items: center;
            margin-bottom: 10px;

            input {
                width: 18px;
                height: 18px;
                margin: 0;
                margin-right: 10px;
                flex-shrink: 0;

            }

        }


        input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            width: 18px;
            height: 18px;
            border: 1px solid #ccc;
            border-radius: 3px;
            outline: none;
            cursor: pointer;
            position: relative;
        }

        input[type="checkbox"]:checked {
            background-color: #AE0F0A;
            /* Цвет фона галочки */
        }

        input[type="checkbox"]:checked::before {
            content: "✓";
            position: absolute;
            color: white;
            font-size: 14px;
            left: 3px;
            top: -1px;
        }

        .checkbox__text {
            font-size: 14px;
            color: #282828;
            line-height: 110%;
            a{
              color:#AE0F0A;
            }
        }
        .oplata__btn{
            margin-top: 15px;
            width: 236px;
            height: 52px;
            border: none;
            border-radius: 4px;
            background: #AE0F0A;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            font-family: 'Myriad Pro';
            cursor: pointer;
            
        }

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1100px) {
  
}

@media screen and (max-width: 1000px) {
  .newBreadcrums {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .newBreadcrums__text {
    font-size: 12px;
  }
  .newContent {
    width: 100%;
  }
  .newContent__title {
    font-size: 40px;
    margin-bottom: 16px;
    font-family: 'Ubuntu';
    font-weight: 500;
  }
  .newContent__text-item{
    font-size: 18px;
    margin-bottom: 12px;
  }
.newContent__text {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 110%;
  li{
   margin-bottom: 8px;
   font-size: 16px;
   display: flex;
   line-height: 110%;
   
  }
  svg{
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
}
  .newContent__img {
    width: 100%;
    height: 306px;
    object-fit: contain;
    display: flex;
    position: absolute;
    object-position: center;
    bottom: 5px;
    top: unset;
    left: 0px;
  }
  .newContent__form {
    width: 100%;
    height: 44px;
   
    margin-bottom: 395px;
    font-size: 18px;
  }
  .block {
    margin-bottom: 45px;
    margin-top: 130px;
  }
  br {
    display: none;
  }
  .oplata{
    padding: 24px 18px;
    margin-bottom: 0;
  }
  .oplata__title{
    font-size: 24px;
    text-align: left;
    width: 100%;
  }
  .oplata__input{
    margin-bottom: 8px;
    padding-left: 10px;
  }
  .oplata__select{
    margin-bottom: 8px;
    padding-left: 10px;

    
  }
  .checkbox__text{
    font-size: 12px;
  }

  .mobile {
    display: block;
  }
  .form{
    flex-direction: column;
    padding: 24px 18px ;
    margin-bottom: 50px;
  }
  .form__text{
    width: 100%;
  }
  .form__title{
    font-size: 24px;
    margin-bottom: 22px;
  }
  .form__description{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .form__btn{
    width: 100%;
    height: 44px;
    font-size: 16px;
  }
  .card__flex{
    flex-wrap: wrap;
  }
  .card__item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    &:last-child{
        margin-bottom: 0;
    }
  }
  .cards__title{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .cards{
    padding:  30px 18px;

  }
  .card__icon{
    margin-bottom: 14px;
  }
  .card__title{
    font-size: 18px;margin-bottom: 15px; height: unset;
  }
  .oplata{
    width: 100%;
    background: #fff;
  }
  .block{
    background: #fff;
  }
  .block::before{
    display: none;
  }
  .error{
    padding:  30px 18px;
  }
  .error__title{
    margin-bottom: 20px;
    font-size: 24px;
  }
  .error__img{
    width: 100%;
    height: 96px;
  }
  .error__text{
    display: flex;
    flex-direction: column;
  }
  .error__left{
    width: 100%;
    margin-bottom: 12px;
  }
  .error__right{
    width: 100%;
    p{
        &:last-child{
            color: #AE0F0A;
            font-weight: 600;
        }
    }
  }
  .oplata__select--mb{
    margin-bottom: 30px;
  }
  .oplata__btn{
    height: 44px;
    width: 100%;
    font-size: 16px;
  }
}



@media screen and (max-width:400px) {
  .newBreadcrums__text--active{
     width: 146px; /* Задайте желаемую ширину */
  white-space: nowrap; /* Запретить перенос текста */
  overflow: hidden; /* Скрыть выходящий за пределы текст */
  text-overflow: ellipsis; /* Добавить многоточие */
  margin-right: 0;
  }
  .newContent__img {
    bottom: 27px;
    width: 100%;
    
    object-position: center;
    left: 0px;
    object-fit: contain;
  }
  
}