@charset "UTF-8";
/* line 5, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background-color: #ffffff;
}

/* line 8, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.3;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

/* Контейнер */
/* line 20, ../sass/all/wrapper.scss */
.container {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}

/* line 29, ../sass/all/wrapper.scss */
.min-container {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}

/* line 38, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  border-radius: 0px;
  font-size: 14px;
  -webkit-appearance: none;
}

/* line 52, ../sass/all/wrapper.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 56, ../sass/all/wrapper.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 61, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 65, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

/* line 71, ../sass/all/wrapper.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 78, ../sass/all/wrapper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 84, ../sass/all/wrapper.scss */
.clearfix:after {
  clear: both;
}

/* IE6/7 support */
/* line 89, ../sass/all/wrapper.scss */
.clearfix {
  *zoom: 1;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  /* line 94, ../sass/all/wrapper.scss */
  .container {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 98, ../sass/all/wrapper.scss */
  .container {
    max-width: 1220px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 104, ../sass/all/wrapper.scss */
  .container, .min-container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 110, ../sass/all/wrapper.scss */
  .container, .min-container {
    max-width: 100%;
    padding: 0 4%;
  }

  /* line 111, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 117, ../sass/all/wrapper.scss */
  .container, .min-container {
    max-width: 100%;
    padding: 0 4%;
  }

  /* line 118, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 3, ../sass/all/crumbs.scss */
.breadcrumb {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
/* line 14, ../sass/all/crumbs.scss */
.breadcrumb li, .breadcrumb b {
  position: relative;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  letter-spacing: 1px;
}
/* line 21, ../sass/all/crumbs.scss */
.breadcrumb li a, .breadcrumb b a {
  display: block;
  color: #000;
}
/* line 25, ../sass/all/crumbs.scss */
.breadcrumb li a:hover, .breadcrumb b a:hover {
  opacity: 0.5;
}
/* line 31, ../sass/all/crumbs.scss */
.breadcrumb b {
  margin: 0 5px;
  color: #000;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 39, ../sass/all/crumbs.scss */
  .breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 3, ../sass/all/footer.scss */
.footer {
  padding: 30px 0;
  background-color: #272727;
}

/* line 8, ../sass/all/footer.scss */
.footer-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 14, ../sass/all/footer.scss */
.footer-logo {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

/* line 21, ../sass/all/footer.scss */
.footer-by {
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
/* line 27, ../sass/all/footer.scss */
.footer-by a {
  display: block;
}
/* line 31, ../sass/all/footer.scss */
.footer-by img {
  display: block;
  height: 40px;
  margin-left: 15px;
}

@media only screen and (min-width: 1500px) and (max-width: 1640px) {
  /* line 41, ../sass/all/footer.scss */
  .footer-logo {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 48, ../sass/all/footer.scss */
  .footer-logo {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 55, ../sass/all/footer.scss */
  .footer-logo {
    font-size: 24px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 61, ../sass/all/footer.scss */
  .footer-logo {
    font-size: 22px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 67, ../sass/all/footer.scss */
  .footer-logo {
    font-size: 20px;
  }

  /* line 71, ../sass/all/footer.scss */
  .footer-wr {
    flex-direction: column;
  }

  /* line 75, ../sass/all/footer.scss */
  .footer-by {
    margin-top: 20px;
  }
}
/* line 1, ../sass/all/social-link.scss */
.hidden-link {
  cursor: pointer;
}

/* line 5, ../sass/all/social-link.scss */
.social-link {
  display: flex;
  flex-wrap: wrap;
}

/* line 10, ../sass/all/social-link.scss */
.social-link-btn {
  display: block;
  cursor: pointer;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  opacity: 1;
  transition: opacity .1s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
/* line 26, ../sass/all/social-link.scss */
.social-link-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 37, ../sass/all/social-link.scss */
.social-link-btn:not(:last-child) {
  margin-right: 75px;
}
/* line 41, ../sass/all/social-link.scss */
.social-link-btn:hover {
  opacity: 1;
}
/* line 44, ../sass/all/social-link.scss */
.social-link-btn:hover:after {
  width: 100%;
}
/* line 49, ../sass/all/social-link.scss */
.social-link-btn.instagram {
  background-image: url(../img/social/011-instagram.svg);
}
/* line 53, ../sass/all/social-link.scss */
.social-link-btn.linkedin {
  background-image: url(../img/social/010-linkedin.svg);
}
/* line 57, ../sass/all/social-link.scss */
.social-link-btn.youtube {
  background-image: url(../img/social/008-youtube.svg);
}
/* line 61, ../sass/all/social-link.scss */
.social-link-btn.facebook {
  background-image: url(../img/social/001-facebook.svg);
}
/* line 65, ../sass/all/social-link.scss */
.social-link-btn.whatsapp {
  background-image: url(../img/social/003-whatsapp.svg);
}
/* line 69, ../sass/all/social-link.scss */
.social-link-btn.telegram {
  background-image: url(../img/social/telegram.svg);
}
/* line 73, ../sass/all/social-link.scss */
.social-link-btn.viber {
  background-image: url(../img/social/viber.svg);
}
/* line 77, ../sass/all/social-link.scss */
.social-link-btn.google {
  background-image: url(../img/social/google.svg);
}

/* line 1, ../sass/all/text.scss */
.section-title {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}

/* line 7, ../sass/all/text.scss */
.section-md-title {
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
}

/* line 14, ../sass/all/text.scss */
.section-lg-title {
  font-size: 75px;
  line-height: 90px;
  text-align: center;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 21, ../sass/all/text.scss */
  .section-lg-title {
    font-size: 65px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 28, ../sass/all/text.scss */
  .section-lg-title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 35, ../sass/all/text.scss */
  .section-lg-title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 42, ../sass/all/text.scss */
  .section-lg-title {
    font-size: 40px;
    line-height: 42px;
  }
}
/* line 1, ../sass/all/button.scss */
.btn {
  width: 300px;
  height: 100px;
  background: #ffffff;
  display: flex;
  align-items: center;
  color: #000000;
  text-align: center;
  position: relative;
  padding-right: 50px;
  justify-content: center;
  padding-left: 10px;
  transition: all .15s ease;
}
/* line 15, ../sass/all/button.scss */
.btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #f5f5f5 url(../img/play_filled.svg) center center no-repeat;
  background-size: 10px;
  transition: all .15s ease;
}

/* line 28, ../sass/all/button.scss */
.ajax_form .error {
  color: red;
  border-color: red;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 35, ../sass/all/button.scss */
  .btn {
    height: 80px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 42, ../sass/all/button.scss */
  .btn {
    height: 80px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 49, ../sass/all/button.scss */
  .btn {
    height: 80px;
  }
}
