/*Страница Корпоративным клиентам Услуги*/
.sect-corp {
  overflow: hidden;
}
.banner-corp {
  height: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .banner-corp {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 770px){
.maincontent-corp .ngbanner-price {
    top: 0;
}
}
@media screen and (max-width: 749px) {
  .banner-corp {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 38px;
  }
}
.banner-corp h1 {
  margin-bottom: 17px;
  margin-top: 105px;
}

/*Информация на слайдере*/

.top-information {
  padding-top: 30px;
  padding-bottom: 62px;
}
.top-information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: normal;
  overflow: hidden;
}
.top-information-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-content: space-between;
  width: 230px;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top-information {
    display: none;
  }
}
.top-information-pic {
  width: 78px;
  height: 70px;
  margin-bottom: 40px;
  position: relative; }
.top-information-conference {
  background: url('/assets/img/icons/presentation-icon.png') center no-repeat;
  background-size: contain;
}
.top-information-rooms {
  background: url('/assets/img/icons/double-bed-icon.png') center no-repeat;
  background-size: contain;
}
.top-information-halls {
  background: url('/assets/img/icons/bell-icon.png') center no-repeat;
  background-size: contain;
}
.top-information-conference_halls {
  background: url('/assets/img/icons/cinema-hall.png') center no-repeat;
  background-size: contain;
}
.top-information-accomodation {
  background: url('/assets/img/icons/users-icon.png') center no-repeat;
  background-size: contain;
}
.top-information-pic:before {
  content: '';
  position: absolute;
  background: url('/assets/img/icons/top-underlining.png') center no-repeat;
  width: 78px;
  height: 15px;
  bottom: -29px;
  left: 0;
}
.top-information-number { 
  font-size: 60px;
  position: relative; 
}
.top-information-plus {
  font-size: 48px; 
}
.top-information-ppl { 
  font-size: 24px; 
}
.top-information-title {
  font-size: 30px;
  line-height: 32px;
  padding-left: 1px;
}
.maincontent-payment-method .section_main {
  margin-bottom: 30px;
}

@media screen and (max-width: 1064px) {
  .top-information-number {
    font-size: 50px;
  }
  .top-information-title {
    font-size: 25px;
    line-height: 27px; 
  }
}

@media screen and (max-width: 1000px) {
  .maincontent-payment-method .special-offers {
    display: none;
  }
  .maincontent-payment-method .section_main {
    margin-bottom: 50px;
  }
    .viewport {
    display: block;
  }
}


@media screen and (max-width: 750px) {
  .maincontent-payment-method .section_main {
    margin-bottom: 20px;
  }
}

.main-form-cont {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  position: relative; 
}
.sale-icon {
  position: absolute;
  display: block;
  z-index: 4;
  background: url('/assets/img/icons/sale-icon.png');
  background-size: cover;
  width: 51px;
  height: 51px;
  top: -21%;
  right: -2%;
}

.contractors {
  display: none;
  width: 100%;
  height: 427px;
}

.contractors .sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contractors h2 {
  text-align: left;
}
.contractors p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 25px;
}

.contractors-col:first-child {
  width: 490px;
  margin-right: 30px;
}
.contractors-col:last-child {
  width: 750px;
}

.contractors__btn {
  background-color: #fff;
  border: 1px solid #047878;
  color: #047878;
  font-family: 'robotomedium';
  padding: 14px 13px 13px;
  margin-bottom: 40px;
  cursor: pointer;
}

.contractors-advantages {
  width: 750px;
  font-family: 'robotomedium';
  line-height: normal;
  font-size: 16px;
  text-align: left;
}

.progress-bar {
  background: #dddddd;
  left: 0;
  position: absolute;
  top: 0;
  width: 750px;
  height: 10px;
  position: relative;
  margin-top: 2px;
  margin-bottom: 66px;
}
.progress-bar:last-child {
  margin-bottom: 0;
}

.progress-bar svg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.progressbar-text {
  font-size: 16px;
}

