@charset "utf-8";

/* Услуги */
main {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
}
section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
}
section::before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  background-color: #F3F3F3;
}
section:nth-of-type(2n)::before {
  right: unset;
  left: 0;
}
section > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.service__content {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 43.7%;
  padding-right: 27px;
  padding-top: 40px;
  padding-bottom: 42px;
}
section:nth-of-type(2n) .service__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 27px;
  padding-right: 0;
  padding-top: 0;
}
.service__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 107px;
  position: relative;
  margin-bottom: 10px;
}
.service__title .number {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 140px;
  line-height: 167px;
  opacity: 0.25;
  -webkit-text-stroke: 2px #C5C5C5;
  -webkit-text-fill-color: transparent;
  position: absolute;
}
.service__title .title {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #232323;
  margin-top: 0;
  margin-bottom: 0;
}
.service__title .title span {
  color: #F1B72F;
}
.service__content p {
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  margin-top: 0;
  margin-bottom: 0;
}
.service__content p b {
  font-weight: 500;
}
.service__content ul {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #232323;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.service__content ul li {
  margin-bottom: 10px;
}
.service__content ul li::before {
  content: '';
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color: #F1B72F;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.service__content ul li:last-of-type {
  margin-bottom: 0;
}
.all-projects {
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 24px;
  color: #232323;
  border: 1px solid #F1B72F;
  background-color: #ffffff;
  padding: 10px;
}
.all-projects__desktop {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.all-projects__mobile {
  display: none;
}
.all-projects svg {
  fill: #232323;
  margin-left: 10px;
}
.all-projects:hover {
  color: #ffffff;
  background-color: #F1B72F;
}
.all-projects:hover svg {
  fill: #ffffff;
}
.service__slider {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 56.3%;
  background-color: #F3F3F3;
  padding-right: 27px;
  padding-top: 40px;
}
section:nth-of-type(2n) .service__slider {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 0;
  padding-left: 27px;
}
.service__carousel::before {
  content: '';
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 598px;
  height: 487px;
  border: 1px solid #F1B72F;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 0;
}
section:nth-of-type(2n) .service__slider .service__carousel::before {
  right: unset;
  left: 10px;
}
.service__carousel.owl-carousel .owl-stage-outer {
  /* overflow: hidden; */
}
.service__carousel.owl-carousel .owl-stage-outer .owl-stage {
  width: 100%!important;
  transform: unset!important;
}
.service__carousel figure {
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
.service__carousel figure::before {
  content: attr(data-title);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #232323;
  position: absolute;
  left: 20px;
  bottom: -44px;
}
section:nth-of-type(2n) .service__carousel figure::before {
  left: unset;
  right: 20px;
}
.service__carousel.owl-carousel.owl-drag .owl-item.active figure {
  width: 598px;
  height: 487px;
}
.service__carousel.owl-carousel .owl-nav {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 145px;
  margin-top: 25px;
  position: absolute;
  right: 0;
}
section:nth-of-type(2n) .service__carousel.owl-carousel .owl-nav {
  right: unset;
  left: 0;
}
.service__carousel.owl-carousel .owl-nav button {
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  background-color: transparent;
}
.service__carousel.owl-carousel .owl-nav button svg {
  fill: #5E5E5E;
}
.service__carousel.owl-carousel .owl-nav button:hover svg {
  fill: #F1B72F;
}
.service__carousel.owl-carousel .owl-nav button.owl-next {
  margin-left: auto;
}
.service__carousel.owl-carousel .owl-dots {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 105px;
  margin-top: 34px;
  position: absolute;
  right: 20px;
}
section:nth-of-type(2n) .service__carousel.owl-carousel .owl-dots {
  right: unset;
  left: 20px;
}
.service__carousel.owl-carousel .owl-dots button {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  background-color: #C5C5C5;
  border: none;
  height: 1.5px;
  padding: 0;
  margin: 0;
}
.service__carousel.owl-carousel .owl-dots button.active {
  background-color: #F1B72F;
}
.service__carousel.owl-carousel .owl-thumbs {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: -27px;
  top: 165px;
}
section:nth-of-type(2n) .service__carousel.owl-carousel .owl-thumbs {
  right: unset;
  left: -27px;
}
.service__carousel.owl-carousel .owl-thumbs .owl-thumb-item.active {
  display: none;
}
.service__carousel.owl-carousel .owl-thumbs .owl-thumb-item {
  width: 121px;
  height: 131px;
  overflow: hidden;
  border: none;
  padding: 0;
  background-color: transparent;
  margin-bottom: 20px;
  cursor: pointer;
}
.service__carousel.owl-carousel .owl-thumbs .owl-thumb-item div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.next__service {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
  padding-top: 58px;
  padding-bottom: 58px;
}
.next__service > .container {
  position: relative;
}
.next__service > .container::before,
.next__service > .container::after {
  content: '';
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 58px;
  position: absolute;
}
.next__service > .container::before {
  border-right: 1px dashed #C5C5C5;
  top: -58px;
  left: 0;
}
.next__service > .container::after {
  border-left: 1px dashed #C5C5C5;
  bottom: -58px;
  right: 0;
}
.next__service:nth-of-type(2n) > .container::before {
  top: 0;
}
.next__service:nth-of-type(2n) > .container::after {
  bottom: 0;
}
.next__service-sep {
  border-top: 1px dashed #C5C5C5;
}
.next__btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #F1B72F;
  border: none;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.next__btn svg {
  fill: #ffffff;
}
.next__btn:hover svg {
  fill: #232323;
}
section.service.service__3 {
    margin-bottom: 80px;
}