@charset "UTF-8";
/*================================================
Главная
==================================================*/
/* Слайдер */
/* line 7, ../sass/shop.scss */
#IndexSlider {
  height: 700px;
  background: url(/img/bg-01.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: 3px solid #2d83c0;
}

/* line 8, ../sass/shop.scss */
#IndexSlider p {
  position: relative;
  overflow: hidden;
  font-size: 38px;
  line-height: 1.4;
  margin-top: 40px;
  font-weight: bold;
  color: #333;
  max-width: 55%;
}

/* line 9, ../sass/shop.scss */
#IndexSlider a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  background: #2d83c0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 0 30px;
  transition: 0.5s ease;
  cursor: pointer;
}

/* line 10, ../sass/shop.scss */
#IndexSlider a:hover {
  background: #333;
  transition: 0.5s ease;
}

/* Магазин */
/* line 14, ../sass/shop.scss */
#IndexShop .H2Title {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  margin: 60px 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}

/* line 24, ../sass/shop.scss */
.IndexShopDesc {
  position: relative;
  border-radius: 7px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #e0e0e0;
}
/* line 31, ../sass/shop.scss */
.IndexShopDesc strong {
  display: block;
  position: relative;
  margin-bottom: 40px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}
/* line 41, ../sass/shop.scss */
.IndexShopDesc p {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
}
/* line 48, ../sass/shop.scss */
.IndexShopDesc b {
  font-weight: bold;
}

/* line 53, ../sass/shop.scss */
.IndexShopInner {
  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;
}

/* line 67, ../sass/shop.scss */
.IndexShopTPL {
  position: relative;
  overflow: hidden;
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  padding: 20px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #e0e0e0;
  margin-top: 60px;
}
/* line 79, ../sass/shop.scss */
.IndexShopTPL:nth-child(3n) {
  margin-right: 0;
}

/* line 84, ../sass/shop.scss */
.IndexShopTPL h2, .IndexShopTPL h1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}

/* line 85, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLImg {
  position: relative;
  overflow: hidden;
  height: 300px;
  display: -webkit-flex;
  display: flex;
}

/* line 86, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLImg a {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 87, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLImg a:hover {
  opacity: 0.7;
}

/* line 88, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLImg img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

/* line 89, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLChar {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

/* line 90, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLChar p {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
}

/* line 91, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLChar p b {
  font-weight: bold;
}

/* line 92, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLChar span {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

/* line 93, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLChar a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #2d83c0;
  color: #fff;
  border-radius: 7px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  transition: 0.5s ease;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

/* line 94, ../sass/shop.scss */
.IndexShopTPL .IndexShopTPLChar a:hover {
  background: #333;
  transition: 0.5s ease;
}

/* Паралакс */
/* line 98, ../sass/shop.scss */
#IndexParalax {
  margin-top: 60px;
  padding: 100px 0;
  text-align: center;
  border-top: 3px solid #2d83c0;
  border-bottom: 3px solid #2d83c0;
}

/* line 106, ../sass/shop.scss */
#IndexParalaxBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* line 107, ../sass/shop.scss */
#IndexParalax h2 {
  position: relative;
  overflow: hidden;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}

/* line 108, ../sass/shop.scss */
#IndexParalax a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  background: #2d83c0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 0 30px;
  transition: 0.5s ease;
  cursor: pointer;
}

/* line 109, ../sass/shop.scss */
#IndexParalax a:hover {
  background: #fff;
  color: #2d83c0;
  transition: 0.5s ease;
}

/* Услуги */
/* line 113, ../sass/shop.scss */
#IndexServices {
  padding-top: 60px;
}

/* line 114, ../sass/shop.scss */
#IndexServices h2 {
  position: relative;
  overflow: hidden;
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

/* line 115, ../sass/shop.scss */
#IndexServicesInner {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* line 116, ../sass/shop.scss */
.IndexServicesB {
  position: relative;
  overflow: hidden;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 60px;
  text-align: center;
}

/* line 117, ../sass/shop.scss */
.IndexServicesB:nth-child(2) {
  margin-right: 0;
}

/* line 118, ../sass/shop.scss */
.IndexServicesB:nth-child(5) {
  margin-right: 0;
}

/* line 119, ../sass/shop.scss */
.IndexServicesB:nth-child(7) {
  margin-right: 0;
}

/* line 120, ../sass/shop.scss */
.IndexServicesB.w100 {
  width: 100%;
}

/* line 121, ../sass/shop.scss */
.IndexServicesB span {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 80px;
}

/* line 122, ../sass/shop.scss */
.IndexServicesB p {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 90%;
}

/* line 123, ../sass/shop.scss */
.IndexServicesB strong {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}

/* line 124, ../sass/shop.scss */
.IndexServicesB a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  background: #2d83c0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 0 30px;
  transition: 0.5s ease;
  cursor: pointer;
}

/* line 125, ../sass/shop.scss */
.IndexServicesB a:hover {
  background: #333;
  color: #fff;
  transition: 0.5s ease;
}

/* line 127, ../sass/shop.scss */
.IndexServicesB:nth-of-type(1) {
  background: url(/img/icon-02.svg) center top no-repeat;
  background-size: auto 50px;
}

/* line 128, ../sass/shop.scss */
.IndexServicesB:nth-of-type(2) {
  background: url(/img/icon-03.svg) center top no-repeat;
  background-size: auto 50px;
}

/* line 129, ../sass/shop.scss */
.IndexServicesB:nth-of-type(3) {
  background: url(/img/icon-012.svg) center top no-repeat;
  background-size: auto 50px;
}

/* line 130, ../sass/shop.scss */
.IndexServicesB:nth-of-type(4) {
  background: url(/img/icon-05.svg) center top no-repeat;
  background-size: auto 50px;
}

/* line 131, ../sass/shop.scss */
.IndexServicesB:nth-of-type(5) {
  background: url(/img/icon-04.svg) center top no-repeat;
  background-size: auto 50px;
}

/* line 132, ../sass/shop.scss */
.IndexServicesB:nth-of-type(6) {
  background: url(/img/icon-11.svg) center top no-repeat;
  background-size: auto 50px;
}

/* line 133, ../sass/shop.scss */
.IndexServicesB:nth-of-type(7) {
  background: url(/img/icon-08.svg) center top no-repeat;
  background-size: auto 50px;
}

/* Шаги */
/* line 137, ../sass/shop.scss */
#IndexSteps {
  margin: 60px 0;
  border-top: 3px solid #2d83c0;
}

/* line 138, ../sass/shop.scss */
#IndexSteps h2 {
  position: relative;
  overflow: hidden;
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 40px;
}

/* line 139, ../sass/shop.scss */
#IndexStepsInner {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  background: url(/img/icon-10.png) 22% 20px no-repeat, url(/img/icon-10.png) 51% 20px no-repeat, url(/img/icon-10.png) 78% 20px no-repeat;
}

/* line 140, ../sass/shop.scss */
.IndexStepsB {
  position: relative;
  overflow: hidden;
  width: 21%;
  margin: 0 2%;
  text-align: center;
}

/* line 141, ../sass/shop.scss */
.IndexStepsB span {
  display: block;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 60px;
}

/* line 142, ../sass/shop.scss */
.IndexStepsB p {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

/* line 144, ../sass/shop.scss */
.IndexStepsB:nth-child(1) {
  background: url(/img/icon-06.svg) center top no-repeat;
  background-size: auto 50px;
}

/* line 145, ../sass/shop.scss */
.IndexStepsB:nth-child(2) {
  background: url(/img/icon-07.svg) center top no-repeat;
  background-size: auto 50px;
}

/* line 146, ../sass/shop.scss */
.IndexStepsB:nth-child(3) {
  background: url(/img/icon-08.svg) center top no-repeat;
  background-size: auto 50px;
}

/* line 147, ../sass/shop.scss */
.IndexStepsB:nth-child(4) {
  background: url(/img/icon-09.svg) center top no-repeat;
  background-size: auto 50px;
}

/*================================================
Страница с товаром
==================================================*/
/* line 153, ../sass/shop.scss */
#ShopPost {
  margin-bottom: 100px;
}

/* line 157, ../sass/shop.scss */
#ShopPostT {
  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;
  justify-content: space-between;
}

/* line 172, ../sass/shop.scss */
#ShopPostBack {
  position: relative;
  width: 100%;
}

/* line 177, ../sass/shop.scss */
#ShopPostBack a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  color: #2d83c0;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 0 30px;
  padding-left: 50px;
  background: url(/img/icon-011.png) left center no-repeat;
  background-size: auto 35px;
  transition: 0.5s ease;
  cursor: pointer;
}

/* line 178, ../sass/shop.scss */
#ShopPostBack a:hover {
  background: url(/img/icon-011h.png) left center no-repeat;
  background-size: auto 35px;
  color: #333;
  transition: 0.5s ease;
}

/* line 180, ../sass/shop.scss */
#ShopPostT .IndexShopTPL {
  width: 100%;
}

/* line 181, ../sass/shop.scss */
#ShopPostT .IndexShopTPL .IndexShopTPLImg a {
  display: none;
}

/* line 182, ../sass/shop.scss */
#ShopPostT .IndexShopTPL .IndexShopTPLImg a:nth-child(1) {
  display: block;
}

/* line 184, ../sass/shop.scss */
#ShopPostTLB {
  position: relative;
  width: calc((100% - 120px) / 3);
}

/* line 189, ../sass/shop.scss */
#ShopPostTRB {
  position: relative;
  width: calc((100% - 120px) / 3 * 2 + 60px);
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #e0e0e0;
}

/* line 198, ../sass/shop.scss */
#ShopPostTRB p {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* line 199, ../sass/shop.scss */
#ShopPostTRB p b {
  font-weight: bold;
}

/* line 200, ../sass/shop.scss */
#ShopPostTRB p a {
  font-weight: bold;
  color: #2d83c0;
}

/* line 201, ../sass/shop.scss */
#ShopPostTRB p a:hover {
  opacity: 0.7;
}

/* line 202, ../sass/shop.scss */
#ShopPostTRB ul {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 203, ../sass/shop.scss */
#ShopPostTRB ul li {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 7px;
}

/* line 204, ../sass/shop.scss */
#ShopPostTRB ul li a {
  font-weight: bold;
  color: #2d83c0;
}

/* line 205, ../sass/shop.scss */
#ShopPostTRB ul li a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  /*================================================
  Главная
  ==================================================*/
  /* Слайдер */
  /* line 215, ../sass/shop.scss */
  #IndexSlider {
    height: 500px;
  }

  /* line 216, ../sass/shop.scss */
  #IndexSlider p {
    font-size: 32px;
    margin-top: 30px;
    max-width: 70%;
  }

  /* line 217, ../sass/shop.scss */
  #IndexSlider a {
    margin-top: 30px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
  }

  /* Магазин */
  /* line 221, ../sass/shop.scss */
  #IndexShop .H2Title {
    font-size: 36px;
    margin: 45px 0;
  }

  /* line 223, ../sass/shop.scss */
  .IndexShopDesc {
    padding: 15px;
  }

  /* line 224, ../sass/shop.scss */
  .IndexShopDesc strong {
    margin-bottom: 30px;
    font-size: 18px;
  }

  /* line 225, ../sass/shop.scss */
  .IndexShopDesc p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* line 227, ../sass/shop.scss */
  .IndexShopTPL {
    width: calc((100% - 90px) / 3);
    padding: 15px;
    margin-top: 45px;
    margin-right: 45px;
  }

  /* line 228, ../sass/shop.scss */
  .IndexShopTPL h2, .IndexShopTPL h1 {
    font-size: 18px;
  }

  /* line 229, ../sass/shop.scss */
  .IndexShopTPL .IndexShopTPLChar p {
    font-size: 13px;
  }

  /* line 230, ../sass/shop.scss */
  .IndexShopTPL .IndexShopTPLChar span {
    font-size: 20px;
  }

  /* Паралакс */
  /* line 235, ../sass/shop.scss */
  #IndexParalax {
    padding: 70px 0;
  }

  /* line 236, ../sass/shop.scss */
  #IndexParalax h2 {
    font-size: 26px;
    line-height: 1.6;
  }

  /* line 237, ../sass/shop.scss */
  #IndexParalax a {
    margin-top: 35px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
  }

  /* Услуги */
  /* line 241, ../sass/shop.scss */
  #IndexServices {
    padding-top: 42px;
  }

  /* line 242, ../sass/shop.scss */
  #IndexServices h2 {
    font-size: 40px;
  }

  /* Шаги */
  /* line 246, ../sass/shop.scss */
  #IndexSteps {
    margin: 42px 0;
  }

  /* line 247, ../sass/shop.scss */
  #IndexSteps h2 {
    font-size: 40px;
    margin-top: 30px;
  }

  /*================================================
  Страница с товаром
  ==================================================*/
  /* line 253, ../sass/shop.scss */
  #ShopPost {
    margin-bottom: 80px;
  }

  /* line 257, ../sass/shop.scss */
  #ShopPostT {
    position: relative;
    overflow: hidden;
    padding: 5px;
  }

  /* line 259, ../sass/shop.scss */
  #ShopPostBack {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
  }

  /* line 260, ../sass/shop.scss */
  #ShopPostBack a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    color: #2d83c0;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 0 30px;
    padding-left: 50px;
    background: url(/img/icon-011.png) left center no-repeat;
    background-size: auto 35px;
    transition: 0.5s ease;
    cursor: pointer;
  }

  /* line 261, ../sass/shop.scss */
  #ShopPostBack a:hover {
    background: url(/img/icon-011h.png) left center no-repeat;
    background-size: auto 35px;
    color: #333;
    transition: 0.5s ease;
  }

  /* line 263, ../sass/shop.scss */
  #ShopPostT .IndexShopTPL .IndexShopTPLImg a {
    display: none;
  }

  /* line 264, ../sass/shop.scss */
  #ShopPostT .IndexShopTPL .IndexShopTPLImg a:nth-child(1) {
    display: block;
  }

  /* line 266, ../sass/shop.scss */
  #ShopPostTLB {
    width: calc((100% - 90px) / 3);
  }

  /* line 270, ../sass/shop.scss */
  #ShopPostTRB {
    width: calc((100% - 90px) / 3 * 2 + 45px);
  }

  /* line 274, ../sass/shop.scss */
  #ShopPostTRB p {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  /* line 275, ../sass/shop.scss */
  #ShopPostTRB p b {
    font-weight: bold;
  }

  /* line 276, ../sass/shop.scss */
  #ShopPostTRB p a {
    font-weight: bold;
    color: #2d83c0;
  }

  /* line 277, ../sass/shop.scss */
  #ShopPostTRB p a:hover {
    opacity: 0.7;
  }

  /* line 278, ../sass/shop.scss */
  #ShopPostTRB ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }

  /* line 279, ../sass/shop.scss */
  #ShopPostTRB ul li {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 7px;
  }

  /* line 280, ../sass/shop.scss */
  #ShopPostTRB ul li a {
    font-weight: bold;
    color: #2d83c0;
  }

  /* line 281, ../sass/shop.scss */
  #ShopPostTRB ul li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 287, ../sass/shop.scss */
  .IndexShopTPL {
    width: calc((100% - 45px) / 2);
  }
  /* line 290, ../sass/shop.scss */
  .IndexShopTPL:nth-child(3n) {
    margin-right: 45px;
  }
  /* line 294, ../sass/shop.scss */
  .IndexShopTPL:nth-child(2n) {
    margin-right: 0;
  }

  /* line 299, ../sass/shop.scss */
  #ShopPostTLB {
    width: calc((100% - 45px) / 2);
  }

  /* line 303, ../sass/shop.scss */
  #ShopPostTRB {
    width: calc((100% - 45px) / 2 + 30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /*================================================
  Главная
  ==================================================*/
  /* Слайдер */
  /* line 317, ../sass/shop.scss */
  #IndexSlider {
    height: 100vw;
  }

  /* line 318, ../sass/shop.scss */
  #IndexSlider .container .sixteen.columns {
    height: 100vw;
  }

  /* line 319, ../sass/shop.scss */
  #IndexSlider p {
    font-size: 5vw;
    line-height: 1.4;
    margin-top: 7vw;
    max-width: 75%;
  }

  /* line 320, ../sass/shop.scss */
  #IndexSlider a {
    position: absolute;
    bottom: 7vw;
    width: 96%;
    margin-top: 0;
    font-size: 5vw;
    height: 15vw;
    line-height: 15vw;
    padding: 0;
  }

  /* Магазин */
  /* line 325, ../sass/shop.scss */
  #IndexShop .H2Title {
    font-size: 8vw;
    margin: 10vw 0;
  }

  /* line 327, ../sass/shop.scss */
  .IndexShopDesc {
    padding: 15px;
  }

  /* line 331, ../sass/shop.scss */
  .IndexShopDesc strong {
    margin-bottom: 7vw;
    font-size: 20px;
  }

  /* line 336, ../sass/shop.scss */
  .IndexShopDesc p {
    font-size: 16px;
  }

  /* line 340, ../sass/shop.scss */
  .IndexShopInner {
    display: block;
  }

  /* line 342, ../sass/shop.scss */
  .IndexShopTPL {
    width: 100%;
    margin-right: 0;
    padding: 15px;
    margin-top: 15px;
  }

  /* line 349, ../sass/shop.scss */
  .IndexShopTPL h2, .IndexShopTPL h1 {
    margin-bottom: 5vw;
    font-size: 6vw;
  }

  /* line 350, ../sass/shop.scss */
  .IndexShopTPL .IndexShopTPLImg {
    height: 90vw;
  }

  /* line 351, ../sass/shop.scss */
  .IndexShopTPL .IndexShopTPLChar {
    margin-top: 5vw;
  }

  /* line 352, ../sass/shop.scss */
  .IndexShopTPL .IndexShopTPLChar p {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  /* line 353, ../sass/shop.scss */
  .IndexShopTPL .IndexShopTPLChar span {
    margin-top: 3vw;
    font-size: 7vw;
  }

  /* line 355, ../sass/shop.scss */
  .IndexShopTPL .IndexShopTPLChar a {
    height: 40px;
    line-height: 40px;
    margin-top: 5vw;
    font-size: 16px;
  }

  /* Паралакс */
  /* line 366, ../sass/shop.scss */
  #IndexParalax {
    padding: 45px 0;
  }
  /* line 369, ../sass/shop.scss */
  #IndexParalax h2 {
    font-size: 20px;
  }
  /* line 373, ../sass/shop.scss */
  #IndexParalax a {
    margin-top: 45px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }

  /* Услуги */
  /* line 384, ../sass/shop.scss */
  #IndexServices {
    padding-top: 10vw;
  }

  /* line 385, ../sass/shop.scss */
  #IndexServices h2 {
    font-size: 8vw;
    margin-bottom: 5vw;
  }

  /* line 386, ../sass/shop.scss */
  #IndexServicesInner {
    display: block;
    margin-top: 5vw;
  }

  /* line 387, ../sass/shop.scss */
  .IndexServicesB {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10vw;
  }

  /* line 388, ../sass/shop.scss */
  .IndexServicesB:nth-child(2n) {
    margin-right: auto;
  }

  /* line 389, ../sass/shop.scss */
  .IndexServicesB span {
    font-size: 6vw;
    margin-top: 20vw;
  }

  /* line 390, ../sass/shop.scss */
  .IndexServicesB p {
    font-size: 4.4vw;
    margin-top: 5vw;
    max-width: 100%;
  }

  /* line 391, ../sass/shop.scss */
  .IndexServicesB strong {
    font-size: 6vw;
    margin-top: 5vw;
  }

  /* line 392, ../sass/shop.scss */
  .IndexServicesB a {
    margin-top: 5vw;
    font-size: 4vw;
    height: 12vw;
    line-height: 12vw;
    padding: 0 10vw;
  }

  /* line 394, ../sass/shop.scss */
  .IndexServicesB:nth-of-type(1) {
    background: url(/img/icon-02.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /* line 395, ../sass/shop.scss */
  .IndexServicesB:nth-of-type(2) {
    background: url(/img/icon-03.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /* line 396, ../sass/shop.scss */
  .IndexServicesB:nth-of-type(3) {
    background: url(/img/icon-05.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /* line 397, ../sass/shop.scss */
  .IndexServicesB:nth-of-type(4) {
    background: url(/img/icon-04.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /* line 398, ../sass/shop.scss */
  .IndexServicesB:nth-of-type(5) {
    background: url(/img/icon-11.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /* line 399, ../sass/shop.scss */
  .IndexServicesB:nth-of-type(6) {
    background: url(/img/icon-08.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /* Шаги */
  /* line 404, ../sass/shop.scss */
  #IndexSteps {
    margin: 10vw 0;
  }

  /* line 405, ../sass/shop.scss */
  #IndexSteps h2 {
    font-size: 8vw;
    margin-bottom: 5vw;
    margin-top: 10vw;
  }

  /* line 406, ../sass/shop.scss */
  #IndexStepsInner {
    display: block;
    margin-top: 5vw;
    background: none;
  }

  /* line 407, ../sass/shop.scss */
  .IndexStepsB {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 5vw;
  }

  /* line 408, ../sass/shop.scss */
  .IndexStepsB span {
    font-size: 6vw;
    margin-top: 20vw;
  }

  /* line 409, ../sass/shop.scss */
  .IndexStepsB p {
    margin-top: 3vw;
    font-size: 4.4vw;
  }

  /* line 411, ../sass/shop.scss */
  .IndexStepsB:nth-child(1) {
    background: url(/img/icon-06.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /* line 412, ../sass/shop.scss */
  .IndexStepsB:nth-child(2) {
    background: url(/img/icon-07.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /* line 413, ../sass/shop.scss */
  .IndexStepsB:nth-child(3) {
    background: url(/img/icon-08.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /* line 414, ../sass/shop.scss */
  .IndexStepsB:nth-child(4) {
    background: url(/img/icon-09.svg) center top no-repeat;
    background-size: auto 15vw;
  }

  /*================================================
  Страница с товаром
  ==================================================*/
  /* line 422, ../sass/shop.scss */
  #ShopPostBack {
    float: none;
    text-align: center;
  }

  /* line 423, ../sass/shop.scss */
  #ShopPostBack a {
    margin-bottom: 5vw;
    font-size: 4vw;
    height: 12vw;
    line-height: 12vw;
    padding: 0 10vw;
    padding-left: 15vw;
    background-size: auto 14vw;
  }

  /* line 425, ../sass/shop.scss */
  #ShopPost {
    margin-bottom: 45px;
  }

  /* line 429, ../sass/shop.scss */
  #ShopPostT .IndexShopTPL {
    width: 100%;
  }

  /* line 433, ../sass/shop.scss */
  #ShopPostTLB {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  /* line 439, ../sass/shop.scss */
  #ShopPostTRB {
    float: none;
    width: 100%;
    padding: 3vw;
    margin: 0;
  }

  /* line 446, ../sass/shop.scss */
  #ShopPostTRB p {
    font-size: 4.4vw;
    margin-bottom: 5vw;
  }

  /* line 447, ../sass/shop.scss */
  #ShopPostTRB ul {
    margin-bottom: 5vw;
  }

  /* line 448, ../sass/shop.scss */
  #ShopPostTRB ul li {
    font-size: 4.4vw;
    margin-bottom: 2vw;
  }
}
