/*=============================
=            Majka            =
=============================*/
/*=====  End of Majka  ======*/
.product_page .container {
  width: 100%;
  max-width: 1254px;
  padding: 0 50px;
}

.product_page .page_content {
  margin-bottom: 0;
}

.product_page .pp_box_content {
  background-color: #fff;
  padding: 47px 100px 33px 71px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.product_page .pp_box_content .text {
  font-size: 16px;
  line-height: 24px;
  color: #444850;
  width: 55%;
  padding: 0;
}

.product_page .pp_box_content .text > *:first-child {
  margin-top: 0 !important;
}

.product_page .pp_box_content .text > *:last-child {
  margin-bottom: 0 !important;
}

.product_page .pp_box_content .text h2 {
  font-size: 30px;
  margin: 38px 0 27px;
}

.product_page .pp_box_content .text h3 {
  font-size: 20px;
  line-height: 23px;
  text-transform: initial;
  margin: 17px 0;
}

.product_page .pp_box_content .img {
  width: 28%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}

.product_page .pp_box_content .img img {
  position: relative;
  z-index: 1;
  max-height: 240px;
}

.product_page .pp_box {
  margin: 0 0 48px 0;
  padding: 0;
}

.product_page .pp_box:first-child .pp_box_content .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 227px;
  background-color: #ed1f24;
  -webkit-transform: skew(-28deg);
  transform: skew(-28deg);
  max-height: 100%;
}

.product_page .pp_box2_content .img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product_page .pp_boxes_sec {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
}

.product_page .pp_box5_cont {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
}

.product_page .pp_box3 .row {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_page .pp_box4_content {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 47px 100px 33px 71px;
}

.product_page .pp_box4_content > *:first-child {
  margin-top: 0 !important;
}

.product_page .pp_box4_content > *:last-child {
  margin-bottom: 0 !important;
}

.product_page .pp_box4_content h2 {
  font-size: 30px;
}

.product_page .pp_box4_content h3 {
  font-size: 20px;
  line-height: 23px;
  text-transform: initial;
  margin: 17px 0;
}

.product_page .pp_box5_cont {
  padding: 47px 100px 33px 71px;
}

.product_page .pp_box5_cont .title {
  text-align: center;
}

.product_page .pp_box5_cont .title h2 {
  color: #ed1f24;
  font-weight: 600;
  text-transform: uppercase;
}

.product_page .threesixty .threesixty_images {
  max-width: 100%;
  height: 540px;
  width: 100%;
}

.product_page .threesixty .custo_nav a.custom_next {
  right: 220px;
  background-image: none;
}

.product_page .threesixty .custo_nav a.custom_next::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-right: 2px solid #ed1f24;
  border-bottom: 2px solid #ed1f24;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product_page .threesixty .custo_nav a.custom_prev {
  left: 220px;
  background-image: none;
}

.product_page .threesixty .custo_nav a.custom_prev::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-left: 2px solid #ed1f24;
  border-top: 2px solid #ed1f24;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 1025px) {
  .product_page .pp_box3 .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pp_box3_control {
    width: 170px;
  }
  .pp_box3_content {
    width: calc(100% - 170px);
  }
  .tab-content > .active {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .pp_box3_el .img {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .pp_box3_el .img img {
    margin-top: auto;
  }
}

@media screen and (max-width: 1024px) {
  .product_page .container {
    padding: 0 40px;
  }
  .product_page .pt_menu_sub {
    padding: 22px 0 23px;
  }
  .product_page .pp_box_content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 72px 74px;
  }
  .product_page .pp_box_content .img {
    margin-top: 81px;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    padding-right: 0;
  }
  .product_page .pp_box_content .img::before {
    width: 150px;
    height: 173px;
  }
  .product_page .pp_box_content .img img {
    max-height: 198px;
  }
  .product_page .pp_box_content .text {
    width: 100%;
  }
  .product_page .pp_box_content .text .title {
    width: 100%;
  }
  .product_page .pp_box3 .row {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    overflow: visible;
  }
  .product_page .pp_box3_title {
    font-size: 18px;
    padding: 17px 0px 32px;
    font-weight: bold;
    color: #ed1f24;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    padding: 17px 0px 22px;
  }
  .product_page .pp_box3_panel {
    float: left;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .product_page .pp_box3_panel .panel {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    float: left;
    margin: 0;
    width: 100%;
  }
  .product_page .pp_box3_panel .panel + .panel {
    margin-top: 0;
  }
  .product_page .pp_box3_panel .panel:last-child .pp_box3_control a {
    border-bottom: none;
  }
  .product_page .pp_box3_control {
    width: 100%;
    padding: 0;
    font-size: 16px;
    text-align: left;
    border-radius: 0;
  }
  .product_page .pp_box3_control::after {
    display: none;
  }
  .product_page .pp_box3_control a {
    color: #fff;
    height: 60px;
    display: block;
    border-bottom: 1px solid #ed1f24;
    padding: 0 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .product_page .pp_box3_control a[aria-expanded="true"] {
    border-bottom: 2px solid #212121;
    color: #fff;
  }
  .product_page .pp_box3_control a[aria-expanded="true"] .text::after {
    content: "-";
  }
  .product_page .pp_box3_control .sub {
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    margin-left: 2px;
    display: inline-block;
  }
  .product_page .pp_box3_control .text {
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
  .product_page .pp_box3_control .text::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 16px;
    background-color: #fff;
  }
  .product_page .pp_box3_control .text::after {
    position: absolute;
    content: '';
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 2px;
    background-color: #fff;
  }
  .product_page .pp_box3_content {
    width: 100%;
  }
  .product_page .pp_box3_el {
    position: relative;
    overflow: hidden;
  }
  .product_page .pp_box3_el::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #212121;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .product_page .pp_box3_el .img {
    padding: 10px 0 0;
  }
  .product_page .pp_box4_content {
    padding: 47px 73px 33px 73px;
  }
  .product_page .pp_boxes_sec {
    padding-bottom: 16px;
  }
  .product_page .pp_box5_cont {
    padding: 47px 0px 33px 0px;
  }
  .product_page .pp_box5_cont > .title {
    padding: 0 40px;
  }
  .product_page .threesixty .custo_nav a.custom_prev {
    left: 22px;
    background-image: none;
  }
  .product_page .threesixty .custo_nav a.custom_next {
    right: 22px;
    background-image: none;
  }
  .product_page .threesixty .custom_amimation {
    padding-top: 66px;
    width: 269px;
    height: 269px;
  }
  .product_page .threesixty .custom_amimation .ngk_hand {
    bottom: 46px;
  }
  .product_page .threesixty .custom_amimation .ngk360 {
    width: 104px;
  }
  .product_page .threesixty .custom_amimation .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product_page .container {
    padding: 0 20px;
  }
  .product_page .pp_boxes_sec {
    padding-bottom: 43px;
    font-size: 14px;
  }
  .product_page .pp_box {
    margin: 0 0 21px 0;
  }
  .product_page .pp_box:first-child .pp_box_content .img::before {
    width: 140px;
    height: 164px;
  }
  .product_page .pp_box_content {
    padding: 33px 20px 30px;
  }
  .product_page .pp_box_content .text {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .product_page .pp_box_content .text h2 {
    font-size: 18px;
    margin: 43px 0 14px;
    line-height: 24px;
  }
  .product_page .pp_box_content .img {
    margin-top: 113px;
  }
  .product_page .pp_box_content .img img {
    max-height: 185px;
  }
  .product_page .pp_boxes_sec {
    margin-top: 24px;
  }
  .product_page .pp_box2 {
    background-color: transparent;
  }
  .product_page .pp_box2_bg .bg_mob {
    display: none;
  }
  .product_page .pp_box4_content {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 33px 20px 30px;
  }
  .product_page .pp_box4_content h2 {
    font-size: 18px;
    margin: 43px 0 14px;
    line-height: 24px;
  }
  .product_page .pp_box5_cont {
    padding: 9px 20px 15px;
  }
  .product_page .pp_box5_cont > .title {
    padding: 0 20px;
  }
  .product_page .pp_box5_cont > .title h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .product_page .threesixty .threesixty_images {
    max-width: 100%;
    height: 274px;
    width: 100%;
  }
  .product_page .threesixty .custom_amimation {
    padding-top: 40px;
    width: 162px;
    height: 162px;
  }
  .product_page .threesixty .custom_amimation svg {
    display: block;
  }
  .product_page .threesixty .custom_amimation .ngk360 {
    margin: auto;
    width: 62px;
  }
  .product_page .threesixty .custom_amimation .ngk_hand {
    width: 26px;
  }
  .product_page .threesixty .custom_amimation .title {
    font-size: 12px;
  }
}
/*# sourceMappingURL=new_product.css.map */