.mod_usedmachines_reader {
  --owl-arrow-width: 13.15px;
  --owl-arrow-space: 42px;
  --gallery-space-bottom: 60px;
}
.mod_usedmachines_reader .reader .machine-detail {
  background-color: #f0f0f0;
  padding-bottom: calc(var(--h) - var(--gallery-space-bottom));
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_usedmachines_reader .reader .machine-detail .hero {
  position: relative;
  display: block;
  width: 100%;
  height: 438px;
  max-height: calc(var(--vh)*100);
}
.mod_usedmachines_reader .reader .machine-detail .hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#242424+0,242424+100&1+0,0+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #242424 0%, rgba(36, 36, 36, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, rgba(36, 36, 36, 0)));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, #242424 0%, rgba(36, 36, 36, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #242424 0%, rgba(36, 36, 36, 0) 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, #242424 0%, rgba(36, 36, 36, 0) 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, #242424 0%, rgba(36, 36, 36, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#00242424', GradientType=0);
  /* IE6-8 */
}
.mod_usedmachines_reader .reader .machine-detail .hero figure {
  display: inline;
  margin: 0;
  padding: 0;
}
.mod_usedmachines_reader .reader .machine-detail .hero img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:cover; object-position:center center;";
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1046px;
  margin: 64px auto 95px auto;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > time {
  display: block;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #e31725;
  margin: 0 0 6px 0;
  padding: 0;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .name {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.16666667;
  letter-spacing: 0.025em;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .name {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .name {
    font-size: 30px;
  }
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 30px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 599px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap {
    grid-template-columns: minmax(0, 1fr);
    margin: 30px 0;
  }
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap ul {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
}
@media screen and (max-width: 1023px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap ul li {
  white-space: nowrap;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap ul li figure {
  display: inline;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap ul li img,
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap ul li svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap ul li strong {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #e31725;
  text-transform: uppercase;
  margin-right: 9.3px;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap ul li span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap .price-wrap .price {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.025em;
  color: #e31725;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap .price-wrap .price {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap .price-wrap .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap .price-wrap .price {
    margin: 0;
  }
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap .price-wrap .payment-type {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.39130435;
  letter-spacing: 0.025em;
  color: #9D9D9D;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap .price-wrap .payment-type {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .short-block-wrap .price-wrap .payment-type {
    font-size: 18px;
  }
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 100px;
  row-gap: 30px;
  margin: 0 0 68px 0;
}
@media screen and (max-width: 800px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap {
    grid-template-columns: minmax(0, 1fr);
    margin: 30px 0;
  }
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .contacts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 0;
  row-gap: 40px;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .contacts .contact .name {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .contacts .contact .company {
  margin: 5px 0 10px 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .contacts .contact ul li {
  margin-top: 7.5px;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .contacts .contact ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  color: inherit;
  text-decoration: none;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .contacts .contact ul li a:hover {
  color: #e31725;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .contacts .contact ul li img,
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .contacts .contact ul li svg {
  display: block;
  width: 16px;
  height: 16px;
  -moz-object-fit: contain;
  -webkit-object-fit: contain;
  -o-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:contain; object-position:center center;";
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .contacts .contact ul li span {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .text b,
.mod_usedmachines_reader .reader .machine-detail .back-wrap > .text-block-wrap .text strong {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap a {
  display: inline-flex;
  justify-content: flex-start;
  column-gap: 10px;
  align-items: center;
  text-decoration: none;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e31725;
  margin-left: -34px;
}
@media screen and (max-width: 1200px) {
  .mod_usedmachines_reader .reader .machine-detail .back-wrap a {
    margin-left: 0;
  }
}
.mod_usedmachines_reader .reader .machine-detail .back-wrap a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1046px;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > time {
  display: block;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #e31725;
  margin: 0 0 6px 0;
  padding: 0;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .name {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.16666667;
  letter-spacing: 0.025em;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .name {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .name {
    font-size: 30px;
  }
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 30px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 599px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap {
    grid-template-columns: minmax(0, 1fr);
    margin: 30px 0;
  }
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap ul {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
}
@media screen and (max-width: 1023px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap ul li {
  white-space: nowrap;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap ul li figure {
  display: inline;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap ul li img,
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap ul li svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap ul li strong {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #e31725;
  text-transform: uppercase;
  margin-right: 9.3px;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap ul li span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap .price-wrap .price {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.025em;
  color: #e31725;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap .price-wrap .price {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap .price-wrap .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap .price-wrap .price {
    margin: 0;
  }
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap .price-wrap .payment-type {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.39130435;
  letter-spacing: 0.025em;
  color: #9D9D9D;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap .price-wrap .payment-type {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .short-block-wrap .price-wrap .payment-type {
    font-size: 18px;
  }
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 100px;
  row-gap: 30px;
  margin: 0 0 68px 0;
}
@media screen and (max-width: 800px) {
  .mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap {
    grid-template-columns: minmax(0, 1fr);
    margin: 30px 0;
  }
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .contacts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 0;
  row-gap: 40px;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .contacts .contact .name {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .contacts .contact .company {
  margin: 5px 0 10px 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .contacts .contact ul li {
  margin-top: 7.5px;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .contacts .contact ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  color: inherit;
  text-decoration: none;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .contacts .contact ul li a:hover {
  color: #e31725;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .contacts .contact ul li img,
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .contacts .contact ul li svg {
  display: block;
  width: 16px;
  height: 16px;
  -moz-object-fit: contain;
  -webkit-object-fit: contain;
  -o-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:contain; object-position:center center;";
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .contacts .contact ul li span {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55555556;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .text b,
.mod_usedmachines_reader .reader .machine-detail > .wrap > .text-block-wrap .text strong {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.mod_usedmachines_reader .reader > .gallery-wrap {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1046px;
}
.mod_usedmachines_reader .reader > .gallery-wrap .gallery {
  position: relative;
  margin-top: calc((var(--h) - var(--gallery-space-bottom)) * -1);
  margin-left: calc((var(--owl-arrow-width) + var(--owl-arrow-space)) * -1);
  width: calc(100% + (var(--owl-arrow-width) + var(--owl-arrow-space)) * 2);
  padding: 0 55.15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_usedmachines_reader .reader > .gallery-wrap .gallery .owl-nav .owl-prev,
.mod_usedmachines_reader .reader > .gallery-wrap .gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.mod_usedmachines_reader .reader > .gallery-wrap .gallery .owl-nav .owl-prev {
  left: 0;
}
.mod_usedmachines_reader .reader > .gallery-wrap .gallery .owl-nav .owl-next {
  right: 0;
}
.mod_usedmachines_reader .reader > .gallery-wrap .gallery .image {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.mod_usedmachines_reader .reader > .gallery-wrap .gallery .image figure,
.mod_usedmachines_reader .reader > .gallery-wrap .gallery .image picture {
  display: inline;
  margin: 0;
  padding: 0;
}
.mod_usedmachines_reader .reader > .gallery-wrap .gallery .owl-item .image {
  display: block;
  width: 100%;
}
.mod_usedmachines_reader .reader > .gallery-wrap .gallery .owl-item .image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: var(--h);
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:cover; object-position:center center;";
}
.mod_usedmachines_reader .reader .form {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1046px;
  margin-top: 95px;
}
.mod_usedmachines_reader .reader .form .headline {
  font-family: 'Expose', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 52px;
  line-height: 1.16666667;
  letter-spacing: 0.025em;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mod_usedmachines_reader .reader .form .headline {
    font-size: 31.2px;
  }
}
@media screen and (max-width: 767px) {
  .mod_usedmachines_reader .reader .form .headline {
    font-size: 26px;
  }
}
.mod_usedmachines_reader .reader .form .formbody .widget {
  margin-bottom: 34px;
}
@media screen and (max-width: 599px) {
  .mod_usedmachines_reader .reader .form .formbody .widget {
    margin-bottom: 15px;
  }
}
.mod_usedmachines_reader .reader .form .formbody .widget label {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.01em;
}
.mod_usedmachines_reader .reader .form .formbody .widget.widget-textarea {
  margin-bottom: 0;
}
.mod_usedmachines_reader .reader .form .formbody .widget.widget-textarea textarea {
  height: 150px;
}
.mod_usedmachines_reader .reader .form .formbody .submit_wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 0;
  margin: 26px 0 0 0;
}
@media screen and (max-width: 599px) {
  .mod_usedmachines_reader .reader .form .formbody .submit_wrap {
    grid-template-columns: minmax(0, 1fr);
  }
}
