.main_info {
  display: flex;
  flex-direction: column;
  padding: 3em 3rem;
}
.main_info .product_title {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.71429rem;
  line-height: 1.15789em;
  font-size: 2.5rem;
  line-height: 1.08571em;
  margin-top: 0;
  margin-bottom: 0.3em;
  padding-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 720px) {
  .main_info .product_title {
    font-size: 2.28571rem;
    line-height: 1.125em;
  }
}
.main_info .product_title::after {
  display: none;
}
.main_info .product_codes .label,
.main_info .manufacturer .label {
  font-size: 0.92857rem;
  line-height: 1.23077em;
  color: #969ea3;
}
.main_info .product_codes .title,
.main_info .manufacturer .title {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.14286rem;
  line-height: 1em;
}
.main_info .product_codes .title {
  color: #000;
}
.main_info .manufacturer {
  margin-bottom: 1em;
}
.main_info .manufacturer .title {
  color: #0095ce;
}
.main_info .product_parameters {
  margin-bottom: 1em;
}
.main_info .product_parameters .label {
  font-size: 0.85714rem;
  line-height: 1.16667em;
  color: #969ea3;
}
.main_info .product_parameters .value {
  font-size: 1.28571rem;
  line-height: 1.16667em;
  color: #000;
}
.main_info .product_parameters .box_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.6em 1em;
}
@media only screen and (min-width: 431px) {
  .main_info .product_parameters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_info .product_parameters .box_outer:nth-child(3n+1):nth-last-child(-n+3) .box_inner, .main_info .product_parameters .box_outer:nth-child(3n+1):nth-last-child(-n+3) ~ .box_outer .box_inner {
    border-bottom-width: 0;
  }
  .main_info .product_parameters .box_outer:nth-child(3n+1):nth-last-child(-n+3) .box_inner::before, .main_info .product_parameters .box_outer:nth-child(3n+1):nth-last-child(-n+3) .box_inner::after, .main_info .product_parameters .box_outer:nth-child(3n+1):nth-last-child(-n+3) ~ .box_outer .box_inner::before, .main_info .product_parameters .box_outer:nth-child(3n+1):nth-last-child(-n+3) ~ .box_outer .box_inner::after {
    display: none;
  }
  .main_info .product_parameters .box_outer:nth-child(3n) .box_inner {
    border-right-width: 0;
  }
  .main_info .product_parameters .box_outer:nth-child(3n) .box_inner::before, .main_info .product_parameters .box_outer:nth-child(3n) .box_inner::after {
    display: none;
  }
  .main_info .product_parameters > * {
    width: calc(33.33333% - 0);
    margin-bottom: 0;
  }
  .main_info .product_parameters > * {
    width: 33.33333%;
  }
  .main_info .product_parameters > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .main_info .product_parameters > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .main_info .product_parameters > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .main_info .product_parameters > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .main_info .product_parameters .box_outer {
    display: flex;
    width: 33.33333%;
  }
  .main_info .product_parameters .box_outer .box_inner {
    flex-grow: 1;
  }
}
.main_info .main_info_bottom {
  margin-top: auto;
}
.main_info .unit .label,
.main_info .store_info .label,
.main_info .store_contact .label {
  font-size: 0.85714rem;
  line-height: 1.33333em;
  color: #969ea3;
}
.main_info .unit .value,
.main_info .store_info .value,
.main_info .store_contact .value {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.42857rem;
  line-height: 1.25em;
  color: #000;
}
@media only screen and (max-width: 450px) {
  .main_info .unit .value,
  .main_info .store_info .value,
  .main_info .store_contact .value {
    font-size: 1.14286rem;
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 450px) {
  .main_info .unit,
  .main_info .store_info,
  .main_info .store_contact {
    padding-top: 0;
  }
}
.main_info .unit,
.main_info .store_info {
  padding: 1em 1em 1em 5.5em;
  position: relative;
}
.main_info .unit::before,
.main_info .store_info::before {
  content: '';
  display: block;
  position: absolute;
  height: 3.5em;
  width: 3.5em;
  background: transparent none no-repeat center center / contain;
  left: 0.5em;
  top: calc(50% - 1.75em);
}
@media only screen and (max-width: 450px) {
  .main_info .unit,
  .main_info .store_info {
    padding-left: 3em !important;
  }
  .main_info .unit::before,
  .main_info .store_info::before {
    height: 2em;
    width: 2em;
    top: 0;
  }
}
.main_info .unit::before {
  background-image: url("/media/img//icons/ico-unit.svg");
}
@media only screen and (max-width: 450px) {
  .main_info .store_info {
    padding-left: 4em;
  }
}
.main_info .store_info .label {
  text-transform: lowercase;
}
.main_info .store_info::before {
  background-image: url("/media/img//icons/ico-store.svg");
}
.main_info .store_contact {
  padding-top: 1em;
  padding-left: 1em;
}
.main_info .store_contact a {
  transition: color 0.2s;
}
.main_info .store_contact a:hover {
  color: #0095ce;
}
.main_info .store_contact .label {
  margin-bottom: 0.2rem;
}
.main_info .store_contact:last-child:nth-child(2n-1) {
  padding-top: 0;
  padding-left: 0;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  .main_info .store_contact:last-child:nth-child(2n-1) {
    padding: 0.3rem;
  }
}
.main_info .store_n_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_info .store_n_unit > * {
  width: calc(50% - 0.475rem);
  margin-bottom: 0.95rem;
}
.main_info .store_n_unit > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .main_info .store_n_unit > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
  margin-left: 0.95rem;
}
.main_info .store_n_unit > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .main_info .store_n_unit > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
  margin-right: auto;
}
.main_info .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_info .buttons > * {
  width: calc(50% - 0.5em);
  margin-bottom: 1em;
}
.main_info .buttons > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .main_info .buttons > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
  margin-left: 1em;
}
.main_info .buttons > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .main_info .buttons > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
  margin-right: auto;
}
.main_info .buttons .button {
  margin-bottom: 0;
}
.main_info .buttons .button a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0.8em 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28571em;
  background-color: #0095ce;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #fff;
  height: auto;
  min-height: 0;
  padding: 1em 2em;
  padding-bottom: 0;
  padding-top: 0;
  align-items: center;
  display: flex;
  height: 52px;
  justify-content: center;
}
.main_info .buttons .button a::-moz-focus-inner {
  border-width: 0;
}
.main_info .buttons .button a:hover {
  background-color: rgba(0, 149, 206, 0.7);
}
.main_info .buttons .add_to_cart a {
  font-size: 1.28571rem;
  line-height: 1.22222em;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
.main_info .buttons .eshop a {
  background-color: #fff;
  color: #0095ce;
  border-color: #dadada;
  font-size: 1rem;
  line-height: 1.57143em;
}
.main_info .buttons .eshop a:hover {
  background-color: rgba(0, 149, 206, 0.3);
  color: #0095ce;
}
.main_info .buttons .eshop a:hover {
  background-color: rgba(0, 149, 206, 0.3);
  color: #0095ce;
  border-color: transparent;
}
.main_info .buttons .eshop a > span {
  padding-right: 1.5em;
  position: relative;
}
.main_info .buttons .eshop a > span::after {
  content: '';
  display: block;
  position: absolute;
  background: transparent url("/media/img//icons/ico-external-link.svg") no-repeat center center/contain;
  height: 1em;
  right: 0;
  top: calc(50% - 0.5em);
  width: 1em;
}
@media only screen and (min-width: 1121px) {
  .main_info {
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(30, 59, 104, 0.22);
  }
}
@media only screen and (min-width: 721px) and (max-width: 1120px) {
  .main_info {
    padding-right: 0;
  }
}
@media only screen and (max-width: 430px) {
  .main_info .product_parameters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_info .product_parameters .box_outer:nth-child(2n+1):nth-last-child(-n+2) .box_inner, .main_info .product_parameters .box_outer:nth-child(2n+1):nth-last-child(-n+2) ~ .box_outer .box_inner {
    border-bottom-width: 0;
  }
  .main_info .product_parameters .box_outer:nth-child(2n+1):nth-last-child(-n+2) .box_inner::before, .main_info .product_parameters .box_outer:nth-child(2n+1):nth-last-child(-n+2) .box_inner::after, .main_info .product_parameters .box_outer:nth-child(2n+1):nth-last-child(-n+2) ~ .box_outer .box_inner::before, .main_info .product_parameters .box_outer:nth-child(2n+1):nth-last-child(-n+2) ~ .box_outer .box_inner::after {
    display: none;
  }
  .main_info .product_parameters .box_outer:nth-child(2n) .box_inner {
    border-right-width: 0;
  }
  .main_info .product_parameters .box_outer:nth-child(2n) .box_inner::before, .main_info .product_parameters .box_outer:nth-child(2n) .box_inner::after {
    display: none;
  }
  .main_info .product_parameters > * {
    width: calc(50% - 0);
    margin-bottom: 0;
  }
  .main_info .product_parameters > * {
    width: 50%;
  }
  .main_info .product_parameters > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .main_info .product_parameters > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 0;
  }
  .main_info .product_parameters > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .main_info .product_parameters > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .main_info .product_parameters .box_outer {
    display: flex;
    width: 50%;
  }
  .main_info .product_parameters .box_outer .box_inner {
    flex-grow: 1;
  }
  .main_info .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_info .buttons > * {
    width: calc(100% - 0em);
    margin-bottom: 1em;
  }
  .main_info .buttons > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .main_info .buttons > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 1em;
  }
  .main_info .buttons > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .main_info .buttons > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .main_info .buttons .button a {
    height: 44px;
  }
  .main_info .buttons .button:last-child {
    margin-left: 0 !important;
    margin-top: 1em;
  }
}

.image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3em 3rem;
}
.image .picture_tag_image {
  overflow: hidden;
  position: relative;
}
.image .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  max-height: initial;
  max-width: initial;
}
.image .picture_tag_image::after {
  content: '';
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 66.66667%;
}
.image .photo {
  cursor: pointer;
}
.image .hidden_photogallery {
  display: none;
}
.image .perex {
  font-size: 1.14286rem;
  line-height: 1.5em;
  color: #000;
  padding: 2em;
  text-align: center;
}

.product_detail > .texts {
  margin-bottom: 4em;
  padding: 0 3rem;
}

.main_info_n_image {
  margin-bottom: 4em;
}
@media only screen and (min-width: 721px) {
  .main_info_n_image {
    display: flex;
  }
  .main_info_n_image .main_info {
    width: 55%;
  }
  .main_info_n_image .image {
    width: 45%;
  }
}
@media only screen and (min-width: 1301px) {
  .main_info_n_image .main_info,
  .main_info_n_image .image {
    width: 50%;
  }
}
