@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=cyrillic");
html, body {
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  color: #141415;
  font-size: 16px;
  line-height: 1.625;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1199px) {
    body {
      font-size: 15px; } }
  @media (max-width: 991px) {
    body {
      font-size: 14px; } }

.footer {
  margin-top: auto; }

a {
  color: #215789; }

.page {
  padding-bottom: 40px; }
  .page.--with-sidebar {
    display: flex;
    justify-content: space-between; }
  .page h1 {
    margin-top: 50px;
    margin-bottom: 35px; }
  .page h2 {
    margin-top: 50px;
    margin-bottom: 30px; }
  .page h3 {
    margin-top: 40px;
    margin-bottom: 20px; }
  .page p, .page ul, .page ol {
    margin: 0 0 20px; }
  .page li {
    margin-bottom: 15px; }
  .page a {
    text-decoration: underline; }
    .page a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .page img {
      display: block !important;
      width: auto !important;
      float: none !important;
      margin: 20px auto !important; }
    .page h1 {
      font-size: 30px; }
    .page h2 {
      font-size: 25px; }
    .page h3 {
      font-size: 22px; } }

blockquote {
  margin: 30px 0 !important;
  padding: 25px 50px 25px 115px !important;
  border: none !important;
  color: #141415 !important;
  background: url("../img/blockquote-icon-2.png") 40px 30px no-repeat #f7f0e0;
  font-size: 100%; }
@media(max-width: 767px) {
  blockquote {
    padding-left: 30px !important;
    background-image: none; } }
.sidebar {
  margin-top: 50px;
  margin-left: 70px;
  flex-shrink: 0; }
  .sidebar-block {
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    .sidebar {
      display: none; } }

.spacer-left {
  margin-left: 30px; }

.spacer-right {
  margin-right: 30px; }

.spacer-top {
  margin-top: 30px; }
  .spacer-top-lg {
    margin-top: 45px; }
  .spacer-top-xl {
    margin-top: 60px; }

.spacer-bottom {
  margin-bottom: 30px; }
  .spacer-bottom-lg {
    margin-bottom: 45px; }
  .spacer-bottom-xl {
    margin-bottom: 60px; }

.header {
  background: url("../img/bg-grey.jpg") center top no-repeat #ECEDEE;
  padding-bottom: 30px; }
  .header-instructions {
    border-bottom: 1px #ebeef1 solid; }
    .header-instructions__wrapper {
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .header-instructions__item {
      display: flex;
      align-items: center; }
    .header-instructions__item-img {
      margin-right: 10px; }
    .header-instructions__item--separator .header-instructions__item-img {
      margin-right: 0; }
  .header-top__wrapper {
    padding: 15px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .header-top .city-choose {
    flex: 1; }
  .header-phone {
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
    display: flex;
    align-items: center; }
    .header-phone span {
      color: #215789; }
    .header-phone__img {
      margin-right: 10px; }
  .header__wrapper-top {
    padding: 27px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .block-best {
    margin-top: 40px; }
@media(max-width: 1199px) {
  .header-instructions {
    display: none; }
  .header-top {
    display: none; } }
@media(max-width: 991px) {
  .header-main__wrapper-top {
    flex-direction: column; }
  .header-main .block-best {
    margin-top: 35px; } }
.city-choose {
  display: flex;
  align-items: center; }
  .city-choose__img {
    margin-right: 9px; }
  .city-choose__label a {
    border-bottom: 1px #215789 dotted;
    padding: 3px 0;
    text-decoration: none !important; }
    .city-choose__label a:hover {
      border-bottom: none; }

.btn-offer {
  background: #ab1922;
  color: #FFF !important;
  padding: 8px 43px;
  font-size: 16px; }
  .btn-offer:hover {
    background: #c11c26; }
  .btn-offer:active {
    background: #ab1922; }
  .btn-offer--square {
    padding: 15px 25px;
    max-width: 134px;
    white-space: pre-wrap; }

.logo {
  display: flex;
  align-items: center;
  text-decoration: none !important; }
  .logo__img {
    margin-right: 17px; }
  .logo__text {
    display: block; }
    .logo__text-big {
      display: block;
      font-size: 32px;
      font-weight: 600;
      text-transform: uppercase; }
    .logo__text-small {
      display: block;
      color: #5d5d5d;
      font-size: 10px;
      text-transform: uppercase; }
  .logo--footer .logo__text-small {
    color: #FFF; }
@media(max-width: 1199px) {
  .logo__text-big {
    font-size: 23px; }
  .logo__text-small {
    font-size: 10px; } }
@media(max-width: 767px) {
  .logo {
    padding: 0 15px;
    margin-bottom: 0; }
    .logo__img img {
      width: 50px; }
    .logo__text-big {
      font-size: 18px; }
    .logo__text-small {
      font-size: 8px; } }
.menu-top {
  padding-right: 41px; }
  .menu-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .menu-top ul li {
      margin-left: 50px; }
      .menu-top ul li a {
        font-weight: bold;
        text-decoration: underline; }
        .menu-top ul li a:hover {
          text-decoration: none; }
      .menu-top ul li:first-child {
        margin-left: 0; }
@media(max-width: 1199px) {
  .menu-top ul li {
    margin-left: 20px; } }
@media(max-width: 991px) {
  .menu-top {
    display: none; } }
.menu-main {
  background: #215789;
  border-radius: 4px;
  padding: 26px 20px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1); }
  .menu-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around; }
    .menu-main ul li {
      position: relative;
      margin-right: 2px; }
      .menu-main ul li a {
        text-align: center;
        color: #FFF;
        font-size: 18px; }
@media(max-width: 1199px) {
  .menu-main {
    padding-top: 17px;
    padding-bottom: 17px; }
    .menu-main ul li a {
      font-size: 16px; } }
@media(max-width: 1199px) {
  .menu-main ul li a {
    font-size: 16px; } }
@media(max-width: 991px) {
  .menu-main ul li a {
    font-size: 14px; } }
@media(max-width: 767px) {
  .menu-main {
    padding: 5px 0; }
    .menu-main ul {
      display: none;
      margin-bottom: 15px; }
      .menu-main ul li {
        text-align: center;
        margin-bottom: 5px; }
        .menu-main ul li a {
          font-size: 15px; }
        .menu-main ul li.separator {
          display: none; }
    .menu-main .navbar-toggle {
      margin: 0;
      float: none;
      padding: 9px 12px; }
      .menu-main .navbar-toggle .icon-bar {
        background: #FFF; } }
.block-best {
  display: flex;
  justify-content: space-between;
  padding-bottom: 55px; }
  .block-best__title {
    font-size: 30px;
    font-weight: bold;
    max-width: 370px; }
    .block-best__title:after {
      display: block;
      content: "";
      max-width: 170px;
      background: #161718;
      height: 2px;
      margin-top: 36px; }
  .block-best__video {
    margin-top: 73px;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.1); }
  .block-best__left {
    margin-right: 30px; }
  .block-best__right {
    flex: 0 0 calc(100% - 400px);
    padding-top: 20px; }
@media(max-width: 1199px) {
  .block-best {
    display: block; }
    .block-best__video {
      display: none; }
    .block-best__title {
      max-width: none;
      margin-bottom: 40px; }
      .block-best__title:after {
        margin-top: 30px; } }
@media(max-width: 1199px) {
  .block-best__title {
    font-size: 24px;
    margin-bottom: 33px; }
    .block-best__title:after {
      margin-top: 15px; } }
@media(max-width: 767px) {
  .block-best__title {
    font-size: 22px; } }
.offer-item {
  padding: 48px 0 17px;
  background: #FFF;
  border-radius: 4px;
  display: flex;
  position: relative;
  margin-top: 20px;
  margin-bottom: 32px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1); }
  .offer-item--no-stroke {
    padding-top: 17px; }
  .offer-item:first-child {
    margin-top: 0; }
  .offer-item:last-child {
    margin-bottom: 0; }
  .offer-item__col {
    position: relative; }
  .offer-item__stroked-text {
    background-color: #2a89e2;
    position: absolute;
    left: -11px;
    top: -11px;
    color: #FFF;
    padding: 10px 30px; }
    .offer-item__stroked-text--dark {
      background: #215789; }
    .offer-item__stroked-text:before, .offer-item__stroked-text:after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border: 8px transparent solid;
      border-bottom: 8px #215789 solid;
      position: absolute; }
    .offer-item__stroked-text:before {
      transform: rotate(45deg);
      bottom: -8px;
      left: 3px; }
    .offer-item__stroked-text:after {
      transform: rotate(225deg);
      top: 3px;
      right: -8px; }
  .offer-item__left {
    border-right: 1px #dadfe3 solid;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .offer-item__left img {
      max-width: 121px; }
  .offer-item__right {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .offer-item__readmore {
    text-align: center;
    margin-top: 10px; }
    .offer-item__readmore a {
      text-decoration: underline; }
      .offer-item__readmore a:hover {
        text-decoration: none; }
  .offer-item__param {
    font-size: 15px;
    margin: 10px 0; }
  .offer-item__param-label {
    display: block; }
  .offer-item__param-value {
    display: block;
    color: #215789; }
    .offer-item__param-value span {
      color: #ab1922;
      font-weight: 600; }
  .offer-item__stars {
    width: 100px;
    height: 18px;
    background: url("../img/stars.png") 0 -17px;
    margin: 15px auto 0; }
  .offer-item__stars-fill {
    width: 100px;
    height: 18px;
    background: url("../img/stars.png"); }
  .offer-item__reviews {
    position: absolute;
    width: 100%;
    top: -35px;
    left: 0;
    text-align: center; }
    .offer-item__reviews a {
      text-decoration: underline; }
      .offer-item__reviews a:hover {
        text-decoration: none; }
  @media (max-width: 767px) {
    .offer-item {
      flex-direction: column; }
      .offer-item__left {
        text-align: center;
        border-right: none; }
        .offer-item__left img {
          max-width: 100%; }
      .offer-item__right {
        padding: 0 15px;
        flex-direction: column;
        align-items: stretch; }
      .offer-item__param {
        display: flex;
        justify-content: center;
        margin: 0 0 10px; }
        .offer-item__param-label {
          width: auto;
          margin-right: 10px; }
      .offer-item__stars {
        display: none; }
      .offer-item__reviews {
        display: none; }
      .offer-item__readmore {
        display: none; }
      .offer-item .btn-offer {
        max-width: none;
        margin: 0 auto;
        display: block;
        margin-top: 20px; } }

.section-content {
  padding: 30px 0 65px; }
  .section-content.bg-light {
    background: url("../img/section-content-1.jpg") center right no-repeat; }
  .section-content.bg-dark {
    background: url("../img/section-content-2.jpg") 0 0 no-repeat #ECEDEE; }
  .section-content.bg-dark-2 {
    background: url("../img/section-content-3.jpg") 0 0 no-repeat #ECEDEE; }
  .section-content.bd-btm {
    border-bottom: 1px #dee4ea solid; }
  .section-content__title {
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0 40px; }
    .section-content__title:after {
      display: block;
      content: "";
      max-width: 170px;
      background: #161718;
      height: 2px;
      margin-top: 36px; }
  .section-content__content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .section-content__content + .section-content__offers--full-width {
      margin-top: 60px; }
  .section-content__text ul, .section-content__text ol {
    list-style: none;
    padding: 0;
    margin: 0 0 20px; }
    .section-content__text ul li, .section-content__text ol li {
      padding-left: 1.8em;
      text-indent: -1.4em;
      margin-bottom: 2px;
      font-size: 99%; }
  .section-content__text ul li:before {
    content: "• ";
    font-size: 35px;
    color: #215789;
    line-height: 0;
    position: relative;
    top: 7px; }
  .section-content__text ol {
    counter-reset: li; }
    .section-content__text ol li:before {
      content: counter(li) ". ";
      counter-increment: li;
      color: #215789;
      font-weight: 900;
      margin-right: 3px; }
  .section-content__text *:first-child:not(.form-group) {
    margin-top: 0; }
  .section-content__text *:last-child:not(.form-group) {
    margin-bottom: 0; }
  .section-content__img img {
    max-width: 570px; }
  .section-content.image .section-content__text {
    margin-top: -5px;
    margin-right: 30px; }
  .section-content.mirrored {
    border-bottom: 1px #dee4ea solid; }
    .section-content.mirrored .section-content__content {
      flex-direction: row-reverse; }
    .section-content.mirrored .section-content__text {
      margin-right: 0;
      margin-left: 30px; }
  .section-content.offers .section-content__title {
    margin-bottom: 35px; }
  .section-content.offers .section-content__text {
    margin-top: -5px;
    margin-left: 30px; }
  .section-content.text .section-content__content {
    display: block; }
  .section-content__offers {
    flex: 0 0 740px; }
  @media (max-width: 1199px) {
    .section-content__title {
      margin-bottom: 40px; }
    .section-content.offers .section-content__content {
      flex-direction: column-reverse;
      align-items: stretch; }
    .section-content.offers .section-content__text {
      margin-left: 0;
      margin-bottom: 40px; }
    .section-content__content {
      flex-direction: row; }
    .section-content__offers {
      flex: inherit; }
    .section-content__img img {
      max-width: 400px; } }
  @media (max-width: 991px) {
    .section-content__title {
      font-size: 24px;
      margin-bottom: 33px; }
      .section-content__title:after {
        margin-top: 15px; }
    .section-content.image .section-content__content {
      flex-direction: column;
      align-items: center; }
    .section-content.image .section-content__text {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 40px; }
    .section-content__img img {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .section-content {
      padding: 15px 0 60px; }
      .section-content__content {
        flex-direction: column; }
      .section-content__img {
        margin-top: 0;
        text-align: center; }
      .section-content.image .section-content__text {
        margin-top: 0;
        margin-right: 0; } }

.section-related {
  padding: 30px 0; }

.footer {
  background: #416281;
  color: #FFF; }
  .footer .col:first-child {
    display: flex;
    flex-direction: column; }
  .footer a {
    color: #FFF;
    text-decoration: underline; }
    .footer a:hover {
      text-decoration: none; }
  .footer .container {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px; }
    .footer .container:before, .footer .container:after {
      display: none; }
  .footer-menu {
    font-size: 17px; }
    .footer-menu__title {
      margin-bottom: 10px; }
    .footer-menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-menu ul li {
        margin-top: 10px; }
  .footer-copyright {
    margin-top: auto; }
  .footer-phone {
    font-size: 24px;
    font-weight: 700; }
  .footer-address {
    max-width: 290px; }
  .footer-social a {
    font-size: 30px;
    margin-left: 10px; }
    .footer-social a:first-child {
      margin-left: 0; }
    .footer-social a:hover {
      color: #4397e6; }
@media(max-width: 1199px) {
  .footer-menu {
    font-size: 15px; } }
@media(max-width: 991px) {
  .footer {
    font-size: 12px; }
    .footer-menu {
      font-size: 12px; } }
@media(max-width: 767px) {
  .footer .container {
    flex-direction: column;
    text-align: center;
    align-items: center; }
  .footer-menu {
    margin-top: 30px; }
    .footer-menu__title {
      font-weight: bold;
      font-size: 14px; }
  .footer-phone {
    margin-top: 30px; }
  .footer-copyright {
    margin-top: 30px; } }
.page-cities .modal-header {
  padding: 20px 25px 0; }
.page-cities .modal-body {
  padding: 25px; }
.page-cities ul {
  column-count: 4;
  list-style: none;
  margin: 0;
  padding: 0; }
@media(max-width: 967px) {
  .page-cities ul {
    column-count: 3; } }
@media(max-width: 767px) {
  .page-cities ul {
    column-count: 1; } }
  .page-cities ul li.letter {
    font-size: 17px; }
  .page-cities ul li.highlight {
    font-weight: bold; }
  .page-cities ul li a {
    text-decoration: none;
    font-size: 14px; }
    .page-cities ul li a:hover {
      text-decoration: none; }
  .page-cities ul li.name + .letter {
    margin-top: 25px; }

.blog {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px; }
  .blog-item {
    max-width: 33.33%;
    padding: 0 15px 30px;
    flex-shrink: 0; }
    .blog-item__img {
      margin-bottom: 10px; }
      .blog-item__img img:hover {
        opacity: 0.9; }
    .blog-item__title {
      margin-bottom: 10px; }
      .blog-item__title a {
        color: #141415;
        text-decoration: none; }
        .blog-item__title a:hover {
          text-decoration: none;
          color: #215789; }
    .blog-item__date {
      color: #a0a0a0;
      font-size: 80%; }
  @media (max-width: 767px) {
    .blog-item {
      max-width: 50%; } }
  @media (max-width: 350px) {
    .blog-item {
      max-width: 100%; } }

.page-text {
  width: 830px; }
@media(max-width: 1199px) {
  .page-text {
    width: 630px; } }
@media(max-width: 991px) {
  .page-text {
    width: 100%; } }
.flash {
  background: #FFF;
  padding: 30px 40px 30px 30px;
  max-width: 370px;
  margin: 0 auto;
  position: relative; }
  .flash__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

.btn-prime {
  background: #215789;
  color: #FFF !important;
  padding: 8px 35px;
  font-size: 16px; }
  .btn-prime:hover {
    background: #26649e; }
  .btn-prime:active {
    background: #215789; }
  .btn-prime--square {
    padding: 15px 25px;
    max-width: 134px;
    white-space: pre-wrap; }

.fr-view img.fr-dii.fr-fir {
  margin: 5px 0 5px 15px;
  max-width: calc(100% - 15px); }

.fr-view img.fr-dii.fr-fil {
  margin: 5px 15px 5px 0;
  max-width: calc(100% - 15px); }

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