
html {
    overflow-y: visible !important;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #1a1a1a;
  font-size: 1em;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 72px;
  
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 0 #3c3e55;
}

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 2.2em;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
}


.img--right50 {
    float: right;
    width: 35%;
    margin-left: 10px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.soc {
  display: inline-block;
  margin-right: 20px;
}

.soc_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.common_h2 {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, .68);
  font-size: 42px;
  text-align: center;
}

.go {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(12, 124, 12, .79), rgba(12, 124, 12, .79)), url('../images/hot-air-balloon-911657_19205.jpg');
  background-image: linear-gradient(180deg, rgba(12, 124, 12, .79), rgba(12, 124, 12, .79)), url('../images/hot-air-balloon-911657_19205.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.offer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: hsla(0, 0%, 97%, .81);
}

.green {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(57, 215, 74, .72), rgba(57, 215, 74, .72));
  background-image: linear-gradient(180deg, rgba(57, 215, 74, .72), rgba(57, 215, 74, .72));
  color: #fff;
}

.offer_text {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-left: 4px solid hsla(0, 0%, 72%, .5);
  font-size: 1.4em;
  line-height: 100%;
}

.btn {
  display: block;
  width: 280px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #e76a17;
  box-shadow: inset 0 1px 0 0 rgba(211, 187, 62, .5), inset 0 -1px 0 0 rgba(219, 131, 50, .5), 0 15px 26px -11px rgba(0, 0, 0, .19);
  font-size: 1.2em;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background-color: rgba(236, 116, 58, .96);
}

.btn:active {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .3);
}

.btn:focus {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 41%, .42);
  opacity: 1;
}

.btn.btn_repeat {
  width: 200px;
  padding: 5px 10px;
  margin-left: 0;
  text-transform: lowercase;
  font-size: 16px;
}



.tri {
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 0px 60px 100px;
  border-color: #fff #fff transparent;
  background-color: transparent;
}

.how {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.how-img {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.how_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 600px;
  margin: 0 auto;
}

.li_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 1.3em;
  line-height: 100%;
}

.list_cy {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: rgba(12, 124, 12, .79);
  color: #fff;
  line-height: 28px;
  text-align: center;
}
span.li_item--text {
    max-width: 540px;
}
.who_end {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 41px;
  background-image: url('../images/1472450802_Tick_Mark_Dark5.png');
  background-position: -3px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  font-size: 22px;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
}

.who_quote {
  margin-top: 40px;
  padding-top: 0px;
  padding-left: 42px;
  border-left-style: none;
  background-image: url('../images/1472451131_info.png');
  background-position: 0px 0px;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 0.65;
  font-size: 1.2em;
  font-style: italic;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.why {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(43, 162, 152, .94), rgba(43, 162, 152, .94)), url('../images/lifebuoy-93281155.jpg');
  background-image: linear-gradient(180deg, rgba(43, 162, 152, .94), rgba(43, 162, 152, .94)), url('../images/lifebuoy-93281155.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.white {
  color: #fff;
}

.why_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.why_it {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why_img {
  min-width: 64px;
  margin-right: 10px;
  opacity: 0.68;
  -webkit-filter: brightness(48%);
  filter: brightness(48%);
}

.why_img.note {
  opacity: 0.68;
  -webkit-filter: brightness(48%);
  filter: brightness(48%);
}

.why_text {
  color: #fff;
  font-size: 1.2em;
  line-height: 115%;
  text-transform: uppercase;
}

.why_text.note {
  color: hsla(0, 0%, 100%, .93);
}

.engine {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-radial-gradient(circle farthest-side at 0% 0%, rgba(0, 0, 0, .08), hsla(0, 0%, 88%, .14) 66%, #fff), -webkit-linear-gradient(270deg, rgba(78, 86, 123, .15), rgba(78, 86, 123, .15));
  background-image: radial-gradient(circle farthest-side at 0% 0%, rgba(0, 0, 0, .08), hsla(0, 0%, 88%, .14) 66%, #fff), linear-gradient(180deg, rgba(78, 86, 123, .15), rgba(78, 86, 123, .15));
}

.eng_img {
  -webkit-filter: brightness(86%);
  filter: brightness(86%);
}

.char {
  padding-top: 30px;
  padding-bottom: 30px;
}

.table {
  display: block;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}

.table.table_test {
  max-width: 800px;
  margin-bottom: 20px;
}

.table.table--tech {
  max-width: 500px;
}

.table_it {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table_it.odd {
  background-color: rgba(0, 0, 0, .05);
}

.table_it.th {
  border-bottom: 1px solid rgba(0, 0, 0, .54);
}

.table_it.tableit_test {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.table_d {
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2em;
  text-align: center;
}

.table_d.dh {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}

.table_d.d--test {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table_d.d--left {
  text-align: left;
}

.table_d.d--right {
  text-align: right;
}

.case {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: hsla(0, 0%, 97%, .81);
}

.thanks {
  max-width: 300px;
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .23);
  font-size: 1.1em;
  line-height: 120%;
  text-align: left;
  margin-bottom: 50px;
  word-wrap: break-word;
}

.faq {
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq_item {
  margin-bottom: 40px;
}

.faq_q {
  height: 50px;
  margin-bottom: 10px;
  padding-left: 45px;
  background-image: url('../images/1472457044_circle-help-question-mark-outline-stroke.png');
  background-position: 0px 0px;
  background-size: 35px;
  background-repeat: no-repeat;
  font-size: 1.2em;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.faq_ant {
  padding-left: 45px;
  font-size: 1.2em;
}

.faq_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.measure {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(3, 17, 2, .93), rgba(3, 17, 2, .93)), url('../images/465465131.jpg');
  background-image: linear-gradient(180deg, rgba(3, 17, 2, .93), rgba(3, 17, 2, .93)), url('../images/465465131.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.w_container {
  padding: 20px;
  background-color: #fff;
}

.buy {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.left {
  margin-bottom: 30px;
  font-size: 1.5em;
  text-align: center;
}

.logo {
  display: block;
  width: 220px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.logo.mv {
  width: 144px;
}

.r1 {
  position: absolute;
  top: -100px;
  display: block;
}

.r2 {
  position: absolute;
  top: -100px;
  -webkit-transform: translate(0px, 93px);
  -ms-transform: translate(0px, 93px);
  transform: translate(0px, 93px);
}

.r0 {
  position: relative;
  height: 500px;
  -webkit-perspective: 947px;
  perspective: 947px;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
}

.r0.eng_img {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 893px;
  perspective: 893px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: rotateX(13deg) rotateY(13deg) rotateZ(-7deg);
  transform: rotateX(13deg) rotateY(13deg) rotateZ(-7deg);
}

.r3 {
  position: absolute;
  top: -100px;
  -webkit-transform: translate(0px, 194px);
  -ms-transform: translate(0px, 194px);
  transform: translate(0px, 194px);
}

.list_test {
  padding-left: 30px;
}

.li_test {
  margin-bottom: 20px;
  padding-left: 0px;
  background-position: 0px 0px;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 1.3em;
}

.r01 {
  height: 100%;
}

.img--right {
  width: 300px;
  margin-left: 15px;
  float: right;
}

.img--left {
  margin-right: 15px;
  float: left;
}

.p--big {
  margin-top: 100px;
  font-size: 1.5em;
  line-height: 21px;
  text-align: left;
  color: #2d9a90;
}

.go_sub {
  color: hsla(0, 0%, 100%, .78);
  font-size: 2.8em;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.compare {
  padding-top: 30px;
  padding-bottom: 30px;
}



.img {
  margin-bottom: 20px;
}

.img--100 {
  width: 100%;
  margin-bottom: 10px;
}

.rev180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link--logos {
  display: block;
}

.wifi {
  position: relative;
  color: #c4d548;
  font-size: 1.3em;
}
.buy_text {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
}
.vidos {
    margin-top: 40px;
    width: 100%;
    height: 500px;
}
@media (min-width: 1900px) {
    .first_title {
        font-size: 6.5em;
    }
    .first_sub {
        font-size: 5.5em;
        max-width: 100%;
        margin-top: 100px;
    }
    
    .first_h1 {
        top: 125px;
    }
    
    .btn.btn_top {
        margin-top: 150px;
    }
    
}
@media (max-width: 991px) {
  .how_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .li_item {
    display: block;
  }
  .list_cy {
    position: relative;
    top: -11px;
  }
  .list_cy.list_cy--three {
    top: -50px;
  }
  .table.table--tech {
    max-width: 500px;
  }
  .table_d.d--left {
    text-align: left;
  }
  .table_d.d--right {
    text-align: right;
  }
  .faq_q {
    height: 50px;
    line-height: 120%;
  }
  .li_item--text {
    display: inline-block;
    margin-top: -3px;
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 769px) {
  h2 {
    font-size: 1.5em;
  }
 
  .two {
    padding-right: 10px;
    padding-left: 10px;
  }
  .two_text {
    font-size: 1.7em;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .offer_text {
    font-size: 1.2em;
  }
  
  .how {
    padding-right: 10px;
    padding-left: 10px;
  }
  .how_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .li_item {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1em;
  }
  .list_cy {
    top: -8px;
  }
  .list_cy.list_cy--three {
    top: -29px;
  }
  .white {
    color: #000;
  }
  .char {
    padding-right: 10px;
    padding-left: 10px;
  }
  .table {
    width: 609px;
  }
  .table.table_test {
    max-width: auto;
  }
  .table_d {
    font-size: 1em;
  }
  .table_d.dh {
    font-size: 0.9em;
  }
  .case {
    padding-right: 10px;
    padding-left: 10px;
  }
  .faq {
    padding-right: 10px;
    padding-left: 10px;
  }
  .faq_q {
    height: 50px;
    line-height: 121%;
  }
  .measure {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .left {
    text-align: center;
    font-size: 1.3em;
  }
  .r1 {
    top: -150px;
  }
  .r2 {
    top: -150px;
  }
  .r0.eng_img {
    height: 286px;
    margin-top: 30px;
  }
  .r3 {
    top: -150px;
  }
  .img--right {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .p--big {
    margin-top: 40px;
    padding-left: 10px;
  }
  .go {
      padding-left: 10px;
      padding-right: 10px;
  }
  .go_sub {
    font-size: 2.2em;
  }
  .img--100 {
    width: 60%;
    float: left;
  }
  .rev180 {
    display: block;
    width: 38%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .table_wrap {
    overflow: auto;
    margin-bottom: 20px;
  }
  .offer_img {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .render {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .r0 {
    height: 300px;
  }
  .compare img {
  width: 90%;
  margin: 0 auto;
  display: block;
  
  
}

.vidos {
    height: 300px;
    margin: 20px 0;
}

}

@media (max-width: 640px) {
.table.table--tech {
    max-width: 320px;
  }
}

@media (max-width: 479px) {
  
  .two {
    padding-right: 10px;
    padding-left: 10px;
  }
  .two_text {
    font-size: 1.4em;
    line-height: 110%;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .how_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .li_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list_cy {
    top: -2px;
  }
  .list_cy.list_cy--three {
    top: 7px;
  }
  .why {
    padding-right: 10px;
    padding-left: 10px;
  }
  .white {
    color: #000;
  }
  .why_text {
    font-size: 1em;
  }
  .table {
    width: 559px;
  }
  .table.table--tech {
    max-width: 280px;
  }
  .table_d.dh {
    font-size: 0.8em;
  }
  .faq_q {
    height: auto;
    padding-left: 40px;
    font-size: 1.2em;
    line-height: 100%;
  }
  .faq_ant {
    padding-left: 40px;
    font-size: 1.2em;
  }
  .measure {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .buy {
    padding-bottom: 20px;
  }
  .img--right {
    width: 100%;
    margin-left: 0px;
    float: none;
  }
  .p--big {
    margin-top: 40px;
  }
  .go_sub {
    font-size: 1.5em;
  }
 
  .rev180 {
    margin-bottom: 20px;
  }
  .wifi {
    font-size: 1.1em;
  }
  
  .li_item--text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .render {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  span.li_item--text {
    max-width: 380px;
}
}


            @media (max-width: 767px) {
     .first {
        height: 550px;
         }
         .btn.btn_top {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .first_sub {
    margin-bottom: 20px;
    font-size: 2em;
  }
  .first_title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2.7em;
  }
  
  .offer {
      padding-top: 20px;
  }
  
  .offer h2 {
      margin-top: 10px;
      margin-bottom: 20px;
  }
  
  .offer_img {
      margin-bottom: 20px;
  }
            }
            @media (max-width: 479px) {
            .first {
    height: 485px;
  }
    .first_h1 {
    padding-right: 10px;
    padding-left: 10px;
  }     
  .first_sub {
    font-size: 1.8em;
    line-height: 90%;
  }
  .first_title {
    font-size: 2em;
  }
                
            }
            
            @media (max-width: 320px) {
    
    .first {
        height: 500px;
    }
    
    .first_title {
    font-size: 1.8em;
  }
}
@media (max-width: 991px) and (min-width: 767px) and (orientation: landscape) {
      
      .first {
          height: 500px;
      }
  
      .first_title {
          font-size: 3em;
      }
      
      .first_sub {
          font-size: 2.5em;
      }
      
      .btn.btn_top {
          margin-top: 20px;
      }
      
  }