@charset "UTF-8"; /*!
 * case-iseeu
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2019 Diffco.us. All rights reserved.
 */ /*!
 * _descriptions.scss
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2019 Diffco.us. All rights reserved.
 */ /*!
 * / _case.iseeu.sass
 * / diffco-site-template
 * /
 * / Created by Diffco.us
 * / Copyright ┬й 2020 Diffco.us. All rights reserved.
 * / */
@font-face {
  font-display: swap;
  font-family: SFProDisplay;
  src: url(../fonts/SFProDisplay-Regular.eot);
  src:
    url(../fonts/SFProDisplay-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SFProDisplay-Regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: SFProDisplay;
  src: url(../fonts/SFProDisplay-Semibold.eot);
  src:
    url(../fonts/SFProDisplay-Semibold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SFProDisplay-Semibold.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: SFProDisplay;
  src: url(../fonts/SFProDisplay-Bold.eot);
  src:
    url(../fonts/SFProDisplay-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SFProDisplay-Bold.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
}
.caseIseeu {
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .caseIseeu {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .sectionWrap {
    width: 1140px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .caseIseeu .sectionWrap {
    margin: 0 15px;
  }
}
.caseIseeu .allFont {
  font-family: SFProDisplay;
  color: #32312f;
}
@media (min-width: 768px) {
  .caseIseeu .allFont {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .allFont {
    font-size: 16px;
    line-height: 24px;
  }
}
.caseIseeu .allFont .sectionTitle {
  font-weight: 600;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .caseIseeu .allFont .sectionTitle {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .allFont .sectionTitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.caseIseeu .section1 {
  position: relative;
  background: linear-gradient(to bottom, #ffbc8c 0, #c9d6b6 100%);
}
@media (max-width: 1199px) {
  .caseIseeu .section1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.caseIseeu .section1:after,
.caseIseeu .section1:before {
  content: "";
  position: absolute;
  z-index: 0;
}
.caseIseeu .section1:before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  height: 414px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.caseIseeu .section1:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .caseIseeu .section1:after {
    background-position: 0 calc(100% - 139px);
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .caseIseeu .section1:after {
    background-position: 50% calc(100% - 259px);
    background-size: 1280px 203px;
  }
}
.caseIseeu .section1__info {
  max-width: 482px;
}
@media (min-width: 1200px) {
  .caseIseeu .section1__info {
    width: 482px;
    padding-top: 137px;
  }
}
@media (min-width: 768px) {
  .caseIseeu .section1__info {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .caseIseeu .section1__info {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section1__img {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .caseIseeu .section1__img {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section1__img {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section1__img {
    margin-top: 32px;
  }
}
.caseIseeu .section1__img img {
  display: block;
  max-width: 100%;
}
.caseIseeu .section1__note {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .caseIseeu .section1__note {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 139px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section1__note {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section1__note {
    margin-top: 32px;
  }
}
.caseIseeu .section1__note span {
  display: inline-block;
  position: relative;
  padding-left: 34px;
}
.caseIseeu .section1__note span:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 24px;
  background: url(../images/caseiseeu/icon-apple.svg)
    no-repeat 0 0;
}
.caseIseeu .section1__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b6d6ca;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media (min-width: 1200px) {
  .caseIseeu .section1__bg {
    height: 139px;
  }
}
@media (max-width: 1199px) {
  .caseIseeu .section1__bg {
    height: 259px;
  }
}
.caseIseeu .section1 > .sectionWrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .caseIseeu .section1 > .sectionWrap {
    display: flex;
    justify-content: space-between;
    padding-right: 158px;
    height: 720px;
  }
}
.caseIseeu .section1 .logo {
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .caseIseeu .section1 .logo {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .caseIseeu .section1 .logo {
    position: relative;
    padding-left: 97px;
    height: 80px;
    line-height: 82px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section1 .logo {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section1 .logo {
    margin-bottom: 32px;
  }
}
.caseIseeu .section1 .logo picture {
  display: block;
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .caseIseeu .section1 .logo picture {
    position: absolute;
    top: -10px;
    left: -20px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section1 .logo picture {
    margin-bottom: -8px;
  }
}
.caseIseeu .section1 .logo img {
  display: block;
  width: 100%;
}
.caseIseeu .section1 .logo h1 {
  font-size: 30px;
  letter-spacing: 0.64px;
  font-weight: 700;
}
.caseIseeu .section2 {
  background: #fff2e8;
}
.caseIseeu .section2__block {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block {
    padding-bottom: 100px;
    padding-top: 93px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2__block {
    padding-bottom: 40px;
    padding-top: 52px;
  }
}
.caseIseeu .section2__block:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #fff;
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:before {
    top: 50%;
    margin-top: -254px;
    width: 512px;
    height: 508px;
    border-top-left-radius: 88px;
    border-bottom-right-radius: 88px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block:before {
    bottom: 105px;
    width: 512px;
    height: 508px;
    border-top-left-radius: 88px;
    border-bottom-right-radius: 88px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2__block:before {
    bottom: 54px;
    width: 256px;
    height: 254px;
    border-top-left-radius: 44px;
    border-bottom-right-radius: 44px;
  }
}
@media (min-width: 768px) {
  .caseIseeu .section2__block:nth-child(1):before {
    right: -256px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2__block:nth-child(1):before {
    right: -128px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(1) .section2__text {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(1) .section2__img {
    margin-left: 77px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block:nth-child(1) .section2__img {
    margin-top: -11px;
    margin-bottom: 74px;
    width: 416px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2__block:nth-child(1) .section2__img {
    margin-top: -14px;
    margin-bottom: 16px;
    width: 282px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(1) .section2__title {
    right: 259px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(1) .sectionWrap:before {
    top: 244px;
    left: 18px;
    width: 148px;
    height: 78px;
    background: url(../images/caseiseeu/cloud1.svg)
      no-repeat 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block:nth-child(1) .sectionWrap:before {
    top: 262px;
    left: 35px;
    width: 235px;
    height: 90px;
    background: url(../images/caseiseeu/cloud3.svg)
      no-repeat 0 0;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(1) .sectionWrap:after {
    top: 41px;
    right: -14px;
    width: 225px;
    height: 110px;
    background: url(../images/caseiseeu/cloud2.svg)
      no-repeat 0 0;
    opacity: 0.71;
  }
}
@media (min-width: 768px) {
  .caseIseeu .section2__block:nth-child(2):before {
    left: -256px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2__block:nth-child(2):before {
    left: -128px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(2) .section2__text {
    margin-left: 116px;
  }
}
@media (min-width: 1199px) {
  .caseIseeu .section2__block:nth-child(2) .section2__text h2 br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block:nth-child(2) .section2__img {
    margin-bottom: 85px;
    width: 468px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2__block:nth-child(2) .section2__img {
    max-width: 290px;
    margin-bottom: 52px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(2) .section2__title {
    left: 85px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(2) .sectionWrap {
    flex-direction: row-reverse;
  }
}
.caseIseeu .section2__block:nth-child(2) .sectionWrap:before {
  width: 235px;
  height: 90px;
  background: url(../images/caseiseeu/cloud3.svg)
    no-repeat 0 0;
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(2) .sectionWrap:before {
    top: -23px;
    left: 336px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block:nth-child(2) .sectionWrap:before {
    top: 54px;
    right: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block:nth-child(2) .sectionWrap:after {
    top: 286px;
    left: 116px;
    width: 148px;
    height: 78px;
    background: url(../images/caseiseeu/cloud1.svg)
      no-repeat 0 0;
  }
}
@media (min-width: 768px) {
  .caseIseeu .section2__block:nth-child(3):before {
    right: -256px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2__block:nth-child(3):before {
    right: -128px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(3) .section2__text {
    width: 420px;
    margin-right: 120px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(3) .section2__img {
    margin-left: 73px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block:nth-child(3) .section2__img {
    margin-bottom: 106px;
    width: 416px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2__block:nth-child(3) .section2__img {
    max-width: 299px;
    margin-bottom: 47px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(3) .section2__title {
    left: -260px;
  }
}
.caseIseeu .section2__block:nth-child(3) .sectionWrap:before {
  width: 148px;
  height: 78px;
  background: url(../images/caseiseeu/cloud1.svg)
    no-repeat 0 0;
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(3) .sectionWrap:before {
    top: 22px;
    left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block:nth-child(3) .sectionWrap:before {
    top: 293px;
    left: 47px;
  }
}
.caseIseeu .section2__block:nth-child(3) .sectionWrap:after {
  width: 235px;
  height: 90px;
  background: url(../images/caseiseeu/cloud3.svg)
    no-repeat 0 0;
}
@media (min-width: 1200px) {
  .caseIseeu .section2__block:nth-child(3) .sectionWrap:after {
    top: -15px;
    right: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__block:nth-child(3) .sectionWrap:after {
    top: -13px;
    right: -20px;
  }
}
.caseIseeu .section2__text {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .caseIseeu .section2__text {
    width: 407px;
  }
}
@media (max-width: 1199px) {
  .caseIseeu .section2__text {
    max-width: 537px;
    margin: 0 auto;
  }
}
.caseIseeu .section2__img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .caseIseeu .section2__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.caseIseeu .section2__img img {
  display: block;
  max-width: 100%;
}
.caseIseeu .section2__title {
  position: absolute;
  font-weight: 700;
  font-size: 156px;
  line-height: 156px;
  color: #fff;
  z-index: 0;
}
@media (min-width: 1200px) {
  .caseIseeu .section2__title {
    top: -86px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2__title {
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2__title {
    display: none;
  }
}
.caseIseeu .section2 .sectionWrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .caseIseeu .section2 .sectionWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 720px;
  }
}
.caseIseeu .section2 .sectionWrap:after,
.caseIseeu .section2 .sectionWrap:before {
  content: "";
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .caseIseeu .section2 .sectionWrap:after,
  .caseIseeu .section2 .sectionWrap:before {
    display: none;
  }
}
.caseIseeu .section2 h2 {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .caseIseeu .section2 h2 {
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section2 h2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2 h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .caseIseeu .section2 p:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section2 p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section3 {
    padding-top: 52px;
    padding-bottom: 66px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section3 {
    padding-top: 42px;
    padding-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section3__text {
    width: 317px;
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  .caseIseeu .section3__text {
    max-width: 317px;
    margin: 0 auto;
  }
}
.caseIseeu .section3__text dt {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.caseIseeu .section3__text dd {
  font-size: 14px;
  line-height: 24px;
}
.caseIseeu .section3__text dd:not(:last-child) {
  position: relative;
  margin-bottom: 80px;
}
.caseIseeu .section3__text dd:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 40px;
  height: 1px;
  background: #5bc9a0;
}
@media (min-width: 1200px) {
  .caseIseeu .section3__text dd:not(:last-child):before {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .caseIseeu .section3__text dd:not(:last-child):before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section3__img {
    margin-right: 99px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section3__img {
    margin: 0 auto 20px auto;
    width: 356px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section3__img {
    margin: 0 auto;
    width: 286px;
  }
}
.caseIseeu .section3__img img {
  display: block;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .caseIseeu .section3 .sectionWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: 720px;
  }
}
.caseIseeu .section4__block {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block {
    padding-top: 56px;
    padding-bottom: 124px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__block {
    padding-top: 50px;
    padding-bottom: 58px;
  }
}
.caseIseeu .section4__block:after,
.caseIseeu .section4__block:before {
  content: "";
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .caseIseeu .section4__block:after {
    display: none;
  }
}
.caseIseeu .section4__block:before {
  background: #ffb178;
  transform: rotate(-45deg);
  opacity: 0.17;
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block:before {
    top: 50%;
    margin-top: -254px;
    right: -256px;
    width: 512px;
    height: 508px;
    border-top-left-radius: 88px;
    border-bottom-right-radius: 88px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:before {
    bottom: 105px;
    right: -256px;
    width: 512px;
    height: 508px;
    border-top-left-radius: 88px;
    border-bottom-right-radius: 88px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__block:before {
    bottom: 54px;
    right: -128px;
    width: 256px;
    height: 254px;
    border-top-left-radius: 44px;
    border-bottom-right-radius: 44px;
  }
}
.caseIseeu .section4__block:nth-child(1):after {
  width: 235px;
  height: 90px;
  background: url(../images/caseiseeu/cloud3.svg)
    no-repeat 0 0;
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block:nth-child(1):after {
    top: 155px;
    left: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(1):after {
    bottom: 283px;
    left: -8px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block:nth-child(1) .section4__img {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(1) .section4__img {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__block:nth-child(1) .section4__img {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(1) .section4__img img {
    margin-right: -38px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__block:nth-child(1) .section4__img img {
    margin-right: -25px;
  }
}
.caseIseeu .section4__block:nth-child(2):after {
  width: 235px;
  height: 90px;
  background: url(../images/caseiseeu/cloud3.svg)
    no-repeat 0 0;
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block:nth-child(2):after {
    top: 374px;
    right: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(2):after {
    bottom: 319px;
    right: -32px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block:nth-child(2) .section4__img {
    margin-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(2) .section4__img {
    width: 435px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__block:nth-child(2) .section4__img {
    width: 270px;
  }
}
.caseIseeu .section4__block:nth-child(3):after {
  width: 148px;
  height: 78px;
  background: url(../images/caseiseeu/cloud1.svg)
    no-repeat 0 0;
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block:nth-child(3):after {
    top: 140px;
    left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(3):after {
    bottom: 307px;
    left: 59px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(3) .section4__img {
    width: 626px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__block:nth-child(3) .section4__img {
    width: 291px;
  }
}
.caseIseeu .section4__block:nth-child(4):after {
  width: 225px;
  height: 110px;
  background: url(../images/caseiseeu/cloud2.svg)
    no-repeat 0 0;
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block:nth-child(4):after {
    top: 265px;
    right: -44px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(4):after {
    bottom: 322px;
    right: -63px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block:nth-child(4) .section4__img {
    margin-left: 68px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(4) .section4__img {
    width: 409px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__block:nth-child(4) .section4__img {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__block:nth-child(4) .section4__img img {
    margin-left: -12px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__block:nth-child(4) .section4__img img {
    margin-left: -8px;
  }
}
.caseIseeu .section4__block.-invert:before {
  right: auto;
}
@media (min-width: 768px) {
  .caseIseeu .section4__block.-invert:before {
    left: -256px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__block.-invert:before {
    left: -128px;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block.-invert .section4__text {
    margin-left: 80px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section4__block.-invert .sectionWrap {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .caseIseeu .section4__text {
    width: 407px;
    margin-right: 86px;
  }
}
@media (max-width: 1199px) {
  .caseIseeu .section4__text {
    max-width: 537px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section4__img {
    margin: 0 auto 100px auto;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section4__img {
    margin: 0 auto 54px auto;
  }
}
.caseIseeu .section4 .sectionWrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .caseIseeu .section4 .sectionWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 720px;
  }
}
.caseIseeu .section4 img {
  display: block;
  max-width: 100%;
}
.caseIseeu .section4 h2 {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .caseIseeu .section4 h2 br {
    display: none;
  }
}
.caseIseeu .section4 p:not(:last-child) {
  margin-bottom: 32px;
}
.caseIseeu .section5 {
  background: #fff2e7;
}
@media (min-width: 1200px) {
  .caseIseeu .section5 {
    padding-top: 66px;
    padding-bottom: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .section5 {
    padding-top: 46px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .section5 {
    padding-top: 26px;
    padding-bottom: 35px;
  }
}
.caseIseeu .technologies {
  font-family: Roboto;
  font-weight: 300;
}
.caseIseeu .technologies__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .caseIseeu .technologies__list {
    max-width: 480px;
    margin: 0 auto;
  }
}
.caseIseeu .technologies__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
  padding: 8px;
  width: 224px;
  min-width: 224px;
  height: 144px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.caseIseeu .technologies__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.caseIseeu .technologies h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .caseIseeu .technologies h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .caseIseeu .technologies h2 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .webp .caseIseeu .section1:before {
    background-image: url(../images/caseiseeu/bg-top-768.webp);
  }
}
@media (min-width: 768px) {
  .webp .caseIseeu .section1:before {
    background-image: url(../images/caseiseeu/bg-top.webp);
  }
}
.webp .caseIseeu .section1:after {
  background-image: url(../images/caseiseeu/bg-section1-bottom.webp);
}
.webp .caseIseeu .section1__bg {
  background-image: url(../images/caseiseeu/bg-section2-bottom.webp);
}
@media (max-width: 767px) {
  .no-webp .caseIseeu .section1:before {
    background-image: url(../images/caseiseeu/bg-top-768.png);
  }
}
@media (min-width: 768px) {
  .no-webp .caseIseeu .section1:before {
    background-image: url(../images/caseiseeu/bg-top.png);
  }
}
.no-webp .caseIseeu .section1:after {
  background-image: url(../images/caseiseeu/bg-section1-bottom.png);
}
.no-webp .caseIseeu .section1__bg {
  background-image: url(../images/caseiseeu/bg-section2-bottom.png);
}
