@charset "UTF-8";
@font-face {
  font-family: 'OpenSans';
  src: url("../font/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Bold.woff") format("woff"), url("../font/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../font/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../font/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-SemiBold.woff") format("woff"), url("../font/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../font/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Regular.woff") format("woff"), url("../font/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body, html {
  font-family: "OpenSans", sans-serif !important;
  font-size: 14px;
  margin: 0;
  padding: 0;
  overflow: hidden auto; }

* {
  font-family: "OpenSans", sans-serif !important;
  outline: none;
  box-sizing: border-box;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease; }

a {
  text-decoration: none;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease; }
  a:hover {
    text-decoration: none; }
  a:before {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease; }

button {
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: none !important;
  -ms-progress-appearance: unset !important;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  box-shadow: none;
  border: none; }

h1, h2, h3, h4, h5, h6, p, span {
  margin: 0;
  padding: 0; }

.dr-h1 {
  font-family: 'OpenSans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 39px; }

.dr-h2 {
  font-family: 'OpenSans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px; }

.dr-h3 {
  font-family: 'OpenSans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px; }

.dr-h4 {
  font-family: 'OpenSans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px; }

.dr-h5 {
  font-family: 'OpenSans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px; }

.bold {
  font-weight: bold !important; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ol {
  padding: 0 0 0 15px;
  margin: 0; }

div {
  display: block; }

.c-accent {
  color: #CC0000; }
.c-gray-dark {
  color: #828282; }
.c-black {
  color: #333333; }

.bg-accent {
  background-color: #CC0000; }
.bg-black {
  background-color: #333333; }

.txt-13-reg {
  font-size: 13px;
  line-height: 17px;
  font-style: normal;
  font-weight: normal; }

.txt-14-reg {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }

svg {
  fill: #A9A6AE; }

.container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  padding: 0 15px;
  margin: 0 auto; }

.promotext {
  background-color: #CC0000;
  padding: 7px 0;
  text-align: center;
  color: #fff; }

.main-logo {
  min-width: 225px;
  height: 50px;
  position: relative;
  display: flex; }
  .main-logo > span {
    max-width: 225px;
    background-image: url("../img/shinservice_logo.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block; }

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  margin-bottom: 20px; }
  .header.sticky {
    position: fixed;
    z-index: 3;
    top: 0;
    -webkit-box-shadow: 0px 0px 7px #E5E5E5;
    box-shadow: 0px 0px 7px #E5E5E5; }
  .header-contact-line, .header-navigation-line {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .header-contact-line {
    padding: 10px 0; }
    .header-contact-line > * {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      justify-content: flex-start;
      text-align: left;
      align-items: flex-start; }
      .header-contact-line > *:not(:last-child) {
        margin-right: 20px; }
    .header-contact-line .call-to-action {
      -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
      flex: 1.2; }
    .header-contact-line .number-wrapper {
      -webkit-box-flex: .45;
      -ms-flex: .45;
      flex: .45; }
    .header-contact-line .main-logo {
      -webkit-box-flex: .75;
      -ms-flex: .75;
      flex: .75; }
    .header-contact-line .contact-list {
      -webkit-box-flex: .9;
      -ms-flex: .9;
      flex: .9; }
  .header-navigation {
    display: inherit;
    align-items: inherit;
    flex-direction: row; }
    .header-navigation li {
      display: inherit;
      align-items: inherit;
      justify-content: center;
      text-align: center; }
      .header-navigation li a {
        display: inherit;
        align-items: inherit;
        justify-content: center;
        text-align: center;
        color: #333333;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 22px;
        padding: 10px 0;
        position: relative; }
        .header-navigation li a:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 3px;
          background: #CC0000;
          opacity: 0; }
        .header-navigation li a:hover {
          color: #CC0000; }
          .header-navigation li a:hover:before {
            opacity: 1; }
      .header-navigation li:not(:last-child) {
        margin-right: 40px; }

.contact-list-item {
  padding: 1px 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contact-list-item .icon {
    width: 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: 8px; }

.dr-btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 25px;
  font-style: normal;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 2px; }
  .dr-btn-bigger {
    padding: 16px 25px;
    font-size: 16px;
    min-width: 250px; }
  .dr-btn-accent {
    background-color: #CC0000;
    border: 2px solid #CC0000;
    color: #fff; }
  .dr-btn-outline {
    border: 2px solid #CC0000; }
  .dr-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px; }

.services-list {
  margin-top: 15px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
.services-item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 2px 10px;
  background: #2CB84A;
  border-radius: 3px;
  white-space: nowrap; }
  .services-item:not(:last-child) {
    margin: 0 10px 0 0; }

.page-header {
  margin-bottom: 20px; }
.page-body {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap; }
.page-column-main {
  flex: 1;
  margin-right: 25px;
  overflow: hidden; }
.page-column-right {
  position: relative;
  width: 30%;
  min-width: 300px; }

.cta-callback-form {
  width: 100%; }
  .cta-callback-form.sticky {
    width: 100%;
    position: absolute;
    z-index: 2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.map {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  .map-content {
    width: 100%;
    display: block; }

.block-item {
  flex-direction: column;
  align-items: flex-start; }
  .block-item:not(:last-child) {
    margin-bottom: 20px; }
.block-title {
  margin-bottom: 10px; }

.star {
  width: 17px;
  height: 17px;
  background-image: url("../img/star.svg");
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex; }
  .star:not(:last-child) {
    margin-right: 3px; }

.review-item:not(:last-child) {
  margin-right: 15px; }
.review-item > *:not(:last-child) {
  margin-bottom: 5px; }
.review-rating .stars {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.dr-carousel {
  position: relative; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 7px #E5E5E5;
  box-shadow: 0px 0px 7px #E5E5E5;
  z-index: 2;
  background: #fff;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  .owl-carousel .owl-nav button.owl-next svg, .owl-carousel .owl-nav button.owl-prev svg {
    stroke: #333333; }
  .owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
.owl-carousel .owl-nav button.owl-next {
  right: 5px; }
.owl-carousel .owl-nav button.owl-prev {
  left: 5px; }

svg.check {
  fill: transparent; }

.icon {
  position: relative; }
  .icon svg {
    display: block; }
  .icon.circle {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .icon.circle .check {
      margin-right: -1px; }
  .icon.not-filled svg {
    fill: transparent; }

.features-list {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.features-item {
  display: flex;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 10px 5px; }
  .features-item .icon {
    margin-right: 7px; }
  .features-item .text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; }

.content-column {
  min-width: 200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%; }

.content-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.list-content .block-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }
  .list-content .block-content p:not(:last-child) {
    margin-bottom: 10px; }

.content-column:first-child p {
  margin-right: 15px; }

.bage {
  display: inline-block;
  border-radius: 3px;
  padding: 1px 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px; }
  .bage.bg-accent {
    color: #fff; }

.price-wrapper {
  display: flex;
  margin-top: 5px; }
  .price-wrapper .price-old {
    position: relative;
    color: #828282;
    margin-left: 7px; }
    .price-wrapper .price-old:before {
      content: '';
      display: block;
      position: absolute;
      opacity: .5;
      height: 1px;
      width: 100%;
      left: 0;
      top: 50%;
      margin-top: -.5px;
      background-color: #CC0000; }
  .price-wrapper .price-total {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #333333; }

.action-text {
  min-height: 65px; }
.action-details {
  margin: 20px 0; }

.carousel-gallery .owl-item img {
  max-height: 300px;
  width: auto; }

.text-center {
  text-align: center; }

.footer {
  color: #333333;
  background: #F7F7F7;
  margin-top: 50px;
  padding: 40px 0 130px 0; }
  .footer-content-wrapper > *:not(:last-child) {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }

.visible-xs {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 9;
  border-radius: 2px; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 15px;
  right: 15px;
  height: 2px;
  background: #fff;
  border-radius: 50px; }

.c-hamburger span::before {
  top: -8px; }

.c-hamburger span::after {
  bottom: -8px; }

.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  border-radius: 50px; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

.btn-group {
  width: 100%;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-top: 15px; }
  .btn-group.minimize-padding > * {
    padding: 10px; }
  .btn-group.row {
    flex-direction: row;
    align-items: center; }
    .btn-group.row > * {
      flex: 1; }
      .btn-group.row > *:not(:last-child) {
        margin-right: 10px; }
  .btn-group.column {
    flex-direction: column;
    align-items: flex-start; }
    .btn-group.column > * {
      width: 100%;
      flex: 1; }
      .btn-group.column > *:not(:last-child) {
        margin-bottom: 10px; }
  .btn-group > * {
    flex: 1; }
    .btn-group > *:not(:last-child) {
      margin-right: 10px; }

.first-block-item {
  margin-bottom: 20px; }

.mobile-menu {
  display: none;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  padding: 20px 15px;
  position: fixed;
  z-index: 80;
  background: #fff;
  top: 50px;
  width: 100%;
  left: 0;
  height: 93vh; }
  .mobile-menu-navigation {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    max-height: 380px;
    overflow: hidden auto; }
    .mobile-menu-navigation li a {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 13px 0;
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 22px;
      color: #333333; }
    .mobile-menu-navigation li:not(:last-child) a {
      border-bottom: 1px solid #EEEEEE; }

.is-showed-mobile-menu {
  overflow: hidden;
  /* состояние active при открытом меню  */ }
  .is-showed-mobile-menu .mobile-menu {
    display: flex; }
  .is-showed-mobile-menu .c-hamburger--htx span {
    background: none; }
  .is-showed-mobile-menu .c-hamburger--htx span::before {
    top: 0;
    transform: rotate(45deg); }
  .is-showed-mobile-menu .c-hamburger--htx span::after {
    bottom: 0;
    transform: rotate(-45deg); }
  .is-showed-mobile-menu .c-hamburger--htx span::before,
  .is-showed-mobile-menu .c-hamburger--htx span::after {
    transition-delay: 0s, 0.3s; }

.phone-number {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center; }

.hidden-field {
  display: none !important; }

.header-contact-line .call-to-action > * {
  max-width: 220px; }

.map-content > * {
  width: 100% !important;
  min-width: 100% !important; }

/*адаптивные стили*/
@media (max-width: 1024px) {
  .header-contact-line > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header-contact-line .call-to-action {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header-contact-line .number-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header-contact-line .main-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header-contact-line .contact-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header-navigation li:not(:last-child) {
    margin-right: 20px; }

  .main-logo {
    min-width: 150px; } }
@media (max-width: 768px) {
  .visible-xs {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important; }

  .hidden-xs {
    display: none !important; }

  .page-body {
    flex-direction: column;
    align-items: flex-start; }
    .page-body > * {
      width: 100%; }

  .header {
    min-height: auto; }

  .main-logo {
    min-width: 160px;
    max-width: 160px; }
    .main-logo > span {
      background-position: center center; }

  .header .container {
    padding: 0; }
  .header-contact-line {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
    .header-contact-line > * {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0; }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: none; }

  .services-list {
    flex-direction: column;
    align-items: flex-start; }
  .services-item:not(:last-child) {
    margin-bottom: 5px; } }
@media (max-width: 550px) {
  .carousel-review .owl-item.active:not(:last-child) {
    padding-right: 20vh !important;
    margin-right: -17vh !important; }

  .default-carousel {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: scroll hidden; }

  .default-carousel > * {
    width: 100%;
    margin-right: 10px;
    min-width: 65vw; }

  .btn-group.row {
    flex-direction: column;
    align-items: flex-start; }
    .btn-group.row > * {
      width: 100%;
      flex: 1; }
      .btn-group.row > *:not(:last-child) {
        margin: 0 0 10px 0; }

  .content-column {
    display: flex;
    flex-direction: column; }
    .content-column > * {
      width: 100%; }

  .carousel-photo {
    margin-left: -15px;
    width: auto;
    position: relative;
    margin-right: -15px; }

  .page-column-main {
    overflow: visible; }

  .page-column-right {
    min-width: auto; }

  .map {
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
    overflow: visible; }

  .features-list {
    border-radius: 0;
    margin: 0 -15px; }

  .map-content > * {
    max-height: 300px; }

  .footer {
    margin-top: 30px; } }
