/**
 * Стили для титульной страницы
 */
/**
 * Стили выпадающего меню
 */
.navbar.index-navbar {
  margin: 0;
  z-index: 1000;
}
.navbar.index-navbar .inner .nav a {
  text-transform: uppercase;
  color: #242021;
  font-weight: 700;
  padding-top: 17px;
}
.navbar.index-navbar .inner .nav a:hover {
  background-color: transparent;
}
.navbar.index-navbar .inner .nav a:before {
  content: " ";
  height: 0;
  border: 8px solid transparent;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 40%;
  width: 16px;
  margin: 0 auto;
}
.navbar.index-navbar .inner .nav a.active:before {
  border-color: #B4181A transparent transparent transparent;
}
.navbar.index-navbar .inner .phone-wrapper {
  padding-top: 17px;
  font-size: 16pt;
  line-height: 17pt;
  font-weight: 700;
  white-space: nowrap;
}
.navbar.index-navbar .inner .phone-wrapper .sub-text {
  font-size: 12pt;
  line-height: 13pt;
}
@media (min-width: 970px) and (max-width: 1020px) {
  .navbar.index-navbar .inner .nav a {
    font-size: 13px;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}
@media (min-width: 1020px) and (max-width: 1170px) {
  .navbar.index-navbar .inner .nav a {
    font-size: 13px;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (min-width: 1020px) and (max-width: 1170px) {
  .navbar.index-navbar .inner .nav a {
    font-size: 13px;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (min-width: 970px) {
  .navbar.index-navbar {
    display: block;
  }
}
/**
 * Стили для блока кнопок перехода по продуктам
 */
.index-products-block {
  margin-top: 50px;
}
.index-products-block .title {
  font-size: 17pt;
  line-height: 20pt;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  max-width: 390px;
}
.index-products-block .description {
  font-size: 10pt;
  font-weight: 400;
  text-transform: none;
  color: #808080;
  margin-top: 25px;
  text-align: center;
  white-space: nowrap;
}
.index-products-block .button-wrap {
  padding: 35px 0 10px 0;
  text-align: center;
}
.index-products-block .products-left-col {
  border-right: solid 1px #d9d9d9;
}
/*.index-products-block.experimental730 {
  margin-top: 0;
}*/
@media (max-width: 750px) {
  .index-products-block {
    margin-top: 70px;
  }
  .index-products-block .title,
  .index-products-block .description {
    white-space: normal;
  }
  .index-products-block .products-left-col {
    border-right: none;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
}
@media (min-width: 750px) and (max-width: 1024px) {
  .index-products-block .title {
    max-width: 250px;
  }
}
/**
 * Блок на главной странице что
 */
.sup-what-is-policy,
.what-is-policy {
  color: #242021;
}
.sup-what-is-policy .container .title,
.what-is-policy .container .title {
  font-size: 18pt;
  line-height: 21pt;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.what-is-policy .container .title {
  padding-left: 155px;
}
.what-is-policy .container table td.item {
  padding: 10px;
  font-size: 13pt;
  line-height: 15pt;
  vertical-align: middle;
}
.what-is-policy .container table td.arrow {
  background: #5E95D8;
  color: white;
}
.what-is-policy .what-is-policy-arrow {
  width: 31px;
  height: 80px;
  position: absolute;
  margin: -105px 0 0 -200px;
}
.what-is-policy .what-is-policy-second-arrow {
  width: 31px;
  height: 80px;
  position: absolute;
  margin: -155px 0 0 1200px;
}
.what-is-policy-buybutton {
  text-align: center;
  padding-top: 40px;
}
.what-is-policy-buybutton a {
  background-color: #5E95D8;
}
.what-is-policy-buybutton a:hover {
  background-color: #89abd4;
  text-decoration: none;
  color: white;
}
@media (max-width: 750px) {
  .what-is-policy .container .title,
  .sup-what-is-policy .container .title {
    margin: 50px 0 0 0;
    padding: 0 10px;
    font-weight: 500;
  }
  .sup-what-is-policy .container .title {
    margin-bottom: 10px;
  }
  .what-is-policy {
    margin-top: 40px;
  }
  .what-is-policy .container {
    padding: 0;
  }
  .what-is-policy .container .what-is-policy-arrow,
  .what-is-policy .container .what-is-policy-second-arrow {
    display: none;
  }
  .what-is-policy .container .what-is-policy-police {
    margin-top: -20px;
  }
  .what-is-policy .container .what-is-policy-police img {
    width: 100%;
  }
  .what-is-policy .container table td.item {
    text-align: center;
  }
  .what-is-policy .container table td.arrow {
    height: auto;
    background: #5E95D8;
  }
  .what-is-policy .container table td.arrow-block {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 970px) {
  .what-is-policy .container .title,
  .sup-what-is-policy .container .title {
    font-size: 18pt;
    padding: 10px 0 0 0;
    margin-bottom: 0;
  }
  .what-is-policy .container {
    padding: 0;
    width: auto;
  }
  .what-is-policy .container .title {
    padding-left: 290px;
    text-align: left;
  }
  .what-is-policy .container .what-is-policy-arrow,
  .what-is-policy .container .what-is-policy-second-arrow {
    display: none;
  }
  .what-is-policy .container .what-is-policy-police {
    float: left;
    position: absolute;
  }
  .what-is-policy .container .what-is-policy-police img {
    margin: 30px 0 0 -120px;
  }
  .what-is-policy .container table td.item {
    padding: 0 30px 0 290px;
    text-align: left;
    height: 99px;
    font-size: 11pt;
    line-height: 13pt;
  }
  .what-is-policy .container table td.arrow {
    background-image: url(/img/imagenarium/polis_arrow_bg.png);
    height: 99px;
    padding-right: 0;
  }
  .what-is-policy .container table td.arrow:before {
    height: 99px;
    width: 33px;
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    margin-top: -21px;
  }
}
@media (min-width: 970px) and (max-width: 1170px) {
  .what-is-policy .container .title,
  .sup-what-is-policy .container .title {
    font-size: 25pt;
    line-height: 30pt;
  }
  .what-is-policy .container .title {
    text-align: left;
  }
  .what-is-policy .container .what-is-policy-arrow,
  .what-is-policy .container .what-is-policy-second-arrow {
    display: none;
  }
  .what-is-policy .container table td.item {
    font-size: 13pt;
    line-height: 13pt;
  }
}
@media (min-width: 1170px) {
  .what-is-policy .container .title,
  .sup-what-is-policy .container .title {
    font-size: 30pt;
    line-height: 35pt;
  }
  .what-is-policy .container .title {
    text-align: left;
  }
  .what-is-policy .container table td.item {
    font-size: 14pt;
    line-height: 16pt;
  }
}
@media (min-width: 970px) {
  .what-is-policy .container .title {
    padding: 10px 0 0 290px;
    margin-bottom: 0;
  }
  .what-is-policy .container .what-is-policy-police {
    float: left;
    position: absolute;
  }
  .what-is-policy .container .what-is-policy-police img {
    margin: 60px 0 0 -120px;
  }
  .what-is-policy .container table td.item {
    padding: 0 30px 0 290px;
    text-align: left;
    height: 99px;
  }
  .what-is-policy .container table td.arrow {
    background-image: url(/img/imagenarium/polis_arrow_bg.png);
    height: 99px;
    padding-right: 0;
  }
  .what-is-policy .container table td.arrow:before {
    height: 99px;
    width: 33px;
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    margin-top: -21px;
  }
}
.google-rating-logo {
  text-align: center;
  margin: 10px 0 10px 0;
}
.google-rating-logo img {
  width: 100%;
  max-width: 406px;
}
.google-rating-white-wrap {
  background-color: white;
  max-width: 406px;
  margin: 0 auto;
}
.google-rating {
  padding: 10px;
  display: flex;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
}
.google-rating__lines {
  flex: 1;
}
.google-rating__lines_line {
  padding: 3px 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 200px;
}
.google-rating__lines_line_number {
  min-width: 20px;
  font-size: 12px;
}
.google-rating__lines_line_wrap {
  flex: 1;
}
.google-rating__number {
  margin-left: 20px;
}
.google-rating__number_number {
  font-size: 60px;
  line-height: 70px;
  text-align: center;
}
.google-rating__number_count {
  text-align: center;
}
.google-rating-one-line {
  background-color: #ece9e9;
  border-radius: 3px;
}
.google-rating-one-line_silver {
  background: #FFC500;
  width: 60%;
  min-height: 6px;
  border-radius: 3px;
}
/*.google-goto-feedback {
  text-align: center;
  a {
    border: solid 1px gray;
    margin: 0 auto;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-decoration: none;
    width: 180px;
    border-radius: 20px;
    svg {
      margin-right: 10px;
    }
    &:hover {
      text-decoration: none;
      border-color: #0475bb;
      color: black;
    }
  }
}*/
.google-feedbacks-items {
  background-color: white;
  padding-top: 15px;
  margin-top: 25px;
  display: flex;
}
.google-feedbacks-items .left-arrow,
.google-feedbacks-items .right-arrow {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.google-feedbacks-items .left-arrow.disabled svg path,
.google-feedbacks-items .right-arrow.disabled svg path {
  stroke: silver;
}
.google-feedbacks-items .left-arrow:active svg,
.google-feedbacks-items .right-arrow:active svg {
  transform: scale(1.2);
}
.google-feedbacks-items .left-arrow svg {
  transform: rotate(180deg);
}
.google-feedbacks-items .left-arrow:active svg {
  transform: rotate(180deg) scale(1.2);
}
.google-feedbacks-items_table {
  border: none;
}
.google-feedbacks-items_table td {
  padding: 0;
  vertical-align: top;
}
.google-feedback-item {
  max-width: 300px;
  width: 300px;
}
.google-feedback-item__name-row {
  padding-right: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.google-feedback-item__name-row_icon img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.google-feedback-item__name-row_name {
  margin-left: 20px;
}
.google-feedback-item__name-row_name_name {
  font-size: 18px;
  color: black;
}
.google-feedback-item__name-row_name_count {
  color: gray;
}
.google-feedback-item__stars {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.google-feedback-item__stars div {
  height: 20px;
}
.google-feedback-item__stars_before {
  padding-left: 5px;
}
.google-feedback-item_text {
  padding-right: 20px;
}
#google-wrap {
  overflow: hidden;
  width: 300px;
}
@media (min-width: 750px) and (max-width: 1000px) {
  #google-wrap {
    width: 600px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #google-wrap {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  #google-wrap {
    width: 900px;
  }
}
.index-press {
  margin-top: 50px;
}
.index-press .index-press-left-pic {
  width: 407px;
  height: 425px;
  position: absolute;
  margin: -270px 0 0 -270px;
}
.index-press .wrap {
  margin-top: 15px;
}
.index-press .wrap #index-press-left-arrow {
  height: 150px !important;
  float: left;
  width: 25px;
  text-align: center;
  padding-top: 40px;
}
.index-press .wrap #index-press-left-arrow a {
  margin: 0 auto;
  cursor: pointer;
}
.index-press .wrap #index-press-right-arrow {
  height: 150px !important;
  float: right;
  width: 25px;
  text-align: center;
  padding-top: 40px;
}
.index-press .wrap #index-press-right-arrow a {
  margin: 0 auto;
  cursor: pointer;
}
.index-press .wrap #index-press-slider-wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 150px !important;
}
.index-press .wrap #index-press-slider-wrap #index-press-slider-inner {
  height: 150px !important;
}
.index-press .slider-wrap {
  margin-top: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.press-table td {
  width: 200px;
  padding: 0 15px;
  height: 150px !important;
  vertical-align: top;
}
.press-table td .description {
  margin-top: 15px;
  border: none;
  color: #808080;
  font-weight: 400;
  padding: 0;
}
.index-press-sprite {
  background: url(/img/imagenarium/press-sprite.png) no-repeat top left;
  width: 200px;
  height: 35px;
}
.index-press-sprite.sport_express {
  background-position: 0 0;
}
.index-press-sprite.rbk {
  background-position: 0 -35px;
}
.index-press-sprite.village {
  background-position: 0 -70px;
}
.index-press-sprite.forbes {
  background-position: 0 -105px;
}
@media (max-width: 770px) {
  .index-press .index-press-container {
    padding: 0;
  }
  .index-press .index-press-container .index-press-left-pic {
    display: none;
  }
  .index-press .index-press-container .index-press-container-inner {
    padding: 0;
  }
  .index-press .index-press-container .index-press-container-inner .wrap .left-arrow,
  .index-press .index-press-container .index-press-container-inner .wrap .right-arrow {
    display: none;
  }
}
@media (min-width: 770px) and (max-width: 970px) {
  #index-press-slider-wrap {
    overflow-x: hidden !important;
    width: 690px !important;
    margin: 0 auto;
  }
  .index-press .index-press-container {
    padding: 0;
  }
  .index-press .index-press-container .index-press-left-pic {
    display: none;
  }
  .index-press .index-press-container .index-press-container-inner {
    padding: 0;
  }
}
@media (min-width: 970px) and (max-width: 1200px) {
  #index-press-slider-wrap {
    overflow-x: hidden !important;
    width: 690px !important;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #index-press-slider-wrap {
    overflow-x: hidden !important;
    width: 920px !important;
    margin: 0 auto;
  }
}
.index-buy-button {
  margin: 80px 0 70px 0;
  text-align: center;
}
.desktop-navbar,
.desktop-navbar-spliter {
  display: none;
}
.header-sub-text {
  margin-top: 60px;
}
/**
 * Стрелки и прочее
 */
.index-triangle::before {
  content: "";
  height: 0;
  border: 25px solid transparent;
  border-color: transparent transparent transparent #0475bb;
  display: inline-block;
  float: left;
  margin: 5px 10px 0 0;
}
.index-how-it-work {
  margin-top: 50px;
}
.zig-zag {
  background-color: red;
  position: relative;
  margin: 100px auto;
  height: 5em;
  width: 25em;
}
.zig-zag:before,
.zig-zag:after {
  content: '';
  position: absolute;
  background-repeat: repeat;
  z-index: -1;
}
.zig-zag:before {
  @include background(linear-gradient(135deg, green, green 75%, orange 75%, orange), linear-gradient(225deg, green, green 75%, orange 75%, orange), linear-gradient(45deg, green, green 75%, orange 75%, orange), linear-gradient(315deg, green, green 75%, orange 75%, orange));
  background-position: 0.5em 0.5em, 0.5em 0.5em, 0 0.5em, 0 0.5em;
  background-size: 1em 1em;
  left: 0;
  top: -1em;
  height: 7em;
  width: 100%;
}
.zig-zag:after {
  @include background(linear-gradient(135deg, green, green 75%, orange 75%, orange), linear-gradient(315deg, green, green 75%, orange 75%, orange), linear-gradient(225deg, green, green 75%, orange 75%, orange), linear-gradient(45deg, green, green 75%, orange 75%, orange));
  background-position: 0.5em 0.5em, 0.5em 0em, 0.5em 0, 0.5em 0.5em;
  background-size: 1em 1em;
  left: -1em;
  top: 0;
  height: 100%;
  width: 27em;
}
.index-feedback {
  margin-top: 60px;
}
