.widget.c-widget.c-widget-form-5 {
  position: relative;
  z-index: 0;
}
.widget.c-widget.c-widget-form-5 .widget-form {
  background-color: #fafafa;
}
.widget.c-widget.c-widget-form-5 .widget-form[data-borders=rounded] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.widget.c-widget.c-widget-form-5 .widget-form-wrapper {
  position: relative;
  padding: 38px 40px;
}
.widget.c-widget.c-widget-form-5 .widget-form-image {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
  background-image: url("images/question_mark.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.c-widget.c-widget-form-5 .widget-form-title {
  font-size: 24px;
  font-weight: 100;
  color: #2e2e2e;
  white-space: normal;
  padding: 10px 40px;
  border-right: 4px solid #fff;
}
.widget.c-widget.c-widget-form-5 .widget-form-description {
  font-size: 14px;
  line-height: 20px;
  color: #2e2e2e;
  text-align: left;
  white-space: normal;
}
.widget.c-widget.c-widget-form-5 .widget-form-button {
  color: #fff;
}
@media all and (max-width: 768px) {
  .widget.c-widget.c-widget-form-5 .widget-form-title {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .widget.c-widget.c-widget-form-5 .widget-form-image {
    top: -10px;
  }
  .widget.c-widget.c-widget-form-5 .widget-form-description {
    text-align: center;
  }
}


.sale-1 {
  background: url('/images/banner_12.jpg');
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  /*background: linear-gradient(90deg, rgba(245,246,249,1) 70%, rgba(255,255,255,0.5018382352941176) 60%);*/
}
@media all and (max-width: 991px){
.sale-1 {
  background: url('/images/banner_12-mob.webp');
	background-repeat: no-repeat;
  background-size: 100%;
}
}
@media all and (max-width: 450px){
  .sale-1 {
    background: url('/images/banner_12-mob-small.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  }
.sale-1 .container{
  position: relative;
}

.sale-1 .sale_content{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: wrap;
    /*background-color: #f5f6f9;*/
    color: #193eab; 
}
.sale-1 .sale_content .content {
  width: 100%;
    max-width: 55%;
    padding: 60px 0 90px 70px;
}
.sale-1 .sale_content .content h3:nth-child(1){
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
.sale-1 .sale_content .content h3:nth-child(2){
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 4px;
}
.sale-1 .sale_content .content p{
  font-size: 28px;
  line-height: 28px;
}
.sale-1 .sale_content .photo {
  width: 100%;
  max-width: 50%;
  display: flex;
}
.sale-1 .sale_content .photo img{
  object-fit: cover;
}
.sale-1 .sale_content .widget-form-button{
    background: #5AB4EB;
    color: #fff;
    box-shadow: 0px 4px 5px rgb(90 180 235 / 30%);
    border-radius: 3px;
    
    font-size: 18px;
    padding: 11px 61px;
    border: 0;
    /*margin: 0 5px;*/
    cursor: pointer;
}
@media all and (max-width: 1420px){
  .order_section{
    background: url(/images/girl.png);
    background-position: bottom right;
      background-repeat: no-repeat;
  }
}


@media all and (max-width: 1201px){
  
  .sale-1 .container:before{
    display: none;
  }
  .review .doc{
    max-width: 42%;
  }
  .sale-1 .sale_content .content{
    padding-left: 0;
    padding-bottom: 100px;
    max-width: 29%;
  }
  .revs .revs_item .left{
    padding-left: 30px;
  }
  .revs .revs_item .left:before{
    height: 229px;
  }
  .order_section{
    background: url(/images/girl-white.jpg);
    background-position: bottom right;
      background-repeat: no-repeat;
  }
}

@media all and (max-width: 991px){
  .sale-1 {
    /*background: unset;*/
  }
  .sale_price{
    position: unset;
  }
  .moduletable.tabs .nav-item.active:after{
    display: none;
  }
  .services_block{
    background-position: top;
  }
  .services_block .services_items{
    padding: 20px 20px;
    height: 100%;
  }
  .services_block .services_item{
    width: 100%;
    max-width: 50%;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .moduletable_menu{
    display: none;
  }
  .header_flex .moduletable.download{
    max-width: 100%;
  }
  .review .review_content{
    padding-left: 0;
  }
  .review .doc{
    max-width: 52%;
  }
  .sale-1 .sale_content .content{
    max-width: 100%;
    text-align: center;
  }
  .sale.second .sale_content .content{
    max-width: 100%;
    text-align: center;
  }

  .sale-1 .sale_content .photo{
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }

}

/*# sourceMappingURL=style.css.map */
