@charset "UTF-8";
/* line 5, ../../../../compass.app/lib/ruby/compass_1.0/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, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

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

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

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

/* line 32, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../compass.app/lib/ruby/compass_1.0/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 57, ../sass/all/base.scss */
.btn-new-index {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 65px;
  line-height: 69px;
  padding: 0 30px;
  font-size: 11px;
  background: #004fdf;
  color: #fff;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0px 0px 46px -9px #004fdf;
  -moz-box-shadow: 0px 0px 46px -9px #004fdf;
  box-shadow: 0px 0px 46px -9px #004fdf;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  border-bottom: 3px solid #001bdf;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 82, ../sass/all/base.scss */
  .btn-new-index {
    height: 55px;
    line-height: 59px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 89, ../sass/all/base.scss */
  .btn-new-index {
    height: 55px;
    line-height: 59px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 96, ../sass/all/base.scss */
  .btn-new-index {
    height: 4.5em;
    line-height: 4.8em;
    padding: 0 2.5em;
    font-size: 3vw;
  }
}
/* line 3, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background: #fafafa;
}

@font-face {
  font-family: "BebasNeueBold";
  src: url(../fonts/9114.otf);
}
@font-face {
  font-family: "GothamPro-Bold";
  src: url(../fonts/GothaProBol.otf);
}
@font-face {
  font-family: "GothamPro-Reg";
  src: url(../fonts/GothaProReg.otf);
}
@font-face {
  font-family: "GothamPro-Med";
  src: url(../fonts/GothaProMed.otf);
}
/* line 28, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  font-family: 'Roboto Slab', serif;
  font-family: 'PT Sans', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
  font-family: 'Rubik', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: "GothamPro-Reg";
}

/* Контейнер */
/* line 44, ../sass/all/wrapper.scss */
.wrapper {
  width: 100%;
  position: relative;
}

/* line 46, ../sass/all/wrapper.scss */
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
}

/* line 52, ../sass/all/wrapper.scss */
.column, .columns {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 57, ../sass/all/wrapper.scss */
.content {
  overflow: hidden;
}

/* line 59, ../sass/all/wrapper.scss */
.container .sixteen.columns {
  width: 1140px;
}

/* line 61, ../sass/all/wrapper.scss */
.position-relative {
  position: relative;
  overflow: hidden;
}

/* line 66, ../sass/all/wrapper.scss */
input[type="text"], input[type="submit"], input[type="email"], textarea {
  -webkit-appearance: none;
}

/* line 68, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 73, ../sass/all/wrapper.scss */
  .container {
    width: 980px;
  }

  /* line 74, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 960px;
  }

  /* line 75, ../sass/all/wrapper.scss */
  .column, .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 82, ../sass/all/wrapper.scss */
  .container {
    width: 100%;
  }

  /* line 83, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 96%;
  }

  /* line 84, ../sass/all/wrapper.scss */
  .column, .columns {
    margin-left: 2%;
    margin-right: 2%;
  }

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

  /* line 92, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 96%;
  }

  /* line 93, ../sass/all/wrapper.scss */
  .column, .columns {
    margin-left: 2%;
    margin-right: 2%;
  }

  /* line 94, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 1, ../sass/all/popup.scss */
.overlaylight {
  display: none;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000;
}

/* line 15, ../sass/all/popup.scss */
.popuplight {
  display: none;
  position: fixed;
  background: #fff;
  width: 500px;
  height: 650px;
  top: 50%;
  left: 50%;
  margin: -325px 0 0 -250px;
  z-index: 9999999;
  box-sizing: border-box;
  padding: 60px 60px;
}
/* line 28, ../sass/all/popup.scss */
.popuplight.popuplightHeader {
  height: auto;
  margin: 0;
  transform: translate(-50%, -50%);
}
/* line 34, ../sass/all/popup.scss */
.popuplight h3 {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 44, ../sass/all/popup.scss */
.popuplight form {
  display: block;
  position: relative;
}
/* line 48, ../sass/all/popup.scss */
.popuplight form .text {
  display: block;
  position: relative;
  overflow: hidden;
  border: none;
  width: 100%;
  border-bottom: 1px solid rgba(23, 38, 47, 0.3);
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 18px;
  outline: none;
}
/* line 63, ../sass/all/popup.scss */
.popuplight form .text:focus {
  border-bottom: 1px solid #004fdf;
}
/* line 67, ../sass/all/popup.scss */
.popuplight form .text.error {
  border-bottom: 1px solid #FF9494;
}
/* line 72, ../sass/all/popup.scss */
.popuplight form textarea {
  display: block;
  position: relative;
  overflow: hidden;
  border: none;
  width: 100%;
  border-bottom: 1px solid rgba(23, 38, 47, 0.3);
  height: 30px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 18px;
  outline: none;
  height: 60px !important;
}
/* line 88, ../sass/all/popup.scss */
.popuplight form textarea.error {
  border-bottom: 1px solid #FF9494;
}
/* line 92, ../sass/all/popup.scss */
.popuplight form textarea:focus {
  border-bottom: 1px solid #004fdf;
}
/* line 97, ../sass/all/popup.scss */
.popuplight form .FormPopUpPolicy {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 102, ../sass/all/popup.scss */
.popuplight form .FormPopUpPolicy input {
  position: relative;
  top: 2px;
  margin: 0;
}
/* line 108, ../sass/all/popup.scss */
.popuplight form .FormPopUpPolicy label {
  position: relative;
  font-size: 14px;
  margin-left: 10px;
}
/* line 115, ../sass/all/popup.scss */
.popuplight form input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
/* line 127, ../sass/all/popup.scss */
.popuplight form input[type=checkbox]:checked ~ label::after {
  background-image: url(../img/check.png);
}
/* line 132, ../sass/all/popup.scss */
.popuplight form label {
  position: relative;
  font-size: 12px;
  color: #000;
  padding-left: 15px;
  line-height: 1.25;
  box-sizing: border-box;
  margin-left: 20px;
  cursor: pointer;
  display: block;
}
/* line 143, ../sass/all/popup.scss */
.popuplight form label > a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* line 151, ../sass/all/popup.scss */
.popuplight form label:after {
  top: 4px;
  left: -21px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 9px 9px;
  background-size: 9px;
  outline: 0 !important;
  background-position: center;
  position: absolute;
  content: '';
}
/* line 166, ../sass/all/popup.scss */
.popuplight form label:before {
  background-image: url(../img/uncheck.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: 0;
  top: 4px;
  left: -21px;
  outline: 0 !important;
  position: absolute;
  content: '';
}
/* line 181, ../sass/all/popup.scss */
.popuplight form button.btn-new-index {
  margin-top: 35px;
}

/* line 187, ../sass/all/popup.scss */
.closepopuplight {
  display: block;
  height: 40px;
  width: 40px;
  background: url(../img/icons8-delete-filled.svg) center center no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  cursor: pointer;
  z-index: 99999999;
}
/* line 200, ../sass/all/popup.scss */
.closepopuplight:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* line 206, ../sass/all/popup.scss */
#FormPopUp input::-webkit-input-placeholder {
  color: #fff;
}

/* line 207, ../sass/all/popup.scss */
#FormPopUp input::-moz-placeholder {
  color: #fff;
}

/* Firefox 19+ */
/* line 208, ../sass/all/popup.scss */
#FormPopUp input:-moz-placeholder {
  color: #fff;
}

/* Firefox 18- */
/* line 209, ../sass/all/popup.scss */
#FormPopUp input:-ms-input-placeholder {
  color: #fff;
}

@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 213, ../sass/all/popup.scss */
  .popuplight {
    width: 300px;
    height: 400px;
    margin: -200px 0 0 -150px;
    padding: 30px 30px;
  }
  /* line 219, ../sass/all/popup.scss */
  .popuplight.popuplightHeader {
    width: 300px;
    padding: 30px 30px;
  }
  /* line 224, ../sass/all/popup.scss */
  .popuplight h3 {
    font-size: 19px;
  }
  /* line 230, ../sass/all/popup.scss */
  .popuplight form label {
    font-size: 11px;
    margin-top: 20px;
  }
  /* line 234, ../sass/all/popup.scss */
  .popuplight form .text {
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  /* line 241, ../sass/all/popup.scss */
  .popuplight form textarea {
    height: 30px !important;
  }
  /* line 245, ../sass/all/popup.scss */
  .popuplight form p {
    font-size: 12px;
  }
  /* line 249, ../sass/all/popup.scss */
  .popuplight form button.btn-new-index {
    margin-top: 20px;
    font-size: 11px;
  }
  /* line 254, ../sass/all/popup.scss */
  .popuplight form .SubmtiClose {
    height: 3em;
    line-height: 3em;
    padding: 0px 2.5em;
    font-size: 12px;
    margin-top: 15px;
  }
  /* line 261, ../sass/all/popup.scss */
  .popuplight form .SubmtiClose:after {
    height: 34px;
    line-height: 34px;
    width: 105px;
    top: 5px;
    left: 5px;
  }

  /* line 273, ../sass/all/popup.scss */
  .closepopuplight {
    height: 30px;
    width: 30px;
    background-size: 20px auto;
    padding: 0;
  }
}
