@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Neucha&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=cyrillic");
@font-face {
  font-family: 'Sharo Header';
  src: url("/assets/templates/fonts/sharo-header.eot");
  src: url("/assets/templates/fonts/sharo-header.eot?#iefix") format("embedded-opentype"), url("/assets/templates/fonts/sharo-header.woff2") format("woff2"), url("/assets/templates/fonts/sharo-header.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/** Basic Colors
************************** **/
/** Primary Colors
************************** **/
/** Accident Colors
************************** **/
/** Header Colors && height
************************** **/
/* Для больших компов и планшетов >= 768 */
/* Место для головы слоника */
/* Высота блока .header-top-inner, .header-top-logo и самой картинки лого равны */
/* Смещение головы слоника вниз от верха страницы */
/* Для мобил >= 412 < 768 */
/* Место для головы слоника на мобилах */
/* Высота блока .header-nav, .navbar-brand и самой картинки лого на мобилах тоже равны */
/* Смещение головы слоника вниз от верха страницы на мобилах */
/* Для малых мобил < 412 */
/* Место для головы слоника на мобилах */
/* Высота блока .header-nav, .navbar-brand и самой картинки лого на малых мобилах тоже равны */
/* Смещение головы слоника вниз от верха страницы на малых мобилах */
/** Common
************************** **/
/** Showcase
************************** **/
/*$showcase-min-height: 600px; */
/* Заменил пока на padding */
/** Catalogue
************************** **/
/** Buttons
************************** **/
/* Button Sizes */
/* Button Shadows */
/* Button Colors */
/* Faded BG Transparency */
/* Faded BGborder Transparency */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

.bold {
  font-weight: bold; }

.weight-600 {
  font-weight: 600; }

.italic {
  font-style: italic; }

.font-sharo {
  font-family: "Sharo Header", sans-serif; }

/** Basic Text Colors
************************** **/
.text-primary-alt {
  color: #5a39be; }

.text-primary-dark {
  color: #041d72; }

.text-primary-main {
  color: #0a61db; }

.text-primary-light {
  color: #91adda; }

.text-primary-lightest {
  color: #d3e3f3; }

/** Accident Text Colors
************************** **/
.text-danger-dark {
  color: #bd0612; }

.text-danger-main {
  color: #f33207; }

.text-warning-main {
  color: #f0d018; }

.text-info-main {
  color: #0298f3; }

.text-success-main {
  color: #02a45b; }

/*h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5,
.h1-responsive, .h2-responsive, .h3-responsive, .h4-responsive, .h5-responsive {
  font-family: "Open Sans", sans-serif;
}*/
h1, h2, .h1, .h2,
.h1-responsive, .h2-responsive {
  font-weight: 400; }

h3, h4, h5, .h3, .h4, .h5,
.h3-responsive, .h4-responsive, .h5-responsive {
  font-weight: 400; }

.h1-responsive {
  font-size: 150%; }

.h2-responsive {
  font-size: 145%; }

.h3-responsive {
  font-size: 135%; }

.h4-responsive {
  font-size: 135%; }

.h5-responsive {
  font-size: 135%; }

@media (min-width: 576px) {
  .h1-responsive {
    font-size: 170%; }
  .h2-responsive {
    font-size: 140%; }
  .h3-responsive {
    font-size: 125%; }
  .h4-responsive {
    font-size: 125%; }
  .h5-responsive {
    font-size: 125%; } }

@media (min-width: 768px) {
  .h1-responsive {
    font-size: 200%; }
  .h2-responsive {
    font-size: 170%; }
  .h3-responsive {
    font-size: 140%; }
  .h4-responsive {
    font-size: 125%; }
  .h5-responsive {
    font-size: 125%; } }

@media (min-width: 992px) {
  .h1-responsive {
    font-size: 200%; }
  .h2-responsive {
    font-size: 170%; }
  .h3-responsive {
    font-size: 140%; }
  .h4-responsive {
    font-size: 125%; }
  .h5-responsive {
    font-size: 125%; } }

@media (min-width: 1200px) {
  .h1-responsive {
    font-size: 250%; }
  .h2-responsive {
    font-size: 200%; }
  .h3-responsive {
    font-size: 170%; }
  .h4-responsive {
    font-size: 140%; }
  .h5-responsive {
    font-size: 125%; } }

/* Button Sizes */
.btn.btn-custom {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 0.5rem 2.5rem; }

.btn.btn-md.btn-custom {
  font-size: 0.875rem;
  letter-spacing: .5px;
  padding: 0.5rem 2.5rem; }

/* Buttons */
.btn-default.btn-custom {
  background: #F0F0F0;
  border-color: #EEE;
  color: #888888;
  -webkit-box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.15);
  text-shadow: none; }

.btn-default.btn-custom:hover {
  background: #E8E8E8;
  border-color: #E8E8E8;
  color: #7E7E7E; }

.btn-primary-alt.btn-custom {
  background: #5a39be;
  border-color: #5a39be;
  color: #ffffff;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

.btn-primary-alt.btn-custom:hover {
  background: #5133aa;
  border-color: #5133aa;
  color: #ffffff; }

.btn-primary-dark.btn-custom {
  background: #041d72;
  border-color: #041d72;
  color: #ffffff;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

.btn-primary-dark.btn-custom:hover {
  background: #031759;
  border-color: #031759;
  color: #ffffff; }

.btn-primary.btn-custom {
  background: #0a61db;
  border-color: #0a61db;
  color: #ffffff;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

.btn-primary.btn-custom:hover {
  background: #0956c3;
  border-color: #0956c3;
  color: #ffffff; }

.btn-info.btn-custom {
  background: #0298f3;
  border-color: #0298f3;
  color: #ffffff;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

.btn-info.btn-custom:hover {
  background: #0288da;
  border-color: #0288da;
  color: #ffffff; }

.btn-success.btn-custom {
  background: #02a45b;
  border-color: #02a45b;
  color: #ffffff;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

.btn-success.btn-custom:hover {
  background: #028b4d;
  border-color: #028b4d;
  color: #ffffff; }

/* Buttons Faded */
.btn-primary.btn-faded.btn-custom {
  background: rgba(10, 97, 219, 0.85);
  border-color: rgba(10, 97, 219, 0.1); }

.btn-primary.btn-faded.btn-custom:hover {
  background: rgba(9, 86, 195, 0.85);
  border-color: rgba(9, 86, 195, 0.85); }

.btn-info.btn-faded.btn-custom {
  background: rgba(2, 152, 243, 0.85);
  border-color: rgba(2, 152, 243, 0.1); }

.btn-info.btn-faded.btn-custom:hover {
  background: rgba(2, 136, 218, 0.85);
  border-color: rgba(2, 136, 218, 0.85); }

.btn-success.btn-faded.btn-custom {
  background: rgba(2, 164, 91, 0.85);
  border-color: rgba(2, 164, 91, 0.1); }

.btn-success.btn-faded.btn-custom:hover {
  background: rgba(2, 139, 77, 0.85);
  border-color: rgba(2, 139, 77, 0.85); }

body {
  position: relative;
  color: #3a3a3a;
  background: #ffffff; }

.page-content {
  padding-top: 208px;
  position: relative;
  background: url(/assets/images/fon-shariki.jpg); }

.anchor-link {
  padding-top: 208px;
  margin-top: -208px; }

@media (max-width: 767px) {
  .page-content {
    padding-top: 106px; }
  .anchor-link {
    padding-top: 106px;
    margin-top: -106px; } }

@media (max-width: 411px) {
  .page-content {
    padding-top: 92px; }
  .anchor-link {
    padding-top: 92px;
    margin-top: -92px; } }

.footer {
  background: url("/assets/images/header/header-top-bg.png"); }

.footer-personal-data {
  text-align: center;
  border-bottom: 1px dotted #004156; }

@media (min-width: 992px) {
  .footer-personal-data {
    text-align: left; } }

.footer-personal-data,
.footer-copyright,
.footer-creator {
  color: #ffffff;
  font-weight: 400;
  text-shadow: 3px 3px 0 rgba(66, 66, 188, 0.9), 0 0 3px #4242bc, 0 0 7px #4242bc, 0 0 15px #4242bc, -3px 0 20px #4242bc, -5px 0 30px #4242bc; }

.footer-copyright,
.footer-creator {
  font-size: 18px;
  text-align: center; }

@media (min-width: 768px) {
  .footer-copyright {
    text-align: left; }
  .footer-creator {
    text-align: right; } }

.footer-personal-data a,
.footer-creator a {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff; }

.footer-personal-data a:hover,
.footer-personal-data a:focus,
.footer-creator a:hover,
.footer-creator a:focus {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid transparent; }

/** Boxes
************************** **/
.title-box {
  padding: 1.15rem 0 1.375rem 0;
  font-family: "Sharo Header", sans-serif;
  font-size: 2.125rem;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  text-shadow: 3px 3px 0 rgba(66, 66, 188, 0.9), 0 0 3px #4242bc, 0 0 7px #4242bc, 0 0 15px #4242bc, -3px 0 20px #4242bc, -5px 0 30px #4242bc;
  background: url("/assets/images/header/header-top-bg.png"); }

.white-box,
.gray-box {
  padding: 0 0 1.5rem 0; }

@media (min-width: 768px) {
  .white-box,
  .gray-box {
    padding: 1.5rem; } }

@media (min-width: 1200px) {
  .white-box,
  .gray-box {
    padding: 2.5rem; } }

.white-box {
  background-color: #ffffff; }

.gray-box {
  background-color: #fafafa; }

.sharo-box {
  padding: 3rem 0;
  position: relative; }

.box-header {
  font-family: "Sharo Header", sans-serif;
  font-size: 36px;
  color: #0298f3;
  text-align: center;
  text-shadow: 2px 2px 4px #f0d018;
  margin-bottom: 3rem; }

/** Fancybox
************************** **/
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  display: none; }

.fancybox-image-caption {
  font-size: 1.2rem;
  text-align: center; }

/** Fancybox Popup Video
************************** **/
.fancybox-video-preview,
.fancybox-video-preview-bg {
  display: block;
  position: relative; }

.fancybox-video-preview-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1) url("/assets/images/youtube-play-button-64.png") no-repeat center center;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.fancybox-video-preview:hover .fancybox-video-preview-button {
  background-color: rgba(0, 0, 0, 0.4); }

/** Fancybox Popup Image
************************** **/
.fancybox-popup-img--wrap {
  position: relative;
  display: block; }

.fancybox-popup-img--pic {
  position: relative;
  display: block;
  z-index: 1; }

.fancybox-popup-img--bg {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1) url("/assets/images/icon-zoom-in.svg") no-repeat center center;
  /*background-size: 30% auto;*/
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  opacity: .3;
  -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  z-index: 2; }

.fancybox-popup-img--bg:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4); }

.header {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); }

.header-top {
  background: #ffffff;
  padding-top: 32px; }

.header-top-inner {
  height: 120px;
  background: url("/assets/images/header/header-top-bg.png"); }

.header-top-logo-inner,
.header-top-logo-inner > img {
  height: 120px; }

.header-top-logo-inner {
  display: block;
  position: relative;
  top: -26px; }

.header-top-slogan-inner {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-shadow: 3px 3px 0 rgba(66, 66, 188, 0.9), 0 0 3px #4242bc, 0 0 7px #4242bc, 0 0 15px #4242bc, -3px 0 20px #4242bc, -5px 0 30px #4242bc; }

.header-top-phone {
  color: #4242bc;
  cursor: pointer; }

.header-top-phone-number {
  display: block;
  margin-bottom: .2rem;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5), 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, -3px 0 20px #ffffff, -5px 0 30px #ffffff, 5px 0 40px #ffffff, 0 0 55px #ffffff, 0 0 75px #ffffff; }

a.header-top-phone-number,
a.header-top-phone-number:hover,
a.header-top-phone-number:focus {
  color: #4242bc;
  text-decoration: none; }

.header-top-phone-under {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1px;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5), 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, -3px 0 20px #ffffff, -5px 0 30px #ffffff, 5px 0 40px #ffffff, 0 0 55px #ffffff, 0 0 75px #ffffff; }

.header-nav {
  background: #ffffff; }

@media (max-width: 767px) {
  .header-top {
    padding-top: 26px; }
  .header-nav {
    background: rgba(255, 255, 255, 0.95); }
  .header-nav-inner-bg {
    z-index: 0;
    top: 0;
    height: 80px;
    width: 100%;
    background: url("/assets/images/header/header-top-bg.png"); }
  .navbar {
    z-index: 1;
    padding: 0 1rem; }
  .navbar-brand {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0; }
  .navbar-brand-inner,
  .navbar-brand-inner > img {
    height: 80px; }
  .navbar-brand-inner {
    display: block;
    position: relative;
    top: -20px; }
  .navbar-collapse {
    margin: 0 -2rem;
    padding: .5rem 2rem; } }

@media (max-width: 411px) {
  .header-top {
    padding-top: 24px; }
  .header-nav-inner-bg {
    height: 68px; }
  .navbar-brand-inner,
  .navbar-brand-inner > img {
    height: 68px; }
  .navbar-brand-inner {
    top: -16px; } }

.header-nav .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  color: #3a3a3a; }

.header-nav .nav-link:hover {
  color: #5a39be; }

.header-nav .nav-link.active {
  color: #f33207; }

.header-nav-separator {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: rgba(2, 152, 243, 0.6);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); }

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4); }

button.navbar-toggler:focus {
  outline: none; }

.navbar-toggler-icon {
  opacity: .9;
  background-image: url(/assets/images/header/navbar-toggler.svg); }

.showcase {
  padding-bottom: 2.5rem;
  background: #ffffff; }

.showcase-inner {
  position: relative;
  padding: 2rem 0;
  z-index: 1; }

@media (min-width: 576px) {
  .showcase-inner {
    padding: 3rem 0; } }

.showcase-header {
  font-family: "Sharo Header", sans-serif;
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
  color: #4242bc;
  text-shadow: 0 0 4px #ffffff, 0 0 6px #ffffff, 2px 2px 4px #ffffff, 3px 3px 6px #ffffff, 2px -2px 4px #ffffff, 3px -3px 6px #ffffff, -2px 2px 4px #ffffff, -3px 3px 6px #ffffff, -2px -2px 4px #ffffff, -3px -3px 6px #ffffff; }

@media (min-width: 576px) {
  .showcase-header {
    font-size: 3rem;
    margin-bottom: 2rem; } }

.showcase-text {
  position: relative;
  z-index: 6; }

.showcase-bg-lower {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: .5;
  background: url("/assets/images/showcase/showcase-bg-1.jpg") no-repeat;
  background-size: cover;
  z-index: -1; }

.showcase-bg-clock {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
  background: url("/assets/images/showcase/clock.png") no-repeat;
  background-size: auto 73%;
  background-position: 30% 50%;
  z-index: 2; }

@media (max-width: 1199px) {
  .showcase-bg-clock {
    background-position: 35% 50%; } }

@media (max-width: 991px) {
  .showcase-bg-clock {
    background-position: 50% 50%; } }

@media (max-width: 767px) {
  .showcase-bg-clock {
    background-position: 80% 50%; } }

@media (max-width: 411px) {
  .showcase-bg-clock {
    background-size: auto 75%; } }

.showcase-bg-sharomoika {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -20px;
  right: 2rem;
  opacity: 1;
  background: url("/assets/images/showcase/sharomoika-banner-bg.png") no-repeat;
  background-position: 75% 100%;
  z-index: 4; }

@media (max-width: 1659px) {
  .showcase-bg-sharomoika {
    background-position: 90% 100%; } }

@media (max-width: 1439px) {
  .showcase-bg-sharomoika {
    background-position: 100% 100%;
    right: 3rem;
    background-size: 50% auto; } }

@media (max-width: 1279px) {
  .showcase-bg-sharomoika {
    background-position: 100% 100%;
    background-size: 50% auto; } }

@media (max-width: 1199px) {
  .showcase-bg-sharomoika {
    background-position: 100% 100%;
    background-size: auto;
    background-image: url("/assets/images/showcase/sharomoika-banner-bg-1.png"); } }

@media (max-width: 991px) {
  .showcase-bg-sharomoika {
    background-size: 40% auto; } }

@media (max-width: 767px) {
  .showcase-bg-sharomoika {
    display: none; } }

.showcase-text-inner {
  padding-left: 0; }

.showcase-text-list-item {
  padding-right: 2rem;
  background: #ffffff;
  color: #3a3a3a;
  height: 3.375rem;
  line-height: 3.3rem;
  border-radius: 3.375rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.22);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }

.showcase-signal {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 .25rem 0 1rem;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); }

@media (max-width: 575px) {
  .showcase-text-list-item {
    padding-right: 1.5rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 3rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem; }
  .showcase-signal {
    width: .875rem;
    height: .875rem;
    border-radius: .875rem;
    margin: 0 .25rem 0 1rem; } }

@media (max-width: 411px) {
  .showcase-text-list-item {
    display: block;
    position: relative;
    padding-right: 1.5rem;
    padding-left: 1.7rem;
    padding-bottom: .2rem;
    height: auto;
    line-height: 1.5;
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    font-size: 1.375rem; }
  .showcase-signal {
    position: absolute;
    width: .875rem;
    height: .875rem;
    border-radius: .875rem;
    top: .65rem;
    left: .5rem;
    margin: 0; } }

.showcase-signal.info {
  background: #0298f3; }

.showcase-signal.success {
  background: #02a45b; }

.showcase-signal.danger {
  background: #f33207; }

.showcase-bold {
  font-weight: 600;
  color: #545454; }

.about {
  padding: 3rem 2rem;
  background: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25); }

@media (max-width: 991px) {
  .about {
    padding: 2rem;
    margin: 0 1rem; } }

.about-title {
  padding: 0 2rem;
  font-family: "Sharo Header", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .5px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

@media (max-width: 600px) {
  .about {
    padding: 1.5rem;
    margin: 0 .875rem; }
  .about-title {
    padding: 0 1.5rem; } }

@media (max-width: 576px) {
  .about {
    padding: 1.25rem; }
  .about-title {
    padding: 0 1.25rem; } }

@media (max-width: 360px) {
  .about {
    margin: 0; } }

.row.about-gallery-row {
  margin-right: -3px;
  margin-left: -3px; }

.row.about-gallery-row > .about-gallery-cell {
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 6px; }

ul.about-list {
  padding-left: 20px;
  margin-bottom: 0; }

ul.about-list > li {
  margin-bottom: .75rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.six-steps {
  padding: 4rem 2rem;
  background: url("/assets/images/six-steps/6-shagov.jpg");
  background-size: cover;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25); }

.six-steps-board {
  padding: 1.5rem 2rem 1rem 2rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.1); }

@media (max-width: 600px) {
  .six-steps {
    text-align: center;
    padding: 3rem 0; }
  .six-steps-board {
    text-align: left; } }

@media (max-width: 576px) {
  .six-steps {
    padding: 2rem 0; } }

@media (max-width: 380px) {
  .six-steps-board {
    padding: 1.5rem 1rem 1rem 1rem; } }

.six-steps-title {
  font-family: "Sharo Header", sans-serif;
  font-size: 2rem;
  letter-spacing: .5px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

ol.six-steps-list {
  counter-reset: six-steps;
  padding-left: 0; }

.six-steps-list > li {
  list-style: none;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.six-steps-list > li:before {
  font-weight: 400;
  counter-increment: six-steps;
  content: counter(six-steps);
  color: white;
  background: rgba(10, 97, 219, 0.85);
  display: inline-block;
  text-align: center;
  margin: .5rem 1rem .5rem 0;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); }

@media (max-width: 330px) {
  .six-steps-list > li:before {
    margin: .5rem .25rem .5rem 0;
    line-height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem; } }

.types-board {
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25); }

.types-title {
  font-family: "Sharo Header", sans-serif;
  font-size: 2rem;
  letter-spacing: .5px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.types-board-title {
  font-family: "Sharo Header", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .5px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.types-board-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

ul.types-list {
  counter-reset: types;
  padding-left: 0; }

.types-list > li {
  padding-left: 3rem;
  list-style: none;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.types-list > li:before {
  font-weight: 400;
  counter-increment: types;
  content: counter(types);
  color: white;
  background: rgba(10, 97, 219, 0.85);
  display: inline-block;
  text-align: center;
  margin: .5rem 1rem .5rem -3rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); }

.types-list > li.plus:before {
  background: #02a45b; }

.types-list > li.minus:before {
  background: #f33207; }

@media (max-width: 359px) {
  .types-list > li {
    padding-left: 2rem; }
  .types-list > li:before {
    margin: .5rem .5rem .5rem -2rem;
    line-height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem; } }

.chto {
  padding: 2rem;
  background: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25); }

.chto-title {
  font-family: "Sharo Header", sans-serif;
  font-size: 2rem;
  letter-spacing: .5px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.chto-subtitle {
  font-family: "Sharo Header", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .5px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.cat-item {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2em;
  background: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25); }

@media (max-width: 767px) {
  .cat-item {
    margin-left: 1rem;
    margin-right: 1rem; } }

@media (max-width: 600px) {
  .cat-item {
    padding: 0 1.5rem;
    margin-left: .875rem;
    margin-right: .875rem; } }

@media (max-width: 576px) {
  .cat-item {
    padding: 0 1.25rem; } }

@media (max-width: 360px) {
  .cat-item {
    margin-left: 0;
    margin-right: 0; } }

.cat-item-title-wrap {
  padding: 1.5rem 0; }

.cat-item-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  color: #f33207;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.cat-item-text-wrap ul {
  padding-left: 1.2rem; }

@media (min-width: 768px) {
  .cat-item-text-wrap .fancybox-video-preview {
    max-width: 75%; } }

.cat-item-price-wrap {
  padding: 1.2rem 0 1.35rem 0;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #0298f3;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }

.cat-item-price-wrap .currency {
  font-size: 18px; }

.cat-item-button-wrap {
  text-align: center;
  padding-bottom: 1.5rem; }

.row.cat-item-gallery-wrap {
  margin-left: -5px;
  margin-right: -5px; }

.row.cat-item-gallery-wrap > .cat-item-img-cell {
  padding-left: 5px;
  padding-right: 5px; }

.contact-map {
  height: 400px;
  background: #eaeaea;
  -webkit-box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.25); }

.contacts-box {
  padding: 0 2rem;
  margin-bottom: 2em; }

@media (max-width: 600px) {
  .contacts-box {
    padding: 0 1.5rem; } }

@media (max-width: 576px) {
  .contacts-box {
    padding: 0 1.25rem; } }

.form-control {
  border-radius: .25rem; }

/**
 **************************** Callback form (callme) **/
.callback-form {
  display: none;
  position: relative;
  text-align: center;
  border-radius: .5rem;
  width: 250px;
  min-height: 250px; }

.callback-form-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  background: url(/assets/images/fon-shariki.jpg);
  background-size: cover; }

.callback-form form {
  padding-bottom: .5rem; }

.callback-form-header {
  margin: 0 -24px .5rem -24px;
  padding: 1.25rem 0 1rem;
  background: url(/assets/images/header/header-top-bg.png);
  font-family: "Sharo Header", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 3px 3px 0 rgba(66, 66, 188, 0.9), 0 0 3px #4242bc, 0 0 7px #4242bc, 0 0 15px #4242bc, -3px 0 20px #4242bc, -5px 0 30px #4242bc; }

.callback-form-inner {
  position: relative; }

.callback-form .form-success-message {
  color: #02a45b; }

/* Fancybox tuning */
.callback-form.fancybox-content {
  padding-top: 0; }

.callback-form .fancybox-close-small {
  color: #fff;
  margin-top: 11px; }

.callback-form .fancybox-close-small svg {
  opacity: .8;
  stroke-width: 2.5; }

/**
 ********************* Callback button for Callback form (callme) **/
.callback-button {
  display: block;
  position: fixed;
  z-index: 10000;
  right: 1rem;
  top: 224px; }

.callback-button:focus {
  outline: none; }

.callback-button * {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  text-transform: none; }

.callback-button-inner {
  display: block;
  background-color: #f33207;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #f33207;
  -webkit-box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.15);
  box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.15);
  -webkit-transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
  transition: background-color .1s ease-in-out, border-color .1s ease-in-out; }

.callback-button.is-active .callback-button-inner {
  background-color: #0298f3;
  border-color: #0298f3; }

.callback-button.is-active .callback-button-inner i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55); }

.callback-button-icon {
  text-align: center; }

.callback-button .callback-button-icon-inner {
  font-size: 40px;
  line-height: 72px;
  color: white; }

@media (max-width: 767px) {
  .callback-button {
    right: 1rem;
    top: auto;
    bottom: 1rem; }
  .callback-button-inner {
    width: 65px;
    height: 65px; }
  .callback-button .callback-button-icon-inner {
    font-size: 35px;
    line-height: 65px; } }

/*# sourceMappingURL=maps/main.css.map */
