.os-lpo {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.os-lpo__video-button {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.os-lpo__info-white-icon {
  display: none;
}

.os-lpo__video-button:hover .os-lpo__info-dark-icon {
  display: none;
}

.os-lpo__video-button:hover .os-lpo__info-white-icon {
  display: block;
}

.os-lpo__head-text {
  margin-top: 0;
  padding-left: 0;
  justify-content: space-between !important;
  display: flex !important;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.os-lpo__phone-number {
  white-space: nowrap;
  pointer-events: none;
}

.os-lpo__phone-number-is-active {
  text-decoration-line: underline;
  color: rgb(0, 123, 255) !important;
  pointer-events: auto;
}

.os-lpo-banner {
  max-width: 340px;
  width: auto;
}

@media (max-width: 991px) {
  .os-lpo-banner {
    width: 100%;
    margin-top: 20px;
  }  
}

.os-lpo-banner__body {
  background-color: #ECECEC;
  padding: 1.5rem;
  border-radius: 0px 0px 10px 10px;
}

.os-lpo-banner__header {
  background-color: #ef0f33;
  color: #FFFFFF;
  padding: 0 1.5rem;
  height: 46px;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
}

.os-lpo-banner__top-block {
}

.os-lpo-banner__icon-img{
  margin-top: .5rem;
}

@media (max-width: 991px) {
  .os-lpo-banner__icon-img {
    margin-top: -.5rem;
    margin-left: 2rem;
  }
}

.os-lpo-banner__title {
  font-size: 1.875rem;
  margin-bottom: 0;
}

.os-lpo-banner__top-text {
  font-size: .875rem;
  margin-bottom: 0;
  margin-top: .75rem;
}

.os-lpo-banner__small-title{
  font-size: 1.125rem;
  letter-spacing: 0.0151em;
  font-family: "Bebas Neue";
  font-weight: bold;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  line-height: 120%;
  flex-basis: 40%;
}

.os-lpo__phone {
  margin-left: 25px;
}

.os-lpo-banner__text-block {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.os-lpo-banner__small-text {
  flex-basis: 50%;
  font-size: .75rem;
  margin-bottom: 0;
}

.os-lpo-banner__button {
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.875rem 3rem;
  width: 100%;
}

.os-lpo-banner__button_disabled {
  font-size: .75rem;
  padding: 0.875rem 3rem;
  width: 100%;
  pointer-events: none;
}

.os-lpo__banner-svg {
  margin-right: 1rem;
}

.os-lpo-banner__button-block {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 2.25rem;
}

@media (max-width: 991px) {
  .os-lpo__icon-img{
    margin-left: 2rem; 
  }
  .os-lpo__head-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .os-lpo-banner__head{
    flex: 0 0 100%;
    max-width: 100%;   
  }
  .os-lpo-banner__text-block{
    flex-wrap: wrap;
  }
  .os-lpo-banner__small-title{
    flex: 0 0 100%;
  }
  .os-lpo-banner__small-text{
    flex: 0 0 100%;
  }  
}

@media (max-width: 577px) {
  .os-lpo__icon-img{
    margin-left: 2rem; 
  }
  .os-lpo__head-text{
    flex: 0 0 100%;
  }
  .os-lpo-banner__head{
    flex: 0 0 100%;
  }
  .os-lpo-banner__text-block{
    flex-wrap: unset;
  }
  .os-lpo-banner__small-title{
    flex: 0 0 45%;
  }
  .os-lpo-banner__small-text{
    flex: 0 0 55%;
  }
}

.special__wrapper .os-lpo {
  flex-direction: column;
}

.special__wrapper .os-lpo__head-text {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.special__wrapper .os-lpo__phone-icon {
  display: none;
}

.special__wrapper .os-lpo-banner {
  max-width: 500px;
}

.special__wrapper .os-lpo-banner__body {
  background: none;
  border: 1px solid black;
}

.special__wrapper .os-lpo-banner__header {
  background-color: black;
  justify-content: center;
}

.special__wrapper .os-lpo-banner__header img {
  display: none;
}

.special__wrapper .os-lpo__phone {
  margin-left: 0;
}
