* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

body {
  width: 100%;
  min-width: 320px;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  background-color: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga","kern";
  direction: ltr;
}

a {
  color: #3b3e40;
  text-decoration: none;
}

h2 {
  font-size: 30px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  line-height: 32px;
  color: #3b3e40;
  text-transform: uppercase;
  font-weight: bold;
}

img {
  display: block;
  margin: 0 auto;
}

ul {
  list-style: none;
}

.hide {
  display: none !important;
}

.header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.header-logo {
  grid-column-start: 1;
  grid-column-end: 3;
}

.phone {
  font-size: 10px;
}
.phone b {
  font-size: 12px;
  font-weight: 700;
}
.phone.phone:nth-child(2n+1) {
  text-align: right;
}

#navbar {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #202020;
}
#navbar a {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 48px;
  font-weight: 600;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  white-space: nowrap;
}
#navbar a:hover {
  color: #00A3E2;
}
#navbar a.active {
  color: #00A3E2;
}
#navbar li {
  height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  vertical-align: middle;
}

.navbar-title {
  color: #fff;
  text-align: center;
  display: block;
  height: 100%;
  line-height: 48px;
}
.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbar-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
.navbar-container-open {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.accessories {
  border-top: 1px solid #353537;
  padding-top: 10px;
}
.accessories-img > img {
  height: 130px;
  width: 130px;
}
.accessories-title {
  text-align: center;
  margin: 10px 0;
}
.accessories-sticker {
  margin: 0 auto;
}

.buy-btn {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: #00A3E2;
}
.buy-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#42b7ff), to(#6bcbff));
  background: linear-gradient(0deg, #42b7ff, #6bcbff);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buy-btn-credit {
  font-size: 18px;
  color: #00A3E2;
  border: 1px solid #00A3E2;
}
.buy-btn-credit:hover {
  color: #fff;
  background: #00A3E2;
}
.buy-price {
  font-size: 20px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn {
  display: block;
  width: 270px;
  padding: 13px 16px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.term {
  margin: 10px 0;
}

.item {
  display: grid;
  grid-template-columns: 200px;
  grid-template-rows: auto 1fr 30px;
  grid-row-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F0F0F0;
  padding: 20px;
  margin: 10px;
}
.item-price {
  color: #00A3E2;
  font-size: 16px;
  margin: 0 auto;
}
.item-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: unset;
  color: #35383A;
  padding: 0 20px;
}

.price {
  color: #141414;
  white-space: nowrap;
  font-weight: 500;
}
.price-old {
  color: #9B9B9B;
  text-decoration: line-through;
}

.product {
  margin-top: 20px;
  background-color: #ffffff;
  position: relative;
}
.product:first-of-type {
  margin-top: 0;
  background-color: transparent;
}
.product h3 {
  margin: 8px 0;
}
.product-accessories {
  padding: 20px;
  background-color: #ffffff;
}
.product-image {
  display: block;
  max-width: 100%;
}
.product-description {
  height: auto;
  padding: 16px;
}
.product-text {
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 24px;
  color: #3b3e40;
}
.product-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.product-btn {
  margin-top: 20px;
}
.product-sticker.sticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  top: 30px;
  padding: 0;
}
.product-side {
  display: none;
}
.product-title {
  border-bottom: 1px solid #353537;
}

.prop {
  width: 140px;
  margin: 10px 0;
}
.prop-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  line-height: 16px;
  margin-bottom: 35px;
}
.prop-img {
  margin-bottom: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prop-descr-title {
  font-size: 12px;
  color: #A3A3A3;
}
.prop-descr-value {
  font-size: 14px;
  color: #666666;
}

.shorty {
  margin: 10px auto 20px;
  text-align: center;
  max-width: 224px;
}

.sticker {
  display: block;
  width: 180px;
  padding: 8px 10px;
  background-color: #FED839;
  border-radius: 2px;
  text-align: center;
}
.sticker-text {
  color: #202020;
  font-weight: bold;
  font-size: 14px;
}

.terms {
  padding: 0 40px;
  font-size: 12px;
  line-height: 18px;
}

.section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.home-btn {
  padding: 12px 44px;
  margin: 20px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  color: #FFFFFF;
}
.home-link img {
  width: 304px;
}

section {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
section h2 {
  margin: 30px auto 0;
}

section#header {
  width: 100%;
  padding: 0;
  height: 420px;
  background: center/cover no-repeat url("/events/action-cameras-sale/images/header-768.jpg");
  background-color: #45593D;
}

section#MavicMini .product-image img {
  height: 160px;
}

section#OsmoAction .product .product-image img {
  height: 330px;
}

section#OsmoPocket .product .product-image img {
  height: 330px;
}

section#RobomasterS1 .product .product-image img {
  height: 258px;
}

section#RoninSC .product .product-image img {
  height: 330px;
}

section#RoninSCCombo .product .product-image img {
  height: 210px;
}

section#Mavic2Pro {
  background: center/cover no-repeat url("/events/action-cameras-sale/images/mavic_back-768.jpg");
  background-color: #45593D;
  color: #ffffff;
}
section#Mavic2Pro h2,
section#Mavic2Pro h3,
section#Mavic2Pro p,
section#Mavic2Pro .prop-descr-value,
section#Mavic2Pro .price {
  color: #ffffff;
}
section#Mavic2Pro .product-image img {
  height: 168px;
}
section#Mavic2Pro .product-title {
  border-bottom: 1px solid #ffffff;
}

section .product .product-image img {
  height: 86px;
}

section:nth-child(2n) {
  background: #F0F0F0;
}

section.additional h3 {
  display: none;
}
section.additional .product {
  grid-template-columns: 1fr;
}
section.additional .product-buy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.additional .product-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
}
section.additional .sticker {
  margin: 10px auto;
}

section#accessories,
section#home {
  background: #ffffff;
  margin: 60px 0;
}

section#terms {
  background-color: #fff;
  color: #6F7071;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
section#terms h2 {
  text-align: left;
  max-width: 170px;
  margin: 30px 20px 20px;
}

@media (min-width: 360px) {
  section#header {
    width: 100%;
    padding: 0;
    height: 500px;
    background: center/cover no-repeat url("/events/action-cameras-sale/images/header-768.jpg");
    background-color: #45593D;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 60px;
    line-height: 60px;
  }

  h3 {
    font-size: 26px;
    line-height: 26px;
  }

  .header {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
  .header-logo {
    justify-self: flex-start;
  }

  .phone {
    text-align: right;
    font-size: 14px;
  }
  .phone b {
    font-size: 14px;
  }

  #navbar a {
    font-size: 16px;
  }

  .accessories {
    display: grid;
    grid-template-areas: "img ." "img sticker" "img title" "img price" "img .";
    grid-column-gap: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    justify-items: flex-start;
    padding: 40px 50px;
  }
  .accessories-img {
    grid-area: img;
  }
  .accessories-img img {
    width: 180px;
    height: 180px;
  }
  .accessories-sticker {
    grid-area: sticker;
    margin: unset;
  }
  .accessories-title {
    grid-area: title;
  }
  .accessories-price {
    grid-area: price;
  }

  .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 560px;
  }

  .product h3 {
    margin: 0 10px 0 0;
  }
  .product-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
  }
  .product-description {
    padding: 30px 30px 60px;
  }

  .prop {
    width: 160px;
    margin: 10px 10px;
  }
  .prop-block {
    margin: 0 auto 35px;
    max-width: 655px;
  }

  .shorty {
    margin: 30px auto;
    font-size: 20px;
    max-width: unset;
  }

  section h2 {
    margin: 60px auto 0;
  }

  section#accessories h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 60px;
  }

  section#header {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/header-768.jpg");
    height: 350px;
  }

  section#MavicMini .product .product-image img {
    height: 290px;
  }

  section#OsmoAction .product .product-image img {
    height: 450px;
  }

  section#OsmoPocket .product .product-image img {
    height: 450px;
  }

  section#RobomasterS1 .product .product-image img {
    height: 482px;
  }

  section#RoninSC .product .product-image img {
    height: 430px;
  }

  section#RoninSCCombo .product .product-image img {
    height: 440px;
  }

  section#Mavic2Pro {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/mavic_back-1024.jpg");
  }
  section#Mavic2Pro .product .product-image img {
    height: 360px;
  }

  section .product .product-image img {
    height: 217px;
  }

  section#accessories h2 {
    font-size: 36px;
    line-height: 36px;
  }

  section#terms h2 {
    max-width: unset;
    font-size: 36px;
    line-height: 36px;
    margin: 30px 20px 40px;
  }
  section#terms h2 br {
    display: none;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 120px;
    line-height: 120px;
  }

  .navbar-title {
    display: none;
  }
  .navbar-wrapper {
    max-width: 1140px;
  }

  .hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .accessories-img > img {
    height: 240px;
    width: 240px;
  }

  .buy-price {
    font-size: 22px;
    width: 290px;
  }

  .section-wrapper {
    max-width: 1140px;
    margin: 0 auto;
  }

  .product {
    display: grid;
    grid-template-columns: 1fr 620px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  .product-buy {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  section h2 {
    margin: 120px auto 0;
  }

  section.reverse .product {
    grid-template-columns: 620px 1fr;
  }
  section.reverse .product-image {
    grid-row: 1;
    grid-column: 2;
  }

  section#header {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/header-1200.jpg");
    height: 409px;
  }

  section#accessories h2 {
    font-size: 70px;
    line-height: 70px;
  }

  section.additional .product {
    grid-template-columns: 1fr;
  }
  section.additional .product-image {
    grid-row: 1;
    grid-column: 1;
  }

  section#Mavic2Pro {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/mavic_back-1200.jpg");
  }

  section .product .product-image img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  section#header {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/header-1600.jpg");
    height: 546px;
  }

  section#Mavic2Pro {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/mavic_back-1600.jpg");
  }
}
@media (min-width: 1600px) {
  section#header {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/header-1920.jpg");
    height: 655px;
  }

  section#Mavic2Pro {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/mavic_back-1920.jpg");
  }
}
@media (min-width: 1921px) {
  section#header {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/header-2520.jpg");
  }

  section#Mavic2Pro {
    background: center/cover no-repeat url("/events/action-cameras-sale/images/mavic_back-2520.jpg");
  }
}

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