/* fonts */
@font-face {
  font-display: swap;
  font-family: 'Intro';
  src: url('../fonts/IntroRegular.eot');
  src: local('Intro'), url('../fonts/IntroRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/IntroRegular.woff') format('woff'), url('../fonts/IntroRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* common */
body {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  background-color: #fff;
  scroll-behavior: smooth;
}
section {
  padding: 90px 0;
}
p {
  margin-bottom: 0;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}
button:focus,
input:focus,
.slick-slide:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background: #F8F9FA;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.05);
  padding: 13px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active {
  outline: none;
}
.btn-form {
  position: relative;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#007dc4), to(#005788));
  background: linear-gradient(180deg, #007dc4 0%, #005788 100%);
  -webkit-box-shadow: inset -3px -4px 3px rgba(0, 0, 0, 0.25);
          box-shadow: inset -3px -4px 3px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 13px 70px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-form:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(../img/sbisbuh/btn-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-form:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#007dc4), to(#005788));
  background: linear-gradient(180deg, #007dc4 0%, #005788 100%);
  -webkit-box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.25), 0px 6px 10px rgba(0, 87, 136, 0.5);
          box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.25), 0px 6px 10px rgba(0, 87, 136, 0.5);
}
.btn-form:hover:before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.blue {
  color: #00468b;
}
.white {
  text-shadow: 0 0 1px #ffffff;
}
h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #00468b;
  margin-bottom: 30px;
}
h3 {
  font-size: 30px;
}
.fs-24 {
  font-size: 24px;
}
/* main */
.main-sbisbuh {
  padding: 70px 0;
  background: url(../img/sbisbuh/bg-main.jpg) center center no-repeat;
  background-size: cover;
}
.main-sbisbuh-ask {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main-sbisbuh-form {
  position: relative;
  /*&:after {
        content: '';
        width: 75px;
        height: 87px;
        background: url(../img/sbisbuh/arrow1-1.png) center no-repeat;
        background-size: contain;
        position: absolute;
        right: 192px;
        bottom: -26px;
      }*/
}
.main-sbisbuh-form:before {
  content: '';
  width: 954px;
  height: 428px;
  background: url(../img/sbisbuh/arrow1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -30px;
}
h1 {
  font-family: 'Intro';
  font-size: 40px;
  line-height: 1.5;
}
h1 .blue {
  position: relative;
  content: '';
  width: 49px;
  height: 49px;
  background: url(../img/sbisbuh/world.svg) left center no-repeat;
  background-size: 49px 49px;
  padding-left: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.rub500 {
  margin: 50px 0;
  background: url(../img/sbisbuh/500.png) left center no-repeat;
  background-size: 67px 67px;
  padding-left: 97px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.form-body {
  border: 1px solid #00468b;
  border-radius: 10px;
  background-color: #E9EEF5;
  padding: 18px 40px;
  margin-top: -14px;
  position: relative;
}
.form-text {
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}
.form-text .bold {
  font-size: 34px;
  text-transform: uppercase;
  position: relative;
}
.form-text .bold:before {
  content: '';
  width: 226px;
  height: 61px;
  background: url(../img/sbisbuh/arrow2.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -240px;
  top: -10px;
}
.form-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item img {
  max-width: 90px;
  margin-right: 15px;
}
.form-item p {
  font-weight: 500;
  font-size: 17px;
}
form {
  margin: 15px auto;
}
.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  margin: 20px auto 0;
  text-align: left;
}
.actions p {
  width: 50%;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.1;
  padding-left: 0;
  margin-top: 0;
}
.actions p:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/sbisbuh/right_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -22px;
}
.actions p:last-child {
  width: 100%;
}
/* organ */
.organ {
  background: -webkit-gradient(linear, left bottom, left top, from(#c7dbe9), to(#f5f7fa));
  background: linear-gradient(to top, #c7dbe9 0%, #f5f7fa 100%);
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 300px;
  position: relative;
}
.organ-body {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.organ .text-uppercase {
  font-size: 24px;
  margin-bottom: 20px;
  color: #414141;
}
.organ-text {
  margin-top: 130px;
}
/* prichin */
#prichin {
  position: absolute;
  top: -150px;
}
.prichin {
  padding-top: 0;
  padding-bottom: 300px;
  margin-bottom: -250px;
  position: relative;
  background-color: #fafbfd;
  font-size: 17px;
}
.prichin:before {
  content: '';
  width: 100%;
  height: 450px;
  background: url(../img/sbisbuh/cloud.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  top: -450px;
  left: 0;
}
.prichin .h2 {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}
.prichin .devyatka {
  font-family: 'Intro';
  font-size: 64px;
  color: #007DC4;
}
.prichina {
  padding: 25px 15px;
  margin: 15px auto;
  border: 1px solid #0170AF;
  text-align: center;
  background-color: #f5f7fa;
  min-height: 390px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
}
.prichina .medium {
  margin: 15px auto;
}
.prichina:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
/* forma */
.forma {
  position: relative;
  z-index: 1;
}
.forma:before {
  content: '';
  width: 100%;
  height: 450px;
  background: url(../img/sbisbuh/cloud.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  top: -95px;
  left: 0;
}
.forma:after {
  content: '';
  width: 100%;
  height: 450px;
  background: url(../img/sbisbuh/cloud-1.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -210px;
  left: 0;
}
.forma .container {
  position: relative;
  z-index: 1;
}
.forma .form-text .bold {
  position: relative;
}
.forma .form-text .bold:before {
  content: '';
  width: 226px;
  height: 61px;
  background: url(../img/sbisbuh/arrow2.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -240px;
  top: -10px;
}
/* vozm */
#vozm {
  position: absolute;
  top: 100px;
}
.vozm {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7dbe9), to(#f5f7fa));
  background: linear-gradient(to bottom, #c7dbe9 0%, #f5f7fa 100%);
  padding-top: 280px;
  margin-top: -120px;
  padding-bottom: 300px;
  margin-bottom: -250px;
  position: relative;
}
.vozm h2 {
  margin-bottom: 50px;
}
.vozm-item {
  margin: 20px auto 40px auto;
  background-color: #FFF;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  min-height: 310px;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
}
.vozm-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.vozm-item img {
  margin-top: -65px;
}
.vozm-item h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
/* vygody */
#vygody {
  position: absolute;
  top: 100px;
}
.vygody {
  background-color: #f5f7fa;
  padding-top: 280px;
  margin-top: -120px;
  padding-bottom: 300px;
  margin-bottom: -260px;
  position: relative;
}
.vygoda {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  margin: 20px auto;
  min-height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 10px 20px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 20px;
}
.vygoda:before {
  content: '';
  width: 122px;
  height: 62px;
  background: url(../img/sbisbuh/ellipse.svg) center no-repeat;
  background-size: 122px 62px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vygoda-last {
  min-height: 170px;
  padding-top: 70px;
}
.vygoda-n {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.vygoda:hover {
  background-color: #00468b;
  color: #fff;
}
.vygoda:hover:before {
  background: url(../img/sbisbuh/ellipse-w.svg) center no-repeat;
}
.vygoda:hover .vygoda-n {
  color: #00468b;
}
.vygoda-invert {
  background-color: #00468b;
  color: #fff;
}
.vygoda-invert:before {
  content: '';
  width: 122px;
  height: 62px;
  background: url(../img/sbisbuh/ellipse-w.svg) center no-repeat;
  background-size: 122px 62px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vygoda-invert .vygoda-n {
  color: #00468b;
}
.vygoda-invert:hover {
  background-color: #fff;
  color: #000;
}
.vygoda-invert:hover:before {
  background: url(../img/sbisbuh/ellipse.svg) center no-repeat;
}
.vygoda-invert:hover .vygoda-n {
  color: #fff;
}
/* tarif */
#tarif {
  position: absolute;
  top: 100px;
}
.tarif {
  background: #CFE0EC;
  padding-top: 230px;
  margin-top: -120px;
  padding-bottom: 300px;
  margin-bottom: -260px;
  position: relative;
}
.tarif .table {
  width: 100%;
  margin: 60px auto 0 auto;
  position: relative;
  z-index: 2;
}
.tarif .table thead tr th,
.tarif .table tfoot tr th {
  text-align: center;
  background-color: #00468b;
  color: #fff;
  font-weight: 500;
  width: 20%;
  vertical-align: middle;
  border-bottom: none;
}
.tarif .table tbody tr td {
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
}
.tarif .table tbody tr td.first-td {
  background-color: #00468b;
  color: #fff;
  font-weight: 300;
  text-align: left;
}
.tarif-btn {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  color: #fff;
  background-color: #f36900;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
}
/* doverie */
#doverie {
  position: absolute;
  top: 100px;
}
.doverie {
  padding-top: 300px;
  margin-top: -120px;
  position: relative;
}
.doverie-block {
  background: url(../img/sbisbuh/man.png) left bottom no-repeat;
  background-size: contain;
}
.doverie-item {
  margin: 40px 0;
}
.doverie-item img {
  margin-right: 30px;
}
.doverie-item p {
  font-size: 20px;
}
.video-slide {
  padding: 0 15px;
}
/*.slick-prev {
    width: 40px;
    height: 40px;
    background: url(../img/sbisbuh/next.svg) center no-repeat;
    background-size: contain;
    transform: translateY(-50%) rotate(180deg);
    z-index: 1;
    left: -40px;
  }
  .slick-next {
    width: 40px;
    height: 40px;
    background: url(../img/sbisbuh/next.svg) center no-repeat;
    background-size: contain;
    z-index: 1;
    right: -40px;
  }*/
.video-body {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.sbisbuh-play-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 140px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-text {
  margin-top: 15px;
}
/* warranty */
#warranty {
  position: absolute;
  top: 100px;
}
.warranty {
  background-color: #CFE0EC;
  padding-top: 250px;
  margin-top: -120px;
  padding-bottom: 300px;
  margin-bottom: -260px;
  position: relative;
  z-index: 0;
}
.warranty-item {
  text-align: center;
}
.warranty-item p {
  font-size: 20px;
  margin-top: 10px;
}
.warranty-border {
  max-width: 950px;
  margin: 40px auto 120px auto;
  padding: 20px 60px;
  text-align: center;
  border: 2px dashed #00468b;
  font-size: 20px;
  color: #414141;
}
.review-slider {
  margin: 50px auto 0 auto;
  /*.slick-prev {
      background: url(../img/sbisbuh/next-w.svg) center no-repeat;
    }
    .slick-next {
      background: url(../img/sbisbuh/next-w.svg) center no-repeat;
    }*/
}
.review-slide {
  padding: 20px;
}
.slide-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 17px;
}
.slide-body h3 {
  margin-bottom: 30px;
  font-size: 24px;
}
.slide-body-left {
  width: 60%;
  height: 450px;
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-body-right {
  width: 30%;
  text-align: right;
}
.slide-body-right a {
  display: block;
  position: relative;
}
.slide-body-right a .img-fluid {
  border: 1px solid #CFE0EC;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.slide-body-right a:before {
  content: '';
  width: 64px;
  height: 66px;
  background: url(../img/sbisbuh/zoom.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.slide-body-right a:hover:before {
  opacity: 1;
}
.slick-slide img {
  margin: 0 auto;
}
/* steps */
.steps {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7dbe9), to(#f5f7fa));
  background: linear-gradient(to bottom, #c7dbe9 0%, #f5f7fa 100%);
  padding-top: 300px;
  margin-top: -120px;
}
.steps-body {
  position: relative;
}
.steps-body:before {
  content: '';
  width: 466px;
  height: 334px;
  background: url(../img/sbisbuh/woman.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -200px;
}
.step {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-head {
  width: 165px;
  height: 80px;
  background-color: #00468b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  position: relative;
  line-height: 1.3;
  font-size: 17px;
}
.step-head:before {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #00468b;
  position: absolute;
  right: 30px;
  bottom: -30px;
}
.step-head-2 {
  margin-left: 100px;
}
.step-head-3 {
  margin-left: 200px;
}
.step-head-4 {
  margin-left: 300px;
}
.step-head-5 {
  margin-left: 400px;
}
.step-head-6 {
  width: 300px;
  margin-left: 500px;
}
.step-head-6:before {
  display: none;
}
.step-table {
  margin-left: 30px;
  position: relative;
}
.step-table:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #00468b;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.step-table-item {
  min-width: 340px;
  text-align: center;
  padding: 3px 5px;
  border: 1px solid #00468b;
  font-size: 16px;
  font-weight: 300;
}
.step-table-item:nth-child(2),
.step-table-item:nth-child(3) {
  border-top: none;
}
/* services */
.services {
  padding-top: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(#c7dbe9), to(#f5f7fa));
  background: linear-gradient(to top, #c7dbe9 0%, #f5f7fa 100%);
  padding-bottom: 300px;
  margin-bottom: -260px;
}
.services-body {
  display: none;
  margin-top: 40px;
}
.services-btn {
  display: block;
  margin: 40px auto;
  max-width: 320px;
  position: relative;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#007dc4), to(#005788));
  background: linear-gradient(180deg, #007dc4 0%, #005788 100%);
  -webkit-box-shadow: inset -3px -4px 3px rgba(0, 0, 0, 0.25);
          box-shadow: inset -3px -4px 3px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  padding: 13px 70px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.services-btn:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(../img/sbisbuh/plus-btn.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.services-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#007dc4), to(#005788));
  background: linear-gradient(180deg, #007dc4 0%, #005788 100%);
  -webkit-box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.25), 0px 6px 10px rgba(0, 87, 136, 0.5);
          box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.25), 0px 6px 10px rgba(0, 87, 136, 0.5);
}
.services-btn:hover:before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.services-item {
  margin: 15px auto;
}
.services-item img {
  margin-bottom: 17px;
}
/* faq */
.faq {
  background-color: #cfe0ec;
  padding-top: 300px;
  margin-top: -120px;
  padding-bottom: 290px;
  margin-bottom: -250px;
}
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 0px;
}
.card-header {
  border: none;
  background-color: #fff;
  border-radius: 0px;
  padding-left: 100px;
  position: relative;
  cursor: pointer;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header:before {
  content: '-';
  width: 70px;
  height: 74px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00468b;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-header.collapsed:before {
  content: '+';
  width: 70px;
  height: 74px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00468b;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-body {
  font-weight: 300;
  padding-left: 100px;
}
/* map */
.forma-bottom {
  z-index: 1;
}
.map {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: -90px;
  z-index: 0;
  position: relative;
}
.map-body {
  padding: 40px;
  background-color: #fff;
  margin-top: -500px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
/* footer */
.footer {
  padding: 30px 0;
  background-color: #00468b;
}
.footer p,
.footer a {
  color: #fff;
}
.footer-right {
  text-align: right;
}
.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="email"] {
  max-width: 360px;
}
/* other */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 15px;
}
/* up */
/*#up {
    display: block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1000;
    cursor: pointer;
  }
  #up.show {
    opacity: 0.5;
  }
  #up:hover {
    opacity: 1;
  }
  #up:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/sbisbuh/play.svg) center no-repeat;
    background-size: 40px 40px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  } */
/* media */
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1799px) {
  .main-sbisbuh-form:before {
    display: none;
  }
}
@media (max-width: 1359px) {
  .main-form:before,
  .main-form:after {
    display: none;
  }
  .main-form .form-text .bold {
    position: relative;
  }
  .main-form .form-text .bold:before {
    content: '';
    width: 226px;
    height: 61px;
    background: url(../img/sbisbuh/arrow2.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: -240px;
    top: -10px;
  }
  .prichin:before {
    height: 370px;
    top: -370px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  section {
    padding: 40px 0;
  }
  .main-form:before,
  .main-form:after {
    display: none;
  }
  h1 {
    font-size: 34px;
  }
  .main-ask {
    font-size: 20px;
  }
  .form-body {
    max-width: 100%;
    padding: 20px 10px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    margin: 0 auto;
  }
  .form-item p {
    font-size: 15px;
    line-height: 1.4;
  }
  .rub500 {
    margin: 35px 0;
  }
  .actions p {
    padding-left: 22px;
  }
  .actions p:before {
    left: 0;
  }
  #vozm {
    top: 0;
  }
  .form-items {
    margin-top: 30px;
  }
  .btn-form {
    padding: 13px 55px 13px 30px;
  }
  .organ {
    font-size: 18px;
    padding-bottom: 210px;
  }
  .organ-text {
    margin-top: 0px;
  }
  .prichin {
    padding-bottom: 230px;
  }
  .prichin:before {
    height: 310px;
    top: -310px;
  }
  .prichina {
    min-height: 420px;
  }
  .forma .form-text .bold:before {
    width: 170px;
    right: -180px;
    top: -5px;
  }
  .vozm {
    padding-top: 200px;
    padding-bottom: 230px;
  }
  .vygody {
    padding-top: 230px;
    padding-bottom: 230px;
  }
  .doverie-item {
    margin: 25px 0;
  }
  .tarif {
    padding-top: 230px;
  }
  .doverie {
    padding-top: 230px;
  }
  .doverie-item p {
    font-size: 16px;
  }
  .play-btn {
    top: 90px;
  }
  .warranty {
    padding-top: 230px;
    padding-bottom: 230px;
  }
  .warranty-item p {
    font-size: 16px;
  }
  .slide-body-left {
    height: 340px;
  }
  .steps {
    padding-top: 230px;
  }
  .steps-body {
    margin-top: 50px;
    margin-left: 240px;
  }
  .steps-body:before {
    display: none;
  }
  .step-head:before {
    right: 85px;
  }
  .step-head-2,
  .step-head-3,
  .step-head-4,
  .step-head-5,
  .step-head-6 {
    margin-left: 0px;
  }
  .services {
    padding-top: 0;
    padding-bottom: 230px;
  }
  .forma:before {
    height: 300px;
    top: -10px;
  }
  .forma:after {
    height: 300px;
    bottom: -110px;
  }
  .faq {
    padding-top: 230px;
    padding-bottom: 230px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    font-size: 15px;
  }
  .slide-body {
    font-size: 14px;
  }
  .slide-body h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .card-header p {
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .main-sbisbuh {
    background: -webkit-gradient(linear, left bottom, left top, from(#c7dbe9), to(#f5f7fa));
    background: linear-gradient(to top, #c7dbe9 0%, #f5f7fa 100%);
    padding: 50px 0;
  }
  .form-text .bold:before {
    display: none;
  }
  .actions p {
    width: 100%;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    margin: 10px auto;
    max-width: 360px;
  }
  h2 {
    font-size: 28px;
  }
  .organ {
    font-size: 15px;
    padding-top: 50px;
  }
  .organ h3 {
    font-size: 26px;
  }
  .organ .text-uppercase {
    font-size: 18px;
  }
  .prichin:before {
    height: 230px;
    top: -230px;
  }
  .prichina {
    min-height: 370px;
    font-size: 15px;
  }
  .vozm-item {
    min-height: 260px;
  }
  .forma .form-text .bold:before,
  .main-form .form-text .bold:before {
    display: none;
  }
  .form-text {
    font-size: 22px;
  }
  .vygoda,
  .vygoda-last {
    min-height: 300px;
  }
  .doverie-block {
    background: none;
  }
  .review-slide {
    padding: 0;
  }
  .slide-body {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0 auto;
  }
  h3 {
    font-size: 20px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .steps-body {
    margin-left: 20px;
  }
  .map-body {
    padding: 20px;
  }
  .footer {
    font-size: 13px;
  }
  #prichin {
    top: -400px;
  }
  #warranty {
    top: -200px;
  }
  #vozm,
  #vygody,
  #tarif,
  #doverie {
    top: -250px;
  }
  .slide-body-left {
    display: none;
  }
  .slide-body-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-sbisbuh {
    padding: 30px 0;
  }
  .rub500 {
    margin: 25px auto;
    font-size: 16px;
    background-size: 50px 50px;
    padding-left: 65px;
  }
  .form-item img {
    max-width: 60px;
  }
  .actions {
    font-size: 16px;
  }
  #prichin {
    top: -450px;
  }
  #warranty {
    top: -250px;
  }
  .organ-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .organ-body img {
    margin: 20px;
  }
  .steps-body {
    margin-left: 0;
  }
  .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step-table {
    margin-left: 0;
    margin-top: 30px;
  }
  .step-table:before {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #00468b;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -44px;
  }
  .step-table-6:before {
    display: none;
  }
  .step-head-6:before {
    display: block;
    right: 50%;
  }
  h2 {
    font-size: 24px;
  }
  .fs-24 {
    font-size: 16px;
  }
  .btn-form {
    width: 100%;
    max-width: 360px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .main-sbisbuh-ask {
    font-size: 16px;
  }
  h1 {
    font-size: 22px;
  }
  h1 .blue {
    display: block;
    width: 100%;
    height: 36px;
    background-size: 32px 32px;
    padding-left: 40px;
  }
  .organ-body {
    padding: 30px 0;
  }
  .prichin .h2 {
    font-size: 30px;
  }
  .prichina {
    min-height: 330px;
    max-width: 330px;
  }
  .form-body {
    padding: 20px 8px;
  }
  .form-text {
    font-size: 18px;
  }
  .form-text .bold {
    font-size: 25px;
  }
  .action {
    font-size: 13px;
  }
  .vozm-item {
    min-height: 220px;
    max-width: 360px;
  }
  .vygoda,
  .vygoda-last {
    min-height: 250px;
  }
  .table thead tr th,
  .table tfoot tr th {
    min-width: 100px;
  }
  .doverie-item p {
    font-size: 14px;
  }
  .warranty-item {
    margin-bottom: 20px;
  }
  .warranty-border {
    padding: 20px;
    margin-bottom: 50px;
    font-size: 15px;
  }
  .step-table-item {
    font-size: 14px;
  }
  .step-head {
    text-align: center;
  }
  .card-header {
    padding-left: 80px;
  }
  .card-body {
    padding-left: 20px;
  }
  .footer {
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
  #prichin {
    bottom: 450px;
  }
  .organ-body img:last-child {
    display: block;
    margin: 10px auto;
  }
}
@media (max-width: 360px) {
  .navbar-brand img {
    max-width: 60px;
  }
  .header-phone:before {
    display: none;
  }
  h1 {
    font-size: 19px;
  }
  .rub500 {
    padding-left: 70px;
  }
  .organ-body img {
    margin: 10px;
  }
  .organ .text-uppercase {
    font-size: 17px;
  }
  .form-text {
    font-size: 17px;
  }
  .vozm-item h5 {
    font-size: 18px;
  }
  .step-table-item {
    min-width: 280px;
  }
  .services-btn {
    padding: 13px 60px;
  }
  .card-header {
    font-size: 12px;
  }
  .btn-form {
    font-size: 15px;
  }
}
