

/* Start:/local/templates/lynx/css/our-product.css?174558170421550*/
.our-product {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.our-product .vector {
  position: absolute;
}
.our-product .vector:first-child {
  top: -22%;
  right: -25%;
}
.our-product .vector:nth-child(2) {
  z-index: 2;
  bottom: -14%;
  left: 13%;
}
.our-product h2 {
  font-size: clamp(27px, 4vw, 60px);
  max-width: 280px;
}
.our-product h2 i {
  font-style: normal;
  color: #ED1C24;
}
.our-product-top {
  position: relative;
  z-index: 2;
}
.our-product-top .page-wrap {
  max-width: 1767px;
}
.our-product-top .d-flex {
  justify-content: space-between;
  row-gap: 2.5rem;
}
.our-product-top .bx {
  flex-basis: 100%;
}
.our-product-top .bx:first-child {
  text-align: center;
}
.our-product-top .page-btn {
  height: 35px;
  line-height: 35px;
  min-width: 144px;
  font-size: 0.9375rem;
}
.our-product-top .page-btn i {
  margin-right: 1px;
}
.our-product-block {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 1.25rem auto 0;
}
.our-product-block .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
.our-product-block .bg.hide {
  display: block;
}
.our-product-block .bg img {
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}
.our-product-block .box {
  position: relative;
  margin: 0 auto;
  max-width: 670px;
  overflow: hidden;
}
.our-product-block .box .img {
  position: relative;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  display: none;
}
.our-product-block .box .d-flex {
  row-gap: 1.25rem;
}
.our-product-block .box .bx:first-child .image {
  padding-top: 3.125rem;
}
.our-product-block .box .bx:first-child .image::before {
  top: 0;
  left: 15px;
}
.our-product-block .box .bx:first-child .image::after {
  display: none;
}
.our-product-block .box .bx:nth-child(2) .image {
  padding-top: 3.125rem;
}
.our-product-block .box .bx:nth-child(2) .image::before {
  top: 0;
  left: 15px;
}
.our-product-block .box .bx:nth-child(2) .image::after {
  display: none;
}
.our-product-block .box .bx:nth-child(3) .image {
  padding-top: 3.125rem;
}
.our-product-block .box .bx:nth-child(3) .image::before {
  top: 0;
  left: 15px;
}
.our-product-block .box .bx:nth-child(3) .image::after {
  display: none;
}
.our-product-block .box .bx:nth-child(4) .image {
  padding-top: 3.125rem;
}
.our-product-block .box .bx:nth-child(4) .image::before {
  top: 0;
  left: 15px;
}
.our-product-block .box .bx:nth-child(4) .image::after {
  display: none;
}
.our-product-block .box .bx:nth-child(5) .image {
  padding-top: 3.125rem;
}
.our-product-block .box .bx:nth-child(5) .image::before {
  top: 0;
  left: 15px;
}
.our-product-block .box .bx:nth-child(5) .image::after {
  display: none;
}
.our-product-block .box .bx:nth-child(6) .image {
  padding-top: 3.125rem;
}
.our-product-block .box .bx:nth-child(6) .image::before {
  top: 0;
  left: 15px;
}
.our-product-block .box .bx:nth-child(6) .image::after {
  display: none;
}
.our-product-block .bx {
  flex-basis: 100%;
}
.our-product-block .image {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: grid;
  place-items: center;
  text-decoration: none;
}
.our-product-block .image::before, .our-product-block .image::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.our-product-block .image::before {
  content: attr(data-txt);
  color: #3B4851;
  font-weight: 600;
  font-size: 0.875rem;
  width: 210px;
  bottom: inherit;
}
.our-product-block .image::after {
  height: 51px;
  width: 1px;
  background-color: #3B4851;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
.our-product-block .image.ml {
  margin-left: 0;
}
.our-product-block .image.mr {
  margin-left: 0;
}
.our-product-block .image img {
  margin: 0 auto;
}
.our-product-block .btn {
  padding: 1.25rem 0.9375rem 0;
}
.our-product-block .btn a {
  text-decoration: none;
  position: relative;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #ED1C24;
  text-align: left;
  display: inline-block;
  padding-right: 3.125rem;
}
.our-product-block .btn a span {
  display: block;
}
.our-product-block .btn a .icon {
  width: 45px;
  height: 45px;
  padding: 10px 10px 10px 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ED1C24;
  overflow: hidden;
  display: grid;
  align-items: center;
  right: 0;
  top: 0;
}
.our-product-block .btn a .icon img {
  margin-left: -10px;
}

@media (min-width: 393px) {
  .our-product-block .box .img {
    display: block;
  }
  .our-product-block .box .d-flex {
    position: absolute;
    top: 0;
    height: 100%;
    row-gap: initial;
  }
  .our-product-block .box .bx:first-child .image {
    left: 40%;
    top: 13%;
    padding-top: 0;
  }
  .our-product-block .box .bx:first-child .image::before {
    top: -70%;
    left: 40%;
  }
  .our-product-block .box .bx:first-child .image::after {
    top: -58%;
    left: 5%;
    display: block;
  }
  .our-product-block .box .bx:nth-child(2) .image {
    left: 20%;
    top: 16%;
    padding-top: 0;
  }
  .our-product-block .box .bx:nth-child(2) .image::before {
    bottom: -2.25rem;
    text-align: right;
    right: 40%;
    top: initial;
    left: initial;
  }
  .our-product-block .box .bx:nth-child(2) .image::after {
    bottom: -50%;
    right: 1rem;
    display: block;
  }
  .our-product-block .box .bx:nth-child(3) .image {
    left: 40%;
    padding-top: 0;
  }
  .our-product-block .box .bx:nth-child(3) .image::before {
    top: -50%;
    left: 35%;
  }
  .our-product-block .box .bx:nth-child(3) .image::after {
    top: -45%;
    left: 0;
    display: block;
  }
  .our-product-block .box .bx:nth-child(4) .image {
    left: 16%;
    top: 9%;
    padding-top: 0;
  }
  .our-product-block .box .bx:nth-child(4) .image::before {
    bottom: -2rem;
    text-align: right;
    right: 30%;
    top: initial;
    left: initial;
  }
  .our-product-block .box .bx:nth-child(4) .image::after {
    bottom: -25%;
    right: -5%;
    display: block;
  }
  .our-product-block .box .bx:nth-child(5) .image {
    left: 40%;
    top: -15%;
    padding-top: 0;
  }
  .our-product-block .box .bx:nth-child(5) .image::before {
    top: -30%;
    left: 30%;
  }
  .our-product-block .box .bx:nth-child(5) .image::after {
    top: -29%;
    left: -10%;
    display: block;
  }
  .our-product-block .box .bx:nth-child(6) .image {
    left: 20%;
    top: -15%;
    padding-top: 0;
  }
  .our-product-block .box .bx:nth-child(6) .image::before {
    bottom: -2rem;
    text-align: right;
    right: 50%;
    top: initial;
    left: initial;
  }
  .our-product-block .box .bx:nth-child(6) .image::after {
    bottom: -35%;
    right: 5%;
    display: block;
  }
  .our-product-block .bx {
    flex-basis: 50%;
  }
  .our-product-block .image {
    margin-top: 50px;
    height: 82px;
    max-width: 103px;
  }
  .our-product-block .btn {
    position: absolute;
    right: 30%;
    bottom: 2%;
    padding: 0;
  }
  .our-product-block .btn a {
    text-align: center;
    display: inline-block;
  }
  .our-product-block .btn a span {
    display: block;
  }
  .our-product-block .btn a .icon {
    right: -50%;
    top: 26px;
  }
}
@media (min-width: 480px) {
  .our-product h2 {
    max-width: 880px;
  }
  .our-product-block .box {
    overflow: inherit;
  }
  .our-product-block .box .img {
    margin-left: 0;
    margin-right: 0;
  }
  .our-product-block .box .bx:nth-child(3) .image {
    left: 40%;
  }
  .our-product-block .box .bx:nth-child(3) .image::before {
    top: -40%;
    left: 35%;
  }
  .our-product-block .box .bx:nth-child(3) .image::after {
    top: -45%;
    left: 0;
  }
  .our-product-block .image {
    margin-top: 60px;
  }
  .our-product-block .btn {
    right: 40%;
  }
  .our-product-block .btn a .icon {
    top: 31px;
    right: -80%;
  }
}
@media (min-width: 576px) {
  .our-product-top .page-btn {
    height: 60px;
    line-height: 60px;
    font-size: 1.125rem;
    min-width: 240px;
  }
  .our-product-top .page-btn i {
    margin-right: 15px;
  }
  .our-product-block .image {
    height: 120px;
    max-width: 140px;
  }
  .our-product-block .image::before {
    font-size: 0.9375rem;
  }
  .our-product-block .image::after {
    height: 114px;
  }
  .our-product-block .box .bx:first-child .image {
    left: 40%;
    top: 13%;
  }
  .our-product-block .box .bx:first-child .image::before {
    top: -55%;
    left: 34%;
  }
  .our-product-block .box .bx:first-child .image::after {
    top: -58%;
    left: 0;
  }
  .our-product-block .box .bx:nth-child(2) .image {
    left: 16%;
    top: 15%;
  }
  .our-product-block .box .bx:nth-child(2) .image::before {
    bottom: -35%;
    text-align: right;
    right: 40%;
  }
  .our-product-block .box .bx:nth-child(2) .image::after {
    bottom: -35%;
    right: 0;
  }
  .our-product-block .box .bx:nth-child(4) .image {
    left: 13%;
    top: 9%;
  }
  .our-product-block .box .bx:nth-child(4) .image::before {
    bottom: -19%;
    text-align: right;
    right: 30%;
  }
  .our-product-block .box .bx:nth-child(4) .image::after {
    bottom: -17%;
    right: -5%;
  }
  .our-product-block .box .bx:nth-child(6) .image {
    left: 20%;
    top: -8%;
  }
  .our-product-block .box .bx:nth-child(6) .image::before {
    bottom: -10%;
    text-align: right;
    right: 50%;
  }
  .our-product-block .box .bx:nth-child(6) .image::after {
    bottom: -20%;
    right: 5%;
  }
  .our-product-block .btn a .icon {
    right: -90%;
  }
}
@media (min-width: 680px) {
  .our-product-block .image {
    max-width: 170px;
    height: 170px;
    display: block;
  }
  .our-product-block .btn a .icon {
    right: -75%;
  }
  .our-product-block .box .bx:first-child .image {
    top: 7%;
  }
  .our-product-block .box .bx:first-child .image::before {
    top: -27%;
    left: 25%;
  }
  .our-product-block .box .bx:first-child .image::after {
    top: -32%;
  }
  .our-product-block .box .bx:nth-child(2) .image {
    left: 10%;
    top: 20%;
  }
  .our-product-block .box .bx:nth-child(2) .image::before {
    bottom: 0;
    text-align: right;
    right: 30%;
  }
  .our-product-block .box .bx:nth-child(2) .image::after {
    bottom: 0;
    right: 0;
  }
  .our-product-block .box .bx:nth-child(3) .image {
    left: 40%;
    top: 0;
  }
  .our-product-block .box .bx:nth-child(3) .image::before {
    top: -27%;
    left: 25%;
  }
  .our-product-block .box .bx:nth-child(3) .image::after {
    top: -32%;
  }
  .our-product-block .box .bx:nth-child(4) .image {
    left: 10%;
	top: 15%;
  }
  .our-product-block .box .bx:nth-child(4) .image::before {
    bottom: 10%;
    text-align: right;
    right: 30%;
  }
  .our-product-block .box .bx:nth-child(4) .image::after {
    bottom: 10%;
    right: 0;
  }
  .our-product-block .box .bx:nth-child(5) .image::before {
    top: -21%;
    left: 25%;
  }
  .our-product-block .box .bx:nth-child(5) .image::after {
    top: -29%;
    left: -5%;
  }
  .our-product-block .box .bx:nth-child(6) .image {
    left: 10%;
    top: -10%;
  }
  .our-product-block .box .bx:nth-child(6) .image::before {
    bottom: 10%;
    text-align: right;
    right: 30%;
  }
  .our-product-block .box .bx:nth-child(6) .image::after {
    bottom: 10%;
    right: 0;
  }
}
@media (min-width: 768px) {
  .our-product {
    padding-top: 3.75rem;
    padding-bottom: 5.9375rem;
  }
  .our-product-block {
    margin-top: 4.375rem;
  }
}
@media (min-width: 1100px) {
  .our-product-block .bg {
    display: block;
    background-position: 65%;
    background-size: cover;
  }
  .our-product-block .bg.hide {
    display: none;
  }
  .our-product-block .bx {
    flex-basis: 33.3333333333%;
  }
  .our-product-block .box {
    max-width: 1390px;
  }
  .our-product-block .box .img {
    display: none;
  }
  .our-product-block .box .d-flex {
    position: relative;
  }
  .our-product-block .box .bx:first-child .image {
    left: inherit;
    right: inherit;
    top: inherit;
  }
  .our-product-block .box .bx:first-child .image::before {
    left: 30%;
    top: -114px;
  }
  .our-product-block .box .bx:first-child .image::after {
    left: 15%;
    top: -114px;
  }
  .our-product-block .box .bx:nth-child(2) .image {
    left: inherit;
    right: inherit;
    top: inherit;
  }
  .our-product-block .box .bx:nth-child(2) .image::before {
    left: 30%;
    top: -114px;
    text-align: left;
    right: inherit;
  }
  .our-product-block .box .bx:nth-child(2) .image::after {
    left: 15%;
    top: -114px;
  }
  .our-product-block .box .bx:nth-child(3) .image {
    left: inherit;
    right: inherit;
    top: inherit;
  }
  .our-product-block .box .bx:nth-child(3) .image::before {
    left: 30%;
    top: -114px;
  }
  .our-product-block .box .bx:nth-child(3) .image::after {
    left: 15%;
    top: -114px;
  }
  .our-product-block .box .bx:nth-child(4) .image {
    left: inherit;
    right: inherit;
    top: inherit;
  }
  .our-product-block .box .bx:nth-child(4) .image::before, .our-product-block .box .bx:nth-child(4) .image::after {
    top: inherit;
    bottom: -50px;
    left: 6%;
  }
  .our-product-block .box .bx:nth-child(4) .image::before {
    text-align: left;
  }
  .our-product-block .box .bx:nth-child(5) .image {
    left: inherit;
    right: inherit;
    top: inherit;
  }
  .our-product-block .box .bx:nth-child(5) .image::before, .our-product-block .box .bx:nth-child(5) .image::after {
    top: inherit;
    bottom: -50px;
    left: 6%;
  }
  .our-product-block .box .bx:nth-child(6) .image {
    left: inherit;
    right: inherit;
    top: inherit;
  }
  .our-product-block .box .bx:nth-child(6) .image::before, .our-product-block .box .bx:nth-child(6) .image::after {
    top: inherit;
    bottom: -50px;
    left: 6%;
  }
  .our-product-block .box .bx:nth-child(6) .image::before {
    text-align: left;
  }
  .our-product-block .image {
    max-width: 220px;
    height: 229px;
    left: inherit;
    right: inherit;
    top: inherit;
  }
  .our-product-block .image::before {
    width: 170px;
  }
  .our-product-block .image::after {
    transform: rotate(32deg);
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -o-transform: rotate(32deg);
  }
  .our-product-block .image.ml {
    margin-left: 140px;
  }
  .our-product-block .btn {
    right: 0.625rem;
    bottom: 0;
  }
  .our-product-block .btn a .icon {
    top: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .our-product-top .bx {
    flex-basis: inherit;
  }
  .our-product-top .bx:first-child {
    order: 1;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .our-product-block .box .bx:first-child .image::before {
    left: 55%;
  }
  .our-product-block .box .bx:first-child .image::after {
    left: 38%;
  }
  .our-product-block .box .bx:nth-child(2) .image::before {
    left: 55%;
  }
  .our-product-block .box .bx:nth-child(2) .image::after {
    left: 38%;
  }
  .our-product-block .box .bx:nth-child(3) .image::before {
    left: 55%;
  }
  .our-product-block .box .bx:nth-child(3) .image::after {
    left: 38%;
  }
}
@media (min-width: 1366px) {
  .our-product-top .page-btn {
    font-size: 1.5rem;
  }
  .our-product-block {
    padding-top: 8.125rem;
    margin-top: 0;
  }
  .our-product-block .bg {
    height: inherit;
    position: relative;
  }
  .our-product-block .bg img {
    max-width: inherit;
  }
  .our-product-block .box {
    position: absolute;
    top: 8.125rem;
    left: 0;
    right: 0;
  }
  .our-product-block .box .bx:first-child .image::before, .our-product-block .box .bx:first-child .image::after {
    top: -154px;
  }
  .our-product-block .box .bx:nth-child(2) .image::before, .our-product-block .box .bx:nth-child(2) .image::after {
    top: -154px;
  }
  .our-product-block .box .bx:nth-child(3) .image::before, .our-product-block .box .bx:nth-child(3) .image::after {
    top: -154px;
  }
  .our-product-block .box .bx:nth-child(4) .image::before, .our-product-block .box .bx:nth-child(4) .image::after {
    bottom: -140px;
  }
  .our-product-block .box .bx:nth-child(5) .image::before, .our-product-block .box .bx:nth-child(5) .image::after {
    bottom: -140px;
  }
  .our-product-block .box .bx:nth-child(6) .image::before, .our-product-block .box .bx:nth-child(6) .image::after {
    bottom: -140px;
  }
  .our-product-block .image {
    margin-top: 85px;
  }
  .our-product-block .image.ml {
    margin-left: 110px;
  }
  .our-product-block .image::after {
    height: 154px;
  }
  .our-product-block .image::before {
    width: 250px;
  }
  .our-product-block .bnt {
    bottom: 25.8%;
  }
  .our-product-block .bnt a {
    padding-right: 0;
  }
  .our-product-block .bnt a .icon {
    width: 50px;
    height: 50px;
    top: -70px;
    right: -10px;
  }
}
@media (min-width: 1440px) {
  .our-product-top {
    padding-right: 3.75rem;
  }
  .our-product h2 {
    max-width: 1080px;
  }
  .our-product-block .image {
    max-width: 280px;
    height: 249px;
    margin-top: 60px;
  }
  .our-product-block .image::before {
    font-size: 1.125rem;
  }
  .our-product-block .image.ml {
    margin-left: 90px;
  }
  .our-product-block .image.mr {
    margin-left: -40px;
  }
  .our-product-block .btn {
    bottom: 26%;
  }
  .our-product-block .btn a {
    font-size: 1.125rem;
    padding-right: 0;
  }
  .our-product-block .btn a .icon {
    top: -60px;
  }
}
@media (min-width: 1580px) {
  .our-product-block .bg {
    background-position: right;
  }
  .our-product-block .box .bx:nth-child(4) .image::before, .our-product-block .box .bx:nth-child(4) .image:after {
    left: -5%;
  }
  .our-product-block .box .bx:nth-child(5) .image::before, .our-product-block .box .bx:nth-child(5) .image:after {
    left: -5%;
  }
  .our-product-block .box .bx:nth-child(6) .image::before, .our-product-block .box .bx:nth-child(6) .image:after {
    left: -5%;
  }
}
@media (min-width: 1680px) {
  .our-product-block .bg {
    background-position: center;
  }
  .our-product-block .box .bx:nth-child(4) .image::before {
    left: -27%;
  }
  .our-product-block .box .bx:nth-child(4) .image::after {
    left: -27%;
  }
  .our-product-block .box .bx:nth-child(5) .image::before {
    left: -27%;
  }
  .our-product-block .box .bx:nth-child(5) .image::after {
    left: -27%;
  }
  .our-product-block .box .bx:nth-child(6) .image::before {
    left: -27%;
  }
  .our-product-block .box .bx:nth-child(6) .image::after {
    left: -27%;
  }
  .our-product-block .image {
    max-width: 312px;
  }
  .our-product-block .image::before {
    width: 260px;
  }
  .our-product-block .image.ml {
    margin-left: 140px;
  }
  .our-product-block .btn {
    bottom: 26%;
  }
  .our-product-block .btn a {
    padding-right: 2.5rem;
  }
  .our-product-block .btn a .icon {
    top: -73px;
    width: 71px;
    height: 71px;
  }
}
@media (min-width: 1860px) {
  .our-product-block .btn {
    right: 2vw;
    bottom: 24%;
  }
  .our-product-block .btn a {
    font-size: 1.5rem;
    padding-right: 4.6875rem;
  }
  .our-product-block .image.ml {
    margin-right: 100px;
  }
  .our-product-block .image::before {
    font-size: 1.5rem;
    width: 339px;
  }
  .our-product-block .bg {
    background-position: 0 0;
    background-size: revert;
  }
}
@media (hover: hover) {
  .our-product-block .image:hover::before {
    color: #ed1c24;
  }
  .our-product-block .image:hover::after {
    background-color: #ed1c24;
  }
}
@media (min-width: 680px) and (max-width: 1100px)
{
	.our-product-block .box .bx:nth-child(2) .image img 
	{
		position: relative;
		top: -0.8rem;
	}
	.our-product-block .box .bx:nth-child(3) .image img 
	{
		position: relative;
		top: 1.6rem;
	}
	.our-product-block .box .bx:nth-child(4) .image img 
	{
		position: relative;
		top: -.6rem;
	}
}
@media (min-width: 1100px) and (max-width: 1366px)
{
	.our-product-block .box .d-flex
	{
		max-width: 1100px;
		margin: 0px auto;
	}
	.our-product-block .bg
	{
		background-position: 56%;
	}
}
@media (min-width: 1100px)
{
	.our-product-block .box .bx:nth-child(3) .image img 
	{
		position: relative;
		top: 2rem;
	}
	.our-product-block .box .bx:nth-child(6) .image img 
	{
		position: relative;
		top: -2rem;
	}
}
/*# sourceMappingURL=our-product.css.map */
/* End */


/* Start:/local/templates/lynx/css/market.css?17455817042898*/
.market {
  padding-top: 1.875rem;
  position: relative;
  background: linear-gradient(26.76deg, #E5EAED 58.78%, rgba(255, 255, 255, 0) 96.63%);
  padding-bottom: 0.625rem;
  overflow: hidden;
}
.market::before {
  content: url(/local/templates/lynx/css/../img/market-clip.svg);
  display: block;
  position: absolute;
  left: 50%;
  top: calc(50% + 64px);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.market .page-wrap {
  max-width: 100%;
}
.market h2 {
  max-width: 362px;
}
.market h2 i {
  font-style: normal;
  color: #ED1C24;
}
.market-block {
  padding-top: 1.25rem;
  position: relative;
}
.market-block .d-flex {
  margin-left: -12px;
  margin-right: -12px;
  row-gap: 1.25rem;
}
.market-block .bx {
  padding-left: 12px;
  padding-right: 12px;
  flex-basis: 100%;
}
.market-block .bx:first-child {
  flex-basis: 100%;
}
.market-block b {
  color: #000;
  font-weight: 600;
  font-size: 0.9375rem;
}
.market-block p {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  margin: 15px 0 0;
}
.market-block .image {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.market-block .image .img-start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  max-width: 73px;
}
.justVideo h2,
.justVideo .market-block .bx:first-child *
{
	display: none;	
}

@media (min-width: 480px) {
  .market h2 {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (min-width: 680px) {
  .market-block .bx {
    flex-basis: 65%;
  }
  .market-block .bx:first-child {
    flex-basis: 35%;
  }
}
@media (min-width: 768px) {
  .market {
    padding-top: 3.125rem;
    padding-bottom: 4.3125rem;
  }
  .market-block {
    padding-top: 4.375rem;
  }
  .market-block .image .img-start {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (min-width: 992px) {
  .market-block b, .market-block p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  .market .page-wrap {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .market-block .bx {
    flex-basis: 79%;
  }
  .market-block .bx:first-child {
    flex-basis: 21%;
  }
}
@media (min-width: 1366px) {
  .market-block b, .market-block p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .market-block .bx {
    flex-basis: 58%;
  }
}

/*# sourceMappingURL=market.css.map */
/* End */
/* /local/templates/lynx/css/our-product.css?174558170421550 */
/* /local/templates/lynx/css/market.css?17455817042898 */
