

/* Start:/include/2023/design_services/razrabotka-presentacii/style.css?167687514632565*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");

/* BANNER */
.design-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #151515;
  color: #fff;
  min-height: 855px;
  color: #fff;
  background-repeat: repeat;
}

.design-banner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -83px;
  width: 1920px;
  height: 938px;
  background: url(/include/2022/razrabotka-firmennogo-stilya/banner.svg);
}

.design-banner__wrapper {
  position: relative;
  z-index: 1;
}

.design-banner__container {
  width: 100%;
}

.design-banner__title {
  margin-bottom: 38px;
  margin-top: 84px;
  font-weight: 700;
  font-size: 48px;
  line-height: 135%;
  text-transform: uppercase;
  color: #fff;
  max-width: 550px;
}

.design-banner__text {
  max-width: 619px;
  font-weight: 400;
  font-size: 20px;
  line-height: 172%;
}

.design-banner__buttons {
  display: flex;
  align-items: center;
  margin-top: 94px;
}

.design-banner__brief {
  padding: 17px 41px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303030;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 33px;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;

  -webkit-transition: color 0.3s ease-out, border-radius 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, border-radius 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, border-radius 0.3s ease-out;
  -o-transition: color 0.3s ease-out, border-radius 0.3s ease-out;
  transition: color 0.3s ease-out, border-radius 0.3s ease-out;
}

.design-banner__brief:hover,
.design-banner__brief:focus,
.design-banner__brief:active {
  border-radius: 50px;
  color: #303030;
  text-decoration: none;
}

.design-banner__feedback {
  padding: 18px 45px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 33px;
  transition: 0.4s;
  border: 1px solid #fff;
  text-transform: uppercase;
}

.design-banner__feedback:hover,
.design-banner__feedback:focus,
.design-banner__feedback:active {
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1250px) {
  .design-banner__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 135%;
  }

  .design-banner__text {
    max-width: 400px;
    font-weight: 400;
    font-size: 18px;
    line-height: 172%;
  }

  .design-banner__brief {
    margin-right: 15px;
  }

  .design-banner__brief,
  .design-banner__feedback {
    font-size: 14px;
    padding: 14px 31px;
  }
}
@media (max-width: 600px) {
  .design-banner__container {
    height: 100%;
  }

  .design-banner__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  body.adaptiv.adaptiv_with_footer .design-banner .design-banner__title {
    margin-top: 143px;
    max-width: 304px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 135%;
    text-transform: uppercase;
  }

  .design-banner__text {
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 172%;
    margin-bottom: 37px;
  }

  .design-banner__text {
    margin-bottom: 0;
  }

  .design-banner__buttons {
    flex-direction: column;
    margin-top: 37px;
    margin-bottom: 54px;
    align-items: flex-start;
  }

  .design-banner__brief {
    margin-bottom: 21px;
  }
  .style-more-services__title-1::after {
    width: 50%;
  }
}

@media (max-width: 980px) {
  .design-banner {
    height: auto;
    min-height: 100%;
  }

  .design-banner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    width: 320px;
    height: 277px;
    /*background: url(/include/2022/razrabotka-firmennogo-stilya/banner--mobile.svg);*/
    background: none;
  }
}

.design-projects {
  margin-top: 242px;
  overflow: hidden;
}
.design-projects__bottom-slider {
  margin-top: 15px;
}
.design-projects__title-row {
  position: relative;
  display: flex;
  padding-bottom: 31px;
  border-bottom: 2px solid #000000;
  margin-bottom: 76px;
}
.design-projects__title-row::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #000;
  width: 600px;
  right: -600px;
  bottom: -2px;
}
.design-projects__title {
  font-weight: 700;
  font-size: 100px;
  line-height: 105%;
  text-transform: uppercase;
  color: #313131;
}
.design-projects__more {
  margin-top: auto;
  margin-left: auto;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.design-projects__more:hover,
.design-projects__more:focus {
  color: #fecc08;
  text-decoration: none;
}
.design-projects__sliders .owl-stage {
  transition-timing-function: linear !important;
}
@media (max-width: 1024px) {
  .design-projects {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .design-projects__bottom-slider,
  .design-projects__top-slider {
    pointer-events: none;
  }
  .design-projects__title {
    font-size: 50px;
    line-height: 100%;
  }
}
@media (max-width: 550px) {
  .design-projects {
    margin-top: 67px;
    margin-bottom: 66px;
  }
  .design-projects__title {
    font-size: 32px;
    line-height: 100%;
  }
  .design-projects__title-row {
    margin-bottom: 22px;
    padding-bottom: 6px;
  }
  .design-projects__more {
    display: none;
  }
  .design-projects__bottom-slider {
    margin-top: -10px;
  }
}

/* BENEFITS */
.presentation-benefit {
  overflow: hidden;
  padding-top: clamp(67px, 5vw, 177px);
}

.presentation-benefit__title {
  max-width: 705px;
}

.presentation-benefit__title1 {
  font-weight: 700;
  font-size: clamp(44px, 6vw, 112px);
  line-height: 110%;
  text-transform: uppercase;
  color: #1e1e1e;
}

.presentation-benefit__title2 {
  font-weight: 700;
  font-size: clamp(44px, 6vw, 112px);
  line-height: 67%;
  text-transform: uppercase;
  color: #e1e1e1;
}

.presentation-benefit__title3 {
  font-weight: 400;
  font-size: clamp(26px, 4vw, 43px);
  line-height: 110%;
  text-align: right;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
}

.presentation-benefit__title3::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  left: 100%;
  top: 43px;
  width: 1200px;
  right: -18px;
  margin-left: 16px;
}

.presentation-benefit__item {
  padding-bottom: 44px;
  padding-top: 54px;
  border-bottom: 1px solid #000000;
}

.presentation-benefit__item-wrapper {
  display: flex;
  align-items: flex-start;
}

.presentation-benefit__text {
  padding-left: 67px;
  flex-grow: 1;
}

.presentation-benefit__name {
  font-weight: 700;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 110%;
  text-transform: uppercase;
  color: #1e1e1e;
}

.presentation-benefit__item::first-child .presentation-benefit__name {
  margin-top: 18px;
}

.presentation-benefit__description {
  display: flex;
  padding-top: 28px;
  font-size: 20px;
  line-height: 150%;
  color: #313131;
}

.presentation-benefit__description-text {
  max-width: 714px;
}

.presentation-benefit__description i {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #9c9c9c;
}

.presentation-benefit__list {
  padding-top: 80px;
}

.presentation-benefit__button {
  background: none;
  border: 0;
  margin-left: auto;
  margin-top: auto;
  transition: 0.4s;
  color: #000000;
}

.presentation-benefit__button:hover,
.presentation-benefit__button:focus,
.presentation-benefit__button:active {
  color: #fecc08;
  text-decoration: none;
}

@media (max-width: 550px) {
  .presentation-benefit {
    padding-top: 67px;
  }
  .presentation-benefit__title1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 105%;
  }
  .presentation-benefit__title2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 105%;
  }
  .presentation-benefit__title3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    padding-top: 0;
  }
  .presentation-benefit__item-wrapper {
    flex-direction: column;
  }
  .presentation-benefit__list {
    padding-top: 22px;
  }
  .presentation-benefit__picture img {
    max-width: 73px;
  }
  .presentation-benefit__item {
    padding-bottom: 12px;
  }
  .presentation-benefit__text {
    padding-left: 0;
    margin-top: 32px;
  }
  .presentation-benefit__name {
    font-size: 24px;
  }
  .presentation-benefit__description {
    flex-direction: column;
    padding-top: 12px;
    line-height: 130%;
  }
  .presentation-benefit__button {
    margin-left: 0;
    margin-top: 24px;
    text-align: left;
    padding: 0;
    font-size: 16px;
  }
  .presentation-benefit__description-text {
    font-size: 16px;
  }
  .presentation-benefit__description i {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #313131;
  }
}
/**marketolog*/
.presentation-marketolog {
  overflow: hidden;
  padding-top: clamp(110px, 15vw, 235px);
  padding-bottom: 150px;
}

.presentation-marketolog__title1 {
  font-weight: 400;
  font-size: clamp(22px, 4vw, 56px);
  line-height: 105%;
  text-transform: uppercase;
  color: #000000;
}

.presentation-marketolog__title2 {
  position: relative;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 100px);
  line-height: 105%;
  text-transform: uppercase;
  color: #000000;
}

.presentation-marketolog__title2::after {
  content: "";
  position: absolute;
  width: 1920px;
  left: 0;
  height: 1px;
  background: #000;
  bottom: -15px;
}

.presentation-marketolog__description {
  padding-top: 122px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.presentation-marketolog__wishes {
  margin-top: 40px;
}

.presentation-marketolog__wishes-title {
  font-weight: 700;
  font-size: clamp(28px, 5vw, 56px);
  line-height: 110%;
  text-transform: uppercase;
  color: #000000;
}

.presentation-marketolog__wishes-title span {
  color: #fcc112;
}

.presentation-marketolog__wishes-text {
  font-weight: 400;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 150%;
  color: #000000;
}

.presentation-marketolog__name {
  font-weight: 400;
  font-size: clamp(16px, 3vw, 28px);
  line-height: 150%;
  color: #353535;
}

.presentation-marketolog__name i {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #6f6f6f;
  margin-top: 4px;
  display: block;
  font-style: normal;
}

.presentation-marketolog__about {
  margin-top: 115px;
}

.presentation-marketolog__price {
  font-weight: 600;
  font-size: clamp(16px, 3vw, 27px);
  line-height: 150%;
  text-align: right;
  color: #353535;
  margin-left: auto;
  margin-top: auto;
}

.presentation-marketolog__row {
  display: flex;
  border-bottom: 1.5px solid #6f6f6f;
  margin-bottom: 41px;
  padding-bottom: 14px;
}

.presentation-marketolog__picture {
  width: 715px;
  height: 143px;
  background: url(/include/2022/razrabotka-presentacii/figure.svg);
  position: absolute;
  right: 150px;
  top: 20px;
}

.presentation-marketolog__about-picture {
  position: relative;
}

.presentation-marketolog__quate {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #6f6f6f;
}

@media (max-width: 550px) {
  .presentation-marketolog {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .presentation-marketolog__title1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 105%;
  }
  .presentation-marketolog__title2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 105%;
  }
  .presentation-marketolog__title2::after {
    bottom: -8px;
  }
  .presentation-marketolog__description {
    padding-top: 55px;
    font-size: 20px;
    line-height: 150%;
    font-size: 16px;
  }
  .presentation-marketolog__wishes-title {
    font-size: 28px;
    line-height: 110%;
  }
  .presentation-marketolog__wishes {
    margin-top: 28px;
  }
  .presentation-marketolog__wishes-text::before {
    content: "";
    background: url(/include/2022/razrabotka-presentacii/figure.svg);
    background-size: contain;
    height: 70px;
    width: calc(70px * 3);
    top: 59px;
    position: absolute;
    margin-left: -18px;
  }
  .presentation-marketolog__wishes-text {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-top: 175px;
  }
  .presentation-marketolog__about-picture {
    display: none;
  }
  .presentation-marketolog__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .presentation-marketolog__name i {
    font-size: 14px;
    line-height: 140%;
  }
  .presentation-marketolog__price {
    font-size: 16px;
    line-height: 150%;
  }
  .presentation-marketolog__about {
    margin-top: 50px;
  }
  .presentation-marketolog__row {
    margin-bottom: 16px;
    padding-bottom: 10px;
  }
  .presentation-marketolog__quate {
    font-size: 14px;
    line-height: 140%;
  }
}
/**
* about presentation
*/
.about-presentation {
  position: relative;
  background: #151515;
  padding-bottom: 128px;
  padding-top: clamp(76px, 10vw, 158px);
  color: #fff;
}

.about-presentation::before {
  content: "";
  position: absolute;
  width: 704px;
  height: 524px;
  left: 0;
  bottom: -75px;
  background: url(/include/2022/razrabotka-presentacii/pattern.svg);
}

.about-presentation__wrapper {
  overflow: hidden;
}

.about-presentation__title1 {
  position: relative;
  font-weight: 400;
  font-size: clamp(22px, 4vw, 46px);
  line-height: 105%;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}
.about-presentation__title1::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 1920px;
  left: 100%;
  top: 50%;
  margin-left: 18px;
  background: #fff;
}
.about-presentation__title2 {
  margin-top: 15px;
  font-weight: 700;
  font-size: clamp(36px, 6vw, 83px);
  line-height: 113%;
  text-transform: uppercase;
}

.about-presentation__title2 span {
  display: inline-block;
  font-weight: 400;
  font-size: clamp(22px, 4vw, 46px);
  line-height: 105%;
  text-transform: uppercase;
}

.about-presentation__item {
  display: flex;
}

.about-presentation__items {
  margin-top: clamp(45px, 9vw, 116px);
}

.about-presentation__counter {
  font-weight: 250;
  font-size: clamp(57px, 10vw, 155px);
  line-height: 110%;
  text-transform: uppercase;

  color: #828282;

  transform: rotate(-90deg);
}

.about-presentation__name {
  font-weight: 700;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 110%;
  text-transform: uppercase;
}

.about-presentation__description {
  font-weight: 400;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 150%;
  margin-top: 24px;
  max-width: 553px;
}

.about-presentation__first-text {
  margin-left: 17px;
  margin-top: 29px;
}

.about-presentation__item--second {
  margin-left: 43%;
  margin-top: clamp(50px, 8vw, 148px);
}

.about-presentation__button {
  padding: 18px 45px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fcc112;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 33px;
  transition: 0.4s;
  border: 1px solid #fcc112;
  text-transform: uppercase;
  display: inline-block;
}

.about-presentation__button-col {
  margin-left: auto;
  margin-top: auto;
}

.about-presentation__button:hover,
.about-presentation__button:focus,
.about-presentation__button:active {
  color: #fcc112;
  text-decoration: none;
  border-radius: 50px;
}
@media (max-width: 1340px) {
  .about-presentation::before {
    display: none;
  }
  .about-presentation__item--second {
    margin-left: 0;
  }
  .about-presentation__counter {
    transform: rotate(0);
    width: 12vw;
  }
  .about-presentation__first-text {
    margin-left: 0;
  }
  .about-presentation__item {
    align-items: center;
  }
  .about-presentation__button-col {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .about-presentation__button {
    padding: 16px 22px;
  }
}
@media (max-width: 550px) {
  .about-presentation__title1::after {
    top: 10px;
    height: 1px;
  }
  .about-presentation__title1 {
    font-size: 22px;
    line-height: 105%;
    margin-top: 0;
  }
  .about-presentation__title2 {
    font-size: 36px;
    line-height: 105%;
    margin-top: 9px;
  }
  .about-presentation__title2 span {
    font-size: 22px;
    line-height: 134%;
    margin-top: 10px;
  }
  .about-presentation__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-presentation__counter {
    transform: rotate(0deg);
  }
  .about-presentation__first-text {
    margin-left: 0;
    margin-top: 16px;
  }
  .about-presentation__description {
    margin-top: 18px;
  }
  .about-presentation__item--second {
    margin-left: 0;
    margin-top: 50px;
  }
  .about-presentation::before {
    display: none;
  }
  .about-presentation__button-col {
    position: absolute;
    bottom: 207px;
  }
  .about-presentation__second-text {
    margin-top: 15px;
  }
  .about-presentation {
    padding-bottom: 317px;
  }
  .about-presentation__button {
    padding: 12px 24px;
    font-size: 14px;
  }
  .about-presentation__title1::after {
  }
  .about-presentation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/include/2022/razrabotka-presentacii/presentation-pattern.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    bottom: -1px;
  }
}

/* DEVELOPMENT LOGO */
.development-logo {
  position: relative;
  padding-top: clamp(70px, 8vw, 210px);
  padding-bottom: clamp(85px, 8vw, 200px);
}
.development-logo-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.development-logo-wrapper-2 {
  max-width: 1568px;
  padding: 0 20px;
  position: relative;
}
.development-logo-wrapper-2::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -258px;
  width: 284px;
  height: 284px;
  background: url(/include/2022/razrabotka-presentacii/zigzag.svg);
}

.development-logo .widget-header {
  text-align: right;
}
.development-logo .widget-header .widget-header-title {
  font-weight: 400;
  font-size: clamp(22px, 4vw, 56px);
  line-height: 105%;
  text-transform: uppercase;
  color: #313131;
}
.development-logo .widget-header .widget-header-title span {
  font-weight: 700;
  font-size: clamp(36px, 8vw, 100px);
  line-height: 105%;
  text-transform: uppercase;
  color: #313131;
  display: block;
  margin: 3px 0 0 0;
}
.development-logo .widget-content {
  margin: 69px 0 0 -20px;
}

.development-logo .widget-items {
  max-width: 803px;
  width: 100%;
  position: relative;
}
.development-logo .widget-items .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-29px, 330px);
  margin: 0;
  display: flex;
  align-items: center;
}
.development-logo .widget-items .owl-nav button.owl-prev,
.development-logo .widget-items .owl-nav button.owl-next {
  display: flex;
  padding: 5px 14px !important;
  margin: 0;
}
.development-logo .widget-items .owl-nav button.owl-prev {
  margin: 0 35px 0 0;
}
.development-logo .widget-items .owl-nav button {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.development-logo .widget-items .owl-nav button.owl-prev:hover,
.development-logo .widget-items .owl-nav button.owl-next:hover {
  background: transparent;
}
.development-logo .widget-items .owl-nav button path {
  -webkit-transition: stroke 0.3s ease-out;
  -moz-transition: stroke 0.3s ease-out;
  -ms-transition: stroke 0.3s ease-out;
  -o-transition: stroke 0.3s ease-out;
  transition: stroke 0.3s ease-out;
}
.development-logo .widget-items .owl-nav button:not(.disabled):hover path {
  stroke: #fff;
}
.development-logo .widget-item {
}
.development-logo .widget-item .picture {
  height: 541px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.development-logo .widget-item .description-wrap {
  margin: 30px 0 0 0;
  padding: 0 0 0 20px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.development-logo .widget-items:after {
  content: "";
  position: absolute;
  top: 541px;
  left: 0;
  transform: translateY(46px);
  width: 100%;
  height: 1.5px;
  background: #6f6f6f;
  z-index: -1;
}
.development-logo .widget-item .description {
  position: relative;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 150%;
  text-align: right;
  color: #6f6f6f;
  z-index: 1;
  padding: 0 20px;
  margin: 0 -20px;
}
.development-logo .widget-item .description::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 4px;
  width: calc(100% - 20px);
  height: 14px;
  background: rgb(255 255 255);
  z-index: -1;
}

.development-logo .text-table {
  flex: 1 1 100%;
  width: 100%;
  padding: 98px 0 0 102px;
}
.development-logo .text-table-line {
  border-bottom: 1px solid #6f6f6f;
  padding: 9px 0;
  margin: 0 0 28px;
}
.development-logo .text-table-line:last-child {
  margin: 0;
}
.development-logo .text-table-line .text-table-title {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 28px);
  line-height: 150%;
  color: #353535;
}
.development-logo .text-table-line .text-table-description {
  font-weight: 400;
  font-size: clamp(12px, 1.6vw, 20px);
  line-height: 140%;
  color: #6f6f6f;
  margin: 3px 0 0 0;
}
.development-logo .text-table-line .text-table-value {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 28px);
  line-height: 150%;
  color: #353535;
}
.development-logo .more-logo {
  margin: 78px 0 0 0;
  display: flex;
  justify-content: flex-start;
}
.development-logo .more-logo .more-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 150%;
  text-align: right;
  color: #000000;

  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.development-logo .more-logo .more-logo-link:hover {
  color: #ff6666;
}
.development-logo .more-logo .more-logo-link svg {
  margin: 0 0 0 8px;
}

@media all and (max-width: 1400px) {
  .development-logo .widget-items {
    max-width: 50%;
  }
  .development-logo .text-table {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 0 0 50px;
  }
}

@media all and (max-width: 980px) {
  .development-logo-wrapper-2::after {
    display: none;
  }
  .development-logo .widget-items,
  .development-logo .text-table {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .development-logo .widget-items {
    margin: 0 -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .development-logo .text-table {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .development-logo .more-logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 25px 0 0 0;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .development-logo .text-table {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .development-logo .widget-content {
    margin: 34px 0 0 0;
  }
  .development-logo .widget-item .description-wrap {
    padding: 0 20px;
  }
  .development-logo .widget-item .description {
    font-size: clamp(14px, 3vw, 20px);
  }
  .development-logo .text-table-line .text-table-title,
  .development-logo .text-table-line .text-table-value {
    font-size: clamp(16px, 3vw, 28px);
  }
  .development-logo .text-table-line .text-table-description {
    font-size: clamp(12px, 3vw, 20px);
  }
  .development-logo .more-logo .more-logo-link {
    font-size: clamp(16px, 3vw, 20px);
  }
  .development-logo .text-table-line .text-table-description br {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .development-logo .widget-header .widget-header-title {
    text-align: left;
  }
  .development-logo .widget-header .widget-header-title span {
    margin: 0;
  }
  .development-logo .text-table-line .text-table-line-header {
    max-width: 70%;
  }
  .development-logo .widget-content {
    margin: 37px 0 0 0;
  }
  .development-logo .text-table-line .text-table-title {
    line-height: 106%;
  }
  .development-logo .text-table-line {
    padding: 0 0 8px;
    margin: 0 0 18px;
  }
  .development-logo .text-table-line:last-child {
    margin: 27px 0 0 0;
  }
  .development-logo .text-table-line .text-table-description {
    margin: 7px 0 0 0;
  }
  .development-logo .text-table {
    margin: 0 0 20px 0;
  }
  .development-logo .widget-item .picture {
    height: 332px;
  }
  .development-logo .widget-items .owl-nav {
    -webkit-transform: translate(-9px, 287px);
    -ms-transform: translate(-9px, 287px);
    transform: translate(-9px, 287px);
  }
  .development-logo .widget-items .owl-nav button {
    width: 35px;
  }
  .development-logo .widget-items .owl-nav button svg {
    width: 100%;
    height: auto;
  }
  .development-logo .widget-items .owl-nav button.owl-prev {
    margin: 0 15px 0 0;
  }
  .development-logo .widget-item .description-wrap {
    margin: 15px 0 0 0;
  }
  .development-logo .widget-items:after {
    top: 332px;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  .development-logo .more-logo {
    margin: 25px 0 0 0;
  }
}

.text-table-description {
  font-weight: 400;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 140%;
  color: #6f6f6f;
}
.text-table-description ul {
  padding-top: clamp(15px, 2vw, 40px);
}
.text-table-description li {
  list-style: disc;
  margin-left: 19px;
  padding-bottom: 12px;
}

.presentation__title {
  font-weight: 400;
  font-size: clamp(22px, 3vw, 56px);
  line-height: 105%;
  text-transform: uppercase;
  color: #313131;
}

.presentation__title span {
  display: block;
  font-weight: 700;
  font-size: clamp(36px, 7vw, 100px);
  line-height: 105%;
  text-transform: uppercase;
  color: #313131;
}

.presentation {
  padding-top: 50px;
  padding-bottom: clamp(74px, 10vw, 180px);
}

.presetation__wrapper {
  position: relative;
  max-width: 1556px;
  margin-left: auto;
  margin-top: 81px;
  padding-right: 56px;
  overflow: hidden;
}
.presetation__wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 175px;
  height: 285px;
  background: url(/include/2022/razrabotka-presentacii/circles.svg) no-repeat;
}
.presentation__carousel-item {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: height 0.8s;
  right: 0;
  left: 0;
  bottom: 0;
}

.presetation__wrapper .owl-carousel .owl-stage-outer {
  padding-top: 220px;
}

.presetation__wrapper .owl-item {
  position: relative;
  height: clamp(165px, 25vw, 423px);
}

.presetation__wrapper .presentation__carousel-item::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  transition: 0.6s;
}

.presetation__wrapper .owl-item.first .presentation__carousel-item::before,
.presetation__wrapper
  .owl-item:last-child
  .presentation__carousel-item::before {
  bottom: 1000px;
  opacity: 0;
}

.presetation__wrapper .owl-item.first .presentation__carousel-item {
  height: calc(100% + clamp(33px, 18vw, 213px));
  width: calc(100% + 297px);
}

.presetation__bigwrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.presentation__carousel .owl-item.second div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  top: 0;
  left: 0;
}

.presentation__carousel .counter {
  margin-left: 55px;
  font-size: clamp(22px, 3vw, 40px);
  line-height: 105%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 37px;
  margin-left: 77px;
}

.presentation__carousel .counter__current {
  font-weight: 600;
  font-size: clamp(33px, 4vw, 72px);
  line-height: 105%;
}

.presentation__carousel .owl-nav {
  position: absolute;
  left: 63%;
  top: 66px;
}

.presentation__carousel.owl-carousel .owl-nav button.owl-prev,
.presentation__carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 12px;
  height: 28px;
  transition: 0.6s;
}

.presentation__carousel.owl-carousel .owl-nav button.disabled {
  opacity: 0.6;
  cursor: default;
}

.presentation__carousel.owl-carousel .owl-nav button:hover {
  opacity: 0.6;
}

.presentation__carousel.owl-carousel .owl-nav button.owl-prev {
  font-size: 0;
  background-image: url(/include/2022/razrabotka-presentacii/prev.svg);
  background-repeat: no-repeat;
  margin-top: 75px;
}
.presentation__carousel.owl-carousel .owl-nav button.owl-next {
  font-size: 0;
  background-image: url(/include/2022/razrabotka-presentacii/next.svg);
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .presetation__wrapper .owl-item.first .presentation__carousel-item {
    width: calc(100% + 200px);
  }
}

@media (max-width: 550px) {
  .presentation__carousel .counter {
    margin: 0;
  }
  .presetation__wrapper .owl-item {
    height: clamp(165px, 60vw, 423px);
  }
  .presetation__wrapper {
    margin-top: 38px;
  }
  .presetation__wrapper .owl-item.first .presentation__carousel-item {
    width: 100%;
  }
  .presentation__carousel.owl-carousel .owl-nav button.owl-prev,
  .presentation__carousel.owl-carousel .owl-nav button.owl-next {
    display: none;
  }

  .presetation__wrapper {
    padding-right: 0;
  }

  .presetation__wrapper .owl-item.first .presentation__carousel-item {
    height: calc(100% + clamp(33px, 7vw, 213px));
  }
  .presetation__wrapper::after {
    display: none;
  }
  .presetation__wrapper .owl-carousel .owl-stage-outer {
    padding-top: 79px;
  }
  .presentation__carousel .owl-nav {
    position: absolute;
    left: auto;
    top: 3px;
    right: 20px;
  }
}

/**
* form
*/
body .form-feedback-order-2023 {
  padding-top: 196px;
  padding-bottom: 225px;
}
body .form-feedback-order-2023 .title-1 {
  font-size: 56px;
}
body .form-feedback-order-2023 .title-2 {
  font-size: 138.665px;
}
body .form-feedback-order-2023::before {
  width: 585px;
  height: 994px;
  background: url(/include/2022/razrabotka-firmennogo-stilya/pattern-cancer.svg)
    no-repeat;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}

@media (max-width: 550px) {
  body .form-feedback-order-2023::before {
    background-image: url(/include/2022/razrabotka-firmennogo-stilya/pattern-cancer--mobile.svg);
    width: 119px;
    height: 994px;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    background-size: contain;
  }
}
body .widget-template-reviews-2023 .widget-header-word {
  font-size: 111px;
}
body .widget-template-reviews-2023 {
  padding-top: 170px;
  padding-bottom: 110px;
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/news.list/reviews_2023/style.css?16763706705341*/
.widget-template-reviews-2023 {
  background: #151515;
  padding-top: 141px;
  padding-bottom: 80px;
  color: #fff;
  overflow: hidden;
}
.widget-template-reviews-2023 .widget-header-word {
  display: block;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  text-transform: uppercase;
}
.widget-template-reviews-2023 .widget-header-word--1 {
  color: #888888;
}
.widget-template-reviews-2023 .widget-header-word--1 {
  line-height: 0.8;
}
.widget-template-reviews-2023 .widget-items {
  margin-top: 84px;
}
.widget-template-reviews-2023 .widget-item-author {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 133.3%;
  text-transform: uppercase;
}
.widget-template-reviews-2023 .widget-item-position {
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 133.3%;
  color: #989494;
  padding-top: 10px;
}
.widget-template-reviews-2023 .widget-border {
  height: 1.5px;
  background: #fff;
  width: 100%;
  margin-top: 20px;
}
.widget-template-reviews-2023 .widget-item-information {
  padding-top: 34px;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 150%;
  height: 215px;
}
.widget-template-reviews-2023 .widget-item-detail {
  text-decoration: none;
  color: #fecc08;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-top: 34px;
  display: inline-block;
  position: relative;
}
.widget-template-reviews-2023 .widget-item-detail::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fecc08;
  width: 100%;
  bottom: 2px;
  left: 0;
  z-index: 1;
  height: 1px;
}
.widget-template-reviews-2023 .widget-item-detail:hover,
.widget-template-reviews-2023 .widget-item-detail:focus,
.widget-template-reviews-2023 .widget-item-detail:active {
  text-decoration: none;
  color: #fecc08;
  opacity: 0.8;
}
.widget-template-reviews-2023 .widget-border-after {
  height: 2px;
  background: rgba(255, 255, 255, 0.32);
  margin-top: 40px;
  position: relative;
}
.widget-template-reviews-2023 .widget-border-after::after {
  content: "";
  position: absolute;
  width: 600px;
  right: -600px;
  background: rgba(255, 255, 255, 0.32);
  height: 2px;
}

.widget-template-reviews-2023 .widget-button-wrap {
  text-align: right;
  margin-top: 37px;
  color: #fff;
}
.widget-template-reviews-2023 .widget-button {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
  color: #fff;
}
.widget-template-reviews-2023 .widget-button svg {
  transition: 0.4s;
}
.widget-template-reviews-2023 .widget-button:hover svg,
.widget-template-reviews-2023 .widget-button:focus svg,
.widget-template-reviews-2023 .widget-button:active svg {
  transform: translateX(5px);
}
.widget-template-reviews-2023 .adaptive-container {
  position: relative;
}
.widget-template-reviews-2023 .widget-reviews-nav {
  position: absolute;
  right: 0;
}
.widget-template-reviews-2023 .widget-reviews-nav-prev,
.widget-template-reviews-2023 .widget-reviews-nav-next {
  background: none;
  border: 0;
  border-radius: 0;
  opacity: 0.36;
  transition: 0.4s;
}
.widget-template-reviews-2023 .widget-reviews-nav-prev:hover,
.widget-template-reviews-2023 .widget-reviews-nav-next:hover,
.widget-template-reviews-2023 .widget-reviews-nav-prev:focus,
.widget-template-reviews-2023 .widget-reviews-nav-next:focus {
  opacity: 1;
}
@media (max-width: 550px) {
  body .widget-template-reviews-2023 {
    padding-top: 77px;
    padding-bottom: 44px;
  }
  body .widget-template-reviews-2023 .widget-header-word {
    font-weight: 700;
    font-size: 47.3726px;
    line-height: 83%;
  }
  .widget-template-reviews-2023 .widget-reviews-nav {
    display: none;
  }
  .widget-template-reviews-2023 .owl-dots {
    position: absolute;
    top: -45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .widget-template-reviews-2023 .owl-carousel button.owl-dot {
    width: 6.5px;
    height: 6.5px;
    margin-right: 8px;
    background: rgba(225, 225, 225, 0.57);
    border-radius: 26.5152px;
  }
  .widget-template-reviews-2023 .owl-carousel button.owl-dot.active {
    width: 8px;
    height: 8px;
    background: #f9d134;
    border-radius: 26.5152px;
  }
  .widget-template-reviews-2023 .widget-items {
    margin-top: 70px;
  }
  .widget-template-reviews-2023 .widget-item-author {
    font-weight: 700;
    font-size: 14px;
    line-height: 133.3%;
  }
  .widget-template-reviews-2023 .widget-item-position {
    font-weight: 400;
    line-height: 133.3%;
    padding-top: 4px;
  }
  .widget-template-reviews-2023 .widget-border {
    margin-top: 16px;
    height: 1px;
    position: relative;
  }
  .widget-template-reviews-2023 .widget-border::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    width: 100px;
    right: -100px;
  }
  .widget-template-reviews-2023 .widget-item-information {
    font-weight: 400;    
    line-height: 133.3%;
    padding-top: 28px;
    height: 180px;
  }
  .widget-template-reviews-2023 .widget-item-detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
  }
  .widget-template-reviews-2023 .widget-item-detail::after {
    display: none;
  }
  .widget-template-reviews-2023 .widget-border-after,
  .widget-template-reviews-2023 .widget-button-wrap {
    display: none;
  }
}
  

/* End */
/* /include/2023/design_services/razrabotka-presentacii/style.css?167687514632565 */
/* /bitrix/templates/newintec/components/bitrix/news.list/reviews_2023/style.css?16763706705341 */
