@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background-color: #fff; }

body {
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  font-family: 'Muli', Arial, "Lucida Grande", sans-serif;
  color: #22150c;
  position: relative;
  max-width: 1920px;
  width: 100%; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  /* 1 */
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

button {
  cursor: pointer; }

button,
input {
  /* 1 */
  overflow: visible;
  outline: none; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden], .hidden {
  display: none !important; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none; }

p {
  display: block;
  margin: 0; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0; }

.pr-order-1 {
  order: 1; }

.pr-order-2 {
  order: 2; }

.pr-order-3 {
  order: 3; }

.pr-order-4 {
  order: 4; }

.pr-order-5 {
  order: 5; }

.pr-inline {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap; }
  .pr-inline.start {
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
    align-items: flex-start; }
  .pr-inline.center {
    -webkit-align-items: center;
    /* Safari 7.0+ */
    align-items: center;
    justify-content: center; }
  .pr-inline.end {
    -webkit-align-items: flex-end;
    /* Safari 7.0+ */
    align-items: flex-end; }
  .pr-inline.stretch {
    -webkit-align-items: stretch;
    /* Safari 7.0+ */
    align-items: stretch; }
  .pr-inline.h_center {
    justify-content: center; }
  .pr-inline.space {
    justify-content: space-between; }
  .pr-inline.around {
    justify-content: space-around; }

.pr-center {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 13px; }

.pr-center2 {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 10px; }

.pr-center3 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.text-align-left {
  text-align: left; }

.btn {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 20px;
  color: #fff !important;
  background: #f58522;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  display: inline-block;
  transition: .3s; }
  .btn:hover {
    background: #de7010; }

.more {
  color: #f58522;
  font-weight: 800;
  text-transform: uppercase; }
  .more.bigger {
    font-size: 14px; }
  .more.smaller {
    font-size: 12px; }
  .more:hover {
    text-decoration: none; }

body.subpage #header-page {
  background-color: #fff; }

#hmb {
  width: 60px;
  height: 50px;
  position: relative;
  float: right;
  background: transparent;
  border: none;
  top: 25px;
  display: none; }
  @media (max-width: 980px) {
    #hmb {
      display: block; } }
  #hmb span {
    background: #fff;
    width: 34px;
    height: 4px;
    position: absolute;
    transition: .3s;
    transform: rotate(0deg);
    left: 14px; }
    #hmb span:nth-child(1) {
      top: 11px; }
    #hmb span:nth-child(2) {
      top: 21px; }
    #hmb span:nth-child(3) {
      top: 32px; }
  #hmb.open span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg); }
  #hmb.open span:nth-child(2) {
    top: 21px;
    width: 0px; }
  #hmb.open span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg); }

#header-page {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../images/page/header.png");
  height: 158px;
  background-color: #f5f1e4; }
  @media (max-width: 980px) {
    #header-page {
      height: 120px; } }
  #header-page .header-col:nth-child(1) {
    flex: 0 135px; }
  #header-page .header-col:nth-child(2) {
    flex: 1; }
  #header-page #logo {
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 25px; }
    @media (max-width: 980px) {
      #header-page #logo {
        margin-top: 15px; } }
    #header-page #logo .logo-strong {
      font-size: 32px;
      font-weight: 800;
      color: #f58522;
      display: block;
      margin-bottom: 1px; }
    #header-page #logo .logo-light {
      font-size: 26px;
      font-weight: 300;
      color: #fff;
      display: block; }
  #header-page #main-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 53px 0 0 0;
    float: right;
    position: relative;
    z-index: 99999999999999; }
    @media (max-width: 980px) {
      #header-page #main-nav ul {
        position: absolute;
        background: #fff;
        width: 320px;
        margin: 0;
        right: 0;
        top: 100px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
        max-height: 0%;
        overflow: hidden;
        transition: 1s; }
        #header-page #main-nav ul.open {
          max-height: 1000%; } }
    #header-page #main-nav ul li {
      margin-right: 25.3px; }
      @media (max-width: 1120px) {
        #header-page #main-nav ul li {
          margin-right: 5px; } }
      @media (max-width: 980px) {
        #header-page #main-nav ul li {
          display: block;
          width: 100%;
          border-bottom: 1px solid #f0f0f0;
          align-content: flex-start;
          text-align: left;
          margin-right: 0; } }
      #header-page #main-nav ul li:last-child {
        margin: 0; }
      #header-page #main-nav ul li a {
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        transition: .3s;
        padding-left: 20px;
        overflow: hidden;
        display: block;
        position: relative; }
        @media (max-width: 980px) {
          #header-page #main-nav ul li a {
            color: #22150c;
            padding: 16px 24px;
            display: block;
            text-align: left;
			line-height: 20px;} }
        #header-page #main-nav ul li a:before {
          content: "";
          display: inline-block;
          width: 6px;
          height: 9px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/page/h2.svg");
          position: absolute;
          top: 5px;
          left: -14px;
          transition: .3s; }
          @media (max-width: 980px) {
            #header-page #main-nav ul li a:before {
              top: 22px; } }
        #header-page #main-nav ul li a.active {
          font-weight: 900; }
        #header-page #main-nav ul li a.active {
          color: #f58522; }
          #header-page #main-nav ul li a.active:before {
            top: 5px;
            left: 4px; }
            @media (max-width: 980px) {
              #header-page #main-nav ul li a.active:before {
                top: 22px;
                left: 10px; } }
        #header-page #main-nav ul li a:hover:before {
          top: 5px;
          left: 4px; }
          @media (max-width: 980px) {
            #header-page #main-nav ul li a:hover:before {
              top: 22px;
              left: 10px; } }

#footer {
  padding-top: 120px;
  background-image: url("../images/page/footer.png");
  background-repeat: no-repeat;
  background-position: top center; }
  #footer .f_fb img {
    max-width: 35px; }
  @media (max-width: 1235px) {
    #footer {
      background-image: url("../images/page/footer_responsive.png"); } }
  @media (max-width: 758px) {
    #footer .pr-inline.space {
      display: block;
      width: 100%;
      text-align: left;
      justify-content: flex-start;
      margin: 0 auto;
      max-width: 640px; } }
  @media (max-width: 685px) {
    #footer .pr-inline.space {
      max-width: 510px; } }
  @media (max-width: 555px) {
    #footer .pr-inline.space {
      display: flex;
      width: 430px;
      text-align: left;
      justify-content: space-around;
      margin: 0 auto;
      max-width: 640px; } }
  @media (max-width: 460px) {
    #footer .pr-inline.space {
      display: flex;
      width: 100%;
      text-align: left;
      justify-content: space-around;
      margin: 0 auto;
      max-width: 640px;
	  margin-left: 10px;} }
  #footer .foot_col {
    text-align: left; }
    @media (max-width: 1160px) {
      #footer .foot_col {
        margin: 0 10px 10px 10px; } }
    @media (max-width: 758px) {
      #footer .foot_col {
        display: inline-grid;
        margin: 0 30px 10px 0; }
        #footer .foot_col:nth-child(4) {
          margin-right: 0; }
        #footer .foot_col:nth-child(5) {
          width: 150px; } }
    @media (max-width: 685px) {
      #footer .foot_col:nth-child(3) {
        margin: 0 0px 10px 0; }
      #footer .foot_col:nth-child(4) {
        margin: 0 30px 10px 0;
        width: 150px; }
      #footer .foot_col:nth-child(5) {
        width: 118px; }
      #footer .foot_col:nth-child(6) {
        margin-right: 0; } }
    @media (max-width: 555px) {
      #footer .foot_col {
        margin: 0;
        flex: 0 1 40%; }
        #footer .foot_col:nth-child(3) {
          margin: 0; }
        #footer .foot_col:nth-child(4) {
          margin: 0;
          width: auto; }
        #footer .foot_col:nth-child(5) {
          width: auto; }
        #footer .foot_col:nth-child(6) {
          margin-right: 0;
          margin: 0; } }
    @media (max-width: 460px) {
      #footer .foot_col {
        flex: 0 100%; } }
    #footer .foot_col h3 {
      font-weight: 800;
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      padding-bottom: 5px; }
      #footer .foot_col h3:after {
        position: absolute;
        content: "";
        left: 0;
        width: 100%;
        height: 2px;
        display: block;
        background: #f58522;
        bottom: 0; }
    #footer .foot_col ul {
      list-style-type: none;
      padding: 0;
      margin: 20px 0 30px 0; }
      #footer .foot_col ul a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        line-height: 26px; }
        #footer .foot_col ul a:hover {
          text-decoration: underline; }
  #footer .footer_links {
    margin-top: 18px; }
    #footer .footer_links a {
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      padding: 0 17px;
      position: relative;
      padding: 0 10px; }
      #footer .footer_links a:hover {
        text-decoration: underline; }
      #footer .footer_links a:after {
        content: "";
        background: #f58522;
        right: 0;
        top: 0;
        width: 2px;
        height: 100%;
        position: absolute;
        display: block; }
      #footer .footer_links a:last-child:after {
        display: none; }
  #footer #copy {
    line-height: 50px;
    padding-top: 45px; }
    #footer #copy p {
      font-size: 14px;
      color: #fff;
      flex: 1; }
      #footer #copy p:last-child {
        text-align: right; }
      #footer #copy p img {
        height: 16px;
        position: relative;
        top: 2px;
        margin: 0 5px; }
    @media (max-width: 920px) {
      #footer #copy {
        padding-top: 30px;
        text-align: center; }
        #footer #copy p {
          flex: 0 100%;
          line-height: 20px;
          margin-bottom: 12px;
          text-align: center; }
          #footer #copy p:last-child {
            text-align: center; } }

.icon:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle; }

.icon.phone:before {
  background-image: url(../images/phone_icon.svg);
  background-size: contain; }

.icon.mail:before {
  background-image: url(../images/mail_icon.svg);
  background-size: contain; }

#main {
  padding: 60px 0 0 0;
  background-color: #f5f1e4; }
  #main h1 {
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 75px; }

#product {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../images/page/bottom_slama.png");
  padding-bottom: 188px; }
  @media (max-width: 860px) {
    #product {
      padding: 0 16px 188px 16px;
      margin: 0 auto; } }
  #product .product_hp {
    background: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    width: 100%;
    flex: 0 500px;
    padding: 0 35px 30px 35px;
    position: relative;
	border-radius: 5px;}
    @media (max-width: 1160px) {
      #product .product_hp {
        flex: 0 calc(50% - 50px); } }
    @media (max-width: 860px) {
      #product .product_hp {
        flex: 0 100%;
        padding: 0 16px 16px 16px; }
        #product .product_hp table.product_table th {
          width: 50%;
          padding-right: 30px; } }
    @media (max-width: 460px) {
      #product .product_hp table.product_table th {
        width: 94px;
        padding-right: 0px; } }
    #product .product_hp:before {
      content: "";
      position: absolute;
      top: -227px;
      left: 50%;
      transform: translateX(-50%);
      width: 50px;
      height: 256px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../images/page/hacek.png"); }
      @media (max-width: 860px) {
        #product .product_hp:before {
          display: none; } }
    #product .product_hp:last-child:before {
      background-image: url("../images/page/hacek2.png"); }
    #product .product_hp:first-child {
      margin-right: 100px; }
      @media (max-width: 1160px) {
        #product .product_hp:first-child {
          margin-right: 50px; } }
      @media (max-width: 860px) {
        #product .product_hp:first-child {
          margin-right: 0px;
          margin-bottom: 50px; } }
    #product .product_hp .product_image {
      height: auto;
      padding-top: 16px; }
      @media (max-width: 860px) {
        #product .product_hp .product_image {
          height: auto;
          padding-top: 16px; } }
      #product .product_hp .product_image img {
        display: inline-block;
        max-width: calc(100% - 5px); }
      #product .product_hp .product_image:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: bottom; }
    #product .product_hp h2 {
      font-size: 28px;
      font-weight: 900;
      line-height: 42px;
      padding-top: 4px;
      margin-bottom: 20px; }

.product_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 32px; }
  .product_table th, .product_table td {
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    color: #504842;
    padding: 12px 0; }
  .product_table th {
    font-weight: 700;
    text-align: right;
    width: 94px; }
  .product_table td {
    padding-left: 67px;
    font-weight: 600;
    text-align: left; }
    @media (max-width: 860px) {
      .product_table td {
        padding-left: 25px; } }

#category {
  padding-top: 96px;
  padding-bottom: 131px; }
  @media (max-width: 420px) {
    #category {
      padding-left: 16px;
      padding-right: 16px; } }
  #category .category_box {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 34px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
	border-radius: 5px;}
    @media (max-width: 1240px) {
      #category .category_box {
        flex: 0 calc(50% - 30px); } }
    @media (max-width: 860px) {
      #category .category_box {
        flex: 0 calc(50% - 10px); } }
    @media (max-width: 420px) {
      #category .category_box {
        flex: 0 100%; } }
    #category .category_box img {
      transition: .5s;
      display: block;
      transform: scale(1);
      min-height: 225px; }
    #category .category_box:hover img {
      transform: scale(1.2); }
    #category .category_box h2 {
      font-weight: 900;
      font-size: 34px; }
      @media (max-width: 630px) {
        #category .category_box h2 {
          font-size: 24px; } }
    @media (max-width: 420px) {
      #category .category_box:first-child {
        margin-right: 0px;
        margin-bottom: 20px; } }
    #category .category_box .category_bottom {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-image: url("../images/page/box_bottom.png"); }
    #category .category_box header {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      padding: 0 20px; }

#news {
  position: relative;
  padding-top: 16px;
  background: #f5f1e4; }
  #news .news_slide {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(184, 171, 127, 0.15);
    border-radius: 5px;}
    #news .news_slide img {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      transition: .3s;
      min-height: 300px;
      min-width: 518px;
      max-height: 330px;
      opacity: 0; }
      #news .news_slide img.show {
        z-index: 9999;
        opacity: 1; }
      #news .news_slide img:first-child {
        position: relative;
        z-index: 999;
        left: 0;
        transform: translateX(0%); }
  #news .news_panel {
    flex: 0 570px; }
    #news .news_panel:first-child {
      margin-right: 60px; }
    @media (max-width: 1245px) {
      #news .news_panel {
        flex: 0 calc(50% - 30px);
        overflow: hidden; } }
    @media (max-width: 860px) {
      #news .news_panel {
        flex: 0 calc(50% - 10px); }
        #news .news_panel:first-child {
          margin-right: 20px; } }
    @media (max-width: 765px) {
      #news .news_panel {
        flex: 0 100%; }
        #news .news_panel:first-child {
          display: none;
          margin-right: 0px; } }
    #news .news_panel img {
      max-width: 100%;
      display: block; }
    #news .news_panel .new_box {
      padding: 26px 25px 20px 25px;
      overflow: hidden;
      height: 52px;
      transition: .3s; }
      #news .news_panel .new_box h3 {
        font-weight: 800;
        font-size: 24px;
        margin-bottom: 11px;
        cursor: pointer; }
        @media (max-width: 860px) {
          #news .news_panel .new_box h3 {
            font-size: 20px; } }
        #news .news_panel .new_box h3:hover {
          text-decoration: underline; }
      #news .news_panel .new_box:first-child {
        margin-top: 0 !important; }
      #news .news_panel .new_box.active {
        background: #ebe6d5;
        height: 165px;
        margin-top: 20px;
		border-radius: 5px;}
        #news .news_panel .new_box.active h3 {
          cursor: default; }
          #news .news_panel .new_box.active h3:hover {
            text-decoration: none; }
      #news .news_panel .new_box p {
        color: #504842;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px; }
      #news .news_panel .new_box .JS-cut-text-2 {
        max-height: 40px;
        margin-bottom: 20px;
        overflow: hidden; }
  #news:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/page/grey_top.png"); }
  #news:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 78px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/page/grey_bottom.png"); }
  #news header {
    position: relative; }
    #news header a {
      position: absolute;
      right: 6px;
      top: 17px; }
      @media (max-width: 765px) {
        #news header a {
          top: 70px; } }
    #news header h2 {
      font-size: 34px;
      font-weight: 900;
      margin-bottom: 70px; }

#newest {
  padding-top: 204px;
  margin-bottom: 80px; }
  #newest .place_box {
    overflow: hidden; }
  @media (max-width: 765px) {
    #newest {
      padding-top: 125px; }
      #newest .pr-center {
        max-width: 600px; }
      #newest .grid-gallery {
        display: block; } }
  #newest .newest_box {
    flex: 0 50%; }
    #newest .newest_box:first-child .btn {
      margin-right: 20px; }
      @media (max-width: 765px) {
        #newest .newest_box:first-child .btn {
          margin-right: 5px; } }
    @media (max-width: 765px) {
      #newest .newest_box {
        flex: 0 100%; }
        #newest .newest_box:first-child {
          margin-bottom: 45px; } }
    #newest .newest_box:last-child {
      padding-left: 50px; }
      @media (max-width: 860px) {
        #newest .newest_box:last-child {
          padding-left: 20px; } }
      @media (max-width: 765px) {
        #newest .newest_box:last-child {
          padding-left: 0; } }
  #newest h2 {
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 94px; }
    @media (max-width: 765px) {
      #newest h2 {
        margin-bottom: 34px; } }
  #newest h3 {
    font-size: 18px;
    font-weight: 900;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    #newest h3:after {
      content: "";
      height: 2px;
      display: block;
      position: absolute;
      background: #f58522;
      width: calc(33.3% - 20px);
      left: 0;
      bottom: 0; }
  #newest .gal-item {
    flex: 0 calc(33.3% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
	border-radius: 4px;}
    @media (max-width: 765px) {
      #newest .gal-item {
        width: calc(33.3% - 10px);
        margin: 5px;
        padding: 0;
        justify-content: center;
        display: block;
        float: left;
        max-height: 120px; } }
    #newest .gal-item.plus {
      position: relative; }
      #newest .gal-item.plus:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: rgba(255, 255, 255, 0.91);
        z-index: 99;
        background-image: url(../images/page/plus.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center; }
    #newest .gal-item img {
      max-width: 100%;
      display: block;
      transition: .3s;
      transform: scale(1); }
    #newest .gal-item:hover img {
      transform: scale(1.2); }
  #newest .margined-top {
    margin-top: 23px; }

.YTVideo {
  width: 100%;
  height: 310px;
  margin-bottom: 20px;
  max-height: 100%; }

#subpage {
  padding: 60px 0 60px 0; }
  #subpage p {
    margin-bottom: 20px; }
  #subpage a {
    color: #f58522; }
    #subpage a:hover {
      text-decoration: none; }
  #subpage h1 {
    font-weight: 900;
    font-size: 38px;
    margin-bottom: 45px; }
  #subpage h2 {
    font-weight: 900;
    font-size: 34px;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative; }
    #subpage h2:before {
      content: "";
      width: 7px;
      height: 12px;
      display: inline-block;
      background-image: url(../images/page/h2.svg);
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 12px; }
  #subpage h3 {
    position: relative;
    font-weight: 900;
    font-size: 34px;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-left: 20px; }
    #subpage h3:before {
      content: "";
      width: 7px;
      height: 12px;
      display: inline-block;
      background-image: url(../images/page/h3.png);
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 12px; }
  #subpage p {
    font-size: 14px;
    line-height: 26px;
    padding-left: 20px; }
  #subpage .subpage_column:nth-child(1) {
    flex: 0 calc(50% + 50px); }
#subpage .subpage_column:nth-child(2) a {
	    max-height: 300px;
    overflow: hidden;
}
  #subpage .subpage_column:nth-child(2) {
    flex: 0 calc(50% - 50px); }
  @media (max-width: 750px) {
    #subpage .subpage_column:nth-child(1) {
      flex: 0 100%; }
    #subpage .subpage_column:nth-child(2) {
      flex: 0 100%; } }
  #subpage .subpage_column {
    margin-bottom: 80px; }
    @media (max-width: 750px) {
      #subpage .subpage_column {
        order: 2; } }
    #subpage .subpage_column:last-child a {
      display: inline-block;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); }
    @media (max-width: 750px) {
      #subpage .subpage_column:last-child {
        order: 1; } }
    @media (max-width: 750px) {
      #subpage .subpage_column {
        margin-bottom: 40px; }
        #subpage .subpage_column:first-child {
          margin-bottom: 0; } }
    #subpage .subpage_column img {
      max-width: 100%;
      display: block; }
    #subpage .subpage_column .btn {
      margin-left: 20px; }
    #subpage .subpage_column p {
      font-weight: 700;
      font-size: 18px;
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 2px solid #f6861f;
      line-height: 30px;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    #subpage .subpage_column.contact h2 {
      font-weight: 300;
      font-size: 32px;
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 2px solid #f6861f;
      line-height: 30px;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      #subpage .subpage_column.contact h2 strong, #subpage .subpage_column.contact h2 b {
        font-weight: 800; }
      #subpage .subpage_column.contact h2:before {
        display: none; }
    #subpage .subpage_column.contact p {
      padding: 0 0 0 20px;
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      border-bottom: 0;
      font-weight: 400; }
      #subpage .subpage_column.contact p strong {
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
        font-weight: 800; }
    #subpage .subpage_column .product_table {
      max-width: 520px; }
  #subpage .gal-item {
    flex: 0 180px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden; 
	border-radius: 4px;}
    @media (max-width: 765px) {
      #subpage .gal-item {
        flex: 0 calc(33.3% - 10px);
        margin: 5px;
        padding: 0;
        justify-content: center;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        max-height: 80px; } }
    #subpage .gal-item img {
      max-width: 100%;
      display: block;
      min-height: 120px;
      min-width: 180px;
      transition: .3s;
      transform: scale(1); }
    #subpage .gal-item:hover img {
      transform: scale(1.2); }
  #subpage .YTVideo {
    max-width: 550px;
    margin-left: 20px; }
    @media (max-width: 550px) {
      #subpage .YTVideo {
        height: auto;
        min-height: 220px; } }
    @media (max-width: 620px) {
      #subpage .YTVideo {
        max-width: calc(100% - 40px); } }
  #subpage .grid-gallery {
    margin-left: 20px;
    max-width: calc(100% - 20px); }
    @media (max-width: 765px) {
      #subpage .grid-gallery {
        display: inline-block;
        max-width: calc(100% - 40px);
        width: 100%; }
        #subpage .grid-gallery .gal-item {
          width: calc(33.3% - 10px);
          margin: 5px;
          padding: 0;
          justify-content: center;
          display: block;
          float: left;
          max-height: 120px; }
          #subpage .grid-gallery .gal-item img {
            min-width: 0;
            min-height: 0; } }
  #subpage .seller {
    flex: 0 280px;
    margin-right: 20px;
    margin-bottom: 50px; }
    #subpage .seller h3 {
      font-size: 18px;
      font-weight: 800;
      line-height: 24px;
      padding: 0 0 0 20px;
      margin: 0; }
      #subpage .seller h3:before {
        display: none; }
  #subpage .gm-style-iw h4 {
    font-size: 14px;
    margin-bottom: 6px; }
  #subpage .gm-style-iw p {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 4px 0; }
  #subpage .wrapmap {
    position: relative; }
    #subpage .wrapmap #pac-input {
      background: #fff;
      padding: 0 12px;
      height: 40px;
      width: 220px;
      display: block;
      position: absolute;
      left: 60px;
      border: none;
      top: 10px;
      opacity: 0;
      z-index: 9999999;
      transition: .3;
      -webkit-appearance: none;
      border-radius: 0; }
      #subpage .wrapmap #pac-input.show {
        opacity: 1; }
    #subpage .wrapmap .gm-style-mtc {
      display: none; }
    #subpage .wrapmap #g-s-b {
      height: 40px;
      width: 40px;
      text-align: center;
      left: 20px;
      border: none;
      top: 10px;
      opacity: 1;
      position: absolute;
      background: #fff;
      z-index: 9999999;
      background-image: url(../images/page/gs.png);
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
    #subpage .wrapmap .gm_zoomer {
      width: 40px;
      height: 70px;
      left: 20px;
      border: none;
      bottom: 10px;
      position: absolute;
      background: #fff;
      z-index: 9999999;
      padding: 0 2px; }
      #subpage .wrapmap .gm_zoomer button {
        height: 35px;
        display: block;
        -webkit-appearance: none;
        border-radius: 0;
        border: 0;
        width: 38px;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer; }
        #subpage .wrapmap .gm_zoomer button.plus {
          border-bottom: 1px solid #eaeaea;
          background-image: url(../images/page/gm_plus.png); }
        #subpage .wrapmap .gm_zoomer button.minus {
          background-image: url(../images/page/gm_minus.png); }

.gm-bundled-control {
  display: none; }

#contact_map {
  height: 400px;
  width: 100%;
  display: block; }
  @media (max-width: 750px) {
    #contact_map {
      margin-top: 50px; } }

#point_map {
  height: 30vw;
  width: 100%;
  display: block;
  min-height: 400px;
  margin-bottom: 80px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); }

/*Otakar's styles*/
@media all and (max-width: 860px){
	#product .product_hp{
		flex: 0 500px;
	}
}

.img{
	height: 146px;
	width: 180px;
	transition: .3s;
	transform: scale(1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.img:hover{
	transform: scale(1.2);
}
#newest .gal-item:nth-of-type(n+7){
	display: none;
}
#newest .gal-item:nth-of-type(6){
	position: relative;
}
#newest .gal-item:nth-of-type(6):before{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: rgba(255, 255, 255, 0.91);
	z-index: 99;
	background-image: url(../images/page/plus.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	pointer-events: none;
}
@media all and (max-width: 1220px){
	#newest .newest_box{
		margin: auto auto;
		flex: 0 600px;	
	}
	#newest .newest_box:first-child{
		margin-bottom: 50px;	
	}
	#newest .newest_box:last-child{
		padding-left: 0;	
	}
	
	#newest h2{
		margin-bottom: 34px;
	}
	#newest h3{
		float: left;
		width: auto;
	}
	#newest h3::after{
		width: 100%;	
	}
	#newest .grid-gallery{
		clear: both;	
	}	
}
@media all and (max-width: 600px){
	#newest .place_box{
		height: auto !important;	
	}
	#newest .gal-item{
		width: 180px;
		height: 120px;	
	}
	#newest .newest_box:first-of-type{
		flex: 0 380px;
	}
}
@media all and (max-width: 405px){
	#newest .newest_box:first-of-type{
		flex: 0 190px;
	}
		#newest .gal-item:nth-of-type(n+5){
			display: none;
		}
		#newest .gal-item:nth-of-type(4){
			position: relative;
		}
		#newest .gal-item:nth-of-type(4):before{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			content: "";
			background: rgba(255, 255, 255, 0.91);
			z-index: 99;
			background-image: url(../images/page/plus.svg);
			background-repeat: no-repeat;
			background-size: 20px 20px;
			background-position: center;
			pointer-events: none;
		}
}

#subpage h3{
	font-size: 30px;
}
#subpage h2::before {
    display: none;
}
#subpage h3::before {
    background-image: url(../images/page/h2.svg);
}

.subpage #product{
	background-image: none;
	padding-bottom: 0;
	padding-top: 60px;
}
.subpage #product .product_hp::before{
	display: none;
}
