/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
    url('../fonts/proximanova-regular-webfont.woff') format('woff'),
    url('../fonts/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/
/* breakpoints @media all and (max-width: $bp-large - 1) {) */
/* colors */
/* line 1, ../sass/layout/_common.scss */
body {
  background: #fff;
  font-family: "Open Sans";
}

/* line 6, ../sass/layout/_common.scss */
a, a:visited {
  color: #000;
}

/* line 10, ../sass/layout/_common.scss */
.page-default {
  background: #f7f7f7;
}

/* line 14, ../sass/layout/_common.scss */
.wrapper {
  padding-top: 207px;
}

/* line 18, ../sass/layout/_common.scss */
.content-part {
  width: 1685px;
  margin: 0 auto;
  padding-bottom: 65px;
}
/* line 23, ../sass/layout/_common.scss */
.content-part h1 {
  font-size: 36px;
  font-family: "Open Sans";
  margin: 0 0 65px;
  padding: 0 0 7px;
  font-weight: 400;
  color: #600f0f;
  border-bottom: 1px solid #d1bdbd;
}
/* line 33, ../sass/layout/_common.scss */
.content-part .breadcrumbs {
  padding: 20px 0 0;
  font-size: 16px;
  color: #969696;
  margin: 0 0 21px;
}

/* line 41, ../sass/layout/_common.scss */
.click-buy {
  text-align: center;
  padding-top: 15px;
}
/* line 45, ../sass/layout/_common.scss */
.click-buy-button {
  color: #fff;
  background: #600f0f;
  border: 0;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}
/* line 54, ../sass/layout/_common.scss */
.click-buy-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
/* line 63, ../sass/layout/_common.scss */
.click-buy-overlay_active {
  display: block;
}
/* line 68, ../sass/layout/_common.scss */
.click-buy-title {
  text-transform: uppercase;
  font-size: 24px;
  padding: 20px 0 30px;
}
/* line 74, ../sass/layout/_common.scss */
.click-buy-input {
  border-radius: 3px;
  margin-bottom: 10px;
  border: 0;
}
/* line 80, ../sass/layout/_common.scss */
.click-buy-send {
  cursor: pointer;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 3px;
  background: #600f0f;
  text-transform: uppercase;
  padding: 5px 13px 4px;
  font-weight: bold;
}
/* line 91, ../sass/layout/_common.scss */
.click-buy-modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #600f0f;
  color: #fff;
  font-size: 18px;
  width: 400px;
  height: 200px;
  text-align: center;
  border-radius: 3px;
}

@media screen and (max-width: 1919px) {
  /* line 109, ../sass/layout/_common.scss */
  .content-part {
    width: auto;
  }

  /* line 113, ../sass/layout/_common.scss */
  .wrapper {
    padding: 85px 20px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  /* line 120, ../sass/layout/_common.scss */
  body {
    padding-top: 0;
  }

  /* line 124, ../sass/layout/_common.scss */
  .wrapper {
    padding: 0 40px;
    box-sizing: border-box;
  }
}
/* line 1, ../sass/layout/_header.scss */
header {
  position: absolute;
  left: 33px;
  top: 29px;
  right: 20px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

/* line 10, ../sass/layout/_header.scss */
.mobile-search-wrapper {
  position: relative;
}
/* line 13, ../sass/layout/_header.scss */
.mobile-search-wrapper input {
  width: 100%;
  background: transparent;
  border: 1px solid #600f0f;
  border-radius: 10px;
  padding: 3px 10px;
  box-sizing: border-box;
  outline: 0;
}
/* line 23, ../sass/layout/_header.scss */
.mobile-search-wrapper button {
  position: absolute;
  right: 2px;
  top: -3px;
  background: transparent;
  border: 0;
  background: url(../img/sprite.png);
  width: 29px;
  height: 31px;
  transform: scale(0.5);
}

/* line 36, ../sass/layout/_header.scss */
.mobile-header-additional {
  list-style: none;
  padding: 0 10px;
  margin: 0;
  background: #e5e5e5;
  display: none;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.mobile-header-additional:after {
  content: "";
  display: table;
  clear: both;
}
/* line 45, ../sass/layout/_header.scss */
.mobile-header-additional li {
  width: 33.3334%;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding: 10px 0 10px 40px;
}
/* line 52, ../sass/layout/_header.scss */
.mobile-header-additional li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(../img/sprite.png);
}
/* line 63, ../sass/layout/_header.scss */
.mobile-header-additional li.mobile-phone:before {
  left: 10px;
  width: 14px;
  height: 23px;
  background-position: -88px 0;
}
/* line 73, ../sass/layout/_header.scss */
.mobile-header-additional li.mobile-email:before {
  width: 34px;
  height: 24px;
  background-position: -112px 0;
}

/* line 82, ../sass/layout/_header.scss */
.menu-line {
  padding: 13px 82px 5px 84px;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.menu-line:after {
  content: "";
  display: table;
  clear: both;
}

/* line 88, ../sass/layout/_header.scss */
.mobile-menu-switcher {
  display: none;
}

/* line 92, ../sass/layout/_header.scss */
.mobile-menu-switcher-label-close {
  display: none;
  position: fixed;
  right: 19px;
  top: 20px;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  z-index: 10;
}
/* line 102, ../sass/layout/_header.scss */
.mobile-menu-switcher-label-close:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #600f0f;
  position: absolute;
  transform: rotate(-45deg);
  top: 13px;
}
/* line 113, ../sass/layout/_header.scss */
.mobile-menu-switcher-label-close:before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #600f0f;
  position: absolute;
  transform: rotate(45deg);
  top: 13px;
}

/* line 125, ../sass/layout/_header.scss */
.mobile-menu-switcher-label {
  display: none;
  position: absolute;
  right: 19px;
  top: 20px;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  border: 4px solid #600f0f;
  border-width: 4px 0;
  z-index: 9;
}
/* line 137, ../sass/layout/_header.scss */
.mobile-menu-switcher-label:after {
  content: "";
  display: block;
  height: 4px;
  background: #600f0f;
  width: 100%;
  position: absolute;
  top: 9px;
  z-index: 10;
}
/* line 148, ../sass/layout/_header.scss */
.mobile-menu-switcher-label:before {
  content: "";
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 1;
}

/* line 161, ../sass/layout/_header.scss */
.logo {
  float: left;
}

/* line 165, ../sass/layout/_header.scss */
.menu {
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
  float: right;
  font-family: "Open Sans";
  font-size: 20px;
}
/* line 173, ../sass/layout/_header.scss */
.menu li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
}
/* line 179, ../sass/layout/_header.scss */
.menu a, .menu a:visited {
  color: #000;
  font-family: "Open Sans";
  font-weight: 100;
}
/* line 185, ../sass/layout/_header.scss */
.menu .search-item {
  margin-right: 0;
}
/* line 188, ../sass/layout/_header.scss */
.menu .search-item a:after {
  display: block;
  content: "";
  width: 29px;
  height: 31px;
  background: url(../img/sprite.png) no-repeat 0 0;
  margin-top: -3px;
}

@media screen and (max-width: 1919px) {
  /* line 200, ../sass/layout/_header.scss */
  header {
    top: 0;
    left: 20px;
  }

  /* line 205, ../sass/layout/_header.scss */
  .menu-line {
    padding: 8px 35px 6px 20px;
  }

  /* line 209, ../sass/layout/_header.scss */
  .logo img {
    width: 170px;
  }

  /* line 213, ../sass/layout/_header.scss */
  .menu {
    padding-top: 20px;
    font-size: 17px;
  }
  /* line 217, ../sass/layout/_header.scss */
  .menu li {
    margin: 0 15px;
  }
  /* line 220, ../sass/layout/_header.scss */
  .menu li.search-item a:after {
    transform: scale(0.7, 0.7);
  }
}
@media screen and (max-width: 1024px) {
  /* line 228, ../sass/layout/_header.scss */
  header {
    position: static;
  }

  /* line 232, ../sass/layout/_header.scss */
  .menu-line {
    position: relative;
  }

  /* line 236, ../sass/layout/_header.scss */
  .mobile-menu-switcher-label {
    display: block;
  }

  /* line 240, ../sass/layout/_header.scss */
  .menu {
    display: none;
  }

  /* line 244, ../sass/layout/_header.scss */
  .mobile-menu-switcher:checked ~ label {
    display: block;
  }
  /* line 247, ../sass/layout/_header.scss */
  .mobile-menu-switcher:checked ~ label:before {
    display: block;
  }

  /* line 251, ../sass/layout/_header.scss */
  .mobile-menu-switcher:checked ~ .menu {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    padding: 60px 25px 52px 25px;
    background: #fff;
    height: 100vh;
    box-sizing: border-box;
    z-index: 9;
  }
  /* line 262, ../sass/layout/_header.scss */
  .mobile-menu-switcher:checked ~ .menu li {
    margin: 0;
    font-size: 20px;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
  /* line 269, ../sass/layout/_header.scss */
  .mobile-menu-switcher:checked ~ .menu li.search-item {
    display: none;
  }

  /* line 275, ../sass/layout/_header.scss */
  .mobile-header-additional {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  /* line 281, ../sass/layout/_header.scss */
  .mobile-header-additional li {
    width: 100%;
  }
  /* line 284, ../sass/layout/_header.scss */
  .mobile-header-additional li.mobile-search {
    padding-left: 0;
  }
}
/* line 1, ../sass/layout/_footer.scss */
footer {
  background: #d2d2d2;
  padding: 47px 0 70px;
  text-align: center;
  overflow: hidden;
}

/* line 8, ../sass/layout/_footer.scss */
.footer-column {
  padding: 13px 0 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
/* line 14, ../sass/layout/_footer.scss */
.footer-column span {
  text-transform: uppercase;
  font-size: 26px;
}
/* line 19, ../sass/layout/_footer.scss */
.footer-column ul {
  list-style: none;
  padding: 27px 0 0;
  margin: 0;
  font-size: 20px;
  font-weight: 100;
}
/* line 26, ../sass/layout/_footer.scss */
.footer-column ul li {
  margin-bottom: 29px;
}
/* line 30, ../sass/layout/_footer.scss */
.footer-column ul a {
  color: #000;
}

/* line 36, ../sass/layout/_footer.scss */
.footer-logo {
  width: 17%;
  background: url(../img/sprite.png) no-repeat 0 -243px;
  box-shadow: 0 0 black;
  padding-top: 98px;
  font-size: 18px;
}
/* line 43, ../sass/layout/_footer.scss */
.footer-logo p {
  font-family: "Open Sans";
  font-weight: 100;
}

/* line 49, ../sass/layout/_footer.scss */
.menu-about {
  width: 16%;
  border-right: 1px solid #600f0f;
  text-align: left;
  padding-left: 3%;
  box-sizing: border-box;
}

/* line 57, ../sass/layout/_footer.scss */
.footer-contacts {
  padding-left: 3%;
  width: 22%;
  border-right: 1px solid #600f0f;
  height: 242px;
}

/* line 64, ../sass/layout/_footer.scss */
.subscribe {
  padding-left: 4%;
  width: 20%;
}
/* line 68, ../sass/layout/_footer.scss */
.subscribe span {
  white-space: nowrap;
}
/* line 72, ../sass/layout/_footer.scss */
.subscribe ul.social {
  padding: 0;
  margin: 22px 0 0;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.subscribe ul.social:after {
  content: "";
  display: table;
  clear: both;
}
/* line 78, ../sass/layout/_footer.scss */
.subscribe ul.social li {
  float: left;
  margin: 0 22px 0 0;
}
/* line 82, ../sass/layout/_footer.scss */
.subscribe ul.social li a {
  background: url(../img/sprite.png) no-repeat;
  display: block;
  width: 43px;
  height: 43px;
}
/* line 89, ../sass/layout/_footer.scss */
.subscribe ul.social li.fb a {
  background-position: 0 -184px;
}
/* line 90, ../sass/layout/_footer.scss */
.subscribe ul.social li.in a {
  background-position: -64px -184px;
}
/* line 91, ../sass/layout/_footer.scss */
.subscribe ul.social li.yt a {
  background-position: -128px -184px;
}
/* line 95, ../sass/layout/_footer.scss */
.subscribe form {
  width: 280px;
  padding: 18px 0 0;
  margin: 0;
}
/* line 100, ../sass/layout/_footer.scss */
.subscribe form input {
  border: 1px solid #000;
  background: transparent;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 100;
  padding: 10px 0 14px 18px;
  font-family: "Open Sans";
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 13px;
  outline: 0;
}
/* line 113, ../sass/layout/_footer.scss */
.subscribe form input[type="submit"] {
  color: #600f0f;
  padding-left: 0;
}
/* line 117, ../sass/layout/_footer.scss */
.subscribe form input[type="submit"]:hover {
  background: transparent;
}
/* line 123, ../sass/layout/_footer.scss */
.subscribe form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
/* line 126, ../sass/layout/_footer.scss */
.subscribe form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
/* line 129, ../sass/layout/_footer.scss */
.subscribe form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
/* line 132, ../sass/layout/_footer.scss */
.subscribe form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

@media screen and (max-width: 1919px) {
  /* line 139, ../sass/layout/_footer.scss */
  footer {
    padding: 0;
  }
  /* line 143, ../sass/layout/_footer.scss */
  footer .footer-column span {
    padding-left: 5px;
    font-size: 16px;
  }
  /* line 148, ../sass/layout/_footer.scss */
  footer .footer-column ul {
    padding: 8px 0 0;
    font-size: 13px;
  }
  /* line 152, ../sass/layout/_footer.scss */
  footer .footer-column ul li {
    margin-bottom: 10px;
  }

  /* line 159, ../sass/layout/_footer.scss */
  .footer-logo {
    width: 258px;
    padding-top: 145px;
    position: relative;
    background: transparent;
  }
  /* line 165, ../sass/layout/_footer.scss */
  .footer-logo:before {
    background: url(/wa-data/public/site/themes/default/custom/img/sprite.png) no-repeat 0 -243px;
    content: "";
    display: block;
    width: 245px;
    height: 100px;
    transform: scale(0.5, 0.5);
    position: absolute;
    top: -6px;
    left: -16px;
  }
  /* line 177, ../sass/layout/_footer.scss */
  .footer-logo p {
    font-size: 10px;
  }

  /* line 182, ../sass/layout/_footer.scss */
  .menu-about {
    width: 150px;
    padding: 28px 0 0 5px;
    border: 0;
  }

  /* line 188, ../sass/layout/_footer.scss */
  .footer-contacts {
    width: 261px;
    padding: 28px 0 0;
    border-left: 1px solid #600f0f;
    height: 190px;
  }

  /* line 195, ../sass/layout/_footer.scss */
  .subscribe {
    width: 325px;
    padding: 27px 0 0;
  }
  /* line 199, ../sass/layout/_footer.scss */
  .subscribe ul.social {
    margin: 0;
    padding: 3px 0 0;
    text-align: center;
  }
  /* line 204, ../sass/layout/_footer.scss */
  .subscribe ul.social li {
    margin: 0 -10px 0 0;
    transform: scale(0.5, 0.5);
    float: none;
    display: inline-block;
  }
  /* line 212, ../sass/layout/_footer.scss */
  .subscribe form {
    padding: 0;
    width: auto;
  }
  /* line 216, ../sass/layout/_footer.scss */
  .subscribe form input {
    font-size: 10px;
    padding: 6px 0 5px 18px;
    margin-bottom: 6px;
    width: 53%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 227, ../sass/layout/_footer.scss */
  .footer-logo {
    margin: 0 auto;
    display: block;
  }
  /* line 231, ../sass/layout/_footer.scss */
  .footer-logo:before {
    left: 0;
    right: 0;
    margin: auto;
  }

  /* line 238, ../sass/layout/_footer.scss */
  .menu-about,
  .footer-contacts {
    display: none;
  }

  /* line 243, ../sass/layout/_footer.scss */
  .subscribe {
    position: relative;
  }
  /* line 246, ../sass/layout/_footer.scss */
  .subscribe > span {
    display: none;
  }
  /* line 250, ../sass/layout/_footer.scss */
  .subscribe ul.social {
    position: absolute;
    width: 100px;
    margin: auto;
    left: 0;
    right: 0;
    white-space: nowrap;
    top: -105px;
  }
  /* line 260, ../sass/layout/_footer.scss */
  .subscribe form {
    display: none;
  }
}
/* line 1, ../sass/modules/_home.scss */
.home-slider {
  position: relative;
}
/* line 4, ../sass/modules/_home.scss */
.home-slider.video-active {
  height: 1080px;
}
/* line 7, ../sass/modules/_home.scss */
.home-slider.video-active video {
  position: absolute;
  top: -5px;
  z-index: 5;
  display: block;
}
/* line 14, ../sass/modules/_home.scss */
.home-slider.video-active .video {
  top: 0;
  left: 0;
  right: 0;
  height: 1080px;
  z-index: 6;
  background: transparent;
  font-size: 0;
}
/* line 23, ../sass/modules/_home.scss */
.home-slider.video-active .video:after {
  display: none;
}
/* line 29, ../sass/modules/_home.scss */
.home-slider img {
  max-width: 100%;
}
/* line 33, ../sass/modules/_home.scss */
.home-slider .slogan {
  position: absolute;
  top: 253px;
  color: #fff;
  left: 0;
  right: 0;
  font-size: 72px;
  font-family: "Open Sans";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 2px #333;
}
/* line 47, ../sass/modules/_home.scss */
.home-slider .video {
  position: absolute;
  top: 506px;
  left: 99px;
  color: #600f0f;
  font-size: 24px;
  font-family: "Open Sans";
  background: rgba(255, 255, 255, 0.61);
  border-radius: 10px;
  padding: 24px 85px 22px 23px;
}
/* line 58, ../sass/modules/_home.scss */
.home-slider .video:after {
  display: block;
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background: url(../img/sprite.png) no-repeat -38px 0;
  right: 15px;
  top: 19px;
}
/* line 70, ../sass/modules/_home.scss */
.home-slider video {
  display: none;
}

/* line 75, ../sass/modules/_home.scss */
.home-block {
  text-align: center;
  padding: 63px 0 0;
}
/* line 79, ../sass/modules/_home.scss */
.home-block h2 {
  font-family: "Open Sans";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 48px;
  padding: 0 30px 29px;
  display: inline-block;
  border-bottom: 4px solid #600f0f;
}

/* line 90, ../sass/modules/_home.scss */
.pluses {
  padding-bottom: 164px;
  overflow: hidden;
}
/* line 94, ../sass/modules/_home.scss */
.pluses ul {
  list-style: none;
  margin: 0 -5px;
  padding: 84px 0 0;
  text-align: center;
}
/* line 100, ../sass/modules/_home.scss */
.pluses ul li {
  display: inline-block;
  position: relative;
  width: 19%;
  padding: 0 30px;
  vertical-align: top;
  box-sizing: border-box;
}
/* line 108, ../sass/modules/_home.scss */
.pluses ul li:before {
  display: block;
  content: "";
  border: 5px solid #e6e6e6;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  margin: 0 auto 54px;
}
/* line 118, ../sass/modules/_home.scss */
.pluses ul li:after {
  display: block;
  position: absolute;
  content: "";
  top: 56px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}
/* line 130, ../sass/modules/_home.scss */
.pluses ul li:nth-child(1):after {
  background-position: 0 -68px;
  width: 63px;
  height: 79px;
}
/* line 131, ../sass/modules/_home.scss */
.pluses ul li:nth-child(2):after {
  background-position: -111px -68px;
  width: 89px;
  height: 79px;
}
/* line 132, ../sass/modules/_home.scss */
.pluses ul li:nth-child(3):after {
  background-position: -228px -68px;
  width: 83px;
  height: 79px;
}
/* line 133, ../sass/modules/_home.scss */
.pluses ul li:nth-child(4):after {
  background-position: -352px -68px;
  width: 79px;
  height: 79px;
  top: 52px;
}
/* line 134, ../sass/modules/_home.scss */
.pluses ul li:nth-child(5):after {
  background-position: -481px -68px;
  width: 70px;
  height: 82px;
  top: 53px;
}
/* line 136, ../sass/modules/_home.scss */
.pluses ul li span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}
/* line 142, ../sass/modules/_home.scss */
.pluses ul li p {
  text-align: left;
  font-size: 18px;
  font-family: "Open Sans";
  padding: 15px 0 0;
  line-height: 22px;
  width: 270px;
  margin: 0 auto;
  font-weight: 100;
}

/* line 156, ../sass/modules/_home.scss */
.page-homepage .content-part {
  width: auto;
}

@media screen and (max-width: 1919px) {
  /* line 161, ../sass/modules/_home.scss */
  .home-slider .video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 225px;
    height: 42px;
    padding: 12px 0 0 25px;
    font-size: 14px;
    box-sizing: border-box;
    color: #600f0f;
  }
  /* line 174, ../sass/modules/_home.scss */
  .home-slider .video:after {
    transform: scale(0.7, 0.7);
    top: 6px;
  }

  /* line 180, ../sass/modules/_home.scss */
  .home-block {
    padding: 16px 0 0;
  }
  /* line 183, ../sass/modules/_home.scss */
  .home-block h2 {
    font-size: 30px;
    padding: 0 10px 2px;
    border-width: 3px;
  }

  /* line 190, ../sass/modules/_home.scss */
  .pluses ul {
    padding-top: 18px;
  }
  /* line 194, ../sass/modules/_home.scss */
  .pluses ul li:before {
    height: 70px;
    width: 70px;
    margin: 0 auto 17px;
  }
  /* line 199, ../sass/modules/_home.scss */
  .pluses ul li:after, .pluses ul li:nth-child(4):after, .pluses ul li:nth-child(5):after {
    transform: scale(0.5, 0.5);
    top: 2px;
  }
  /* line 206, ../sass/modules/_home.scss */
  .pluses ul li span {
    font-size: 16px;
  }
  /* line 210, ../sass/modules/_home.scss */
  .pluses ul li p {
    font-size: 11px;
    width: auto;
    line-height: 13px;
    padding-top: 24px;
    text-align: center;
  }
}
/* line 221, ../sass/modules/_home.scss */
.tab-content-products {
  display: none;
}

/* line 225, ../sass/modules/_home.scss */
.tab-content-products.selected {
  display: block;
}

/* line 229, ../sass/modules/_home.scss */
.home-tabs-names {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}

/* line 235, ../sass/modules/_home.scss */
.home-tabs-names li {
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 32px;
  margin: 0 40px;
  padding: 27px 30px 30px;
  display: inline-block;
  border: 4px solid transparent;
  border-radius: 3px;
}

/* line 248, ../sass/modules/_home.scss */
.home-tabs-names li:not(.selected):hover {
  background: #600f0f;
  color: #fff;
}

/* line 253, ../sass/modules/_home.scss */
.home-tabs-names .selected {
  border: 4px solid #600f0f;
}

@media screen and (max-width: 1024px) {
  /* line 258, ../sass/modules/_home.scss */
  .pluses ul li {
    width: 100%;
    padding-bottom: 45px;
  }
  /* line 262, ../sass/modules/_home.scss */
  .pluses ul li:before {
    float: left;
    position: absolute;
  }
  /* line 267, ../sass/modules/_home.scss */
  .pluses ul li:after {
    left: 38px;
    right: auto;
  }
  /* line 272, ../sass/modules/_home.scss */
  .pluses ul li span,
  .pluses ul li p {
    float: left;
    margin-left: 100px;
    text-align: left;
    width: 90%;
  }
  /* line 282, ../sass/modules/_home.scss */
  .pluses ul li:nth-child(2):after, .pluses ul li:nth-child(3):after {
    left: 26px;
  }
  /* line 288, ../sass/modules/_home.scss */
  .pluses ul li:nth-child(4):after {
    left: 30px;
  }
  /* line 294, ../sass/modules/_home.scss */
  .pluses ul li:nth-child(5):after {
    left: 36px;
  }
}
/* line 1, ../sass/modules/_category-list.scss */
.product-list-wrapper {
  overflow: hidden;
}
/* line 4, ../sass/modules/_category-list.scss */
.product-list-wrapper ul.thumbs {
  padding: 100px 0 0;
}
/* line 7, ../sass/modules/_category-list.scss */
.product-list-wrapper ul.thumbs li {
  width: 33%;
  padding: 0;
  margin: 0 0 73px;
}
/* line 12, ../sass/modules/_category-list.scss */
.product-list-wrapper ul.thumbs li .image {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 0 47px;
}
/* line 19, ../sass/modules/_category-list.scss */
.product-list-wrapper ul.thumbs li .image .badge-wrapper {
  text-align: center;
}
/* line 24, ../sass/modules/_category-list.scss */
.product-list-wrapper ul.thumbs li h5 {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1919px) {
  /* line 36, ../sass/modules/_category-list.scss */
  .product-list-wrapper ul.thumbs {
    padding-top: 15px;
  }
  /* line 39, ../sass/modules/_category-list.scss */
  .product-list-wrapper ul.thumbs li h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 48, ../sass/modules/_category-list.scss */
  .product-list-wrapper ul.thumbs li {
    width: 50%;
  }
}
/* line 2, ../sass/mixins/_clearfix.scss */
article[itemtype="http://schema.org/Product"]:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] h1 {
  font-size: 48px;
  font-family: "Open Sans";
  margin: 0;
  font-weight: bold;
  padding: 32px 0 23px;
  border-bottom: 1px solid #d1bdbd;
  color: #000;
}
/* line 14, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .product-info {
  float: left;
  width: 60%;
  margin: 0;
  padding-top: 60px;
  background: transparent;
}
/* line 21, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .product-info .product-gallery {
  max-width: 100%;
  margin: 0;
  background: #fff;
  padding-top: 38px;
}
/* line 29, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .more-images {
  margin: 0;
  background: #f7f7f7;
  padding: 23px;
}
/* line 34, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .more-images .image {
  margin: 0 40px;
}
/* line 38, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .more-images img {
  border-color: transparent;
  padding: 0;
  max-width: none;
}
/* line 45, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .leadbox.product-sidebar {
  background: transparent;
  border: 0;
  box-shadow: none;
  width: 34%;
  padding: 37px 0 0;
  overflow: visible;
}
/* line 54, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .product-sidebar .cart {
  padding: 61px 0 29px 11px;
}
/* line 57, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .product-sidebar .cart .purchase {
  margin-bottom: 20px;
  padding: 0;
}
/* line 62, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .product-sidebar .cart .add2cart {
  line-height: normal;
}
/* line 65, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .product-sidebar .cart .add2cart input[type="submit"] {
  margin: 2px;
  color: #fff;
  background: #600f0f;
  border: 0;
  float: right;
  margin-right: 26%;
  width: 142px;
  padding: 4px 0 5px;
  font-size: 26px;
  font-family: "Open Sans";
  font-weight: 100;
  vertical-align: top;
}
/* line 81, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] .product-sidebar .cart .price {
  color: #000;
  font-weight: normal;
  font-size: 36px;
  font-family: "Open Sans";
  vertical-align: top;
}
/* line 90, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] table.features {
  width: 100%;
  font-size: 18px;
}
/* line 94, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] table.features tr:nth-child(2n+1) {
  background: #fff;
}
/* line 98, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] table.features td.name {
  color: #000;
  padding: 7px 0 8px 33px;
}
/* line 103, ../sass/modules/_product.scss */
article[itemtype="http://schema.org/Product"] table.features td.value {
  color: #000;
  font-weight: bold;
  padding: 7px 0 8px;
}

@media screen and (max-width: 1919px) {
  /* line 113, ../sass/modules/_product.scss */
  article[itemtype="http://schema.org/Product"] .product-info {
    width: 100%;
  }
  /* line 116, ../sass/modules/_product.scss */
  article[itemtype="http://schema.org/Product"] .leadbox.product-sidebar {
    float: left;
    min-width: 50%;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  /* line 126, ../sass/modules/_product.scss */
  article[itemtype="http://schema.org/Product"] table.features {
    margin-left: -54px;
  }
  /* line 130, ../sass/modules/_product.scss */
  article[itemtype="http://schema.org/Product"] .more-images {
    padding: 23px 0;
  }
  /* line 133, ../sass/modules/_product.scss */
  article[itemtype="http://schema.org/Product"] .more-images .image {
    width: 33.3334%;
    margin: 0;
  }
  /* line 137, ../sass/modules/_product.scss */
  article[itemtype="http://schema.org/Product"] .more-images .image img {
    width: 100%;
  }
}
/* line 2, ../sass/modules/_contacts.scss */
.contacts-page div {
  float: left;
  width: 400px;
  padding: 30px 0 0;
  font-size: 18px;
}
/* line 8, ../sass/modules/_contacts.scss */
.contacts-page div label {
  display: block;
  margin-bottom: 35px;
}
/* line 12, ../sass/modules/_contacts.scss */
.contacts-page div label span {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  color: #969696;
}
/* line 19, ../sass/modules/_contacts.scss */
.contacts-page div label input {
  margin-left: 4px;
  border-radius: 5px;
  border: 2px solid #600f0f;
  width: 144px;
  padding: 1px 0 2px 5px;
}
/* line 27, ../sass/modules/_contacts.scss */
.contacts-page div label textarea {
  padding: 5px;
  width: 280px;
  height: 145px;
  border-radius: 5px;
  border: 2px solid #600f0f;
}
/* line 36, ../sass/modules/_contacts.scss */
.contacts-page div button {
  background: #600f0f;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  font-family: "Open Sans";
  padding: 1px 0 3px;
  width: 153px;
  border-radius: 5px;
}

/*
@import "modules/home";

@import "modules/product";
@import "modules/cart";
@import "modules/checkout";*/
/*
@import "layout/content";

@import "modules/banner-slider";*/
