/*==============================INDEX==============================*/
/*--------------------newpromo-----------------------*/
.newtop{
    padding: 30px 0;
}
.newtop__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newtop__title{
    font-size: 20px;
    color: #494C55;
}
.newpromo {
  padding: 40px 0 55px 0;
  color: #08308F;
}
.newpromo__title {
  margin-bottom: 0;
  font-size: 65px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.newpromo__subtitle {
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.newpromo__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newpromo__feature {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSansBold";
  font-size: 26px;
  padding-bottom: 50px;
  border-bottom: 2px solid #08308F;
}
.newpromo__feature:first-child {
  padding-left: 0;
}
.newpromo__feature:last-child {
  padding-right: 0;
}
.newpromo__feature img {
  margin-right: 20px;
  width: 55px;
  height: 55px;
}

.socialblock {
  text-align: center;
}
.socialblock__title {
  margin-bottom: 20px;
  font-family: "OpenSansBold";
  font-size: 26px;
  line-height: 1.1;
  color: #08308F;
}
.socialblock__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socialblock__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  background: #fff;
  border: 1px solid #656565;
  font-size: 24px;
  margin: 0 7px;
  font-family: "OpenSansBold";
  color: #656565;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.socialblock__btn:visited{
   color: #656565; 
}
.socialblock__btn:hover {
  background: #656565;
  color: #fff;
}
.socialblock__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  border-radius: 50px;
  height: 100%;
  background: #ECECEC;
  z-index: -1;
}
.socialblock__btn img {
  margin-right: 5px;
}

/*--------------------newinfo-----------------------*/
.newinfo {
  margin-bottom: 15px;
  padding: 20px 0 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.newinfo:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  background-image: url(https://spaindustry.ua/catalog/view/theme/oct_luxury/image/ozonc/newinfo-shape.png);
  background-size: cover;
  background-position: 0 20%;
  z-index: -1;
}
.newinfo img {
  max-width: none;
}
.newinfo .socialblock {
  padding-bottom: 50px;
  border-bottom: 2px solid #08308F;
}
.newinfo__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newinfo__leftside {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 50px;
}
.newinfo__title {
  margin-bottom: 70px;
  font-size: 65px;
  line-height: 1.1;
  font-weight: 700;
  color: #08308F;
}
.newinfo__title span {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #494C55;
}
.newinfo__desc {
  font-size: 34px;
  font-weight: 700;
  color: #494C55;
}
.newinfo__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 40px;
}
.newinfo__row:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 900px;
  height: 1px;
  opacity: 0.2;
  background: #494C55;
}
.newinfo__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.newinfo__col:nth-child(1) .newinfo-item:after {
  background-image: url(https://spaindustry.ua/catalog/view/theme/oct_luxury/image/ozonc/newinfo-item-shape1.svg);
}
.newinfo__col:nth-child(2) .newinfo-item:after {
  background-image: url(https://spaindustry.ua/catalog/view/theme/oct_luxury/image/ozonc/newinfo-item-shape2.svg);
}
.newinfo__col:nth-child(3) .newinfo-item:after {
  background-image: url(https://spaindustry.ua/catalog/view/theme/oct_luxury/image/ozonc/newinfo-item-shape3.svg);
}
.newinfo__col:nth-child(4) .newinfo-item:after {
  background-image: url(https://spaindustry.ua/catalog/view/theme/oct_luxury/image/ozonc/newinfo-item-shape4.svg);
}

.newinfo-item {
  padding: 35px 15px 35px;
  text-align: center;
  border-radius: 18px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.newinfo-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 312px;
}
.newinfo-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  height: 90px;
}
.newinfo-item__title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #494C55;
}

.webinar-wrapper.webinar-wrapper_new {
  margin-bottom: 40px;
  padding-top: 1px;
  padding-bottom: 35px;
  background: transparent;
}
.webinar-wrapper.webinar-wrapper_new .webinar__spicker {
  position: relative;
}
.webinar-wrapper.webinar-wrapper_new .webinar__spicker:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 440px;
  background-image: url(https://spaindustry.ua/catalog/view/theme/oct_luxury/image/ozonc/webinar__spicker-shape.svg);
  background-size: cover;
}
.webinar-wrapper.webinar-wrapper_new .webinar__text {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.webinar-wrapper.webinar-wrapper_new .webinar__text.not-mobile {
  position: relative;
}
.webinar-wrapper.webinar-wrapper_new .webinar__text.not-mobile:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 440px;
  background-image: url(https://spaindustry.ua/catalog/view/theme/oct_luxury/image/ozonc/webinar__spicker-shape2.svg);
  background-size: cover;
}
.webinar-wrapper.webinar-wrapper_new .webinar__info__title {
  color: #2E7535;
}
.webinar-wrapper.webinar-wrapper_new .spicker__img img {
  border-radius: 10px;
}
.webinar-wrapper.webinar-wrapper_new > .container:after {
  bottom: -35px;
  background: #08308F;
}

/*-------------------------newclean-------------------------*/
.shape_blue {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.shape_blue:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 336px;
  background-image: url(https://spaindustry.ua/catalog/view/theme/oct_luxury/image/ozonc/newclean-shape.svg);
  background-size: cover;
  background-position: 0 20%;
  z-index: -1;
}

.newclean {
  position: relative;
  padding: 90px 0 50px 0;
  z-index: 1;
}
.newclean:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 336px;
  background-image: url(https://spaindustry.ua/catalog/view/theme/oct_luxury/image/ozonc/newclean-shape.svg);
  background-size: cover;
  background-position: 0 20%;
  z-index: -1;
}
.newclean__title {
  margin-bottom: 45px;
  font-size: 65px;
  font-weight: 700;
  color: #08308F;
  text-align: center;
}
.newclean__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px 80px 20px;
}
.newclean__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newclean__gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 428px;
          flex: 0 0 428px;
  max-width: 428px;
}
.newclean__gallery-item {
  margin-bottom: 15px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.newclean__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newclean__caption {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #2E7535;
}
.newclean__list {
  padding-right: 120px;
  margin-bottom: 30px;
}
.newclean__list:last-child {
  margin-bottom: 0;
}
.newclean__list li {
  position: relative;
  padding: 18px 0;
  padding-left: 30px;
  border-bottom: 1px solid rgba(73, 76, 85, 0.3);
  font-family: "OpenSansRegular";
  font-size: 24px;
  line-height: 1.3;
  color: #494C55;
}
.newclean__list li:first-child {
  padding-top: 0;
}
.newclean__list li:first-child:before {
  top: 14px;
}
.newclean__list li strong {
  font-family: "OpenSansBold";
}
.newclean__list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: 10px;
  width: 6px;
  height: 6px;
  background: #494C55;
  border-radius: 50%;
}

/*-------------------------newwebinar-------------------------*/
.newwebinar {
  padding: 100px 0 50px;
  color: #08308F;
}
.newwebinar__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  color: #08308F;
}
.newwebinar .newpromo__feature {
  border: 0;
  padding-bottom: 0;
}
.newwebinar__copy {
  margin-top: 50px;
  padding-top: 50px;
  text-align: center;
  border-top: 2px solid #494C55;
  font-size: 22px;
  font-weight: 700;
  color: #494C55;
}

.tech_logo {
  display: none;
}

.newclean__title_mobile {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newinfo__img img {
    max-width: 500px;
  }
  .newinfo {
    padding: 70px 0 0;
  }
  .newinfo__title {
    font-size: 55px;
  }
  .newinfo__title span {
    font-size: 28px;
  }
  .newinfo__desc {
    font-size: 28px;
  }
  .newinfo-item__title {
    font-size: 17px;
  }
  .webinar-wrapper.webinar-wrapper_new .webinar__spicker:after {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .newclean__list {
    padding-right: 50px;
  }
  .newclean__list li {
    padding: 15px 0;
    padding-left: 25px;
    font-size: 20px;
  }
  .newclean__list li:before {
    top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .newinfo__top {
    display: block;
  }
  .newwebinar__title {
    font-size: 35px;
  }
  .newclean__gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    max-width: 350px;
  }
  .newclean__body {
    padding: 0 0 50px;
  }
  .webinar-wrapper.webinar-wrapper_new .webinar__spicker:after {
    display: none;
  }
  .spicker__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newinfo__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .newinfo-item:after {
    background-size: cover;
  }
  .newinfo__img {
    text-align: center;
  }
  .newinfo__leftside {
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
    .newtop{
        padding: 20px 0;
    }
    .newtop__title{
        font-size: 13px;
    }
  .newpromo__subtitle {
    font-size: 20px;
  }
  .newpromo__title {
    font-size: 32px;
    font-weight: 800;
  }
  .newpromo__feature {
    font-size: 16px;
  }
  .newpromo__feature img {
    width: 28px;
    height: 28px;
  }
  .newpromo__features {
    border-bottom: 2px solid #08308F;
  }
  .newpromo {
    padding-top: 20px;
  }
  .newpromo__feature {
    padding: 0;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
  }
  .newpromo__features {
    margin-bottom: 20px;
    display: block;
  }
  .socialblock__title {
    font-size: 16px;
    color: #494C55;
  }
  .socialblock__btn {
    font-size: 14px;
    padding: 1px 15px;
  }
  .newinfo__title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .newinfo__title span {
    font-size: 18px;
  }
  .newinfo__desc {
    font-size: 18px;
  }
  .newinfo-item__title {
    font-size: 14px;
  }
  .newinfo .socialblock__title {
    color: #08308F;
  }
  .webinar-wrapper.webinar-wrapper_new .webinar__text,
  .webinar__spicker {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 20px;
  }
  .webinar__text:after {
    bottom: auto;
    top: -20px;
  }
  .newinfo .socialblock {
    border: 0;
  }
  .newinfo__row:after {
    display: none;
  }
  .newinfo__row {
    border-bottom: 2px solid #072F8E;
  }
  .newclean__title {
    font-size: 30px;
  }
  .newclean__caption {
    font-size: 18px;
  }
  .newwebinar__copy {
    font-size: 14px;
    padding-top: 25px;
  }
  .newwebinar {
    padding: 70px 0 25px 0;
  }
  .newwebinar__title {
    font-size: 22px;
  }
  .shape_blue:after {
    height: 100px;
  }
  .tech_logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .newclean__body {
    display: block;
  }
  .newclean__list {
    padding-right: 0;
  }
  .newclean__list li {
    font-size: 14px;
  }
  .newclean__list li:before {
    width: 4px;
    height: 4px;
    top: 22px;
  }
  .newclean__list li:first-child:before {
    top: 7px;
  }
  .newclean__gallery {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 2px solid #3A82E0;
  }
  .newclean__title_mobile {
    display: block;
    margin-bottom: 10px;
  }
  .newclean__gallery-item {
    height: 300px;
    height: auto;
  }
  .newclean__gallery-item img {
    border-radius: 10px;
  }
  .newclean__title_mob {
    display: none;
  }
  .newclean__caption_big {
    font-size: 30px;
    font-weight: 700;
    color: #08308F;
  }
  .webinar-wrapper.webinar-wrapper_new .webinar__text,
  .webinar__spicker {
    padding: 0;
  }
  .spicker__specialty {
    padding: 0;
  }
  .newinfo__img img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .center-wrapper {
    max-width: 100%;
  }
}


.newinfo-item__title{
    line-height: 1.2;
}
.newinfo__desc{
    line-height: 1.1;
}
.newpromo__title{
    color: #08308F;
}

@media only screen and (max-width: 767px) {
    .newclean__gallery{
        margin-left: auto;
        margin-right: auto;
    }
}

.technology__text{
    color: #494C55;
}
}