* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

body {
  position: relative;
  padding: 0px;
  margin: 0px auto; }

.casePageWrapper {
  font-family: "Montserrat";
  color: #1D1D1D;
  overflow: hidden; }
  .casePageWrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .casePageWrapper *:before, .casePageWrapper *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .casePageWrapper p,
  .casePageWrapper h1,
  .casePageWrapper h2,
  .casePageWrapper h3,
  .casePageWrapper h4,
  .casePageWrapper h5,
  .casePageWrapper h6 {
    margin: 0px; }
  .casePageWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
  .casePageWrapper a {
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none; }
  .casePageWrapper select,
  .casePageWrapper input,
  .casePageWrapper textarea {
    width: 100%;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: "Montserrat";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .casePageWrapper button {
    padding: 0px;
    font-family: "Montserrat";
    background-color: transparent;
    border: none;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    cursor: pointer; }
    .casePageWrapper button:disabled {
      cursor: default; }
  .casePageWrapper .container {
    width: 1234px;
    padding: 0px 15px;
    margin: 0px auto; }
  .casePageWrapper .iconTempl {
    display: block;
    width: 64px;
    height: 64px;
    font-size: 26px;
    line-height: 64px;
    text-align: center;
    background-color: white;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
    -moz-box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
    box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1); }
    .casePageWrapper .iconTempl.type1 {
      color: #FE6951; }
    .casePageWrapper .iconTempl.type2 {
      color: #ffa000; }
    .casePageWrapper .iconTempl.type3 {
      color: #287a41; }
    .casePageWrapper .iconTempl.lg {
      font-size: 35px; }

.bgray {
  background-color: #F9FBFF; }

.casePageWrapper [class*="btnFill"] {
  display: inline-block;
  padding-left: 40px;
  padding-right: 30px;
  height: 64px;
  font-size: 12px;
  line-height: 64px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.8em;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  border-radius: 64px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .casePageWrapper [class*="btnFill"][class*="Type1"] {
    background-color: #FE6951; }
  .casePageWrapper [class*="btnFill"][class*="Type2"] {
    background-color: #126BB4; }
  .casePageWrapper [class*="btnFill"][class*="Type3"] {
    background-color: #ffa000;  }

.case1Banner {
  padding-top: 85px;
  padding-bottom: 62px;
  background-color: #EBF2FD; }
  .case1Banner .wrapper {
    display: flex;
    align-items: center; }
  .case1Banner .titleContainer + .contentContainer {
    margin-top: 20px; }
  .case1Banner .leftSide {
    width: 670px;
    padding-bottom: 30px; }
  .case1Banner .info {
    max-width: 480px; }
    .case1Banner .info + [class*="btn"] {
      margin-top: 34px; }
  .case1Banner .img {
    max-width: 474px;
    height: auto; }

.case1StartSection {
  padding-top: 190px; }
  .case1StartSection .img {
    max-width: 480px;
    height: auto; }
  .case1StartSection .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .case1StartSection .leftSide {
    padding-bottom: 20px; }
  .case1StartSection .rightSide {
    width: 592px;
    padding-right: 50px; }
  .case1StartSection .titleContainer + .contentContainer {
    margin-top: 18px; }
  .case1StartSection + .case1TaskSection {
    margin-top: 137px; }

.case1TaskSection .titleContainer {
  text-align: center; }
  .case1TaskSection .titleContainer [class*="icon"] {
    margin: 0px auto; }
    .case1TaskSection .titleContainer [class*="icon"] + .title {
      margin-top: 32px; }
  .case1TaskSection .titleContainer .title + .info {
    margin-top: 20px; }
  .case1TaskSection .titleContainer .info {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto; }
  .case1TaskSection .titleContainer + .contentContainer {
    margin-top: 100px; }
.case1TaskSection + .case1AnalysisSection {
  margin-top: 56px; }

.case1TaskBlock {
  padding-top: 140px;
  padding-bottom: 90px;
  background-color: #EBF2FD; }
  .case1TaskBlock .titleBlock + .contentBlock {
    margin-top: 92px; }

.tasksListType1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .tasksListType1 .item {
    width: 357px;
    padding-left: 47px;
    padding-right: 47px;
    padding-bottom: 93px; }
    .tasksListType1 .item:nth-child(4), .tasksListType1 .item:nth-child(5) {
      width: 405px; }

.taskItem1 [class*="icon"] {
  margin-left: auto;
  margin-right: auto; }
  .taskItem1 [class*="icon"] + .content {
    margin-top: 45px; }
.taskItem1 .content {
  text-align: center; }

.case1AnalysisSection .wrapper {
  padding-top: 130px;
  padding-bottom: 146px;
  padding-left: 107px;
  padding-right: 102px;
  background-color: #F9FBFF; }
  .case1AnalysisSection .wrapper:after {
    content: " ";
    display: block;
    clear: both; }
.case1AnalysisSection .img {
  position: relative;
  left: -25px;
  float: left;
  max-width: 404px;
  margin-top: 65px;
  margin-right: 102px;
  padding-bottom: 65px; }
.case1AnalysisSection .titleContainer + .contentContainer {
  margin-top: 18px; }
.case1AnalysisSection .contentContainer .content p + p {
  margin-top: 39px; }
.case1AnalysisSection + .case1ProjectSection {
  margin-top: 137px; }

.stepItemType1 .titleContainer + .contentContainer {
  margin-top: 77px; }
.stepItemType1 .titleBlock .subtitle {
  font-size: 26px;
  line-height: 34px;
  color: #1D1D1D;
  opacity: 0.5; }
.stepItemType1 .wrapper {
  display: flex; }
  .stepItemType1 .wrapper .col {
    width: 50%; }
  .stepItemType1 .wrapper .colType2{
    width: 100%;
    margin-top: 67px;
  }
  
.stepItemType1.step1 {
  padding-bottom: 100px; }
  .stepItemType1.step1 .titleBlock + .contentBlock {
    margin-top: 67px; }
    .stepItemType1.step1 .titleBlock + .contentBlock .wrapper .colType2{
      margin-top: 0;
    }    
  .stepItemType1.step1 .col {
    width: 530px; }  
    .stepItemType1.step1 .col + .col {
      margin-left: 80px; }      
  .stepItemType1.step1 .wrapper + .img {
    margin-top: 73px; }    
    
  .stepItemType1.step1 .img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05); }
.stepItemType1.step2 {
  padding-top: 108px;
  padding-bottom: 95px;
  background-color: #F9FBFF; }
  .stepItemType1.step2 .titleBlock + .contentBlock {
    margin-top: 71px; }
  .stepItemType1.step2 .wrapper {
    justify-content: space-between; }
  .stepItemType1.step2 .col {
    width: 592px;
    flex-shrink: 0; }
    .stepItemType1.step2 .col + .col {
      margin-left: 54px;
      flex-shrink: 1; }
  .stepItemType1.step2 .img {
    display: block;
    max-width: 592px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1); }
    .stepItemType1.step2 .img + .checkList {
      margin-top: 63px; }
  .stepItemType1.step2 .checkList {
    padding-right: 34px; }
.stepItemType1.step3 {
  padding-top: 90px;
  padding-bottom: 105px; }
  .stepItemType1.step3 .wrapper {
    align-items: center; }
  .stepItemType1.step3 .titleBlock + .contentBlock {
    margin-top: 67px; }
  .stepItemType1.step3 .leftSide {
    width: 680px;
    padding-bottom: 55px; }
    .stepItemType1.step3 .leftSide + .rightSide {
      margin-left: 65px; }
  .stepItemType1.step3 .img {
    display: block;
    max-width: 322px;
    -webkit-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1); }
.stepItemType1.step4 {
  padding-top: 110px;
  padding-bottom: 90px;
  background-color: #F9FBFF; }
  .stepItemType1.step4 .titleBlock + .contentBlock {
    margin-top: 70px; }
  .stepItemType1.step4 .img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05); }
    .stepItemType1.step4 .img + .wrapper {
      margin-top: 70px; }
  .stepItemType1.step4 .col {
    width: 542px;
    flex-shrink: 0; }
    .stepItemType1.step4 .col + .col {
      margin-left: 70px;
      flex-shrink: 1; }

.case1ResultSection {
  position: relative;
  padding-top: 140px;
  padding-bottom: 185px;
  background-color: #EBF2FD;
  z-index: 1; }
  .case1ResultSection .titleContainer + .contentContainer {
    margin-top: 80px; }
  .case1ResultSection .wrapper {
    max-width: 700px; }
    .case1ResultSection .wrapper .checkList {
      max-width: 620px; }
      .case1ResultSection .wrapper .checkList.type1 li + li {
        margin-top: 28px; }
  .case1ResultSection .backImg {
    position: absolute;
    bottom: -3px;
    right: 50%;
    margin-right: -615px;
    max-width: 461px;
    z-index: -1; }
    .case1ResultSection .backImg img {
      width: 100%; }
    .case1ResultSection .backImg::before {
      content: "";
      display: block;
      position: absolute;
      top: -75px;
      left: -50px;
      width: 425px;
      height: 425px;
      background-color: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      z-index: -1; }

.case1ReviewSection {
  padding-top: 150px;
  padding-bottom: 150px; }

.reviewBlockType1 {
  position: relative;
  padding-top: 106px;
  padding-bottom: 140px;
  padding-left: 106px;
  padding-right: 106px;
  -webkit-box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
  -moz-box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
  box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
  z-index: 1; }
  .reviewBlockType1 .wrapper {
    max-width: 795px;
    margin-left: auto; }
  .reviewBlockType1 .titleContainer + .contentContainer {
    margin-top: 61px; }
  .reviewBlockType1::before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: 35px;
    width: 104px;
    height: 86px;
    background-image: url(../img/quotes.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }

.case2Banner {
  position: relative;
  padding-top: 120px;
  padding-bottom: 140px;
  overflow: hidden;
  z-index: 1; }
  .case2Banner .wrapper {
    max-width: 595px; }
  .case2Banner .titleContainer span + span {
    margin-top: 6px;
    font-size: 48px; }
  .case2Banner .titleContainer + .contentContainer {
    margin-top: 18px; }
  .case2Banner .info + [class*="btn"] {
    margin-top: 40px; }
  .case2Banner::before {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left: -920px;
    top: 0px;
    background-image: url(../img/case2_banner_img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .case2Banner::after {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left: -920px;
    top: 0px;
    background-image: url(../img/case2_banner_back.png);
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1; }

.case2StartSection {
  padding-top: 144px; }
  .case2StartSection .wrapper {
    display: flex;
    justify-content: space-between; }
  .case2StartSection .leftSide {
    width: calc(100% - 535px); }
  .case2StartSection .img {
    position: relative;
    left: -90px;
    width: 682px;
    z-index: 1; }
    .case2StartSection .img img {
      width: 100%; }
    .case2StartSection .img::before {
      content: "";
      position: absolute;
      display: block;
      width: 401px;
      height: 401px;
      top: -27px;
      right: 9px;
      background-image: url(../img/dots.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1; }
  .case2StartSection .rightSide {
    width: 535px;
    flex-shrink: 0; }
  .case2StartSection .titleContainer + .contentContainer {
    margin-top: 18px; }
  .case2StartSection .contentContainer {
    padding-right: 30px; }
    .case2StartSection .contentContainer .textBlock p + p {
      margin-top: 40px; }
  .case2StartSection + .case2TaskSection {
    margin-top: 152px; }

.case2TaskSection {
  padding-bottom: 114px; }
  .case2TaskSection .titleContainer + .contentContainer {
    margin-top: 24px; }
  .case2TaskSection .wrapper {
    display: flex; }
  .case2TaskSection .leftSide {
    width: 570px; }
  .case2TaskSection .rightSide {
    width: calc(100% - 570px); }
  .case2TaskSection .info + .tasksListType2 {
    margin-top: 60px; }
  .case2TaskSection .img {
    position: relative;
    width: 661px;
    right: -73px;
    top: 7px; }

.tasksListType2 li {
  height: 64px;
  display: flex;
  align-items: center; }
  .tasksListType2 li [class*="icon"] {
    flex-shrink: 0; }
    .tasksListType2 li [class*="icon"] + .content {
      margin-left: 32px; }
  .tasksListType2 li + li {
    margin-top: 56px; }

.case2ParamSection {
  padding: 100px 0px;
  background-color: #F9FBFF; }
  .case2ParamSection .titleContainer {
    text-align: center; }
    .case2ParamSection .titleContainer + .contentContainer {
      margin-top: 80px; }

.paramsList {
  display: flex;
  justify-content: space-between; }
  .paramsList .item {
    width: 582px; }

.paramItem {
  display: flex; }
  .paramItem [class*="icon"] {
    flex-shrink: 0; }
    .paramItem [class*="icon"] + .content {
      margin-left: 32px; }

.case2ProjectSection {
  padding-top: 204px;
  padding-bottom: 140px; }

.stepItemType2 .titleContainer + .contentContainer {
  margin-top: 55px; }
.stepItemType2 .titleBlock .title span {
  font-weight: bold;
  color: #126BB4; }
.stepItemType2.step1 .titleBlock {
  padding-left: 33px; }
  .stepItemType2.step1 .titleBlock + .contentBlock {
    margin-top: 56px; }
.stepItemType2.step1 .wrapper {
  display: flex; }
  .stepItemType2.step1 .wrapper + .img {
    margin-top: 80px; }
.stepItemType2.step1 .leftSide {
  width: 384px;
  flex-shrink: 0; }
  .stepItemType2.step1 .leftSide + .rightSide {
    margin-left: 25px; }
.stepItemType2.step1 .img {
  -webkit-box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  -moz-box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  overflow: hidden; }
  .stepItemType2.step1 .img img {
    width: 100%; }
.stepItemType2.step1 + .stepItemType2 {
  margin-top: 135px; }
.stepItemType2.step2 .titleBlock {
  padding-left: 35px; }
  .stepItemType2.step2 .titleBlock + .contentBlock {
    margin-top: 56px; }
.stepItemType2.step2 .wrapper {
  display: flex;
  justify-content: space-between; }
.stepItemType2.step2 .rightSide {
  width: 510px;
  padding-top: 13px; }
.stepItemType2.step2 .img {
  width: 592px;
  height: 807px;
  -webkit-box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  -moz-box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  overflow: hidden; }
  .stepItemType2.step2 .img img {
    width: 100%; }
.stepItemType2.step2 + .stepItemType2 {
  margin-top: 140px; }
.stepItemType2.step3 .titleBlock {
  text-align: center; }
  .stepItemType2.step3 .titleBlock + .contentBlock {
    margin-top: 56px; }
.stepItemType2.step3 .wrapper {
  display: flex;
  justify-content: space-between; }
  .stepItemType2.step3 .wrapper .col {
    width: 377px; }
  .stepItemType2.step3 .wrapper + .img {
    margin-top: 80px; }
.stepItemType2.step3 .img {
  height: 930px;
  -webkit-box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  -moz-box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  overflow: hidden; }
  .stepItemType2.step3 .img img {
    width: 100%; }
.stepItemType2.step3 + .stepItemType2 {
  margin-top: 105px; }
.stepItemType2.step4 .titleBlock {
  padding-left: 35px; }
  .stepItemType2.step4 .titleBlock + .contentBlock {
    margin-top: 56px; }
.stepItemType2.step4 .wrapper {
  display: flex;
  justify-content: space-between; }
  .stepItemType2.step4 .wrapper:last-child {
    margin-top: 110px;
    flex-direction: row-reverse; }
    .stepItemType2.step4 .wrapper:last-child .leftSide {
      width: 515px;
      padding-top: 45px; }
    .stepItemType2.step4 .wrapper:last-child .rightSide {
      padding-left: 20px; }
.stepItemType2.step4 .leftSide {
  width: 510px;
  padding-top: 35px; }
.stepItemType2.step4 .rightSide {
  position: relative; }
.stepItemType2.step4 .img {
  position: relative;
  -webkit-box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  -moz-box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  box-shadow: 0px 6px 64px rgba(63, 61, 86, 0.1);
  overflow: hidden; }
  .stepItemType2.step4 .img img {
    width: 100%; }
  .stepItemType2.step4 .img.about {
    width: 603px;
    height: 435px; }
  .stepItemType2.step4 .img.contacts {
    width: 581px;
    height: 388px; }
  .stepItemType2.step4 .img.form {
    position: absolute;
    width: 427px;
    height: 324px;
    bottom: -121px;
    right: -37px; }
    .stepItemType2.step4 .img.form img {
      position: relative;
      top: -237px; }
.stepItemType2.step4 + .stepItemType2 {
  margin-top: 250px; }
.stepItemType2.step5 .titleBlock {
  padding-left: 35px; }
  .stepItemType2.step5 .titleBlock + .contentBlock {
    margin-top: 56px; }
.stepItemType2.step5 .wrapper {
  display: flex;
  justify-content: space-between; }
.stepItemType2.step5 .leftSide {
  position: relative;
  width: calc(100% - 515px); }
.stepItemType2.step5 .rightSide {
  width: 515px;
  padding-top: 13px; }
.stepItemType2.step5 .img {
  position: relative;
  top: 40px;
  left: -193px;
  width: 882px; }
  .stepItemType2.step5 .img img {
    width: 100%; }

.case2ResultBlock {
  padding-top: 80px;
  padding-bottom: 295px;
  background-color: #F9FBFF;
  overflow: hidden; }
  .case2ResultBlock .wrapper {
    display: flex; }
    .case2ResultBlock .wrapper:last-child {
      margin-top: 295px;
      flex-direction: row-reverse; }
  .case2ResultBlock .leftSide {
    width: 610px; }
  .case2ResultBlock .rightSide {
    position: relative;
    width: calc(100% - 610px); }
  .case2ResultBlock .titleContainer + .contentContainer {
    margin-top: 50px; }
  .case2ResultBlock .img1 {
    position: relative;
    top: 43px;
    right: -132px;
    width: 516px;
    z-index: 1; }
    .case2ResultBlock .img1 img {
      width: 100%; }
    .case2ResultBlock .img1::before {
      content: "";
      position: absolute;
      display: block;
      width: 621px;
      height: 621px;
      top: 49px;
      right: -141px;
      background-color: #EAF1FF;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      z-index: -1; }
    .case2ResultBlock .img1::after {
      content: "";
      position: absolute;
      display: block;
      width: 401px;
      height: 401px;
      bottom: -19px;
      right: -94px;
      background-image: url(../img/dots.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1; }
  .case2ResultBlock .img2 {
    position: relative;
    top: -195px;
    left: -175px;
    width: 660px; }
    .case2ResultBlock .img2 img {
      width: 100%; }

.case3Wrapper .sectionTitle .subtitle span {
  color: #ffa000; }
.case3Wrapper .titleBlock .subtitle {
  font-size: 36px;
  color: #ffa000; }

.case3StartSection {
  padding: 144px 0 124px; }
  .case3StartSection .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .case3StartSection .wrapper .titleContainer {
      width: 100%;
      margin-bottom: 75px; }
    .case3StartSection .wrapper .leftSide {
      width: 50%;
      max-width: 478px; }
      .case3StartSection .wrapper .leftSide .img {
        width: 100%;
        position: relative;
        left: 27px; }
        .case3StartSection .wrapper .leftSide .img img {
          width: 100%; }
    .case3StartSection .wrapper .rightSide {
      width: calc(100% - 478px);
      padding-left: 133px;
      padding-top: 83px; }

.case3TaskSection .titleContainer .iconTempl {
  margin: 0 auto; }
.case3TaskSection .titleContainer .title {
  text-align: center;
  margin-top: 18px; }
.case3TaskSection .titleContainer .info {
  margin: 39px auto 0;
  text-align: center; }
  .case3TaskSection .titleContainer .info .textBlock {
    margin: 0 auto;
    max-width: 620px;
    display: block;
    width: 100%; }
.case3TaskSection .contentContainer {
  margin-top: 100px;
  background-color: #f9fbff; }
.case3TaskSection .case3TaskBlock {
  padding: 115px 0 50px; }
  .case3TaskSection .case3TaskBlock .listTarget {
    padding: 0 102px;
    margin-top: 81px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .case3TaskSection .case3TaskBlock .listTarget .item {
      align-items: flex-start;
      display: flex;
      width: calc(50% - 10px);
      margin-bottom: 72px; }
      .case3TaskSection .case3TaskBlock .listTarget .item .iconTempl {
        font-size: 30px; }
      .case3TaskSection .case3TaskBlock .listTarget .item .txt {
        width: calc(100% - 64px);
        padding-left: 36px;
        font-size: 18px;
        position: relative;
        top: 6px;
        line-height: 26px; }

.case3analysis .wrapper {
  background-color: #ebf2fd;
  padding: 106px 101px; }
.case3analysis img {
  float: right;
  margin-right: -232px;
  margin-top: -288px; }
.case3analysis .checkList {
  margin-top: 43px; }
  .case3analysis .checkList li .checkItem {
    padding-left: 30px; }
    .case3analysis .checkList li .checkItem [class*="icon"] {
      font-size: 17px;
      color: #9CCC6B; }
  .case3analysis .checkList li + li {
    margin-top: 29px; }

.case3ProjectSection .stepItemType1 {
  padding: 100px 0 100px; }
  .case3ProjectSection .stepItemType1.step4 {
    padding-bottom: 35px; }
    .case3ProjectSection .stepItemType1.step4 .wrapper {
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: space-between; }
      .case3ProjectSection .stepItemType1.step4 .wrapper img {
        width: 100%;
        max-width: 796px; }
      .case3ProjectSection .stepItemType1.step4 .wrapper .col {
        width: calc(50% - 4px);
        margin-bottom: 70px; }
        .case3ProjectSection .stepItemType1.step4 .wrapper .col + .col {
          margin-left: 0; }
        .case3ProjectSection .stepItemType1.step4 .wrapper .col .checkItem + .checkItem {
          margin-top: 40px; }
        .case3ProjectSection .stepItemType1.step4 .wrapper .col:nth-child(2) {
          width: 395px;
          margin-top: 0; }          
  .case3ProjectSection .stepItemType1.step5 img {
    margin-top: 68px; }
  .case3ProjectSection .stepItemType1.step5 .wrapper {
    margin-top: 63px;
    justify-content: space-between; }
    .case3ProjectSection .stepItemType1.step5 .wrapper .col {
      width: calc((100% / 3) - 15px); }
  .case3ProjectSection .stepItemType1.step3 {
    background-image: url("/img/aurora/bgcircle_aurora.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 30px) calc(50% - 103px);
    padding-bottom: 20px; }
    .case3ProjectSection .stepItemType1.step3 .rightSide {
      margin-left: 0; }
      .case3ProjectSection .stepItemType1.step3 .rightSide .picture {
        width: 715px;
        height: 710px;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        top: 20px;
      }
.case3ProjectSection .stepItemType1.step1 .titleContainer + .contentContainer {
  margin-top: 55px;
  background-color:#ffffff }
.case3ProjectSection .titleBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .case3ProjectSection .titleBlock .title {
    margin-left: 8px; }
.case3ProjectSection .contentBlock img + * {
  margin-top: 73px; }

.iconChek {
  background-image: url("/img/aurora/checked_aurora.svg");
  width: 22px;
  height: 22px; }

.case3ReviewSection {
  padding: 109px 0; }

.case3Result {
  padding: 100px 0 135px;
  background-color: #EBF2FD; }
  .case3Result .contentBlock {
    display: flex;
    justify-content: space-between; }
    .case3Result .contentBlock .leftSide {
      width: calc(50% - 25px); }
      .case3Result .contentBlock .leftSide img {
        margin-top: -10%;
        margin-left: -7%;
        margin-bottom: -33px;
        width: calc(110% - 20px);
      }
    .case3Result .contentBlock .rightSide {
      padding-top: 53px;
      width: calc(50% - 3px); }
      .case3Result .contentBlock .rightSide .checkItem + .checkItem {
        margin-top: 20px; }              
        .case3Result .contentBlock .rightSide .tableConteiner{
          display: flex;}
          .case3Result .contentBlock .rightSide .case3tableTitle{
          padding-top: 50px;
          padding-bottom: 20px;
          font-size: 24px;
          line-height: 28px;
          color: #287a41;
          font-weight: bold;
          text-align: left;}
          .case3Result .contentBlock .rightSide .tableConteiner .tableItem1{
           margin-right: 45px;
          }
          .case3Result .contentBlock .rightSide .tableConteiner .tableItem1 .tableTextItem1{         
            font-size: 17px;
            line-height: 20px;
            padding-bottom: 10px;}
                                 
          .case3Result .contentBlock .rightSide .tableConteiner .tableItem1 .tableTextItem2 {
            color: #287a41; /*Цвет текста*/
            font-size: 35pt;
            line-height: 44px;
            font-weight: bold;}

            @media (max-width: 991px) {
              .case3Result .contentBlock .rightSide .tableConteiner{
                display: flex;
                flex-wrap: wrap;}
              .case3Result .contentBlock .rightSide .case3tableTitle{
                padding-top: 15px;
                padding-bottom: 20px;
                font-size: 16px;
                line-height: 22px; 
                text-align: center;}
                .case3Result .contentBlock .rightSide .tableConteiner .tableItem1{
                  margin-right: 45px;
                 }
                 .case3Result .contentBlock .rightSide .tableConteiner .tableItem1 .tableTextItem1{         
                  font-size: 14px; 
                  line-height: 22px;
                   padding-bottom: 5px;}
                                        
                 .case3Result .contentBlock .rightSide .tableConteiner .tableItem1 .tableTextItem2 {
                   font-size: 25pt;
                   line-height: 44px;
                   font-weight: bold;
                   padding-bottom: 10px;}
            }
            @media (max-width: 1233px) {
              .case3Result .contentBlock .rightSide .tableConteiner{
                display: flex;}
              .case3Result .contentBlock .rightSide .case3tableTitle{
                padding-top: 20px;
                padding-bottom: 20px;
                font-size: 19px;
                line-height: 22px;}
                .case3Result .contentBlock .rightSide .tableConteiner .tableItem1{
                  margin-right: 25px;
                 }
                 .case3Result .contentBlock .rightSide .tableConteiner .tableItem1 .tableTextItem1{         
                  font-size: 14px; 
                  line-height: 22px;
                   padding-bottom: 5px;}
                                        
                 .case3Result .contentBlock .rightSide .tableConteiner .tableItem1 .tableTextItem2 {
                   font-size: 30pt;
                   line-height: 44px;
                   font-weight: bold;
                   padding-bottom: 10px;}
            }
            

.case3Banner {
  background-color: #F1F1F1;
  padding: 35px 0; }
  .case3Banner .contentContainer {
    margin-top: 19px; }
    .case3Banner .contentContainer a {
      margin-top: 37px; }
  .case3Banner .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .case3Banner .leftSide {
    width: calc(50% - 120px); }
  .case3Banner .rightSide {
    width: calc(50% + 90px);
    position: relative;
    left: 93px; }
    .case3Banner .rightSide img {
      width: 100%; }

.casePageWrapper .firstCap {
  display: block;
  font-family: "Montserrat";
  font-size: 45px;
  line-height: 70px;
  color: #1D1D1D; }
  @media (max-width: 1233px) {
    .casePageWrapper .firstCap {
      font-size: 36px; } }
  .casePageWrapper .firstCap span {
    font-weight: 500; }
.casePageWrapper .secCap {
  display: block;
  font-family: "Montserrat";
  font-size: 50px;
  line-height: 65px;
  color: #1D1D1D; }
  @media (max-width: 1233px) {
    .casePageWrapper .secCap {
      font-size: 22px;
      line-height: 28px; } }
.casePageWrapper .thirdCap {
  display: block;
  font-family: "Montserrat";
  font-size: 36px;
  line-height: 44px;
  color: #1D1D1D; }
  @media (max-width: 1233px) {
    .casePageWrapper .thirdCap {
      font-size: 22px; } }
.casePageWrapper .textBlock p {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 28px;
  color: #1D1D1D; }
  @media (max-width: 1233px) {
    .casePageWrapper .textBlock p {
      font-size: 14px;
      line-height: 22px; } }
  .casePageWrapper .textBlock p .title {
    display: block;
    font-weight: 500; }
  .casePageWrapper .textBlock p.icon {
    padding-top: 50px; }
    .casePageWrapper .textBlock p.icon:after {
      content: " ";
      display: block;
      clear: both; }
    .casePageWrapper .textBlock p.icon [class*="icon"] {
      margin-top: -50px;
      margin-right: 25px;
      float: left; }
      @media (max-width: 991px) {
        .casePageWrapper .textBlock p.icon [class*="icon"] {
          margin-top: -55px;
          margin-right: 20px; } }
  .casePageWrapper .textBlock p + p {
    margin-top: 28px; }
.casePageWrapper .sectionTitle .subtitle {
  display: block;
  font-family: "Montserrat";
  font-size: 10px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0.8em;
  text-transform: uppercase; }
  .casePageWrapper .sectionTitle .subtitle.type1 {
    color: #FE6951; }
  .casePageWrapper .sectionTitle .subtitle.type2 {
    color: #1D1D1D; }
    .casePageWrapper .sectionTitle .subtitle.type2 span {
      color: #ffa000; }
  .casePageWrapper .sectionTitle .subtitle + .title {
    margin-top: 20px; }
    @media (max-width: 1233px) {
      .casePageWrapper .sectionTitle .subtitle + .title {
        margin-top: 12px; } }
.casePageWrapper .sectionTitle.center {
  text-align: center; }
.casePageWrapper .checkList.type1 li + li {
  margin-top: 36px; }
  @media (max-width: 991px) {
    .casePageWrapper .checkList.type1 li + li {
      margin-top: 26px; } }
.casePageWrapper .checkList.type2 li + li {
  margin-top: 56px; }
  @media (max-width: 1233px) {
    .casePageWrapper .checkList.type2 li + li {
      margin-top: 36px; } }
.casePageWrapper .checkItem {
  position: relative; }
  .casePageWrapper .checkItem [class*="icon"] {
    display: block;
    position: absolute; }
  .casePageWrapper .checkItem.type1 {
    padding-left: 50px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .casePageWrapper .checkItem.type1 {
        padding-left: 30px; } }
    .casePageWrapper .checkItem.type1 [class*="icon"] {
      top: 6px;
      left: 0px;
      font-size: 25px;
      color: #FE6951; }
      @media (max-width: 991px) {
        .casePageWrapper .checkItem.type1 [class*="icon"] {
          font-size: 20px; } }
  .casePageWrapper .checkItem.type2 {
    padding-left: 33px; }
    @media (max-width: 991px) {
      .casePageWrapper .checkItem.type2 {
        padding-left: 29px; } }
    .casePageWrapper .checkItem.type2 [class*="icon"] {
      top: 8px;
      left: 4px;
      font-size: 10px;
      color: #126BB4; }
  .casePageWrapper .checkItem .pointer {
    display: block;
    position: absolute;
    top: 14px;
    right: calc(100% + 10px);
    width: 51px;
    height: 1px;
    background-color: #67676750;
    z-index: 1; }
    @media (max-width: 1233px) {
      .casePageWrapper .checkItem .pointer {
        right: calc(100% + 0px); } }
    @media (max-width: 991px) {
      .casePageWrapper .checkItem .pointer {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -webkit-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        right: 50%;
        margin-right: -185px;
        width: 230px;
        top: calc(100% + 5px); } }
    @media (max-width: 767px) {
      .casePageWrapper .checkItem .pointer {
        margin-right: -94px;
        width: 180px; } }
    .casePageWrapper .checkItem .pointer::before {
      content: '';
      display: block;
      position: absolute;
      top: -2.5px;
      left: 0px;
      width: 6px;
      height: 6px;
      background-color: #126BB4;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  @media (max-width: 991px) {
    .casePageWrapper .checkItem .textBlock p {
      line-height: 22px !important; } }

@media (max-width: 1233px) {
  .casePageWrapper .container {
    width: 991px; }

  .case1Banner {
    padding-top: 60px;
    padding-bottom: 60px; }
    .case1Banner .wrapper {
      justify-content: space-between; }
    .case1Banner .leftSide {
      width: auto;
      padding-bottom: 0px; }
    .case1Banner .img {
      max-width: 299px; }
    .case1Banner .info .textBlock p {
      font-size: 18px;
      line-height: 28px; }

  .case1StartSection {
    padding-top: 65px; }
    .case1StartSection .img {
      max-width: 299px; }
    .case1StartSection .rightSide {
      padding-right: 0px; }
    .case1StartSection + .case1TaskSection {
      margin-top: 52px; }
    .case1StartSection .contentContainer .textBlock p {
      line-height: 28px; }

  .case1TaskSection .titleContainer [class*="icon"] + .title {
    margin-top: 12px; }
  .case1TaskSection .titleContainer .title + .info {
    margin-top: 7px; }
  .case1TaskSection .titleContainer + .contentContainer {
    margin-top: 55px; }
  .case1TaskSection + .case1AnalysisSection {
    margin-top: 0px; }

  .case1TaskBlock {
    padding-top: 72px;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px; }
    .case1TaskBlock .titleBlock + .contentBlock {
      margin-top: 45px; }

  .tasksListType1 .item {
    width: 33.3333%;
    max-width: 320px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px; }

  .taskItem1 [class*="icon"] + .content {
    margin-top: 22px; }

  .case1AnalysisSection .wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px; }
  .case1AnalysisSection .img {
    left: 0px;
    max-width: 299px; }
  .case1AnalysisSection + .case1ProjectSection {
    margin-top: 73px; }

  .stepItemType1 .titleContainer + .contentContainer {
    margin-top: 39px; }
  .stepItemType1 .titleBlock .subtitle {
    font-size: 18px;
    line-height: 22px; }
  .stepItemType1 .titleBlock + .contentBlock {
    margin-top: 30px; }
  .stepItemType1.step1 .titleBlock + .contentBlock, .stepItemType1.step2 .titleBlock + .contentBlock, .stepItemType1.step3 .titleBlock + .contentBlock, .stepItemType1.step4 .titleBlock + .contentBlock {
    margin-top: 30px; }
  .stepItemType1.step1 {
    padding-bottom: 63px; }
    .stepItemType1.step1 .wrapper + .img {
      margin-top: 30px; }           

  .stepItemType1.step2 {
    padding-top: 50px;
    padding-bottom: 52px; }
    .stepItemType1.step2 .col {
      width: calc((100% - 30px) / 2); }
      .stepItemType1.step2 .col + .col {
        margin-left: 30px; }
    .stepItemType1.step2 .img {
      width: 100%; }
    .stepItemType1.step2 .checkList {
      padding-right: 0px; }
  .stepItemType1.step3 {
    padding-top: 57px;
    padding-bottom: 54px; }
    .stepItemType1.step3 .img {
      max-width: 299px; }
  .stepItemType1.step4 {
    padding-top: 52px;
    padding-bottom: 52px; }
    .stepItemType1.step4 .col {
      width: calc((100% - 30px) / 2); }
      .stepItemType1.step4 .col + .col {
        margin-left: 30px; }
    .stepItemType1.step4 .img + .wrapper {
      margin-top: 40px; }

  .case1ResultSection {
    padding-top: 50px;
    padding-bottom: 60px; }
    .case1ResultSection .backImg {
      width: 264px;
      max-width: 264px;
      margin-right: -485px; }
      .case1ResultSection .backImg::before {
        width: 243px;
        height: 243px;
        top: -40px;
        left: -30px; }
    .case1ResultSection .titleContainer + .contentContainer {
      margin-top: 30px; }

  .case1ReviewSection {
    padding-top: 60px;
    padding-bottom: 60px; }

  .reviewBlockType1 {
    padding: 60px; }
    .reviewBlockType1 .titleContainer + .contentContainer {
      margin-top: 30px; }

  .case2Banner {
    padding-top: 70px;
    padding-bottom: 70px; }
    .case2Banner .titleContainer span {
      font-size: 36px !important;
      line-height: 38px; }

  .case2StartSection {
    padding-top: 75px; }
    .case2StartSection .wrapper {
      align-items: center; }
    .case2StartSection .rightSide {
      width: 595px; }
    .case2StartSection .img {
      left: 0px;
      width: 290px; }
      .case2StartSection .img::before {
        width: 170px;
        height: 170px;
        top: -11px;
        right: 4px; }
    .case2StartSection + .case2TaskSection {
      margin-top: 64px; }

  .case2TaskSection {
    padding-bottom: 64px; }
    .case2TaskSection .wrapper {
      justify-content: space-between;
      align-items: center; }
    .case2TaskSection .titleContainer + .contentContainer {
      margin-top: 20px; }
    .case2TaskSection .info + .tasksListType2 {
      margin-top: 32px; }
    .case2TaskSection .img {
      display: block;
      max-width: 297px;
      margin-left: auto;
      right: 0px;
      top: 0px; }

  .tasksListType2 li {
    height: auto; }
    .tasksListType2 li + li {
      margin-top: 36px; }

  .case2ParamSection {
    padding: 64px 0px; }
    .case2ParamSection .titleContainer + .contentContainer {
      margin-top: 64px; }

  .paramsList {
    justify-content: space-between; }
    .paramsList .item {
      width: calc((100% - 30px) / 2); }

  .case2ProjectSection {
    padding-top: 64px;
    padding-bottom: 60px; }

  .stepItemType2 .titleContainer + .contentContainer {
    margin-top: 20px; }
  .stepItemType2 .titleBlock .title {
    line-height: 28px; }
  .stepItemType2 .titleBlock + .contentBlock {
    margin-top: 32px; }
  .stepItemType2.step1 .titleBlock + .contentBlock {
    margin-top: 32px; }
  .stepItemType2.step1 .wrapper {
    display: block; }
    .stepItemType2.step1 .wrapper + .img {
      margin-top: 64px; }
  .stepItemType2.step1 .leftSide {
    width: 100%; }
    .stepItemType2.step1 .leftSide + .rightSide {
      margin-left: 0px;
      margin-top: 36px; }
  .stepItemType2.step1 .rightSide {
    width: 100%; }
  .stepItemType2.step1 + .stepItemType2 {
    margin-top: 60px; }
  .stepItemType2.step2 .wrapper {
    justify-content: space-between; }
  .stepItemType2.step2 .leftSide {
    width: calc((100% - 30px) / 2); }
  .stepItemType2.step2 .rightSide {
    width: calc((100% - 30px) / 2); }
  .stepItemType2.step2 .titleBlock + .contentBlock {
    margin-top: 32px; }
  .stepItemType2.step2 .img {
    width: 100%;
    max-width: 592px;
    height: 807px;
    margin-left: auto;
    margin-right: auto; }
  .stepItemType2.step2 + .stepItemType2 {
    margin-top: 64px; }
  .stepItemType2.step3 .titleBlock + .contentBlock {
    margin-top: 32px; }
  .stepItemType2.step3 .wrapper .col {
    width: calc((100% - 30px) / 3); }
  .stepItemType2.step3 .wrapper + .img {
    margin-top: 64px; }
  .stepItemType2.step3 + .stepItemType2 {
    margin-top: 64px; }
  .stepItemType2.step4 .wrapper {
    justify-content: space-between; }
    .stepItemType2.step4 .wrapper + .wrapper {
      margin-top: 65px; }
  .stepItemType2.step4 .leftSide {
    width: calc((100% - 30px) / 2) !important; }
  .stepItemType2.step4 .rightSide {
    padding-left: 0px !important;
    width: calc((100% - 30px) / 2) !important; }
  .stepItemType2.step4 .titleBlock + .contentBlock {
    margin-top: 32px; }
  .stepItemType2.step4 .img {
    margin-left: auto;
    margin-right: auto; }
    .stepItemType2.step4 .img.about {
      max-width: 603px;
      width: 100%; }
    .stepItemType2.step4 .img.contacts {
      max-width: 581px;
      width: 100%; }
    .stepItemType2.step4 .img.form {
      bottom: -100px;
      right: -20px; }
  .stepItemType2.step4 + .stepItemType2 {
    margin-top: 154px; }
  .stepItemType2.step5 .wrapper {
    align-items: center; }
  .stepItemType2.step5 .rightSide {
    padding-top: 0px; }
  .stepItemType2.step5 .titleBlock + .contentBlock {
    margin-top: 32px; }
  .stepItemType2.step5 .img {
    top: 0px;
    left: 0px;
    width: 383px; }

  .case2ResultBlock {
    padding-top: 64px;
    padding-bottom: 64px; }
    .case2ResultBlock .titleContainer + .contentContainer {
      margin-top: 32px; }
    .case2ResultBlock .wrapper {
      justify-content: space-between;
      align-items: center; }
      .case2ResultBlock .wrapper + .wrapper {
        margin-top: 81px; }
    .case2ResultBlock .img1 {
      width: 226px;
      height: 278px;
      margin-left: auto;
      top: 0px;
      right: 0px; }
      .case2ResultBlock .img1::before {
        width: 272px;
        height: 272px;
        top: 25px;
        right: -60px; }
      .case2ResultBlock .img1::after {
        width: 175px;
        height: 175px;
        bottom: -5px;
        right: -40px; }
    .case2ResultBlock .img2 {
      width: 293px;
      top: 0px;
      left: 0px; }

  .case3StartSection {
    padding: 50px 0; }

  .case3TaskSection .contentContainer {
    margin-top: 50px; }
  .case3TaskSection .case3TaskBlock {
    padding: 50px 0; }
    .case3TaskSection .case3TaskBlock .listTarget {
      padding: 0 30px; }
      .case3TaskSection .case3TaskBlock .listTarget .item .txt {
        font-size: 14px;
        line-height: 22px; }

  .case3analysis .wrapper {
    padding: 56px 50px; }

  .case3ProjectSection .stepItemType1 {
    padding: 50px 0; }
    .case3ProjectSection .stepItemType1.step4 {
      padding-bottom: 0; }
      .case3ProjectSection .stepItemType1.step4 .wrapper img {
        max-width: 535px; }
    .case3ProjectSection .stepItemType1.step3 .wrapper {
      flex-wrap: wrap; }
    .case3ProjectSection .stepItemType1.step3 .leftSide {
      width: 100%;
      padding-bottom: 0; }
    .case3ProjectSection .stepItemType1.step3 .rightSide {
      width: 100%; }
    .case3ProjectSection .stepItemType1.step3 .checkList {
      display: flex;
      flex-wrap: wrap; }
      .case3ProjectSection .stepItemType1.step3 .checkList li {
        width: calc(50% - 15px);
        margin-bottom: 35px; }
        .case3ProjectSection .stepItemType1.step3 .checkList li + li {
          margin-top: 0; }
  .case3ProjectSection .titleBlock .title {
    font-size: 18px;
    line-height: 22px; }
  .case3ProjectSection .contentBlock img {
    width: 100%; }

  .case3Banner .rightSide {
    left: 0; } }
@media (max-width: 991px) {
  .casePageWrapper .container {
    width: 768px;
    padding-left: 10px;
    padding-right: 10px; }

  .case1Banner {
    padding-bottom: 50px; }
    .case1Banner .leftSide {
      max-width: 400px; }

  .case1StartSection .wrapper {
    display: block; }
  .case1StartSection .leftSide,
  .case1StartSection .rightSide {
    width: 100%; }
  .case1StartSection .leftSide {
    padding-bottom: 0px; }
  .case1StartSection .rightSide {
    margin-top: 14px; }
  .case1StartSection .img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .case1StartSection .titleContainer {
    text-align: center; }
    .case1StartSection .titleContainer + .contentContainer {
      margin-top: 14px; }

  .case1TaskSection .info .textBlock p {
    line-height: 22px; }

  .tasksListType1 .item {
    width: 100%;
    padding: 0px 25px 45px; }

  .taskItem1 .content .textBlock p {
    line-height: 22px; }

  .case1AnalysisSection .img {
    display: block;
    float: none;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .case1AnalysisSection .titleContainer {
    margin-top: 57px;
    text-align: center; }
    .case1AnalysisSection .titleContainer + .contentContainer {
      margin-top: 35px; }
  .case1AnalysisSection .contentContainer .textBlock p {
    line-height: 22px; }
    .case1AnalysisSection .contentContainer .textBlock p + p {
      margin-top: 26px; }

  .stepItemType1 .titleBlock .subtitle {
    font-size: 12px;
    line-height: 18px; }
  .stepItemType1 .titleBlock .title {
    font-size: 18px;
    line-height: 22px; }
  .stepItemType1 .wrapper {
    display: block; }
  .stepItemType1 .col {
    width: 100% !important; }
    .stepItemType1 .col + .col {
      margin-left: 0px !important; }
  .stepItemType1.step1 .titleBlock + .contentBlock {
    margin-top: 28px; }
  .stepItemType1.step1 .wrapper + .img {
    margin-top: 33px; }
  .stepItemType1.step1 .col + .col {
    margin-top: 27px; }
  .stepItemType1.step2 .titleBlock + .contentBlock {
    margin-top: 35px; }
  .stepItemType1.step2 .img {
    margin-top: 0px; }
    .stepItemType1.step2 .img + .checkList {
      margin-top: 43px; }
  .stepItemType1.step2 .col + .col {
    margin-top: 26px; }
  .stepItemType1.step3 .wrapper {
    position: relative;
    display: block; }
  .stepItemType1.step3 .leftSide {
    width: 100%;
    padding-bottom: 0px; }
  .stepItemType1.step3 .titleBlock + .contentBlock {
    margin-top: 723px; }
  .stepItemType1.step3 .img {
    position: absolute;
    display: block;
    top: 83px;
    left: 0px;
    right: 0px;
    margin: 0px auto; }
  .stepItemType1.step4 .titleBlock + .contentBlock {
    margin-top: 36px; }
  .stepItemType1.step4 .img + .wrapper {
    margin-top: 35px; }
  .stepItemType1.step4 .col + .col {
    margin-top: 26px; }

  .case1ResultSection {
    padding-bottom: 480px; }
    .case1ResultSection .backImg {
      bottom: -4px;
      margin-right: -172px; }
    .case1ResultSection .titleContainer {
      text-align: center; }
      .case1ResultSection .titleContainer + .contentContainer {
        margin-top: 26px; }
    .case1ResultSection .wrapper .checkList {
      max-width: 100%; }
      .case1ResultSection .wrapper .checkList li + li {
        margin-top: 22px !important; }

  .reviewBlockType1 {
    padding: 52px 20px; }
    .reviewBlockType1 .titleContainer {
      text-align: center; }
      .reviewBlockType1 .titleContainer + .contentContainer {
        margin-top: 26px; }
    .reviewBlockType1 .contentContainer .textBlock p {
      line-height: 22px; }
      .reviewBlockType1 .contentContainer .textBlock p + p {
        margin-top: 22px; }
    .reviewBlockType1::before {
      display: none; }

  .casePageWrapper .case2Wrapper .container {
    padding-left: 16px;
    padding-right: 16px; }

  .case2Banner {
    padding-top: 45px;
    padding-bottom: 45px; }
    .case2Banner .titleContainer span {
      margin-top: 0px !important;
      display: inline; }
    .case2Banner .titleContainer + .contentContainer {
      margin-top: 20px; }
    .case2Banner .info + [class*="btn"] {
      margin-top: 33px; }
    .case2Banner::before {
      width: 100%;
      height: 100%;
      left: 0px;
      margin-left: 0px; }
    .case2Banner::after {
      width: 100%;
      height: 100%;
      left: 0px;
      margin-left: 0px; }

  .case2StartSection .wrapper {
    display: block; }
  .case2StartSection .leftSide {
    width: 100%; }
  .case2StartSection .rightSide {
    width: 100%;
    margin-top: 62px; }
  .case2StartSection .img {
    left: -5px;
    margin: 0px auto; }
  .case2StartSection .contentContainer {
    padding-right: 0px; }
    .case2StartSection .contentContainer br {
      display: none; }
    .case2StartSection .contentContainer .textBlock p + p {
      margin-top: 30px; }

  .case2TaskSection .wrapper {
    flex-direction: column-reverse; }
  .case2TaskSection .leftSide {
    width: 100%;
    margin-top: 65px; }
  .case2TaskSection .rightSide {
    width: 100%; }
  .case2TaskSection .img {
    right: 5px;
    margin-right: auto; }

  .tasksListType2 li [class*="icon"] + .content {
    margin-left: 16px; }

  .case2ParamSection .titleContainer [class*="Cap"] {
    font-size: 18px;
    line-height: 28px; }

  .paramsList {
    display: block; }
    .paramsList .item {
      width: 100%; }
      .paramsList .item + .item {
        margin-top: 36px; }

  .paramItem [class*="icon"] + .content {
    margin-left: 16px; }

  .stepItemType2.step1 .titleBlock {
    padding-left: 10px; }
  .stepItemType2.step2 .wrapper {
    flex-direction: column-reverse; }
  .stepItemType2.step2 .titleBlock {
    padding-left: 10px; }
  .stepItemType2.step2 .leftSide {
    width: 100%;
    margin-top: 64px; }
  .stepItemType2.step2 .rightSide {
    width: 100%;
    padding-top: 0px; }
  .stepItemType2.step3 .titleBlock {
    padding-left: 10px;
    text-align: left; }
  .stepItemType2.step3 .wrapper {
    display: block; }
    .stepItemType2.step3 .wrapper .col {
      width: 100%; }
      .stepItemType2.step3 .wrapper .col + .col {
        margin-top: 36px; }
  .stepItemType2.step4 .wrapper {
    display: block; }
  .stepItemType2.step4 .leftSide {
    width: 100% !important;
    padding-top: 0px !important; }
  .stepItemType2.step4 .rightSide {
    margin-top: 64px;
    width: 100% !important; }
  .stepItemType2.step4 .titleBlock {
    padding-left: 10px; }
  .stepItemType2.step4 .img.form {
    position: absolute;
    bottom: -90px;
    left: 0px;
    right: 0px;
    margin: 0px auto; }
  .stepItemType2.step5 .titleBlock {
    padding-left: 10px; }
  .stepItemType2.step5 .wrapper {
    flex-direction: column-reverse; }
  .stepItemType2.step5 .leftSide {
    margin-top: 62px;
    width: 100%; }
  .stepItemType2.step5 .rightSide {
    width: 100%; }
  .stepItemType2.step5 .img {
    left: -49px;
    margin-left: auto;
    margin-right: auto; }

  .case2ResultBlock .wrapper {
    display: block; }
  .case2ResultBlock .leftSide {
    width: 100%; }
  .case2ResultBlock .rightSide {
    width: 100%;
    margin-top: 64px; }
  .case2ResultBlock .img1 {
    margin-right: auto;
    right: 30px; }
  .case2ResultBlock .img2 {
    top: -14px;
    margin: 0px auto; }

  .case3StartSection .wrapper {
    flex-wrap: wrap;
    justify-content: center; }
    .case3StartSection .wrapper .titleContainer {
      margin-bottom: 35px; }
    .case3StartSection .wrapper .leftSide {
      width: 100%; }
      .case3StartSection .wrapper .leftSide .img {
        left: 0; }
    .case3StartSection .wrapper .rightSide {
      width: 100%;
      padding: 35px 0 0; }

  .case3analysis .wrapper {
    position: relative;
    padding-top: 420px; }
  .case3analysis img {
    float: none;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50px;
    width: 400px;
    margin-left: -200px; }

  .case3ProjectSection .stepItemType1.step4 {
    padding-bottom: 50px; }
    .case3ProjectSection .stepItemType1.step4 .wrapper img {
      max-width: 100%;
      margin-bottom: 35px; }
    .case3ProjectSection .stepItemType1.step4 .wrapper .col {
      margin-bottom: 0; }
  .case3ProjectSection .stepItemType1.step5 img {
    margin-top: 0; }
  .case3ProjectSection .stepItemType1.step5 .wrapper {
    margin-top: 35px; }
    .case3ProjectSection .stepItemType1.step5 .wrapper .col {
      margin-bottom: 35px; }
  .case3ProjectSection .stepItemType1.step3 {
    background-position: calc(50% - 300px) calc(50% - -107px);
    padding-bottom: 20px;
    background-size: 70%; }
    .case3ProjectSection .stepItemType1.step3 .contentBlock {
      margin-top: 35px; }
    .case3ProjectSection .stepItemType1.step3 .rightSide .picture {      
      height: 500px;
      position: relative;
      background-size: contain; }
  .case3ProjectSection .titleBlock .subtitle {
    font-size: 18px;
    line-height: 22px; }
  .case3ProjectSection .contentBlock img + * {
    margin-top: 35px; }
  .case3ReviewSection {
    padding: 50px 0; }

  .case3Result {
    padding: 50px 0; }
    .case3Result .contentBlock {
      flex-direction: column-reverse;
      flex-wrap: wrap; }
      .case3Result .contentBlock .leftSide {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        width: 100%;
        margin-top: 35px; }
        .case3Result .contentBlock .leftSide img {
          margin: 0 auto; }
      .case3Result .contentBlock .rightSide {
        width: 100%; }
        .case3Result .contentBlock .rightSide .checkItem + .checkItem {
          margin-top: 35px; }

  .case3Banner .leftSide {
    width: 100%; }
  .case3Banner .rightSide {
    width: 75%;
    margin: 0 auto; } }
@media (max-width: 767px) {
  .casePageWrapper .container {
    width: 100%;
    max-width: 400px; }

  .case1Banner .wrapper {
    display: block; }
  .case1Banner .leftSide + .rightSide {
    margin-top: 45px; }
  .case1Banner .info + [class*="btn"] {
    margin-top: 38px; }
  .case1Banner [class*="btn"] {
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .case1Banner .img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .case1AnalysisSection .img {
    max-width: 144px; }

  .case2Banner {
    padding-bottom: 298px; }
    .case2Banner .titleContainer {
      padding-left: 16px; }
    .case2Banner::before {
      width: calc(100% + 86px);
      min-width: 748px;
      height: 298px;
      top: auto;
      bottom: 0px;
      left: auto;
      right: -86px;
      margin-left: 0px; }
    .case2Banner::after {
      left: 0px;
      margin-left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-image: url(../img/case2_banner_back_sm.png);
      background-size: 100% 100%;
      background-position: center top;
      background-repeat: no-repeat; }

  .stepItemType2.step2 .img {
    height: 392px; }
  .stepItemType2.step3 .img {
    height: 222px; }
  .stepItemType2.step4 .img {
    margin-left: auto;
    margin-right: auto; }
    .stepItemType2.step4 .img.about {
      width: 288px;
      height: 207px; }
    .stepItemType2.step4 .img.contacts {
      width: 288px;
      height: 192px; }
    .stepItemType2.step4 .img.form {
      width: 236px;
      height: 180px; }
      .stepItemType2.step4 .img.form img {
        top: -130px; }

  .case3TaskSection .case3TaskBlock .listTarget {
    padding: 0; }
    .case3TaskSection .case3TaskBlock .listTarget .item {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center; }
      .case3TaskSection .case3TaskBlock .listTarget .item .txt {
        width: 100%;
        padding: 0 5px;
        text-align: center; }

  .case3analysis .wrapper {
    padding: 380px 15px 35px; }
  .case3analysis img {
    width: 300px;
    margin-left: -144px; }

  .case3ProjectSection .stepItemType1.step3 {
    background-position: calc(50% - 109px) calc(50% + 307px);
    background-size: 100%; }
    .case3ProjectSection .stepItemType1.step3 .checkList li {
      width: 100%; }
    .case3ProjectSection .stepItemType1.step3 .rightSide .picture {
      width: 398px;
      height: 300px;
      position: relative;
      left: 50%;
      top: 37px;
      margin-left: -178px; }

  .case3Result .contentBlock .leftSide img {
    width: 100%;
    max-width: 400px;
    position: relative;
    left: 5px;
    margin: 0 auto; }

    .case3ProjectSection .stepItemType1.step3 {
      background-image: url("/img/aurora/bgcircle_aurora.png");
      background-repeat: no-repeat;
      background-position: calc(50% - 114px) calc(50% - -217px);
      padding-bottom: 20px; }

  .case3Banner .contentContainer a {
    display: table;
    margin: 35px auto 0; }
  .case3Banner .rightSide {
    width: 100%;
    padding-top: 10px;
   } }

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