/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

img.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0; }

img.b-lazy.b-loaded {
  opacity: 1; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

textarea,
input,
a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: 0; }

button {
  outline: 0; }

.page__wrapper * {
  font-family: 'Roboto';
  color: #515153; }

a {
  color: #515153; }

.site-btn {
  width: 270px;
  height: 50px;
  background: url("../img/s-btn.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white; }

/*custom input style start*/
.custom-input {
  background: white;
  text-align: center;
  height: 50px;
  min-width: 255px;
  border-radius: 25px;
  border: 1px solid #eee;
  outline: none;
  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: 0 15px; }

.custom-textarea {
  background: white;
  text-align: center;
  height: 50px;
  min-width: 255px;
  border-radius: 25px;
  border: 1px solid #eee;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  resize: none;
  height: 150px;
  padding: 15px; }
  .custom-textarea::-webkit-input-placeholder {
    text-align: center; }
  .custom-textarea::-moz-placeholder {
    text-align: center; }
  .custom-textarea:-ms-input-placeholder {
    text-align: center; }
  .custom-textarea::-ms-input-placeholder {
    text-align: center; }
  .custom-textarea::placeholder {
    text-align: center; }

.droplet-btn {
  height: 50px;
  min-width: 255px;
  max-width: 370px;
  border-radius: 0 25px 25px 25px;
  /*background: #e30713;*/
  background: #ff0109;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border: 2px solid transparent; }
  .droplet-btn span {
    color: white;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
  .droplet-btn:hover {
    background: white;
    /*border: 2px solid #e30713;*/
    border: 2px solid #ff0109;
    border-radius: 25px; }
    .droplet-btn:hover span {
      /*color: #e30713;*/
	  color: #ff0109}

/*custom input style end*/
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  height: 100px; }

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto; }

.header__menu-item {
  margin-right: 30px; }
  .header__menu-item:last-child {
    margin-right: 0; }

.header__menu-link {
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .header__menu-link:hover {
    color: #e30615; }

.header__info {
  margin-right: 30px; }

.header__info-name {
  color: #919191;
  font-size: 15px;
  text-align: center; }

.header__info-txt {
  font-size: 19px;
  margin-bottom: 6px; }

.header__callme {
  /* background: url("../img/header-btn.jpg") center center no-repeat; */
  /* background-size: cover; */
  height: 40px;
  width: 140px;
  min-width: auto !important;
  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;
  /* color: white; */
  font-size: 14px; }

.header__cart {
  position: relative;
  margin-right: 20px; } 
  .header__cart svg {
    width: 35px;
    height: 30px;
    fill: white;
    stroke: black; }
    .header__cart svg .st1 {
      fill: white; }

.header__cart-count {
  position: absolute;
  top: -4px;
  right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .header__cart-count span {
    padding: 3px 5px;
    border-radius: 6px;
    background: #ff575e;
    color: white;
    font-size: 12px; }

.header__menu-btn {
  display: none; }

.header__callme-wrap-bottom {
  margin-top: 3px;
  text-align: center; }

.header__login {
  font-size: 14px; }

.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35px);
          transform: translate(-50%, -35px);
  width: 100%;
  max-width: 1707px;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.home-slider .owl-prev span {
  display: block;
  width: 30px;
  height: 55px;
  font-size: 0;
  background: url("../img/arr-left.png") center center no-repeat;
  background-size: contain; }

.home-slider .owl-next span {
  display: block;
  width: 30px;
  height: 55px;
  font-size: 0;
  background: url("../img/arr-left.png") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.home-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home-slider .owl-dot {
  height: 10px;
  width: 10px;
  background: white !important;
  border-radius: 10px;
  display: block;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .home-slider .owl-dot.active {
    width: 30px;
    background: red !important; }

.site-title {
  font-size: 24px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  color: #002d57;
  text-transform: uppercase;
  font-weight: 500; }
  .site-title:before {
    content: "";
    display: block;
    width: 70px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: red; }
  .site-title--white {
    color: white; }

.block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }

.home-how-we {
  padding-top: 100px;
  padding-bottom: 90px; }
  .home-how-we__subtitle {
    font-size: 18px;
    text-align: center;
    color: #919191;
    margin-top: 15px;
    margin-bottom: 65px; }
  .home-how-we__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .home-how-we__item {
    max-width: 370px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-bottom: 40px; }
    .home-how-we__item:hover {
      -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
              box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11); }
  .home-how-we__item-img {
    max-width: 100%; }
  .home-how-we__item-title {
    margin-top: 35px;
    font-size: 24px;
    text-align: center;
    color: #002d57;
    font-weight: 500;
    margin-bottom: 15px; }
  .home-how-we__item-txt {
    text-align: center;
    color: #515153;
    padding: 0 30px;
    line-height: 24px; }

.home-problem {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../img/bunner2.jpg") center center no-repeat;
  background-size: contain; }
  .home-problem__title:before {
    background: #e1e1e1; }
  .home-problem__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 70px; }
  .home-problem__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .home-problem__item-title {
    margin-top: 18px;
    font-size: 24px;
    text-align: center;
    color: #002d57;
    font-weight: 500;
    margin-bottom: 15px; }
  .home-problem__item-txt {
    max-width: 170px;
    text-align: center;
    line-height: 24px; }

.home-partners {
  padding-top: 100px;
  padding-bottom: 100px; }
  .home-partners__title {
    margin-bottom: 90px; }
  .home-partners__slider-item {
    width: 170px;
    height: 170px;
    background: white;
    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;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0 7px 10px rgba(0, 0, 0, 0.04);
    margin: 5px 10px 30px; }
    .home-partners__slider-item img {
      width: auto !important; }

.home-reviews {
  padding-top: 90px;
  padding-bottom: 135px;
  background: url("../img/bunner3.jpg") center center no-repeat; }
  .home-reviews__slider {
    padding-top: 75px; }
    .home-reviews__slider .owl-dots {
      position: absolute;
      bottom: -48px;
      width: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .home-reviews__slider .owl-dot {
      height: 10px;
      width: 10px;
      background: #e1e1e1 !important;
      border-radius: 10px;
      display: block;
      margin: 0 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .home-reviews__slider .owl-dot.active {
        width: 30px;
        background: red !important; }
  .home-reviews__item {
    max-width: 570px;
    padding: 30px;
    background: white url("../img/comm-bg.jpg") top right no-repeat;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0 7px 10px rgba(0, 0, 0, 0.04);
    margin: 5px 0 5px; }
  .home-reviews__img {
    max-width: 100px; }
  .home-reviews__name {
    font-size: 26px;
    color: #929292;
    font-weight: 700; }
  .home-reviews__fb {
    float: right;
    color: #012d5c;
    margin-top: -15px;
    font-weight: 500; }
  .home-reviews__txt {
    font-size: 18px;
    font-style: italic;
    color: #515153;
    margin-top: 20px;
    line-height: 25px; }
  .home-reviews__link {
    color: #e40613;
    text-decoration: none;
    margin-top: 25px;
    font-weight: 700;
    display: inline-block;
  transition: 0.3s; }
  .home-reviews__link:hover {
    transform: translateX(10px);
  }

.home-certificate {
  padding-top: 95px;
  padding-bottom: 100px; }
  .home-certificate__slider {
    padding-top: 80px; }
    .home-certificate__slider .owl-dots {
      position: absolute;
      bottom: -48px;
      width: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .home-certificate__slider .owl-dot {
      height: 10px;
      width: 10px;
      background: #e1e1e1 !important;
      border-radius: 10px;
      display: block;
      margin: 0 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .home-certificate__slider .owl-dot.active {
        width: 30px;
        background: red !important; }
  .home-certificate__slide {
    position: relative;
    display: block; }
    .home-certificate__slide:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(1, 46, 88, 0.8);
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .home-certificate__slide:after {
      content: "";
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      background: url("../img/magnifer.png") center center no-repeat;
      background-size: cover;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .home-certificate__slide:hover:after, .home-certificate__slide:hover:before {
      opacity: 1; }

.footer {
  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;
  height: 90px;
  background: #fafafa; }
  .footer__txt {
    color: #d6d9e0; }

.page-bunner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-bunner img {
    max-width: 100%; }
  .page-bunner__content {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; }
  .page-bunner__title {
    font-size: 2.8vw;
    line-height: 2.9vw;
    font-weight: 700;
    max-width: 28vw;
    text-transform: uppercase;
    color: #012d5a;
    margin-bottom: 1vw; }
  .page-bunner__caption {
    font-size: 1.5625vw;
    line-height: 2.1vw;
    max-width: 24vw;
    color: #505052;
    text-transform: uppercase;
    margin-bottom: 2vw; }
  .page-bunner__btn {
    width: 14.0625vw;
    height: 2.6041666666666665vw;
    font-size: 1vw;
    /* background: url("../img/s-btn.png"); */
    min-width: auto !important;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white; }

.home-problem--service .home-problem__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.home-problem--service .home-problem__item {
  width: 33%;
  margin-bottom: 30px; }

.home-problem--service {
  background-size: cover; }

.table-price {
  padding-top: 85px;
  padding-bottom: 90px; }
  .table-price__table {
    margin-top: 40px; }
    .table-price__table table {
      width: 100%;
      border-spacing: 10px; }
    .table-price__table thead th {
      color: #929292;
      font-size: 14px; }
    .table-price__table tbody td {
      background: #f7f7f7;
      color: #616163;
      padding: 20px; }
      .table-price__table tbody td div {
        margin-bottom: 15px; }
        .table-price__table tbody td div:last-child {
          margin-bottom: 0; }
    .table-price__table tbody td:first-child {
      text-align: center; }
    .table-price__table tbody .full td {
      background: #012d5a; }
      .table-price__table tbody .full td a {
        color: #ffffff; }

.service-procedure__title {
  margin-bottom: 70px; }

.service-procedure__top {
  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;
  margin-left: 8%;
  margin-right: 12%; }

.service-procedure__top-item {
  font-size: 50px;
  color: #012d5a;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .service-procedure__top-item:after {
    content: "";
    display: block;
    width: 230px;
    height: 22px;
    background: url("../img/wave.png") center center no-repeat; }
  .service-procedure__top-item:last-child {
    width: auto; }
    .service-procedure__top-item:last-child:after {
      display: none; }

.service-procedure__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px -15px 0; }

.service-procedure__bottom-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin: 0 15px; }
  .service-procedure__bottom-item img {
    max-width: 100%; }
  .service-procedure__bottom-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .service-procedure__bottom-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(80, 80, 80, 0.72);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .service-procedure__bottom-item:hover span, .service-procedure__bottom-item:hover:before {
    opacity: 1; }

.service-procedure__btn {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.service-bunner2 {
  margin-top: 100px;
  padding: 100px 0;
  background: url("../img/s-bunner-2.png") center center no-repeat; }
  .service-bunner2__title {
    font-size: 24px;
    position: relative;
    text-align: left;
    color: #002d57;
    font-weight: 500; }
  .service-bunner2__caption {
    font-size: 18px;
    text-align: left;
    color: #919191;
    margin-top: 15px;
    position: relative;
    padding-bottom: 30px; }
    .service-bunner2__caption:before {
      content: "";
      display: block;
      width: 70px;
      height: 10px;
      bottom: 0;
      left: 0;
      background: red;
      position: absolute; }
  .service-bunner2__txt {
    margin-top: 80px;
    max-width: 460px;
    color: #5f5f61;
    line-height: 25px; }

.home-how-we--service .home-how-we__item {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11); }

.home-how-we--service .home-how-we__item-txt span {
  color: #e30713; }

.home-how-we--service .home-how-we__item-btn {
  text-align: center;
  margin-top: 20px; }
  .home-how-we--service .home-how-we__item-btn a {
    color: #e30713;
    text-decoration: underline; }

.service-bunner3 {
  padding: 100px 0;
  background: url("../img/s-bunner-3.png") center center no-repeat; }
  .service-bunner3__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    font-size: 28px;
    color: #505052;
    font-weight: bold; }
    .service-bunner3__item:before {
      content: "";
      display: block;
      width: 50px;
      height: 40px;
      background: url("../img/check.png") center center no-repeat;
      margin-right: 20px; }
    .service-bunner3__item:last-child {
      margin-bottom: 0; }

.site-form {
  background: url("../img/s-bunner-4.png") center center no-repeat;
  padding: 90px 0; }
  .site-form__title {
    color: #ffffff; }
  .site-form__subtitle {
    font-size: 18px;
    text-align: center;
    color: #a7b1bd;
    margin-top: 15px;
    margin-bottom: 65px; }
  .site-form__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .site-form__form input {
    width: 370px;
    height: 50px;
    /* border-radius: 35px; */
    border: 0;
    text-align: center; }
  .site-form__numbers {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .site-form__number a {
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 22px; }
  .site-form__number span {
    margin-top: 15px;
    font-size: 16px;
    color: #76879b;
    text-decoration: underline; }

.mobile {
  display: none; }

/*contact page start*/
.contact-page {
  padding-top: 100px;
  background-color: #fafafa; }

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px; }
  .contact-info__inner {
    padding-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .contact-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 50px; }
  .contact-info__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 380px;
    width: 100%; }
  .contact-info__img {
    position: relative;
    display: block;
    width: 70px; }
    .contact-info__img:before {
      content: "";
      display: block;
      position: absolute;
      width: 70px;
      height: 10px;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #e1e1e1; }
    .contact-info__img img {
      width: 100%; }
  .contact-info__txt {
    padding-top: 50px; }
  .contact-info__link {
    padding: 0 7px;
    margin-bottom: 5px; }
  .contact-info__btn {
    max-width: 270px; }

.contact-map {
  position: relative; }
  .contact-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.contact-form {
  position: relative;
  z-index: 1;
  max-width: 570px;
  width: 100%; }
  .contact-form__content {
    background: rgba(8, 47, 84, 0.95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 15px; }
  .contact-form__title {
    margin-bottom: 50px;
    font-size: 34px; }
  .contact-form__row {
    margin-bottom: 20px;
    max-width: 370px;
    width: 100%; }
    .contact-form__row > .custom-input,
    .contact-form__row > .custom-textarea {
      width: 100%; }
  .contact-form__btn {
    margin-top: 50px;
    width: 100%; }

/*contact page end*/
/*popup start */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: rgba(88, 88, 88, 0.75);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .popup.open {
    visibility: visible;
    opacity: 1;
    z-index: 999; }
  .popup__inner {
    position: relative;
    margin: 0 auto; }
  .popup__close {
    position: absolute;
    right: -15px;
    top: -15px;
    font: 30px 'Roboto-Medium';
    line-height: 0;
    color: white;
    border-radius: 50%;
    background: #ff010b;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    z-index: 100; }
    .popup__close:hover {
      background: white;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      color: #ff010b; }
  .popup__content {
    background: white;
    padding: 25px; }

.callme-popup .popup__content {
  background: rgba(8, 47, 84, 0.95); }

.callme-from {
  padding-top: 25px; }
  .callme-from form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .callme-from__row {
    margin-bottom: 20px; }

/*popup end*/
@media (max-width: 1700px) {
  .home-slider .owl-nav {
    max-width: 1320px; }
  .home-problem {
    background-size: cover; } }

@media (max-width: 1350px) {
  .home-slider .owl-nav {
    max-width: 1220px; } }

@media (max-width: 1250px) {
  .block-wrap {
    padding: 0 15px; }
  .header__inner {
    padding: 0 15px; }
  .home-slider .owl-nav {
    max-width: 1120px; }
  .header__logo img {
    max-width: 90px; }
  .header__menu-link {
    font-size: 15px; }
  .header__info-name {
    font-size: 16px; }
  .header__callme {
    height: 35px;
    width: 120px;
    background-size: contain;
    font-size: 12px; }
  .header__info {
    margin-right: 20px; }
  .home-how-we__item {
    max-width: 290px; }
  .home-how-we__item-img img {
    max-width: 100%; }
  .home-how-we__items {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .home-how-we {
    padding-top: 75px;
    padding-bottom: 30px; }
  .home-partners {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (max-width: 992px) {
  .mobile {
    display: initial; }
  .header__logo {
    margin-right: auto; }
  .home-how-we__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .header__menu {
    display: none; }
  .header__menu-btn {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/menu.svg") center center no-repeat;
    margin-left: 20px; }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: white;
    z-index: 10;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100vh; }
  .header__menu.open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .header__menu-item {
    margin: 0 0 20px; }
  .header__menu-btn {
    position: relative;
    z-index: 50; }
  .home-reviews__fb {
    margin: 0;
    float: none; }
  .header__login {
    display: none; }
  .service-procedure__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .service-procedure__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
  .service-procedure__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
  .service-procedure__bottom-item {
    width: 100%; }
  .service-procedure__top-item:last-child:after {
    display: block; }
  .service-procedure__top-item:after {
    margin-left: 10px;
    background-size: contain; }
  .home-how-we--service .home-how-we__item {
    margin-bottom: 30px; }
  .service-bunner3__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px; }
  .service-procedure__top {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .page-bunner__content {
    padding: 0 15px; }
  .home-slider .page-bunner__content {
    margin-left: 20px; }
  .site-form__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .site-form__form input {
    margin-bottom: 20px; }
  .site-form {
    padding: 50px 0;
    background-size: cover; } }

@media (max-width: 768px) {

  .home-partners__slider-item {
    width: 140px;
    height: 140px;
    margin: 5px auto 30px; }
  .home-partners__slider.owl-carousel .owl-item img {
    max-width: 80%; }
  .home-slider .owl-dots {
    bottom: 10px; }
  .home-reviews__item {
    max-width: 100%; }
  .home-slider .owl-dot {
    height: 7px;
    width: 7px; }
  .home-certificate__slider {
    padding-top: 55px; }
  .home-reviews {
    padding-top: 60px;
    padding-bottom: 100px; }
  .home-reviews__slider {
    padding-top: 60px; }
  .home-partners__title {
    margin-bottom: 50px; }
  .home-partners {
    padding-top: 50px;
    padding-bottom: 50px; }
  .home-slider .owl-next span,
  .home-slider .owl-prev span {
    width: 20px; }
  .table-price__table {
    overflow: auto; }
  .table-price__table table {
    min-width: 740px; }
  .service-bunner2 {
    position: relative; }
    .service-bunner2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.5; }
  .service-bunner2__txt,
  .service-bunner2__title,
  .service-bunner2__caption {
    text-align: center; }
  .service-bunner2__caption {
    color: #bbb; }
  .service-bunner2__title {
    color: #ffffff; }
  .service-bunner2__caption:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .service-bunner2__txt {
    margin-left: auto;
    margin-right: auto;
    color: #cccccc;
    margin-top: 15px;
    position: relative; }
  /*contact page media 768 style star*/
  .contact-page {
    padding-top: 40px; }
  .contact-info__inner {
    padding-top: 50px; }
  .contact-info {
    padding-bottom: 30px; }
  .contact-info__content {
    padding-bottom: 30px; }
  .contact-info__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contact-info__img {
    width: 50px; }
  .contact-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact-map iframe {
    position: relative;
    height: 400px;
    padding: 0 15px; }
  .contact-form {
    max-width: 100%; }
  .contact-form__content {
    padding: 40px 15px 25px; }
  .contact-form__btn {
    margin-top: 15px; }
  .contact-form__title {
    font-size: 24px;
    margin-bottom: 20px; }
  .contact-info__img:before {
    bottom: -15px; }
  .contact-info__txt {
    padding-top: 30px; }
  /*contact page media 768 style end*/
  .site-form__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .site-form__numbers {
    margin-top: 35px; }
  .site-form__number a {
    margin: 0 0 30px; }
  .page-bunner {
    overflow: hidden; }
  .page-bunner img {
    min-width: 600px; }
  .page-bunner__title {
    font-size: 16px;
    max-width: 280px;
    line-height: 20px; }
  .page-bunner__caption {
    font-size: 13px;
    line-height: 17px;
    max-width: 280px; }
  .page-bunner__btn {
    width: 180px;
    height: 27px;
    font-size: 13px; }
  .table-price__table table {
    border-spacing: 3px;
    font-size: 14px; }
  .table-price__table tbody td {
    background: #f7f7f7;
    color: #616163;
    padding: 10px; }
  .service-procedure__bottom-item:before,
  .service-procedure__bottom-item span {
    opacity: 1; }
  .service-bunner3__item:before {
    background-size: contain; }
  .service-bunner3__item {
    font-size: 16px;
    margin-bottom: 20px; }
  .service-bunner3 {
    padding: 50px 0; } }

@media (max-width: 600px) {
  .header__info {
    display: none; }
  .service-procedure__top-item:last-child:after,
  .service-procedure__top-item:after {
    display: none; }
  .service-procedure__top {
    width: 50px; }
  .service-procedure__bottom-item {
    margin-bottom: 20px; }
  .service-procedure__bottom-item {
    width: auto; }
  .service-procedure__bottom-item span {
    width: 100%;
    text-align: center; }
  .site-form__form input {
    width: 100%; } }

@media (max-width: 500px) {
  .site-title {
    font-size: 20px; }
  .home-how-we__subtitle {
    font-size: 16px;
    margin-bottom: 45px; }
  .home-problem__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px; }
  .home-problem__item {
    padding-bottom: 30px; }
  .home-problem {
    padding-top: 50px;
    padding-bottom: 50px; }
  .home-problem--service .home-problem__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 400px) {
  .header__callme {
    display: none; }
  .popup__content {
    padding-left: 15px;
    padding-right: 15px; }
  /*contact page media 400 style star*/
  .contact-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /*contact page media 400 style end*/ }
