.content {
  display: flex;
  align-items: center;
}

.product_inner_section {
  width: 100%;
}
.product_inner_section .custom_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.product_inner_section .page_pretitle {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 22px;
}
.product_inner_section .image_block {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background: rgba(232, 255, 218, 0.05);
  padding: 65px;
  height: 580px;
  width: 580px;
}
.product_inner_section .image_block img {
  max-width: 100%;
  max-height: 100%;
}
.product_inner_section .product_type,
.product_inner_section .product_volume {
  font-size: 160%;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 12px;
  font-family: "regular", "arm-regular";
}
.product_inner_section .info_block {
  margin-left: -85px;
  flex: 1;
}
.product_inner_section .pretitle_block {
  color: #96B816;
  display: block;
  font-family: "light", "arm-light";
}
.product_inner_section .share_block {
  height: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 15px;
}
.product_inner_section .share_block:before {
  content: "";
  width: 0px;
  height: 4px;
  background: #96B816;
  position: absolute;
  top: 0;
  left: 0;
  animation: line1 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.product_inner_section .share_block:after {
  content: "";
  height: 0;
  width: 4px;
  background: #96B816;
  position: absolute;
  right: 0;
  top: 0;
  animation: line2 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  max-height: 100%;
}
@keyframes line1 {
  from {
    width: 0px;
  }
  to {
    width: 180px;
  }
}
@keyframes line2 {
  from {
    height: 0px;
  }
  to {
    height: 160px;
  }
}
.product_inner_section .share_title {
  font-size: 120%;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 20px;
}
.product_inner_section .at-share-btn-elements a {
  background-color: transparent !important;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
}
.product_inner_section .at-share-btn-elements a:hover svg {
  fill: #96B816 !important;
}
.product_inner_section .at-share-btn-elements a:first-child {
  margin-left: -10px !important;
}
@media (max-width: 1199px) {
  .product_inner_section .image_block {
    padding: 45px;
    height: 450px;
    width: 450px;
  }
  .product_inner_section .share_block {
    height: 150px;
  }
}
@media screen and (max-height: 849px) {
  .product_inner_section .image_block {
    padding: 45px;
    height: 450px;
    width: 450px;
  }
  .product_inner_section .share_block {
    height: 150px;
  }
  .product_inner_section .info_block {
    margin-left: -60px;
  }
}
@media screen and (max-height: 719px) {
  .product_inner_section {
    padding-bottom: 20px;
  }
  .product_inner_section .image_block {
    padding: 30px;
    height: 360px;
    width: 360px;
  }
  .product_inner_section .share_block {
    height: 100px;
  }
  .product_inner_section .info_block {
    margin-left: -45px;
  }
}
@media screen and (max-height: 639px) {
  .product_inner_section {
    padding-bottom: 20px;
  }
  .product_inner_section .image_block {
    padding: 20px;
    height: 300px;
    width: 300px;
  }
  .product_inner_section .share_block {
    height: 65px;
    margin-top: 0;
  }
  .product_inner_section .share_title {
    margin-bottom: 5px;
  }
  .product_inner_section .info_block {
    margin-left: -30px;
  }
}
@media (max-width: 959px) {
  .product_inner_section {
    padding-bottom: 20px;
  }
  .product_inner_section .image_block {
    padding: 20px;
    height: 300px;
    width: 300px;
  }
  .product_inner_section .share_block {
    height: 65px;
    margin-top: 0;
  }
  .product_inner_section .share_title {
    margin-bottom: 5px;
  }
  .product_inner_section .info_block {
    margin-left: -30px;
  }
}
@media (max-width: 575px) {
  .product_inner_section {
    padding-bottom: 30px;
  }
  .product_inner_section .custom_container {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_inner_section .page_pretitle {
    flex: none; 
  }
  .product_inner_section .share_block {
    height: 85px;
    margin-top: 10px;
  }
  .product_inner_section .info_block {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width:359px) {
  .product_inner_section .image_block {
    width: 290px;
    height: 290px;
    padding: 15px;
  }
}

.second_brand .product_inner_section .pretitle_block {
  color: #CAB379;
}
.second_brand .product_inner_section .at-share-btn-elements a:hover svg {
  fill: #CAB379 !important;
}
.second_brand .product_inner_section .share_block:after,
.second_brand .product_inner_section .share_block:before {
  background: #CAB379;
}
.second_brand .product_inner_section .page_title {
  color: #F5F1DD;
}

.product_inner_section .at-share-btn-elements a svg {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=product_inner.css.map */
