@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;
}

/* line 7, ../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', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
  font-family: 'Rubik', sans-serif;
}

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

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

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

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

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

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

/* line 44, ../sass/all/wrapper.scss */
.paddingBot40px {
  padding-bottom: 40px;
}

/* line 45, ../sass/all/wrapper.scss */
.hidden {
  opacity: 0;
}

/* line 46, ../sass/all/wrapper.scss */
.visible {
  opacity: 1;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  /* line 54, ../sass/all/wrapper.scss */
  .container {
    width: 1120px;
  }

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

  /* line 56, ../sass/all/wrapper.scss */
  .column, .columns {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 65, ../sass/all/wrapper.scss */
  .container {
    width: 960px;
  }

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

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

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

  /* line 78, ../sass/all/wrapper.scss */
  .column, .columns {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 709px) {
  /* line 86, ../sass/all/wrapper.scss */
  .container {
    width: 100%;
  }

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

  /* line 88, ../sass/all/wrapper.scss */
  .column, .columns {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
  }
}
/* line 2, ../sass/all/header.scss */
.hTop {
  background: #f4f5f1;
  padding-bottom: 2px;
}

/* line 7, ../sass/all/header.scss */
.hTopLogo {
  position: relative;
  overflow: hidden;
  float: left;
  width: 40%;
}
/* line 13, ../sass/all/header.scss */
.hTopLogo img {
  margin-top: 14px;
  max-height: 385px;
}
/* line 17, ../sass/all/header.scss */
.hTopLogo img:hover {
  opacity: 0.7;
}

/* line 23, ../sass/all/header.scss */
.hTopContacts {
  position: relative;
  overflow: hidden;
  float: left;
  width: 29%;
  margin-left: 2%;
}
/* line 30, ../sass/all/header.scss */
.hTopContacts h1 {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 5px;
}
/* line 43, ../sass/all/header.scss */
.hTopContacts a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-left: 64px;
  color: #333;
  font-size: 23px;
  font-weight: 300;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1.4;
}
/* line 54, ../sass/all/header.scss */
.hTopContacts a:hover {
  opacity: 0.7;
}
/* line 58, ../sass/all/header.scss */
.hTopContacts a.mail {
  background: url(/img/mail.png) 21px 0px no-repeat;
}
/* line 61, ../sass/all/header.scss */
.hTopContacts a.address {
  background: url(/img/metka2.png) 27px 0px no-repeat;
  top: -5px;
}

/* line 68, ../sass/all/header.scss */
.hTopPhone {
  position: relative;
  overflow: hidden;
  float: right;
  width: 29%;
  background: url(/img/tel.png) 37px 5px no-repeat;
}
/* line 75, ../sass/all/header.scss */
.hTopPhone a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: right;
  float: right;
  letter-spacing: -1px;
  font-weight: 300;
  color: #000;
}
/* line 85, ../sass/all/header.scss */
.hTopPhone a:hover {
  opacity: 0.7;
}
/* line 89, ../sass/all/header.scss */
.hTopPhone a.phone1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: -12px;
}
/* line 94, ../sass/all/header.scss */
.hTopPhone a.phone2, .hTopPhone a.phone3 {
  font-size: 24px;
  line-height: 1.2;
  margin-left: 35%;
  margin-bottom: -5px;
}
/* line 100, ../sass/all/header.scss */
.hTopPhone a.open_popup {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #ffff00;
  border-bottom: 3px solid #999b21;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 19px;
  padding: 0 44px;
  margin-top: 4px;
  letter-spacing: 1px;
  color: #333;
  cursor: pointer;
}
/* line 116, ../sass/all/header.scss */
.hTopPhone a.open_popup:hover {
  border-bottom: 3px solid #838427;
  color: #000;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  /* line 126, ../sass/all/header.scss */
  .hTopLogo {
    width: 30%;
  }
  /* line 129, ../sass/all/header.scss */
  .hTopLogo img {
    width: 100%;
  }

  /* line 134, ../sass/all/header.scss */
  .hTopContacts {
    margin-left: 8%;
  }

  /* line 138, ../sass/all/header.scss */
  .hTopPhone {
    width: 30%;
  }
}
@media only screen and (min-width: 710px) and (max-width: 979px) {
  /* line 146, ../sass/all/header.scss */
  .hTop {
    background: #f4f5f1;
    padding-bottom: 2px;
  }

  /* line 151, ../sass/all/header.scss */
  .hTopLogo {
    width: 30%;
  }

  /* line 155, ../sass/all/header.scss */
  .hTopContacts {
    position: relative;
    overflow: hidden;
    float: left;
    width: 29%;
    margin-left: 2%;
  }
  /* line 162, ../sass/all/header.scss */
  .hTopContacts h1 {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 5px;
  }
  /* line 175, ../sass/all/header.scss */
  .hTopContacts a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-left: 64px;
    color: #333;
    font-size: 23px;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1.4;
  }
  /* line 186, ../sass/all/header.scss */
  .hTopContacts a:hover {
    opacity: 0.7;
  }
  /* line 190, ../sass/all/header.scss */
  .hTopContacts a.mail {
    background: url(/img/mail.png) 21px 0px no-repeat;
  }
  /* line 193, ../sass/all/header.scss */
  .hTopContacts a.address {
    background: url(/img/metka2.png) 27px 0px no-repeat;
    top: -5px;
  }

  /* line 200, ../sass/all/header.scss */
  .hTopPhone {
    position: relative;
    overflow: hidden;
    float: right;
    width: 29%;
    background: url(/img/tel.png) 37px 5px no-repeat;
  }
  /* line 207, ../sass/all/header.scss */
  .hTopPhone a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: right;
    float: right;
    letter-spacing: -1px;
    font-weight: 300;
    color: #000;
  }
  /* line 217, ../sass/all/header.scss */
  .hTopPhone a:hover {
    opacity: 0.7;
  }
  /* line 221, ../sass/all/header.scss */
  .hTopPhone a.phone1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: -12px;
  }
  /* line 226, ../sass/all/header.scss */
  .hTopPhone a.phone2, .hTopPhone a.phone3 {
    font-size: 24px;
    line-height: 1.2;
    margin-left: 35%;
    margin-bottom: -5px;
  }
  /* line 233, ../sass/all/header.scss */
  .hTopPhone a.open_popup {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #ffff00;
    border-bottom: 3px solid #999b21;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
    padding: 0 44px;
    margin-top: 4px;
    letter-spacing: 1px;
    color: #333;
    cursor: pointer;
  }
  /* line 249, ../sass/all/header.scss */
  .hTopPhone a.open_popup:hover {
    border-bottom: 3px solid #838427;
    color: #000;
  }
}
@media only screen and (min-width: 240px) and (max-width: 709px) {
  /* line 260, ../sass/all/header.scss */
  .hTopLogo {
    width: 100%;
    float: none;
    text-align: center;
  }
  /* line 265, ../sass/all/header.scss */
  .hTopLogo img {
    margin-top: 5vw;
    max-height: 12vw;
  }

  /* line 271, ../sass/all/header.scss */
  .hTopContacts {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  /* line 277, ../sass/all/header.scss */
  .hTopContacts h1 {
    font-size: 7vw;
    line-height: 1.15;
    margin-top: 3vw;
  }
  /* line 283, ../sass/all/header.scss */
  .hTopContacts a {
    padding-left: 8vw;
    font-size: 4vw;
    line-height: 1.8;
  }
  /* line 288, ../sass/all/header.scss */
  .hTopContacts a.mail {
    background-position: left center;
    background-size: 6vw;
    margin-right: 2vw;
  }
  /* line 293, ../sass/all/header.scss */
  .hTopContacts a.address {
    background-position: left center;
    top: 0;
    background-size: 6vw;
  }

  /* line 301, ../sass/all/header.scss */
  .hTopPhone {
    float: none;
    width: 100%;
    background: none;
    margin-top: 5vw;
    text-align: center;
  }
  /* line 310, ../sass/all/header.scss */
  .hTopPhone a.phone1 {
    font-size: 5vw;
    line-height: 1.2;
    margin-bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    float: none;
  }
  /* line 320, ../sass/all/header.scss */
  .hTopPhone a.phone2, .hTopPhone a.phone3 {
    font-size: 5vw;
    line-height: 1.2;
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    width: 48%;
    float: none;
  }
  /* line 331, ../sass/all/header.scss */
  .hTopPhone a.open_popup {
    height: 9vw;
    display: inline-block;
    line-height: 9vw;
    font-size: 6vw;
    padding: 0 10vw;
    margin-bottom: 5vw;
    margin-top: 0;
    text-align: center;
    float: none;
  }
}
/* line 3, ../sass/all/popup.scss */
.overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  background: #000;
}

/* line 17, ../sass/all/popup.scss */
.popup {
  display: none;
  position: fixed;
  background: #ffff00;
  width: 500px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -250px;
  z-index: 9999999;
}
/* line 28, ../sass/all/popup.scss */
.popup h3 {
  text-align: center;
  margin-top: 60px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 16px;
  padding: 0px 50px;
  line-height: 1.6;
}

/* line 41, ../sass/all/popup.scss */
.close {
  display: block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: url(/img/icon-close_b.svg) center center no-repeat;
  background-size: 30px auto;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  cursor: pointer;
  z-index: 99999999;
}
/* line 55, ../sass/all/popup.scss */
.close:hover {
  cursor: pointer;
  opacity: .8;
}

/* line 61, ../sass/all/popup.scss */
#FormPopUp {
  position: relative;
  overflow: hidden;
  margin-left: 100px;
}
/* line 66, ../sass/all/popup.scss */
#FormPopUp input {
  display: block;
  border: none;
  background: transparent;
  border-bottom: 2px solid #b2b04b;
  padding-bottom: 10px;
  margin-bottom: 30px;
  width: 300px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-style: italic;
  color: #000;
}
/* line 80, ../sass/all/popup.scss */
#FormPopUp input:focus {
  outline: none;
}
/* line 84, ../sass/all/popup.scss */
#FormPopUp input.SubmitClose {
  -webkit-appearance: none;
  background-size: 30px auto;
  width: 200px;
  color: #000;
  font-weight: bold;
  height: 53px;
  padding: 0px;
  border: 2px solid #b2b04b;
  cursor: pointer;
  margin-left: 50px;
  margin-top: 50px;
}
/* line 97, ../sass/all/popup.scss */
#FormPopUp input.SubmitClose:hover {
  background-color: #f0ec53;
}

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

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

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

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

@media only screen and (min-width: 120px) and (max-width: 710px) {
  /* PopUpForm */
  /* line 114, ../sass/all/popup.scss */
  .popup {
    width: 90vw;
    height: 150vw;
    margin: -75vw 0 0 -45vw;
  }
  /* line 119, ../sass/all/popup.scss */
  .popup h3 {
    margin-top: 20vw;
    margin-bottom: 10vw;
    font-size: 5vw;
    padding: 0px 5vw;
  }

  /* line 127, ../sass/all/popup.scss */
  #FormPopUp {
    margin-left: 0px;
  }
  /* line 130, ../sass/all/popup.scss */
  #FormPopUp input {
    padding-bottom: 2vw;
    margin-bottom: 20vw;
    width: 76vw;
    font-size: 5vw;
    margin-left: 5vw;
  }
  /* line 137, ../sass/all/popup.scss */
  #FormPopUp input.SubmitClose {
    background-size: 10vw auto;
    width: 80vw;
    height: 18vw;
    margin-left: 5vw;
    margin-top: 20vw;
    font-size: 6vw;
  }
}
