html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #121212; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, button, select, input {
  outline: none;
  -webkit-appearance: none; }

input, textarea {
  border: none;
  font-family: inherit;
  background: none; }

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Circe-Regular/Circe-Regular.eot?") format("eot"), url("../fonts/Circe-Regular/Circe-Regular.ttf") format("truetype"), url("../fonts/Circe-Regular/Circe-Regular.woff") format("woff"); }

@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Circe-Bold/Circe-Bold.eot?") format("eot"), url("../fonts/Circe-Bold/Circe-Bold.ttf") format("truetype"), url("../fonts/Circe-Bold/Circe-Bold.woff") format("woff"); }

@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Circe-ExtraBold/Circe-ExtraBold.eot?") format("eot"), url("../fonts/Circe-ExtraBold/Circe-ExtraBold.ttf") format("truetype"), url("../fonts/Circe-ExtraBold/Circe-ExtraBold.woff") format("woff"); }

/* media queries breakpoints */
* {
  box-sizing: border-box; }

html,
body {
  font-family: "Circe", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #464b50;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  background: #FFF;
  font-weight: 400; }
  html .icons-sprite,
  body .icons-sprite {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0; }

p {
  font-size: 16px; }

.section-title {
  font-size: 36px;
  color: #464b50;
  text-align: center;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .section-title {
      font-size: 28px; } }

.section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px; }

.phones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .phones {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-right: 0; } }
  .phones-ico {
    width: 8px;
    height: 8px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .phones-ico {
        display: none; } }
  .phones-item {
    font-size: 14px;
    color: #464b50;
    transition: all 0.3s ease-in-out;
    margin-right: 12px; }
    .phones-item:hover {
      color: #c0474a; }
  .phones span {
    margin-right: 12px;
    font-size: 16px;
    color: #c9cacb; }
    @media (max-width: 767px) {
      .phones span {
        display: none; } }
  @media (min-width: 1024px) {
    .phones__messangers {
      margin-left: 40px; } }
  @media (max-width: 767px) {
    .phones__messangers {
      margin-top: 5px;
      margin-bottom: 5px; } }
  .phones__messangers-ico {
    width: 20px;
    height: 20px; }
    .phones__messangers-ico.telegram {
      margin-right: 10px; }

.email {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: inherit;
  font-weight: 700;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .email {
      -ms-flex-pack: center;
          justify-content: center; } }
  .email:hover {
    color: #c0474a; }
  .email svg {
    width: 10px;
    height: 8px;
    margin-right: 10px; }

.adress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .adress {
      -ms-flex-pack: center;
          justify-content: center; } }
  .adress svg {
    width: 7.5px;
    height: 10px;
    margin-right: 10px; }

.btn {
  font-size: 18px;
  line-height: 60px;
  padding: 0 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #c0474a;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase; }

.logo {
  width: 195px;
  height: 30px; }

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .socials li:not(:last-child) {
    margin-right: 20px; }
  .socials li svg {
    width: 22px;
    height: 22px; }

.header {
  padding: 20px 0; }
  .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .header-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media (min-width: 1024px) {
    .header__logo {
      margin-right: 70px; } }
  .header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 1023px) {
      .header__nav {
        display: none; } }
    .header__nav li:not(:last-child) {
      margin-right: 33px; }
    .header__nav li a {
      color: inherit;
      transition: all 0.3s ease-in-out;
      font-weight: 700; }
      .header__nav li a:hover {
        color: #c0474a; }
  .header .btn {
    margin-left: auto; }
    @media (max-width: 1023px) {
      .header .btn {
        margin: 15px auto 0; } }

.footer {
  padding: 50px; }
  @media (max-width: 1023px) {
    .footer {
      padding: 25px 15px; } }
  .footer-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .footer-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media (min-width: 768px) {
    .footer__logo {
      margin-right: 10px; } }
  @media (max-width: 1023px) {
    .footer__logo {
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .footer .phones__messangers {
      margin-left: 10px; } }
  @media (max-width: 1023px) {
    .footer .phones__messangers {
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .footer .email {
      margin-right: 10px; } }
  @media (max-width: 1023px) {
    .footer .email {
      margin-bottom: 15px; } }
  .footer .adress {
    width: 200px; }
    @media (max-width: 767px) {
      .footer .adress {
        text-align: center; } }
    .footer .adress svg {
      display: none; }

.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

section {
  padding: 100px 0; }
  @media (max-width: 1023px) {
    section {
      padding: 50px 0; } }

.services {
  padding: 0; }
  @media (min-width: 768px) {
    .services-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .services__item {
    width: 100%;
    padding: 70px 20px 150px;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .services__item {
        height: 600px; } }
    @media (min-width: 768px) {
      .services__item {
        width: calc(50% - 15px);
        height: 400px;
        margin-bottom: 0; } }
    .services__item-title {
      font-size: 30px;
      margin-bottom: 20px; }
    .services__item-desc {
      font-size: 18px; }
    .services__item:nth-child(1) {
      background: url("../images/services-left.png") no-repeat center center;
      background-size: cover; }
    .services__item:nth-child(2) {
      background: url("../images/services-right.png") no-repeat center center;
      background-size: cover; }

.advantages {
  position: relative;
  z-index: 2;
  padding: 0; }
  @media (min-width: 768px) {
    .advantages {
      margin-top: -120px; } }
  .advantages-wrapper {
    background: #FFF;
    padding: 100px 70px 0; }
    @media (max-width: 1023px) {
      .advantages-wrapper {
        padding: 50px 15px 0; } }
  .advantages-title {
    margin-bottom: 90px; }
    @media (max-width: 1023px) {
      .advantages-title {
        margin-bottom: 30px; } }
  .advantages-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .advantages__item {
    width: 100%;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      .advantages__item {
        width: 33.333%; } }
    @media (max-width: 1023px) {
      .advantages__item {
        margin-bottom: 30px; } }
    .advantages__item-ico {
      max-width: 60px;
      max-height: 60px;
      height: 60px;
      margin-bottom: 35px; }
    .advantages__item-title {
      font-size: 24px;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 20px;
      font-weight: 700; }
    .advantages__item-text {
      text-align: center; }
      .advantages__item-text span {
        font-weight: 700;
        color: #00639e; }

.promo {
  background: #f1f6f9; }
  @media (min-width: 1024px) {
    .promo-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; } }
  .promo__left {
    padding: 0 30px 0 0;
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .promo__left {
        width: 500px;
        margin-right: 30px;
        padding: 0 30px 0 100px; } }
    .promo__left-title {
      font-size: 36px;
      line-height: 1.2; }
      .promo__left-title span {
        display: block;
        color: #00639e;
        font-weight: 700; }
        @media (min-width: 768px) {
          .promo__left-title span:before {
            content: '';
            width: 70px;
            height: 3px;
            background: #00639e;
            position: absolute;
            -ms-transform: translate(calc(-100% - 30px), 22px);
                transform: translate(calc(-100% - 30px), 22px); } }
  .promo__right {
    -ms-flex: 1;
        flex: 1; }
    .promo__right p {
      font-size: 18px;
      line-height: 22px; }
      .promo__right p:not(:last-child) {
        margin-bottom: 25px; }
      .promo__right p.highlight {
        color: #00639e;
        border-left: 2px solid #00639e;
        padding-left: 10px; }

.reviews {
  background: #f1f6f9;
  position: relative; }
  @media (min-width: 768px) {
    .reviews:before {
      content: '';
      width: 100%;
      height: 50%;
      top: 0;
      left: 0;
      background: #00639e;
      position: absolute;
      z-index: 1; } }
  .reviews-wrapper {
    position: relative;
    z-index: 2; }
  .reviews-title {
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      .reviews-title {
        color: #FFF; } }
  @media (min-width: 768px) {
    .reviews-slider {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; } }
  .reviews__item {
    width: 100%; }
    @media (min-width: 768px) {
      .reviews__item {
        width: calc(33.333% - 20px); }
        .reviews__item:not(:last-child) {
          margin-right: 30px; } }
    @media (max-width: 767px) {
      .reviews__item {
        margin-bottom: 30px; } }
    .reviews__item-text {
      line-height: 22px;
      padding: 30px 35px;
      background: #FFF;
      margin-bottom: 40px; }
    .reviews__item__author {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .reviews__item__author-photo {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 20px; }
      .reviews__item__author-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
      .reviews__item__author-name {
        color: #00639e;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px; }

.question-title {
  position: relative;
  color: #c0474a; }
  @media (min-width: 768px) {
    .question-title {
      padding: 0 115px; }
      .question-title:before {
        content: '';
        width: 70px;
        height: 2px;
        background: #c0474a;
        position: absolute;
        -ms-transform: translate(calc(-100% - 45px), 15px);
            transform: translate(calc(-100% - 45px), 15px); }
      .question-title:after {
        content: '';
        width: 70px;
        height: 2px;
        background: #c0474a;
        position: absolute;
        -ms-transform: translate(calc(100% - 15px), 15px);
            transform: translate(calc(100% - 15px), 15px); } }

.top-bar {
  background: #f1f6f9; }
  .top-bar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .top-bar-wrapper {
        padding: 5px 10px; } }
    @media (max-width: 767px) {
      .top-bar-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }

.bottom-bar {
  background: #f1f6f9;
  padding: 12px 0; }
  .bottom-bar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .bottom-bar .copy {
    font-size: 14px; }

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