/*--------------------------------------------------------- */
/*import */
/*--------------------------------------------------------- */
/*==========  Variables  ========== */
/*--------------------------------------------------------- */
/*placeholder */
/*--------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;700&display=swap');


input::-moz-placeholder {
  color: #afafaf;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1; }

textarea::-moz-placeholder {
  color: #afafaf;
  opacity: 1; }

input::-ms-placeholder {
  color: #afafaf; }

textarea::-ms-placeholder {
  color: #afafaf; }

input[placeholder] {
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input::-ms-input-placeholder {
  text-overflow: ellipsis; }

input[placeholder]:focus::-webkit-input-placeholder {
  color: transparent; }

input[placeholder]:focus::-moz-placeholder {
  color: transparent; }

input[placeholder]:focus::-ms-input-placeholder {
  color: transparent; }

/*--------------------------------------------------------- */
/*sprite */
/*--------------------------------------------------------- */
.icon {
  display: inline-block; }

/*--------------------------------------------------------- */
/*service class */
/*--------------------------------------------------------- */
body,
html {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background: #fff;
  position: relative; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}
.link {transition: color .3s;}
.link:hover {
  color: #f84d43;
  transition: color .3s;
}


.btn {
  outline: none;
  border: none;
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }
.btn_red {
  background-color: #f84d43;
  transition: background-color .3s; }
.btn_red:hover {
  background-color: #d33;
  transition: background-color .3s;
}
.btn_lg {
  width: 285px;
  line-height: 80px;
  height: 80px; }
.btn_md {
  width: 243px;
  line-height: 57px;
  height: 57px;
  font-size: 18px; }

.korobka, .banner {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  text-align: center; }

.box-shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1); }

/*--------------------------------------------------------- */
/*typography */
/*--------------------------------------------------------- */
.text {
  margin: 0;
  font: normal 14px/36px "Open Sans", sans-serif; }

.list {
  padding-left: 30px; }
.list li {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0; }
.list li:after {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -14px;
  background-color: #e2001a; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.h1 {
  font-size: 50px;
  font-weight: bold; }

.h4 {
  margin: 12px 0;
  font-weight: bold;
  font-size: 16px; }

.img {
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------- */
/*main-style */
/*--------------------------------------------------------- */
.icon-why_img_1 {
  margin: 0 8px;
}

.checkbox {
  display: none; }

.toggle {
  display: none; }

.header {
  position: absolute;
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  background-color: transparent;
  z-index: 2; }

.nav {
  position: relative;
  line-height: 91px;
  height: 90px; }
.nav_right {
  float: right;
  margin-right: 87px; }
.nav__wrapper:after {
  content: "";
  display: table;
  clear: both; }
.nav__item {
  float: left;
  margin-left: 30px; }
.nav__item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px; }

.logo {
  display: inline-block;
  line-height: 90px; }
.logo_left {
  float: left;
  margin-top: 0; }

.top {
  position: relative;
  min-height: 623px;
  padding-top: 90px;
  background: url(../partnership/img/b1.jpg) top center transparent no-repeat; }
.top__wrapper {
  margin-top: 90px;
  color: #fff; }
.top__header {
  letter-spacing: 0px;
  margin-bottom: 29px; }
.top .text_top {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0px; }
.top .btn {
  margin-top: 53px; }

.banners {
  min-height: 310px;
  position: relative;
  text-align: center;
  background-color: #f3f3f3; }
.banners__item {
  margin-top: 26px; }
.banners__item:first-child {
  width: 300px;
  height: 260px;
  float: left; }
.banners__item:first-child .banner__img {
  /*padding-right: 45px; */
  padding-right: 0; }
.banners__item:first-child .banner__text {
  margin-top: 22px;
  padding: 0 0 0; }
.banners__item:last-child {
  width: 300px;
  height: 260px;
  float: right; }
.banners__item:last-child .banner__img {
  /*padding-left: 25px;*/
  padding-left: 0px;
  padding-top: 2px; }
.banners__item:last-child .banner__text {
  margin-top: 36px;
  padding: 0 0 0; }
.banners__item_big {
  width: 350px;
  height: 310px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  z-index: 2; }
.banners__item_big b {
  display: block;
  padding-top: 6px; }
.banners__item_big .banner__img {
  padding-top: 12px; }
.banners__item_big .banner__text {
  margin-top: 40px;
  padding: 0; }
.banners__wrapper {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%; }
.banners .banner {
  width: 100%;
  height: 100%;
  padding: 45px 80px; }

.banner {
  text-align: center;
  position: relative; }
.banner .text_banner {
  font: bold 14px/20px "Open Sans", sans-serif;
  text-align: center; }
.banner b {
  font-size: 30px; }

.dealer {
  background-color: #f3f3f3;
  padding-top: 98px; }
.dealer__wrapper {
  padding: 29px 0 150px 0; }
.dealer__wrapper:after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 275px;
  bottom: 270px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #d0d0d0; }
.dealer__item:nth-of-type(1) {
  margin-bottom: 85px; }
.dealer__item:nth-of-type(2) {
  margin-bottom: 113px; }
.dealer__item:nth-of-type(3) {
  margin-bottom: 128px; }
.dealer__item:nth-of-type(4) {
  margin-bottom: 0; }
.dealer__header {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 30px !important;
}
.dealer-info {
  position: relative; }
.dealer-info:after {
  content: "";
  display: table;
  clear: both; }
.dealer-info__img {
  position: relative;
  width: calc(50% - 92px); }
.dealer-info__img_left {
  float: left;
  margin-right: 92px; }
.dealer-info__img_right {
  float: right;
  margin-left: 92px; }
.dealer-info__text {
  width: calc(50% - 92px); }
.dealer-info__text_left {
  float: left;
  margin-right: 92px; }
.dealer-info__text_right {
  float: right;
  margin-left: 92px; }
.dealer-text {
  position: relative; }
.dealer-text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 131px;
  background-color: #d0d0d0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
.dealer-text:after {
  content: "";
  display: table;
  clear: both; }
.dealer-text_right {
  float: right; }
.dealer-text_right:before {
  right: -103px; }
.dealer-text_left {
  float: left; }
.dealer-text_left:before {
  left: -101px; }
.dealer-text__number {
  font: 100 243px/1 "Roboto", sans-serif;
  color: #ffc800;
  float: left; }
.dealer-text__text {
  float: left;
  width: 270px;
  font: normal 18px/28px "Open Sans", sans-serif;
  margin-top: 102px; }
.dealer-text__text a {
  text-decoration: underline !important; }
.dealer-img {
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px; }
.dealer .yellow {
  display: block;
  width: 18px;
  height: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  background-color: #ffc800; }
.dealer .yellow_center {
  top: 130px; }
.dealer .yellow_bottom {
  bottom: 39px; }
.dealer .yellow_right {
  right: -9px; }
.dealer .yellow_left {
  left: -9px; }

.title {
  font: bold 38px/80px "Open Sans", sans-serif;
  position: relative;
  margin-bottom: 70px;
  margin-top: 10px; }
.title:after {
  content: "";
  display: block;
  width: 242px;
  height: 3px;
  background-color: #ffc800;
  position: absolute;
  bottom: -15px;
  left: 0; }
.title_whys {
  margin-bottom: 0;
  margin-top: 0;
  /*margin-left: -25px;*/
}
.title_whys:after {
  bottom: -10px; }
.title_dealer {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -3px;
  padding-right: 50px;
  line-height: 53px; }
.title_dealer:after {
  /*bottom: -30px;*/
}

.condition {
  position: relative;
  background: url(../img/apple_bg_without_img.jpg) bottom left transparent no-repeat;
  padding: 30px 0 0 0; }
.condition__img{
  position: absolute;
  bottom: 282px;
  left: -48px;
}
.condition__wrapper {
  padding: 0 0 50px 0; }
.condition__wrapper:after {
  content: "";
  display: table;
  clear: both; }
.condition__item {
  width: calc(25% - 22.5px);
  float: left;
  margin-right: 30px; }
.condition__item:nth-of-type(2) .banner__img {
  margin: 9px 0 0 0; }
.condition__item:nth-of-type(2) .banner__text {
  margin: 39px 0 0 0; }
.condition__item:nth-of-type(3) .banner__img {
  margin: 13px 9px 0 0; }
.condition__item:nth-of-type(3) .banner__text {
  margin: 21px 0 0 0; }
.condition__item:nth-of-type(4) .banner__img {
  /*margin: 33px 0 0 8px;*/
}
.condition .banner__img {
  color: #0D47A1;
}
.condition__item:nth-of-type(4) .banner__text {
  margin: 37px 0 0 0;
}
.condition__item:nth-of-type(5) .banner__img {
  /*margin: 18px 0 0 0;*/
}
.condition__item:nth-of-type(5) .banner__text {
  margin: 40px 0 0 0; }
.condition__item .banner {
  height: 310px;
  padding: 30px 15px; }
.condition-row__item .text,
.condition__item .text {
  font-size: 14px;
  font-weight: normal; }
.condition-row__item .text b,
.condition__item .text b {
  display: block;
  font-size: 30px;
  line-height: 32px;
  padding-top: 4px; }
.condition-row__item .text span,
.condition__item .text span {
  display: block;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 32px; }
.condition__item:nth-last-of-type(1) {
  margin-right: 0; }

.whys {
  /*padding-bottom: 68px;*/
  /*padding: 0 60px 40px 138px*/
}
.whys:after {
  content: "";
  display: table;
  clear: both; }
.whys__row:last-child .whys__item {
 /* margin-left: 60px;*/
}
.whys__row:last-child .whys__item:first-child .why__text{
  margin-top: 45px; }
.whys .title {
  margin-bottom: 50px; }

/*table grid*/
.whys__item{
  display: table;
  margin-bottom: 75px;
  height: 120px;
}
.why{
  display: table-row;
  vertical-align: middle;
}
.why__img,
.why__text{
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}

.why {
  /*height: 170px;*/
  /*margin-top: 15px;*/
  background-color: #FFF; }
.why:after {
  content: "";
  display: table;
  clear: both; }
.why__img {
  float: left; }
.why__text {
  margin-left: 100px;
  /*padding-top: 10px;*/
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #8c8c8c;
  text-align: justify;
}

.platform {
  background: #3599ee;
  padding-top: 74px; }
.platform__wrapper {
  padding: 80px 112px 69px 159px; }
.platform__wrapper:after {
  content: "";
  display: table;
  clear: both; }
.platform__header {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  margin-left: 159px; }
.platform__item {
  width: calc(25% - 30px);
  float: left;
  margin-right: 20px;
  min-height: 395px; }
.platform__item:nth-of-type(4n) {
  margin-right: 0; }
.platform__item .banner {
  min-height: 298px;
  padding: 30px 40px; }
.platform__item .banner_top-line:after {
  content: "";
  display: block;
  width: 63px;
  height: 5px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffc800; }
.platform__item .banner__header {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0 16px;
  font-weight: bold; }
.platform__item .banner__img {
  margin-top: 8px; }
.platform__item .banner .text_banner {
  margin: 0; }
.platform__item .banner .text {
  font-weight: normal !important;
  font-size: 14px;
  line-height: 20px;
  color: #8c8c8c; }

.dealer-req {
  padding: 75px 0 75px;
  background-color: #FFF;
  border-bottom: 1px solid #e1e1e1; }
.dealer-req__wrapper:after {
  content: "";
  display: table;
  clear: both; }
.dealer-req__item {
  float: left;
  margin: 10px;
  height: 180px;
  border: solid 3px #0b58a2;
  border-radius: 6px;
  padding: 10px;
}
.dealer-req__item:after {
  content: "";
  display: table;
  clear: both; }
.dealer-req__item:last-child {
  margin-right: 0; }

.requirements {
  width: 170px;
  margin-right: 0px;
  text-align: center; }
.requirements__text {
  /*margin-top: 38px;*/
}
.requirements__img {
  margin-top: 6px; }
.requirements .text {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px; }

.submit {
  background-color: #f4f4f4;
  padding: 30px 0 30px;
}

.submit__form{
  text-align: center;
}
.submit__links {
  margin-top: 53px;
  text-align: center;
}
.submit__links a {
  color: #1877b4;
  font-size: 14px;
  text-decoration: underline !important;
  margin-right: 34px; }
.submit__links a:last-child {
  margin-right: 0; }

.form__header {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px; }
.form__item {
  position: relative;
  margin: 19px 0; }
.form__item_btn {
  margin-top: 34px; }
.form__item_required:after {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  color: #f84d43;
  font-size: 14px; }
.form .input, .form .textarea {
  width: 100%;
  height: 38px;
  line-height: 30px;
  padding: 0 10px 0 6px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFF;
  font-size: 14px; }
.form .textarea {
  min-height: 113px;
  resize: vertical; }
.form .btn {
  margin: 0 auto; }


.platform__item
.banner_orphan{
  min-height: 228px;
}
/*# sourceMappingURL=global.css.map */

.video {
  background-color: #777;
  padding: 2em 0 1em;
}
.video__header {
  color:  #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}
.video__header:after {
  content: '';
  position: absolute;
  width: 5em;
  top: 120%;
  height: 3px;
  background-color: #fff;
  left: 50%;
  margin-left: -2.5em;
}
.video__wrapper {
  max-width: 820px;
  margin: 0 auto;
}
.video__pics {
  display: none;
}


.condition-row__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 30px;
}

.condition-row__item .banner {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  height: 100%;
}

.condition-row__item .text span {
  line-height: 1.5;
  margin-top: 10px;
}

.condition-row__item .text_banner {
  text-align: left;
}

.condition__row-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.condition-row__item .banner__text {
  margin-left: 20px;
}

@media (max-width: 992px) {
  .whys__row {
    min-height: 200px !important;
    width: 50% !important;
  }
}

@media (max-width: 786px) {

  .whys__row{
    width:300px!important;
    min-height: 536px!important;
    max-width: 100%;
  }
  .video {
    background-image: url(/tpl/site-partners/img/backing.jpg);
    background-size: cover;
    padding: 3em 0 3em;
  }
  .video__header {
    font-size: 48px;
  }
  .condition__row {
    margin-bottom: 70px;
  }

  .condition-row__item {
    margin-bottom: 0;
  }

  .condition-row__item .banner__text {
    margin-left: 30px;
  }

  .condition-row__item .banner {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .video {
    padding: 4.5em 0 8em;
  }
  .video__header {
    margin-bottom: 1.35em;
  }
  .video__wrapper {
    display: flex;
  }
  .video__pics {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .video__container {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding: 0 25px;
  }
  .video__pics img:first-child {
    margin-bottom: 26px;
  }
  .condition__row {
    margin-bottom: 100px;
  }

  .condition-row__item .banner__text {
    margin-left: 40px;
  }

  .condition-row__item .banner {
    padding: 30px 50px;
  }
}

@media (min-width: 1200px) {
  .condition__row {
    margin-bottom: 200px;
  }
  .whys__row {
    width: 33% !important;
  }
  /*.submit__form{
    margin-left: calc((100% - 520px)/2)!important;
    margin-right: calc((100% - 520px)/2)!important;
  }*/
}

.banner__img{
  color: orange;
  font-size: 86px;
}

.why__img {
  color: #333;
  font-size: 76px;
}

.requirements__img{
  font-size: 56px;
  color: #0b58a2;
}

.top__button {
  width: 285px;
  line-height: 80px !important;
  height: 80px;
  background-color: #f84d43;
  transition: background-color .3s;
  text-decoration: none;
  color: #fff;
  font-size: 20px !important;
  /*font: 20px "Open Sans", sans-serif !important;*/
  padding: 0 !important;
}

.whys__row{
  float: left;
  padding-left: 15px;
  min-height: 538px;
  width:300px;
}

.top__header {
  letter-spacing: 0px;
  margin-bottom: 29px;
  font: bold 46px "Open Sans", sans-serif !important;
  /*font-size: 46px!important;*/
}

.dealer__item:nth-of-type(2) .dealer-text__number {
  color: #fc2402;
}

.dealer__item:nth-of-type(3) .dealer-text__number {
  color: #0075e8;
}

.dealer__item:nth-of-type(4) .dealer-text__number {
  color: #ff5c0b;
}

.submit__form .messageButtonSend{
  text-align: center;
  background-color: #f84d43 !important;
  float: none !important;
  margin-left: calc((100% - 243px)/2);
  border-color: #f84d43;
  width: 243px;
  line-height: 40px;
  height: 57px;
  font-size: 18px;
}

.submit__header{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
}
.container {
  overflow: hidden;
}