@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 11, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 15, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 19, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 23, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 27, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 31, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 35, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 39, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 47, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 55, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 59, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 63, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 68, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 73, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 77, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 81, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 85, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 89, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 105, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

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

/* line 9, ../sass/all/wrapper.scss */
body {
  max-width: 1920px;
  min-height: 100vh;
  background: #fff;
  margin: 0 auto;
  padding-top: 85px;
}

/* line 17, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

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

/* line 30, ../sass/all/wrapper.scss */
.container {
  position: relative;
  width: calc(100% - 265px - 265px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
/* line 37, ../sass/all/wrapper.scss */
.container.half {
  width: calc(100% - 265px);
  margin-left: 265px;
}
/* line 42, ../sass/all/wrapper.scss */
.container.max {
  width: calc(100% - 30px);
}
/* line 46, ../sass/all/wrapper.scss */
.container.standart {
  width: 1600px;
}

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

/* line 53, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

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

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

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

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

/* line 83, ../sass/all/wrapper.scss */
.section-padding {
  padding: 100px 0;
}
/* line 86, ../sass/all/wrapper.scss */
.section-padding.first-block {
  padding-top: 30px;
}

/* line 91, ../sass/all/wrapper.scss */
.site-title {
  position: relative;
  font-weight: 600;
  font-size: 28px;
}

/* line 97, ../sass/all/wrapper.scss */
.site-small-title {
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

/* line 103, ../sass/all/wrapper.scss */
.site-title-mar-bot {
  margin-bottom: 50px;
}

/* line 107, ../sass/all/wrapper.scss */
.site-title-mar-bot-half {
  margin-bottom: 25px;
}

/* line 111, ../sass/all/wrapper.scss */
.site-text {
  position: relative;
  line-height: 1.4;
  font-size: 16px;
}

/* line 117, ../sass/all/wrapper.scss */
.site-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
  background-color: #e9332b;
  transition: 0.3s ease all;
  height: 50px;
  padding: 0 30px;
  font-size: 14px;
}
/* line 138, ../sass/all/wrapper.scss */
.site-btn:hover {
  background-color: #a1d927;
}
/* line 142, ../sass/all/wrapper.scss */
.site-btn.revers-color {
  background-color: #a1d927;
}
/* line 145, ../sass/all/wrapper.scss */
.site-btn.revers-color:hover {
  background-color: #e9332b;
}

@media only screen and (min-width: 1440px) and (max-width: 1755px) {
  /* line 153, ../sass/all/wrapper.scss */
  body {
    padding-top: 70px;
  }

  /* line 157, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 235px - 235px);
    /*22%*/
    padding: 0 25px;
  }
  /* line 161, ../sass/all/wrapper.scss */
  .container.half {
    width: calc(100% - 235px);
    margin-left: 235px;
  }
  /* line 166, ../sass/all/wrapper.scss */
  .container.max {
    width: calc(100% - 30px);
  }
  /* line 170, ../sass/all/wrapper.scss */
  .container.standart {
    width: 1400px;
  }

  /* line 175, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 75px 0;
  }
  /* line 178, ../sass/all/wrapper.scss */
  .section-padding.first-block {
    padding-top: 25px;
  }

  /* line 183, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 26px;
  }

  /* line 187, ../sass/all/wrapper.scss */
  .site-small-title {
    font-size: 18px;
  }

  /* line 191, ../sass/all/wrapper.scss */
  .site-title-mar-bot {
    margin-bottom: 40px;
  }

  /* line 195, ../sass/all/wrapper.scss */
  .site-title-mar-bot-half {
    margin-bottom: 20px;
  }

  /* line 199, ../sass/all/wrapper.scss */
  .site-text {
    font-size: 15px;
  }

  /* line 203, ../sass/all/wrapper.scss */
  .site-btn {
    height: 44px;
    padding: 0 25px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 213, ../sass/all/wrapper.scss */
  body {
    padding-top: 70px;
  }

  /* line 217, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 200px - 200px);
    /*14%*/
    padding: 0 20px;
  }
  /* line 221, ../sass/all/wrapper.scss */
  .container.half {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
  /* line 226, ../sass/all/wrapper.scss */
  .container.max {
    width: calc(100% - 30px);
  }
  /* line 230, ../sass/all/wrapper.scss */
  .container.standart {
    width: 1200px;
  }

  /* line 235, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 65px 0;
  }
  /* line 238, ../sass/all/wrapper.scss */
  .section-padding.first-block {
    padding-top: 20px;
  }

  /* line 243, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 24px;
  }

  /* line 247, ../sass/all/wrapper.scss */
  .site-small-title {
    font-size: 16px;
  }

  /* line 251, ../sass/all/wrapper.scss */
  .site-title-mar-bot {
    margin-bottom: 35px;
  }

  /* line 255, ../sass/all/wrapper.scss */
  .site-title-mar-bot-half {
    margin-bottom: 17px;
  }

  /* line 259, ../sass/all/wrapper.scss */
  .site-text {
    font-size: 14px;
  }

  /* line 263, ../sass/all/wrapper.scss */
  .site-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 273, ../sass/all/wrapper.scss */
  body {
    padding-top: 72px;
  }

  /* line 277, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 200px - 40px);
    /*7%*/
    padding: 0 15px;
    margin-left: 40px;
  }
  /* line 282, ../sass/all/wrapper.scss */
  .container.half {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
  /* line 287, ../sass/all/wrapper.scss */
  .container.max {
    width: 100%;
    margin-left: 0;
  }
  /* line 292, ../sass/all/wrapper.scss */
  .container.standart {
    width: 960px;
  }

  /* line 297, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 50px 0;
  }
  /* line 300, ../sass/all/wrapper.scss */
  .section-padding.first-block {
    padding-top: 15px;
  }

  /* line 305, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 24px;
  }

  /* line 309, ../sass/all/wrapper.scss */
  .site-small-title {
    font-size: 16px;
  }

  /* line 313, ../sass/all/wrapper.scss */
  .site-title-mar-bot {
    margin-bottom: 30px;
  }

  /* line 317, ../sass/all/wrapper.scss */
  .site-title-mar-bot-half {
    margin-bottom: 15px;
  }

  /* line 321, ../sass/all/wrapper.scss */
  .site-text {
    font-size: 14px;
  }

  /* line 325, ../sass/all/wrapper.scss */
  .site-btn {
    height: 36px;
    padding: 0 15px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 335, ../sass/all/wrapper.scss */
  body {
    padding-top: 72px;
  }

  /* line 339, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 40px - 40px);
    /*10%*/
    padding: 0 15px;
  }
  /* line 343, ../sass/all/wrapper.scss */
  .container.half {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
  /* line 348, ../sass/all/wrapper.scss */
  .container.max {
    width: 100%;
  }
  /* line 352, ../sass/all/wrapper.scss */
  .container.standart {
    width: 100%;
  }

  /* line 357, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 40px 0;
  }
  /* line 360, ../sass/all/wrapper.scss */
  .section-padding.first-block {
    padding-top: 15px;
  }

  /* line 365, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 24px;
  }

  /* line 369, ../sass/all/wrapper.scss */
  .site-small-title {
    font-size: 16px;
  }

  /* line 373, ../sass/all/wrapper.scss */
  .site-title-mar-bot {
    margin-bottom: 30px;
  }

  /* line 377, ../sass/all/wrapper.scss */
  .site-title-mar-bot-half {
    margin-bottom: 15px;
  }

  /* line 381, ../sass/all/wrapper.scss */
  .site-text {
    font-size: 14px;
  }

  /* line 385, ../sass/all/wrapper.scss */
  .site-btn {
    height: 36px;
    padding: 0 15px;
    font-size: 12px;
  }

  /* line 391, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 397, ../sass/all/wrapper.scss */
  body {
    padding-top: 72px;
    padding-bottom: 45px;
  }

  /* line 402, ../sass/all/wrapper.scss */
  .container {
    width: 100%;
    padding: 0 15px;
  }
  /* line 406, ../sass/all/wrapper.scss */
  .container.half {
    width: 100%;
    margin-left: 0;
  }
  /* line 411, ../sass/all/wrapper.scss */
  .container.max {
    width: 100%;
  }
  /* line 415, ../sass/all/wrapper.scss */
  .container.standart {
    width: 100%;
  }

  /* line 420, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 30px 0;
  }
  /* line 423, ../sass/all/wrapper.scss */
  .section-padding.first-block {
    padding-top: 15px;
  }

  /* line 428, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 22px;
  }

  /* line 432, ../sass/all/wrapper.scss */
  .site-small-title {
    font-size: 16px;
  }

  /* line 436, ../sass/all/wrapper.scss */
  .site-title-mar-bot {
    margin-bottom: 30px;
  }

  /* line 440, ../sass/all/wrapper.scss */
  .site-title-mar-bot-half {
    margin-bottom: 15px;
  }

  /* line 444, ../sass/all/wrapper.scss */
  .site-text {
    font-size: 14px;
  }

  /* line 448, ../sass/all/wrapper.scss */
  .site-btn {
    height: 36px;
    padding: 0 15px;
    font-size: 12px;
  }

  /* line 454, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #ededed;
  background: #fff;
  z-index: 100;
  transition: 0.5s ease;
}
/* line 11, ../sass/all/header.scss */
.header.hide {
  transform: translateY(-100%);
}
/* line 15, ../sass/all/header.scss */
.header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  height: 85px;
}

/* line 26, ../sass/all/header.scss */
.hLogo {
  position: relative;
  width: 160px;
}
/* line 30, ../sass/all/header.scss */
.hLogo a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
/* line 42, ../sass/all/header.scss */
.hLogo img {
  display: block;
  width: 130px;
}
/* line 46, ../sass/all/header.scss */
.hLogo img:hover {
  opacity: 0.7;
}

/* line 52, ../sass/all/header.scss */
.hPhone {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0 30px;
  border-right: 2px solid #ededed;
}
/* line 64, ../sass/all/header.scss */
.hPhone.no-bord {
  border-right: 0;
}
/* line 68, ../sass/all/header.scss */
.hPhone .phone {
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
}
/* line 74, ../sass/all/header.scss */
.hPhone .phone:hover {
  color: #e9332b;
}
/* line 79, ../sass/all/header.scss */
.hPhone .call-back {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  color: #e9332b;
  font-size: 16px;
  margin-left: 30px;
}
/* line 88, ../sass/all/header.scss */
.hPhone .call-back:hover {
  color: #a1d927;
}

/* line 94, ../sass/all/header.scss */
.hSoc {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-right: 15px;
}
/* line 105, ../sass/all/header.scss */
.hSoc a {
  display: block;
  margin-right: 15px;
}
/* line 109, ../sass/all/header.scss */
.hSoc a svg {
  display: block;
  width: auto;
  height: 24px;
}
/* line 115, ../sass/all/header.scss */
.hSoc a:hover {
  opacity: 0.7;
}

/* line 121, ../sass/all/header.scss */
.hNav {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-left: 2px solid #ededed;
}
/* line 132, ../sass/all/header.scss */
.hNav li {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  margin-left: 30px;
}
/* line 139, ../sass/all/header.scss */
.hNav li.active a {
  color: #e9332b;
}
/* line 145, ../sass/all/header.scss */
.hNav a:hover {
  color: #e9332b;
}

/* line 150, ../sass/all/header.scss */
.hSearch {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-left: 30px;
}

/* line 161, ../sass/all/header.scss */
.hNavMob, .hLogin {
  display: none;
}

/* line 165, ../sass/all/header.scss */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
/* line 179, ../sass/all/header.scss */
.search-popup.show {
  opacity: 1;
  visibility: visible;
}
/* line 184, ../sass/all/header.scss */
.search-popup form {
  position: relative;
  margin-top: 10px;
}
/* line 189, ../sass/all/header.scss */
.search-popup .input {
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 40px;
}
/* line 202, ../sass/all/header.scss */
.search-popup .submit {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 40px;
  height: 50px;
}
/* line 219, ../sass/all/header.scss */
.search-popup .submit svg {
  display: block;
  width: auto;
  height: 18px;
}

/* line 227, ../sass/all/header.scss */
.search-popup-closebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 235, ../sass/all/header.scss */
.mse2-ac-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
/* line 245, ../sass/all/header.scss */
.mse2-ac-item .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
/* line 257, ../sass/all/header.scss */
.mse2-ac-item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 264, ../sass/all/header.scss */
.mse2-ac-item .mse2-ac-title {
  position: relative;
  padding-left: 15px;
  width: calc(100% - 80px);
  font-size: 16px;
}

@media only screen and (min-width: 1024px) and (max-width: 1755px) {
  /* line 275, ../sass/all/header.scss */
  .header .container {
    height: 70px;
  }

  /* line 280, ../sass/all/header.scss */
  .hLogo {
    width: 125px;
    padding-right: 15px;
  }
  /* line 284, ../sass/all/header.scss */
  .hLogo img {
    width: 100px;
  }

  /* line 289, ../sass/all/header.scss */
  .hPhone {
    padding: 0 15px;
  }
  /* line 292, ../sass/all/header.scss */
  .hPhone .phone {
    font-size: 17px;
  }
  /* line 296, ../sass/all/header.scss */
  .hPhone .call-back {
    font-size: 14px;
    margin-left: 15px;
  }

  /* line 302, ../sass/all/header.scss */
  .hSoc {
    padding-right: 5px;
  }
  /* line 305, ../sass/all/header.scss */
  .hSoc a {
    margin-right: 10px;
  }
  /* line 308, ../sass/all/header.scss */
  .hSoc a svg {
    height: 20px;
  }

  /* line 314, ../sass/all/header.scss */
  .hNav {
    border-left: 2px solid #ededed;
  }
  /* line 317, ../sass/all/header.scss */
  .hNav li {
    font-size: 13px;
    margin-left: 15px;
  }

  /* line 323, ../sass/all/header.scss */
  .hSearch {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 332, ../sass/all/header.scss */
  .header .container {
    height: 70px;
  }

  /* line 337, ../sass/all/header.scss */
  .hLogo {
    width: 100px;
    padding-right: 10px;
  }
  /* line 341, ../sass/all/header.scss */
  .hLogo img {
    width: 90px;
  }

  /* line 346, ../sass/all/header.scss */
  .hPhone {
    padding: 0 10px;
  }
  /* line 349, ../sass/all/header.scss */
  .hPhone .phone {
    font-size: 14px;
  }
  /* line 353, ../sass/all/header.scss */
  .hPhone .call-back {
    margin-left: 15px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background-color: #a1d927;
    background-image: url(/assets/img/9054987_bx_support_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
  }
  /* line 365, ../sass/all/header.scss */
  .hPhone .call-back i {
    display: none;
  }

  /* line 371, ../sass/all/header.scss */
  .hSoc {
    padding-right: 0;
  }
  /* line 374, ../sass/all/header.scss */
  .hSoc a {
    margin-right: 10px;
  }
  /* line 377, ../sass/all/header.scss */
  .hSoc a svg {
    height: 26px;
  }

  /* line 383, ../sass/all/header.scss */
  .hNav {
    border-left: 2px solid #ededed;
  }
  /* line 386, ../sass/all/header.scss */
  .hNav li {
    font-size: 12px;
    margin-left: 10px;
  }

  /* line 392, ../sass/all/header.scss */
  .hSearch {
    margin-left: 15px;
  }
  /* line 395, ../sass/all/header.scss */
  .hSearch .site-btn {
    border-radius: 5px;
    font-size: 0;
    width: 26px;
    height: 26px;
    padding: 0;
    background-image: url(/assets/img/4092559_search_magnifier_mobileui_zoom_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 414, ../sass/all/header.scss */
  .header .container {
    height: 70px;
  }

  /* line 419, ../sass/all/header.scss */
  .hLogo {
    width: 115px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: 15px;
  }
  /* line 425, ../sass/all/header.scss */
  .hLogo img {
    width: 100px;
  }

  /* line 430, ../sass/all/header.scss */
  .hPhone {
    padding: 0 15px;
  }
  /* line 433, ../sass/all/header.scss */
  .hPhone:nth-child(2) {
    border-left: 2px solid #ededed;
    border-right: 0;
    padding-right: 0;
    padding-left: 15px !important;
  }
  /* line 440, ../sass/all/header.scss */
  .hPhone .phone {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background-color: #ff9d00;
    background-image: url(/assets/img/211830_telephone_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
  }
  /* line 451, ../sass/all/header.scss */
  .hPhone .phone span {
    display: none;
  }
  /* line 456, ../sass/all/header.scss */
  .hPhone .call-back {
    margin-left: 15px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background-color: #a1d927;
    background-image: url(/assets/img/9054987_bx_support_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
  }
  /* line 468, ../sass/all/header.scss */
  .hPhone .call-back i {
    display: none;
  }

  /* line 474, ../sass/all/header.scss */
  .hSoc {
    display: none;
    padding-right: 0;
  }
  /* line 478, ../sass/all/header.scss */
  .hSoc a {
    margin-right: 15px;
  }
  /* line 481, ../sass/all/header.scss */
  .hSoc a svg {
    height: 26px;
  }

  /* line 487, ../sass/all/header.scss */
  .hSearch {
    margin-left: 0;
    margin-right: 15px;
  }
  /* line 491, ../sass/all/header.scss */
  .hSearch .site-btn {
    border-radius: 5px;
    font-size: 0;
    width: 26px;
    height: 26px;
    padding: 0;
    background-image: url(/assets/img/4092559_search_magnifier_mobileui_zoom_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
  }

  /* line 505, ../sass/all/header.scss */
  .hLogin {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-right: 15px;
  }
  /* line 515, ../sass/all/header.scss */
  .hLogin .link {
    display: block;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    background-color: #e9332b;
    background-image: url(/assets/img/1564534_customer_man_user_account_profile_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
  }

  /* line 529, ../sass/all/header.scss */
  .hNav {
    display: none;
  }

  /* line 533, ../sass/all/header.scss */
  .hNavMob {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #ededed;
    padding-left: 15px;
  }
  /* line 545, ../sass/all/header.scss */
  .hNavMob span {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background-color: #ededed;
    background-image: url(/assets/img/8666802_menu_navigation_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
  }
}
/* line 3, ../sass/all/crumbs.scss */
.breadcrumb {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
}
/* line 19, ../sass/all/crumbs.scss */
.breadcrumb li {
  margin-right: 5px;
  color: #ff9d00;
}
/* line 24, ../sass/all/crumbs.scss */
.breadcrumb a {
  color: #000000;
}
/* line 27, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  opacity: 0.7;
}

/* line 1, ../sass/all/left-nav.scss */
.left-nav {
  position: fixed;
  z-index: 99;
  overflow-y: scroll;
  top: 85px;
  left: 0;
  width: 265px;
  height: calc(100% - 85px);
  background: #ededed;
}
/* line 11, ../sass/all/left-nav.scss */
.left-nav::-webkit-scrollbar {
  width: 0;
}
/* line 15, ../sass/all/left-nav.scss */
.left-nav .row {
  position: relative;
  border-bottom: 2px solid #000;
  padding: 30px;
}
/* line 20, ../sass/all/left-nav.scss */
.left-nav .row.nav {
  display: none;
}
/* line 27, ../sass/all/left-nav.scss */
.left-nav ol li {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7px;
}
/* line 33, ../sass/all/left-nav.scss */
.left-nav ol li:last-child {
  margin-bottom: 0;
}
/* line 38, ../sass/all/left-nav.scss */
.left-nav ol li a:hover {
  color: #e9332b;
}
/* line 45, ../sass/all/left-nav.scss */
.left-nav ul {
  position: relative;
}
/* line 48, ../sass/all/left-nav.scss */
.left-nav ul li {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 54, ../sass/all/left-nav.scss */
.left-nav ul li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 58, ../sass/all/left-nav.scss */
.left-nav ul li.drop {
  padding-right: 20px;
}
/* line 61, ../sass/all/left-nav.scss */
.left-nav ul li.drop .show-child {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 0;
  width: 17px;
  height: 17px;
  background-image: url(/assets/img/211687_down_arrow_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transition: 0.3s ease;
}
/* line 76, ../sass/all/left-nav.scss */
.left-nav ul li.drop .show-child.active {
  transform: rotate(180deg);
}
/* line 83, ../sass/all/left-nav.scss */
.left-nav ul li.active > a {
  color: #e9332b;
}
/* line 89, ../sass/all/left-nav.scss */
.left-nav ul a {
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  min-height: 30px;
  align-items: center;
  flex-wrap: wrap;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 25px auto;
}
/* line 100, ../sass/all/left-nav.scss */
.left-nav ul a:hover {
  color: #e9332b;
}
/* line 105, ../sass/all/left-nav.scss */
.left-nav ul ul {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  max-height: 0;
  margin-left: 10px;
}
/* line 112, ../sass/all/left-nav.scss */
.left-nav ul ul.show {
  max-height: 1000px;
  padding-top: 15px;
}
/* line 117, ../sass/all/left-nav.scss */
.left-nav ul ul li {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 123, ../sass/all/left-nav.scss */
.left-nav ul ul li.active a {
  color: #e9332b;
}

/* line 132, ../sass/all/left-nav.scss */
.left-nav-title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}

/* line 139, ../sass/all/left-nav.scss */
.open-left-nav {
  display: none;
}

@media only screen and (min-width: 1440px) and (max-width: 1755px) {
  /* line 145, ../sass/all/left-nav.scss */
  .left-nav {
    top: 72px;
    width: 235px;
    height: calc(100% - 72px);
  }
  /* line 150, ../sass/all/left-nav.scss */
  .left-nav .row {
    padding: 25px;
  }
  /* line 155, ../sass/all/left-nav.scss */
  .left-nav ul li {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* line 162, ../sass/all/left-nav.scss */
  .left-nav-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  /* line 171, ../sass/all/left-nav.scss */
  .left-nav {
    top: 72px;
    width: 200px;
    height: calc(100% - 72px);
  }
  /* line 176, ../sass/all/left-nav.scss */
  .left-nav .row {
    padding: 20px;
  }
  /* line 181, ../sass/all/left-nav.scss */
  .left-nav ul li {
    font-size: 13px;
    margin-bottom: 15px;
  }
  /* line 186, ../sass/all/left-nav.scss */
  .left-nav ul li.drop .show-child {
    width: 15px;
    height: 15px;
  }
  /* line 193, ../sass/all/left-nav.scss */
  .left-nav ul ul {
    margin-left: 10px;
  }
  /* line 196, ../sass/all/left-nav.scss */
  .left-nav ul ul.show {
    padding-top: 10px;
  }
  /* line 200, ../sass/all/left-nav.scss */
  .left-nav ul ul li {
    font-size: 12px;
    margin-bottom: 8px;
  }

  /* line 208, ../sass/all/left-nav.scss */
  .left-nav-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  /* line 217, ../sass/all/left-nav.scss */
  .left-nav {
    width: 240px;
    padding-right: 40px;
    transition: 0.5s ease;
    transform: translateX(-200px);
    z-index: 100;
    background: #fff;
  }
  /* line 225, ../sass/all/left-nav.scss */
  .left-nav.show {
    transform: translateX(0px);
  }

  /* line 230, ../sass/all/left-nav.scss */
  .open-left-nav {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    writing-mode: vertical-lr;
    text-align: center;
    transform: rotate(180deg);
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
  }
  /* line 245, ../sass/all/left-nav.scss */
  .open-left-nav .close {
    display: none;
  }
  /* line 249, ../sass/all/left-nav.scss */
  .open-left-nav.active {
    background-color: #ededed;
  }
  /* line 252, ../sass/all/left-nav.scss */
  .open-left-nav.active .close {
    display: initial;
  }
  /* line 256, ../sass/all/left-nav.scss */
  .open-left-nav.active .open {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 266, ../sass/all/left-nav.scss */
  .left-nav {
    top: 72px;
    left: 0;
    width: 265px;
    max-width: 100%;
    height: calc(100% - 72px - 43px);
    transition: 0.5s ease;
    transform: translateX(-100%);
    z-index: 100;
    background: #fff;
  }
  /* line 277, ../sass/all/left-nav.scss */
  .left-nav.show {
    transform: translateX(0px);
  }
  /* line 281, ../sass/all/left-nav.scss */
  .left-nav .row {
    padding: 30px 15px;
  }
  /* line 284, ../sass/all/left-nav.scss */
  .left-nav .row.nav {
    display: block;
  }
  /* line 289, ../sass/all/left-nav.scss */
  .left-nav .site-btn {
    display: none;
  }
}
/* line 1, ../sass/all/right-cart.scss */
.right-cart {
  position: fixed;
  z-index: 99;
  top: 85px;
  right: 0;
  width: 265px;
  height: calc(100% - 85px);
  background: #ededed;
  padding: 30px;
  padding-right: 15px;
}

/* line 13, ../sass/all/right-cart.scss */
.right-cart-top {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ededed;
}
/* line 19, ../sass/all/right-cart.scss */
.right-cart-top .link {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
  font-size: 12px;
  margin-top: 5px;
}
/* line 32, ../sass/all/right-cart.scss */
.right-cart-top .link span {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-right: 5px;
}
/* line 38, ../sass/all/right-cart.scss */
.right-cart-top .link svg {
  display: block;
  height: 10px;
  width: auto;
}
/* line 45, ../sass/all/right-cart.scss */
.right-cart-top .link:hover span {
  color: #e9332b;
  border-color: #e9332b;
}
/* line 50, ../sass/all/right-cart.scss */
.right-cart-top .link:hover path {
  fill: #e9332b;
}
/* line 56, ../sass/all/right-cart.scss */
.right-cart-top #cleanmincart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  border-radius: 5px;
}
/* line 71, ../sass/all/right-cart.scss */
.right-cart-top #cleanmincart svg {
  display: block;
  width: auto;
  height: 30px;
  opacity: 0.5;
}
/* line 78, ../sass/all/right-cart.scss */
.right-cart-top #cleanmincart:hover {
  background-color: #e9332b;
}
/* line 81, ../sass/all/right-cart.scss */
.right-cart-top #cleanmincart:hover svg {
  opacity: 1;
}
/* line 85, ../sass/all/right-cart.scss */
.right-cart-top #cleanmincart:hover path {
  fill: #fff;
}

/* line 92, ../sass/all/right-cart.scss */
.right-cart-title {
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

/* line 98, ../sass/all/right-cart.scss */
#mc-dynamic {
  position: relative;
  overflow-y: scroll;
  max-height: calc(100vh - 384px);
  width: calc(100% + 10px);
  border-bottom: 2px solid #000000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-right: 15px;
}
/* line 108, ../sass/all/right-cart.scss */
#mc-dynamic::-webkit-scrollbar {
  width: 2px;
}
/* line 111, ../sass/all/right-cart.scss */
#mc-dynamic::-webkit-scrollbar-track {
  background: transparent;
}
/* line 114, ../sass/all/right-cart.scss */
#mc-dynamic::-webkit-scrollbar-thumb {
  background: #000000;
}
/* line 117, ../sass/all/right-cart.scss */
#mc-dynamic::-webkit-scrollbar-button {
  display: none;
}

/* line 122, ../sass/all/right-cart.scss */
.mc-dynamic-tpl {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px;
}
/* line 132, ../sass/all/right-cart.scss */
.mc-dynamic-tpl:hover .mc-dynamic-tpl-del {
  opacity: 1;
  visibility: visible;
}

/* line 139, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-img {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
/* line 155, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}

/* line 162, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info {
  position: relative;
  width: calc(100% - 80px);
  padding: 0 5px;
  font-size: 11px;
}
/* line 168, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info .name {
  word-break: break-all;
}
/* line 171, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info .name a:hover {
  color: #e9332b;
}
/* line 176, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info .count {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  margin-top: 5px;
  border-radius: 3px;
  overflow: hidden;
}
/* line 194, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info .count .input-group {
  display: flex;
}
/* line 198, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info .count .dynamic-input {
  width: 24px;
  text-align: center;
  font-size: 14px;
}
/* line 203, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info .count .dynamic-input::-webkit-outer-spin-button, .mc-dynamic-tpl-info .count .dynamic-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 209, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info .count input[type='number'] {
  -moz-appearance: textfield;
}
/* line 214, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info .dynamic-count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 24px;
  font-size: 14px;
  width: 24px;
}
/* line 228, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-info .dynamic-count:hover {
  background-color: #e9332b;
  color: #fff;
}

/* line 235, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-price {
  position: relative;
  text-align: right;
  width: 40px;
  font-size: 11px;
}

/* line 242, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-del {
  position: relative;
}
/* line 245, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-del button {
  font-size: 11px;
  margin-top: 5px;
}
/* line 249, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-del button:hover {
  color: #e9332b;
}
/* line 254, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-del .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #d5d5d5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
/* line 268, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-del .btn svg {
  display: block;
  width: auto;
  height: 20px;
  opacity: 0.5;
}
/* line 275, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-del .btn:hover {
  background-color: #e9332b;
}
/* line 278, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-del .btn:hover svg {
  opacity: 1;
}
/* line 282, ../sass/all/right-cart.scss */
.mc-dynamic-tpl-del .btn:hover path {
  fill: #fff;
}

/* line 289, ../sass/all/right-cart.scss */
.msMiniCartTotal {
  position: relative;
  text-align: right;
  font-size: 12px;
}
/* line 294, ../sass/all/right-cart.scss */
.msMiniCartTotal .bold {
  font-weight: 600;
  font-size: 17px;
  margin-top: 10px;
}

/* line 301, ../sass/all/right-cart.scss */
.right-cart-checkout {
  padding: 0;
  width: calc(100% - 45px);
  position: absolute;
  bottom: 30px;
  left: 30px;
}

/* line 309, ../sass/all/right-cart.scss */
.open-right-cart {
  display: none;
}

@media only screen and (min-width: 1440px) and (max-width: 1755px) {
  /* line 315, ../sass/all/right-cart.scss */
  .right-cart {
    top: 72px;
    width: 235px;
    height: calc(100% - 72px);
    padding: 25px;
    padding-right: 10px;
  }

  /* line 323, ../sass/all/right-cart.scss */
  .right-cart-top {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  /* line 327, ../sass/all/right-cart.scss */
  .right-cart-top #cleanmincart {
    width: 42px;
    height: 42px;
  }
  /* line 331, ../sass/all/right-cart.scss */
  .right-cart-top #cleanmincart svg {
    height: 28px;
  }

  /* line 337, ../sass/all/right-cart.scss */
  .right-cart-title {
    font-size: 18px;
  }

  /* line 341, ../sass/all/right-cart.scss */
  #mc-dynamic {
    max-height: calc(100vh - 337px);
    width: calc(100% + 5px);
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-right: 10px;
  }

  /* line 349, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl {
    margin-bottom: 12px;
  }

  /* line 353, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl-img {
    width: 32px;
    height: 32px;
  }

  /* line 358, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl-info {
    width: calc(100% - 72px);
  }

  /* line 363, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl-del .btn {
    width: 32px;
    height: 32px;
  }
  /* line 367, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl-del .btn svg {
    height: 16px;
  }

  /* line 373, ../sass/all/right-cart.scss */
  .right-cart-checkout {
    width: calc(100% - 35px);
    bottom: 25px;
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  /* line 383, ../sass/all/right-cart.scss */
  .right-cart {
    top: 72px;
    width: 200px;
    height: calc(100% - 72px);
    padding: 20px;
    padding-right: 10px;
  }

  /* line 391, ../sass/all/right-cart.scss */
  .right-cart-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 395, ../sass/all/right-cart.scss */
  .right-cart-top .link {
    font-size: 11px;
  }
  /* line 399, ../sass/all/right-cart.scss */
  .right-cart-top #cleanmincart {
    width: 40px;
    height: 40px;
  }
  /* line 403, ../sass/all/right-cart.scss */
  .right-cart-top #cleanmincart svg {
    height: 26px;
  }

  /* line 409, ../sass/all/right-cart.scss */
  .right-cart-title {
    font-size: 16px;
  }

  /* line 413, ../sass/all/right-cart.scss */
  #mc-dynamic {
    max-height: calc(100vh - 337px);
    width: calc(100% + 5px);
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-right: 10px;
  }

  /* line 421, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl {
    margin-bottom: 12px;
  }

  /* line 425, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl-img {
    width: 32px;
    height: 32px;
  }

  /* line 430, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl-info {
    width: calc(100% - 72px);
  }

  /* line 435, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl-del .btn {
    width: 32px;
    height: 32px;
  }
  /* line 439, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl-del .btn svg {
    height: 16px;
  }

  /* line 445, ../sass/all/right-cart.scss */
  .msMiniCartTotal {
    font-size: 11px;
  }
  /* line 448, ../sass/all/right-cart.scss */
  .msMiniCartTotal .bold {
    font-size: 16px;
  }

  /* line 453, ../sass/all/right-cart.scss */
  .right-cart-checkout {
    width: calc(100% - 25px);
    bottom: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  /* line 463, ../sass/all/right-cart.scss */
  .right-cart {
    padding: 15px;
    padding-right: 10px;
  }

  /* line 468, ../sass/all/right-cart.scss */
  .right-cart-top {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* line 473, ../sass/all/right-cart.scss */
  #mc-dynamic {
    max-height: calc(100vh - 268px);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* line 479, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl {
    margin-bottom: 10px;
  }

  /* line 483, ../sass/all/right-cart.scss */
  .right-cart-checkout {
    width: calc(100% - 20px);
    bottom: 15px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 493, ../sass/all/right-cart.scss */
  .right-cart {
    width: 255px;
    padding-left: 55px;
    transition: 0.5s ease;
    transform: translateX(215px);
    z-index: 100;
    background: #fff;
  }
  /* line 501, ../sass/all/right-cart.scss */
  .right-cart.show {
    transform: translateX(0px);
  }

  /* line 506, ../sass/all/right-cart.scss */
  .open-right-cart {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
  }
  /* line 520, ../sass/all/right-cart.scss */
  .open-right-cart .close {
    display: none;
  }
  /* line 524, ../sass/all/right-cart.scss */
  .open-right-cart.active {
    background-color: #ededed;
  }
  /* line 527, ../sass/all/right-cart.scss */
  .open-right-cart.active .close {
    display: initial;
  }
  /* line 531, ../sass/all/right-cart.scss */
  .open-right-cart.active .open {
    display: none;
  }

  /* line 537, ../sass/all/right-cart.scss */
  .right-cart-checkout {
    width: calc(100% - 20px - 40px);
    bottom: 15px;
    left: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 547, ../sass/all/right-cart.scss */
  .right-cart {
    top: 72px;
    width: 100%;
    height: calc(100% - 72px);
    border-left: 0;
    border-top: 2px solid #ededed;
    padding: 30px;
    padding-top: 75px;
    transition: 0.5s ease;
    transform: translateY(calc(100% - 45px));
    z-index: 100;
    background: #fff;
  }
  /* line 560, ../sass/all/right-cart.scss */
  .right-cart.show {
    transform: translateY(0px);
  }

  /* line 565, ../sass/all/right-cart.scss */
  #mc-dynamic {
    max-height: calc(100vh - 402px);
    width: 100%;
    padding-right: 0;
  }

  /* line 571, ../sass/all/right-cart.scss */
  .mc-dynamic-tpl-info, .mc-dynamic-tpl-price {
    font-size: 12px;
  }

  /* line 575, ../sass/all/right-cart.scss */
  .right-cart-checkout {
    width: calc(100% - 60px);
  }

  /* line 579, ../sass/all/right-cart.scss */
  .open-right-cart {
    display: block;
    position: absolute;
    cursor: pointer;
    background: #a1d927;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
  }
  /* line 594, ../sass/all/right-cart.scss */
  .open-right-cart .close {
    display: none;
  }
  /* line 598, ../sass/all/right-cart.scss */
  .open-right-cart.active {
    background-color: #ededed;
    color: #000;
  }
  /* line 602, ../sass/all/right-cart.scss */
  .open-right-cart.active .close {
    display: initial;
  }
  /* line 606, ../sass/all/right-cart.scss */
  .open-right-cart.active .open {
    display: none;
  }
}
/* line 1, ../sass/all/popup.scss */
.popup-wr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 101;
  transition: 0.3s ease all;
}
/* line 21, ../sass/all/popup.scss */
.popup-wr.show {
  opacity: 1;
  visibility: visible;
}

/* line 27, ../sass/all/popup.scss */
.popup-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 36, ../sass/all/popup.scss */
.popup-inner {
  position: relative;
  z-index: 2;
  width: 500px;
  max-width: calc(100% - 30px);
}
/* line 42, ../sass/all/popup.scss */
.popup-inner .logo {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
/* line 47, ../sass/all/popup.scss */
.popup-inner .logo img {
  height: 80px;
}
/* line 52, ../sass/all/popup.scss */
.popup-inner .form {
  position: relative;
  border: 2px solid #ededed;
  border-radius: 35px;
  padding: 30px;
}
/* line 59, ../sass/all/popup.scss */
.popup-inner .title {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
/* line 67, ../sass/all/popup.scss */
.popup-inner form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
/* line 82, ../sass/all/popup.scss */
.popup-inner .close-popup {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
/* line 92, ../sass/all/popup.scss */
.popup-inner .close-popup:after, .popup-inner .close-popup:before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -1px;
  width: 30px;
  height: 2px;
  background: #e9332b;
  transform: rotate(45deg);
  transition: .5s ease-out;
}
/* line 104, ../sass/all/popup.scss */
.popup-inner .close-popup:before {
  transform: rotate(-45deg);
}
/* line 109, ../sass/all/popup.scss */
.popup-inner .close-popup:hover:after {
  transform: rotate(0deg);
}
/* line 113, ../sass/all/popup.scss */
.popup-inner .close-popup:hover:before {
  transform: rotate(0deg);
}
/* line 119, ../sass/all/popup.scss */
.popup-inner input {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  border: 2px solid #ff9d00;
  color: #000000;
  border-radius: 10px;
  height: 50px;
  padding: 0 30px;
  font-size: 16px;
  margin-bottom: 30px;
}
/* line 135, ../sass/all/popup.scss */
.popup-inner input::placeholder {
  color: #000000;
}
/* line 139, ../sass/all/popup.scss */
.popup-inner input:focus {
  border: 2px solid #a1d927;
}

@media only screen and (min-width: 1241px) and (max-width: 1755px) {
  /* line 147, ../sass/all/popup.scss */
  .popup-inner {
    width: 400px;
  }
  /* line 150, ../sass/all/popup.scss */
  .popup-inner .logo {
    margin-bottom: 20px;
  }
  /* line 153, ../sass/all/popup.scss */
  .popup-inner .logo img {
    height: 70px;
  }
  /* line 158, ../sass/all/popup.scss */
  .popup-inner .form {
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 25px;
  }
  /* line 164, ../sass/all/popup.scss */
  .popup-inner .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  /* line 169, ../sass/all/popup.scss */
  .popup-inner .close-popup {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  /* line 176, ../sass/all/popup.scss */
  .popup-inner input {
    height: 44px;
    padding: 0 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  /* line 187, ../sass/all/popup.scss */
  .popup-inner {
    width: 400px;
  }
  /* line 190, ../sass/all/popup.scss */
  .popup-inner .logo {
    margin-bottom: 15px;
  }
  /* line 193, ../sass/all/popup.scss */
  .popup-inner .logo img {
    height: 60px;
  }
  /* line 198, ../sass/all/popup.scss */
  .popup-inner .form {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px;
  }
  /* line 204, ../sass/all/popup.scss */
  .popup-inner .title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  /* line 209, ../sass/all/popup.scss */
  .popup-inner .close-popup {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  /* line 216, ../sass/all/popup.scss */
  .popup-inner input {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 229, ../sass/all/popup.scss */
  .popup-inner .logo {
    margin-bottom: 15px;
  }
  /* line 232, ../sass/all/popup.scss */
  .popup-inner .logo img {
    height: 50px;
  }
  /* line 237, ../sass/all/popup.scss */
  .popup-inner .form {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px;
  }
  /* line 243, ../sass/all/popup.scss */
  .popup-inner .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  /* line 248, ../sass/all/popup.scss */
  .popup-inner .close-popup {
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  /* line 254, ../sass/all/popup.scss */
  .popup-inner .close-popup:after, .popup-inner .close-popup:before {
    width: 20px;
  }
  /* line 259, ../sass/all/popup.scss */
  .popup-inner input {
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
