/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.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, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 16, ../sass/screen.sass */
ul.styled li {
  list-style: initial;
  color: #ce2b1d;
  margin-left: 14px;
}

@-moz-keyframes animatedBackground {
  from {
    background-position: center -1200px;
  }
  to {
    background-position: center 45px;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: center -1200px;
  }
  to {
    background-position: center 45px;
  }
}
@keyframes animatedBackground {
  from {
    background-position: center -1200px;
  }
  to {
    background-position: center 45px;
  }
}
@-moz-keyframes animatedLogo {
  from {
    top: -700px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes animatedLogo {
  from {
    top: -700px;
  }
  to {
    top: 0;
  }
}
@keyframes animatedLogo {
  from {
    top: -700px;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes animatedShopTop {
  from {
    left: 1200px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes animatedShopTop {
  from {
    left: 1200px;
  }
  to {
    left: 0;
  }
}
@keyframes animatedShopTop {
  from {
    left: 1200px;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes animatedTopForm {
  from {
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes animatedTopForm {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes animatedTopForm {
  from {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
/* line 47, ../sass/screen.sass */
.top {
  background: url("../img/top_bg_big.jpg") no-repeat center 45px;
  height: 590px;
  overflow: hidden;
}
/* line 52, ../sass/screen.sass */
.top__menu {
  height: 45px;
  background: #000;
  z-index: 100;
  position: relative;
}

@media (max-width: 750px) {
  /* line 59, ../sass/screen.sass */
  .form-top {
    display: none;
  }
}
/* line 62, ../sass/screen.sass */
.content-wrap {
  margin: 0 auto;
  position: relative;
}

/* line 68, ../sass/screen.sass */
.logo {
  position: absolute;
  width: 377px;
  height: 260px;
  top: 0;
  left: 0;
  background: url("../img/logo_bg.png") no-repeat;
}
/* line 76, ../sass/screen.sass */
.logo__wrap {
  background: url("../img/logo.png") no-repeat;
  text-indent: -9999px;
  position: relative;
  top: 30px;
  width: 200px;
  height: 85px;
  margin: 0 auto;
}
/* line 84, ../sass/screen.sass */
.logo__slogan {
  font-size: 18px;
  font-family: "Roboto";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 50px;
}

/* line 94, ../sass/screen.sass */
.shops-small {
  font-family: "Roboto";
  top: 75px;
  position: absolute;
  right: 0;
  width: 330px;
  color: #fff;
  text-align: right;
}
/* line 102, ../sass/screen.sass */
.shops-small__title {
  display: block;
  font-size: 18px;
  padding-bottom: 3px;
  padding-top: 7px;
  margin-right: 50px;
  line-height: 1;
}
/* line 109, ../sass/screen.sass */
.shops-small__phone {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-right: 50px;
  padding-left: 30px;
  line-height: 1;
  white-space: nowrap;
}
/* line 117, ../sass/screen.sass */
.shops-small li {
  background: #e04629 url("../img/fire_bg_big.jpg") center center no-repeat;
  position: relative;
  margin-bottom: 10px;
  border-radius: 32px;
  height: 64px;
  padding: 0 11px;
  -moz-box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.12);
}
/* line 125, ../sass/screen.sass */
.shops-small li i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #bcbbbb url("../img/mini_map.png") bottom left no-repeat;
  float: right;
  margin-top: 11px;
}
/* line 132, ../sass/screen.sass */
.shops-small li.first {
  -moz-animation: animatedShopTop 0.4s ease-out 1;
  -webkit-animation: animatedShopTop 0.4s ease-out 1;
  animation: animatedShopTop 0.4s ease-out 1;
}
/* line 134, ../sass/screen.sass */
.shops-small li.second {
  -moz-animation: animatedShopTop 0.5s ease-out 1;
  -webkit-animation: animatedShopTop 0.5s ease-out 1;
  animation: animatedShopTop 0.5s ease-out 1;
}
/* line 136, ../sass/screen.sass */
.shops-small li.second i {
  background: #bcbbbb url("../img/mini_map.png") top left no-repeat;
}

/* line 139, ../sass/screen.sass */
.form-top {
  border-radius: 50%;
  background-image: -moz-linear-gradient(127deg, #ccc 0%, white 100%);
  background-image: -webkit-linear-gradient(127deg, #ccc 0%, white 100%);
  background-image: -ms-linear-gradient(127deg, #ccc 0%, white 100%);
  -moz-box-shadow: 2.5px 4.33px 13px 0px rgba(0, 0, 0, 0.157);
  -webkit-box-shadow: 2.5px 4.33px 13px 0px rgba(0, 0, 0, 0.157);
  box-shadow: 2.5px 4.33px 13px 0px rgba(0, 0, 0, 0.157);
  position: relative;
  float: right;
  top: -60px;
  z-index: 200;
  width: 351px;
  height: 351px;
  -moz-animation: animatedTopForm 0.4s ease-out 1;
  -webkit-animation: animatedTopForm 0.4s ease-out 1;
  animation: animatedTopForm 0.4s ease-out 1;
}
/* line 152, ../sass/screen.sass */
.form-top__wrap {
  border-radius: 50%;
  background-image: -moz-linear-gradient(127deg, #ddd 0%, white 100%);
  background-image: -webkit-linear-gradient(127deg, #ddd 0%, white 100%);
  background-image: -ms-linear-gradient(127deg, #ddd 0%, white 100%);
  -moz-box-shadow: 2.5px 4.33px 13px 0px rgba(0, 0, 0, 0.157);
  -webkit-box-shadow: 2.5px 4.33px 13px 0px rgba(0, 0, 0, 0.157);
  box-shadow: 2.5px 4.33px 13px 0px rgba(0, 0, 0, 0.157);
  width: 337px;
  height: 337px;
  margin-top: 7px;
  margin-left: 7px;
  text-align: center;
}
/* line 163, ../sass/screen.sass */
.form-top__wrap > {
  width: 200px;
  margin: 0 auto;
}
/* line 166, ../sass/screen.sass */
.form-top__title {
  padding-top: 50px;
  text-transform: uppercase;
  font-family: "Roboto";
}
/* line 170, ../sass/screen.sass */
.form-top__title__discont1 {
  font-size: 24px;
}
/* line 172, ../sass/screen.sass */
.form-top__title__discont2 {
  font-size: 44px;
  font-weight: bold;
}
/* line 175, ../sass/screen.sass */
.form-top__phone {
  padding-top: 20px;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
/* line 180, ../sass/screen.sass */
.form-top__phone input {
  height: 58px;
  border: 0 transparent;
  border-radius: 15px;
  -moz-box-shadow: inset 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.3);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#e0e0e0, #ffffff);
  background-image: -webkit-linear-gradient(#e0e0e0, #ffffff);
  background-image: linear-gradient(#e0e0e0, #ffffff);
  padding-left: 55px;
  font-size: 20px;
  width: 200px;
  letter-spacing: -1px;
}
/* line 190, ../sass/screen.sass */
.form-top__phone input:focus {
  outline: none;
}
/* line 192, ../sass/screen.sass */
.form-top__phone i {
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 35px;
  left: 16px;
}
/* line 203, ../sass/screen.sass */
.form-top__send {
  padding-top: 20px;
}
/* line 205, ../sass/screen.sass */
.form-top__send input {
  height: 58px;
  width: 200px;
  background: #ebac1a;
  color: #fff;
  border-radius: 15px;
  border: 0 transparent;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: bold;
  -moz-box-shadow: inset -1px -1px 2px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 2px 0 rgba(255, 255, 255, 0.4), inset 0 60px 0 -30px rgba(246, 190, 36, 0.5);
  -webkit-box-shadow: inset -1px -1px 2px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 2px 0 rgba(255, 255, 255, 0.4), inset 0 60px 0 -30px rgba(246, 190, 36, 0.5);
  box-shadow: inset -1px -1px 2px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 2px 0 rgba(255, 255, 255, 0.4), inset 0 60px 0 -30px rgba(246, 190, 36, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 218, ../sass/screen.sass */
.form-top__send input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 221, ../sass/screen.sass */
.razdel {
  margin-top: 70px;
}
/* line 223, ../sass/screen.sass */
.razdel hr {
  border-top: 1px solid #111;
  margin-top: 20px;
}
/* line 226, ../sass/screen.sass */
.razdel h2 {
  margin-top: -30px;
}
/* line 228, ../sass/screen.sass */
.razdel h2 .wrap {
  background: #fff;
  display: inline;
  padding: 0 20px;
}

/* line 233, ../sass/screen.sass */
h2 {
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
/* line 241, ../sass/screen.sass */
h2 span.highlight {
  color: #ce2b1d;
}

/* line 245, ../sass/screen.sass */
.why {
  margin-top: 30px;
}
/* line 247, ../sass/screen.sass */
.why .row > div {
  margin-top: 30px;
  padding-right: 10px;
}
/* line 250, ../sass/screen.sass */
.why__title {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}

/* line 255, ../sass/screen.sass */
.circle-icon {
  border-radius: 50%;
  background: #fff;
  width: 116px;
  height: 116px;
  color: white;
  float: left;
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
  margin-right: 18px;
}
/* line 264, ../sass/screen.sass */
.circle-icon__wrap {
  border-radius: 50%;
  width: 102px;
  height: 102px;
  position: relative;
  left: 7px;
  top: 7px;
  background: #e04629 url("../img/fire_bg.png") center top no-repeat;
}

/* line 273, ../sass/screen.sass */
.cheap {
  margin-top: 40px;
}
/* line 275, ../sass/screen.sass */
.cheap .row > div {
  padding: 12px 20px;
}
/* line 277, ../sass/screen.sass */
.cheap__wrap {
  border: 1px solid silver;
  min-height: 250px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA1MzA1NCIgeTE9IjAuMDY3OTA3IiB4Mj0iMS4wNTMwNTQiIHkyPSIwLjkzMjA5MyI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(322deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-image: -webkit-linear-gradient(322deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-image: linear-gradient(128deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  padding: 15px;
}
/* line 283, ../sass/screen.sass */
.cheap__title {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  color: #ce2b1d;
  padding-bottom: 10px;
}
/* line 289, ../sass/screen.sass */
.cheap__image {
  float: left;
  margin: 35px 26px 40px 12px;
  width: 135px;
  height: 145px;
}
/* line 294, ../sass/screen.sass */
.cheap__image-1 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 0 no-repeat;
}
/* line 296, ../sass/screen.sass */
.cheap__image-2 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -145px no-repeat;
}
/* line 298, ../sass/screen.sass */
.cheap__image-3 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -290px no-repeat;
}
/* line 300, ../sass/screen.sass */
.cheap__image-4 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -435px no-repeat;
}
/* line 302, ../sass/screen.sass */
.cheap__image-5 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -580px no-repeat;
}
/* line 304, ../sass/screen.sass */
.cheap__image-6 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -725px no-repeat;
}

/* line 307, ../sass/screen.sass */
.service {
  background: #2e2e2e;
  color: #fff;
  text-align: center;
  padding-bottom: 45px;
}
/* line 312, ../sass/screen.sass */
.service h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}
/* line 316, ../sass/screen.sass */
.service .circle-icon2 {
  background: #fff;
  color: #2e2e2e;
  border-radius: 50%;
  width: 148px;
  height: 148px;
  display: inline-block;
}
/* line 323, ../sass/screen.sass */
.service__title {
  font-weight: bold;
  font-size: 1.3em;
  min-height: 80px;
  margin-top: 10px;
}
/* line 328, ../sass/screen.sass */
.service__icon {
  width: 106px;
  height: 106px;
  display: inline-block;
}
/* line 332, ../sass/screen.sass */
.service__icon-1 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -1014px no-repeat;
  margin-top: 25px;
}
/* line 335, ../sass/screen.sass */
.service__icon-2 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -1120px no-repeat;
  margin-top: 14px;
}
/* line 338, ../sass/screen.sass */
.service__icon-3 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -1226px no-repeat;
  margin-top: 22px;
  margin-left: 15px;
}
/* line 342, ../sass/screen.sass */
.service__icon-4 {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -1332px no-repeat;
  margin-top: 25px;
}

/* line 346, ../sass/screen.sass */
.action {
  background: url("../img/action_bg.jpg") top center repeat-x;
  height: 637px;
  -moz-box-shadow: 0px 10px 14px rgba(102, 40, 0, 0.4);
  -webkit-box-shadow: 0px 10px 14px rgba(102, 40, 0, 0.4);
  box-shadow: 0px 10px 14px rgba(102, 40, 0, 0.4);
}
/* line 350, ../sass/screen.sass */
.action .in-stock-100 {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: relative;
  left: 7px;
  top: 7px;
  background: #e04629 url("../img/fire_bg_big.jpg") center center no-repeat;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-left: 12%;
  margin-top: 70px;
}
/* line 363, ../sass/screen.sass */
.action .in-stock-100__first-text {
  margin-top: 60px;
  display: inline-block;
}
/* line 366, ../sass/screen.sass */
.action .in-stock-100__digits {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  display: block;
}
/* line 371, ../sass/screen.sass */
.action .dimohod-kinds {
  color: #fff;
  font-size: 18px;
  background: #3f3f3f url("../img/gray_bg_big.jpg") center top no-repeat;
  margin-top: 50px;
  margin-right: 1%;
  padding: 14px 30px;
  width: 450px;
  position: absolute;
  right: 3%;
}
/* line 381, ../sass/screen.sass */
.action .dimohod-kinds__digits {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
/* line 385, ../sass/screen.sass */
.action .discont-pech {
  color: #fff;
  background: url("../img/action_discont_bg.png") center center no-repeat;
  width: 455px;
  height: 234px;
  margin: 104px auto 0 auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 395, ../sass/screen.sass */
.action .discont-pech__first {
  margin-top: 20px;
  display: inline-block;
}
/* line 398, ../sass/screen.sass */
.action .discont-pech__big {
  font-size: 40px;
  display: block;
}
/* line 401, ../sass/screen.sass */
.action .discont-pech__values span {
  display: inline-block;
}
/* line 403, ../sass/screen.sass */
.action .discont-pech-3 {
  font-size: 24px;
  margin-right: 30px;
}
/* line 406, ../sass/screen.sass */
.action .discont-pech-5 {
  font-size: 30px;
  margin-right: 30px;
}
/* line 409, ../sass/screen.sass */
.action .discont-pech-10 {
  font-size: 42px;
  line-height: 1.3;
}

/* line 413, ../sass/screen.sass */
.offer {
  margin-top: 40px;
}
/* line 415, ../sass/screen.sass */
.offer ul {
  color: #64473f;
  font-size: 16px;
}
/* line 418, ../sass/screen.sass */
.offer ul i {
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -870px no-repeat;
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-right: 16px;
  margin-left: -64px;
  margin-bottom: 10px;
  margin-top: -10px;
  float: left;
}
/* line 428, ../sass/screen.sass */
.offer ul li {
  line-height: 24px;
  padding: 10px 0 10px 64px;
  height: 64px;
}

/* line 434, ../sass/screen.sass */
.about h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 439, ../sass/screen.sass */
.about h3 span {
  color: #ce2b1d;
}
/* line 441, ../sass/screen.sass */
.about p {
  margin-bottom: 18px;
}

/* line 444, ../sass/screen.sass */
.partners {
  float: right;
  width: 310px;
  background: url("../img/partners_shadow.png") center bottom no-repeat;
  padding: 0 10px 27px 10px;
  margin-left: 30px;
}
/* line 450, ../sass/screen.sass */
.partners__wrap {
  background: #fff;
  border: 10px solid #ebe9e9;
  padding: 20px 24px;
}
/* line 454, ../sass/screen.sass */
.partners__wrap h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 18px;
}
/* line 459, ../sass/screen.sass */
.partners__wrap ul {
  margin-bottom: 5px;
}
/* line 462, ../sass/screen.sass */
.partners__wrap li a {
  font-weight: bold;
}
/* line 464, ../sass/screen.sass */
.partners__wrap li span {
  color: #444;
}

/* line 468, ../sass/screen.sass */
.shops .shop {
  margin-bottom: 30px;
  -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
}
/* line 471, ../sass/screen.sass */
.shops .shop__wrap {
  padding: 30px 25px 15px 25px;
  min-height: 250px;
}
/* line 474, ../sass/screen.sass */
.shops .shop-title {
  font-size: 22px;
  font-weight: bold;
  padding-left: 52px;
  text-align: center;
  padding-right: 50px;
  margin-top: -15px;
  margin-bottom: 20px;
}
/* line 482, ../sass/screen.sass */
.shops .address {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 52px;
  background: url('./../img/sprite_img-s259027a8b7.png') 0 -934px no-repeat;
}
/* line 488, ../sass/screen.sass */
.shops .address strong {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
/* line 492, ../sass/screen.sass */
.shops .phone {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 498, ../sass/screen.sass */
.shops ul {
  text-align: center;
  font-size: 17px;
}

/* line 503, ../sass/screen.sass */
.good {
  position: relative;
  -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  margin: 0 20px 30px 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}
/* line 508, ../sass/screen.sass */
.good__title {
  text-transform: uppercase;
  color: #fff;
  background: #e04629 url("../img/fire_bg_big.jpg") center center no-repeat;
  width: 110%;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  right: -20px;
  top: 16px;
}
/* line 520, ../sass/screen.sass */
.good__title:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 10px solid #8d180f;
  border-top: 6px solid #8d180f;
  border-bottom: 6px solid transparent;
  border-right: 10px solid transparent;
  right: 0;
  bottom: -12px;
}
/* line 530, ../sass/screen.sass */
.good__description {
  margin-top: 70px;
  font-size: 16px;
}
/* line 533, ../sass/screen.sass */
.good__description dd {
  font-weight: bold;
  display: inline;
}
/* line 536, ../sass/screen.sass */
.good__description dt {
  display: inline;
  margin-right: 7px;
}
/* line 539, ../sass/screen.sass */
.good__description dt:before {
  content: "";
  display: block;
}
/* line 542, ../sass/screen.sass */
.good__price {
  position: relative;
  font-size: 40px;
  color: #ce2b1d;
}
/* line 547, ../sass/screen.sass */
.good__wrap {
  position: relative;
  border: 1px solid transparent;
}

/* line 551, ../sass/screen.sass */
.bottom-discont {
  padding: 35px 0;
  background: #181717;
}
/* line 554, ../sass/screen.sass */
.bottom-discont .title {
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}
/* line 560, ../sass/screen.sass */
.bottom-discont .title span {
  font-size: 38px;
  display: block;
  font-weight: bold;
}
/* line 565, ../sass/screen.sass */
.bottom-discont .input-phone {
  position: relative;
}
/* line 567, ../sass/screen.sass */
.bottom-discont input[type=text] {
  height: 58px;
  border: 0 transparent;
  border-radius: 15px;
  -moz-box-shadow: inset 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1.5px 1.5px 3px 0px rgba(0, 0, 0, 0.3);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#e0e0e0, #ffffff);
  background-image: -webkit-linear-gradient(#e0e0e0, #ffffff);
  background-image: linear-gradient(#e0e0e0, #ffffff);
  padding-left: 50px;
  font-size: 17px;
  width: 100%;
  letter-spacing: -1px;
}
/* line 577, ../sass/screen.sass */
.bottom-discont input[type=text]:focus {
  outline: none;
}
/* line 579, ../sass/screen.sass */
.bottom-discont i {
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  left: 10px;
  padding-left: 7px;
}
/* line 591, ../sass/screen.sass */
.bottom-discont input[type=submit] {
  height: 58px;
  width: 100%;
  background: #ebac1a;
  color: #fff;
  border-radius: 15px;
  border: 0 transparent;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: bold;
  -moz-box-shadow: inset -1px -1px 2px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 2px 0 rgba(255, 255, 255, 0.4), inset 0 60px 0 -30px rgba(246, 190, 36, 0.5);
  -webkit-box-shadow: inset -1px -1px 2px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 2px 0 rgba(255, 255, 255, 0.4), inset 0 60px 0 -30px rgba(246, 190, 36, 0.5);
  box-shadow: inset -1px -1px 2px 0px rgba(0, 0, 0, 0.2), inset 1px 1px 2px 0 rgba(255, 255, 255, 0.4), inset 0 60px 0 -30px rgba(246, 190, 36, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 604, ../sass/screen.sass */
.bottom-discont input[type=submit]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 608, ../sass/screen.sass */
.partnership {
  background: #3b3939;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
}

.accordion-body {
    overflow: hidden;
}


/*# sourceMappingURL=screen.css.map */
