.inner-banner{
  background-image: url(../img/svg-icons/tl_lines.svg) , url(../img/svg-icons/br_lines.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: contain ;
}

@media screen and (max-width: 1728px) {
  .inner-banner{
    background-position: left top, right top;
    background-size: 25%, 50% ;
  }
}

@media screen and (max-width: 1024px) {
  .inner-banner{
    background-position: left top, right bottom;
    background-size: 40%, 65% ;
  }
}

@media screen and (max-width: 1024px) {
  .inner-banner{
    background-size: 60%, 90% ;
  }
}

.partners_img {
  width: auto;
  height: 220px; /* или любое другое значение, подходящее для всех логотипов */
  object-fit: contain; /* для корректного масштабирования */
}

.login:before {
  background-image: url(../img/svg-icons/lg_br_lines.svg), url(../img/svg-icons/lg_tl_lines.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right top;
  background-size: 40% , 40% ;
}

.error-message{
  color: red;
  text-align: left;
}

.footer-bottom-innet-text{
  cursor: pointer;
}


.respond-message {
  text-decoration: 1px var(--green-btn) underline!important;
}

.respond-message-refuse {
  text-decoration: 1px #E5525B underline!important;
}


.empty-clicks{
  font-size: 20px;
  color: var(--blue-title);
}

.respond-ended {
  background-color: var(--green-btn);
}


.upload-icon{
  border-radius: 50%;
  border: var(--blue-title) 2px solid;
  object-fit: cover;
}
.add-image-btn{
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
  background: var(--blue-title);
  color: #fff;
  position: relative;
  left: 70px;
  top: 70px;
  border-radius: 50%;
  z-index: 1;
  font-size: 26px;
}

.register-step {
  display: none;
}
.register-step.active {
  display: block;
}
.custom-invalid {
  border-color: red;
}

*{
  /* border: 2px solid red; */
}

.student-register-form{
  /* width: 90%;
  margin: auto; */
}

.register_img{
  margin: auto;
}

.hidden {
  display: none;
}


.company-logo-block{
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 430px) {
  .company-logo-block{
    display: block;
    margin-bottom: 30px;
  }
  
}

.company-logo-block .upload-icon{
  width: 120px;
  height: 120px;
}

.company-logo-block .delete-image-btn {
  background-image: url(../img/pngImage/trash.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: relative;
  top: -30px;
  left: 90px;
}

.company-logo-block .add-image-btn {
  position: relative;
  left: 90px;
  top: -30px;

}

.company-logo-block .upload-text{
text-align: left;
margin-left: 30px;
}

.company-logo-block  .upload-title {
  font-family: "ProximaNova";
  font-weight: 600;
  font-size: 26px;
  color: #25324B;
}

.company-logo-block  .upload-subtitle {
  font-family: "ProximaNova";
  font-weight: 400;
  font-size: 20px;
  color: var(--grey-subtitle);
  margin: 0;
}


.custom-mt{
  margin-top: 40px!important;
}

.primary-color{
  color: var(--blue-title);
}

.form-check-input[type=radio] {
  border-radius: 50%!important;
}

.vacancy-long .company_items {
  width: 70%;
}

.vacancy-long .cv-list-col-img >img{
  border-radius: 10px;
}


.profile-form-btn-wrapper{
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(130, 201, 245, 0.4);
    padding-bottom: 20px;
    width: 100%;
}

.create-spec{
  margin-bottom: 40px;
}

.instruction{
  color:  var(--dblue);
  font-size: 18px;
}

#save-specs{
  margin: 0 auto;
  display: block;
}

#save-key-skills {
  margin: 0 auto;
  display: block;
}

.delete-photo-btn{
  width: 20%;
  padding: 7px 0;
  border-radius: 5px;
  color: white;
  background: var(--red);
  font-size: 18px;
  transition: 0.3s ease-in-out;
}

.delete-photo-btn:hover, .delete-photo-btn:focus{
  color: var(--red);
  background: transparent;
  outline: 2px solid var(--red);
}

.warning{
  color: var(--red);
}

@media screen and (max-width: 576px){
  .delete-photo-btn{
    width: 70%;
    padding: 5px 0;
    border-radius: 5px;
  }
.resume-status{
  margin-top: 50px;
}

}

.blog-img{
  height: 270px!important;
}

.blog-main{
  width: 540px;
}

.blog .card-news-img, .blog .video-play{
  width: 100%;
  height: 300px;
}


.post-link{
  display: flex;
  align-items: center;
  width: max-content!important;
}


.blog-content .card-news-img, .blog-conten .video-play {
  width: 100%;
  height: 300px;
}

.event-subtitle{
  margin-bottom: 0!important;
}

.header-top-mail >i{
  transform: rotate(0)!important;
}

.header-top .lang a, .burger-lang a{
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}

.header-top .lang a:hover{
  opacity: 0.8;

}

.header-top .lang a.active, .burger-lang a.active{
  opacity: 1;
}

input[readonly] {
  background-color: #e1e1eb!important;
  cursor: not-allowed;
}
