html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  width: 100vw;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  max-width: 1950px;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  font-family: 'Be Vietnam', sans-serif;
  width: 100%;
  overflow-x: hidden;
}

/* colors */
.color_dark_blue {
  color: #242d52;
}

.color_white {
  color: white;
}

.color_dark_grayish_blue {
  color: #9095a7;
}

.color_bright_red {
  color: #f25f3a;
}

.color_red {
  color: red;
}

.background_bright_red {
  background-color: #f25f3a;
}

.background_vary_light_gray {
  background-color: #fafafa;
}

.background_white {
  background-color: white;
}

.background_very_dark_blue {
  background-color: #1d1e25;
}

.tablet {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -200;
}

.tablet .tablet-1 {
  position: absolute;
  left: 60vw;
  top: calc(100% - 109%);
  width: 814px;
  height: 814px;
  z-index: -200;
}

.tablet .tablet-2 {
  position: absolute;
  right: 75vw;
  top: calc(100% - 60%);
  width: 814px;
  height: 814px;
  z-index: -200;
}

@media only screen and (max-width: 950px) {
  .tablet .tablet-1 {
    position: absolute;
    left: 25vw;
    top: calc(100% - 108%);
  }
  .tablet .tablet-2 {
    position: absolute;
    right: -650px;
    top: 400px;
  }
}

@media only screen and (max-width: 700px) {
  .tablet .tablet-1 {
    position: absolute;
    left: 20vw;
    top: -350px;
  }
  .tablet .tablet-2 {
    position: absolute;
    right: -550px;
    top: 300px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media only screen and (max-width: 400px) {
  .tablet .tablet-1 {
    position: absolute;
    left: -10vw;
    top: -350px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .tablet .tablet-2 {
    position: absolute;
    right: -500px;
    top: 250px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media only screen and (max-width: 300px) {
  .tablet .tablet-1 {
    position: absolute;
    left: -50vw;
    top: -350px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .tablet .tablet-2 {
    position: absolute;
    right: -470px;
    top: 50px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

header, header nav, main, .manage, .manage .manage_right .manage_item .manage_item_id, .manage .manage_right .manage_item .manage_item_header, .comments .comments_list, .simplify, footer, footer .media .media_list, footer .email .email_box .email_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_btn, header .header_btn_copy, .main_btn, .comments_btn, main .main_left .main_btn, .comments .comments_btn, .simplify .simplify_btn {
  width: 8.6rem;
  height: 2.8rem;
  border: none;
  text-decoration: none;
  outline: none;
  border-radius: 2rem;
}

header {
  overflow: hidden;
  padding: 5vw 11.3vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

header .header_logo {
  text-align: center;
  z-index: 2;
  position: relative;
  top: -0.7rem;
  left: 0;
}

header nav {
  z-index: 2;
  position: relative;
  top: -1rem;
  left: 0;
}

header nav p {
  font-size: .84rem;
  margin: 0 1rem;
}

header nav p:hover {
  color: #9095a7;
}

header .header_btn {
  position: relative;
  top: -1rem;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 20;
}

header .header_btn_copy {
  position: relative;
  top: -1rem;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .header_humb {
  position: relative;
  display: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 1000px) {
  header .header_logo {
    top: 0;
    width: 30%;
  }
  header nav {
    padding-top: 1vw;
    top: -100rem;
    left: 11.3vw;
    width: calc(100% - 22.6vw);
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    padding-bottom: 4vw;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .8s ease, -webkit-box-shadow .8s ease;
    transition: .8s ease, -webkit-box-shadow .8s ease;
    transition: .8s ease, box-shadow .8s ease;
    transition: .8s ease, box-shadow .8s ease, -webkit-box-shadow .8s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 200000;
  }
  header nav p {
    margin: 1.5vw 0vw;
    font-size: 3.5vw;
    font-weight: 700;
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  header .header_btn {
    display: none;
  }
  header .header_btn_copy {
    display: none;
  }
  header .header_humb {
    position: relative;
    top: 0rem;
    left: 0;
    display: block;
    width: 4.5vw;
    z-index: 2;
  }
}

@media only screen and (max-width: 600px) {
  header {
    padding: 3rem 5vw 2rem 5vw;
  }
  header .header_logo {
    width: 35%;
  }
  header nav {
    left: 5vw;
    width: calc(100% - 10vw);
  }
  header nav p {
    margin: 2vw 0vw;
  }
  header .header_humb {
    width: 5vw;
  }
}

@media only screen and (max-width: 321px) {
  header .header_logo {
    width: 45%;
  }
  header nav p {
    font-size: 5vw;
    margin: 3vw 0vw;
  }
  header .header_humb {
    width: 6vw;
  }
}

.main_btn, .comments_btn {
  margin-top: 0rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0vw 11.3vw;
}

main .main_left {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

main .main_left h1 {
  font-size: 3.4rem;
  line-height: 4rem;
  margin-top: 0vw;
  margin-bottom: 2rem;
  font-weight: 700;
}

main .main_left p {
  width: 100%;
  padding: 0vw 14vw 0 0;
  line-height: 1.6rem;
  font-size: 1.01rem;
  font-weight: 400;
}

main .main_left .main_btn {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 2rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

main .main_left .main_btn p {
  width: 100%;
  padding: 0vw 0vw 0 0;
  font-size: .8rem;
  font-weight: 700;
}

main .main_right {
  width: 50%;
  overflow-y: hidden;
  overflow-x: hidden;
}

main .main_right .main_intro {
  position: relative;
  width: 102%;
  user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  overflow-x: hidden;
}

@media only screen and (max-width: 1190px) {
  main .main_left h1 {
    font-size: 4.4vw;
    line-height: 4.8vw;
    margin-top: 0vw;
    margin-bottom: 2vw;
  }
  main .main_left p {
    width: 100%;
    padding: 0vw 13vw 0 0;
    font-size: 1.4vw;
  }
  main .main_left .main_btn {
    margin-top: 3vw;
  }
}

@media only screen and (max-width: 950px) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .main_left {
    width: 100%;
    text-align: center;
  }
  main .main_left h1 {
    font-size: 6.5vw;
    line-height: 8vw;
    margin-top: 0;
  }
  main .main_left p {
    width: 100%;
    padding: 2vw 5vw 2vw 5vw;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: center;
  }
  main .main_right {
    width: 100%;
    text-align: center;
  }
  main .main_right .main_intro {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  main {
    padding: 0 5vw;
  }
  main .main_left h1 {
    font-size: 10vw;
    line-height: 12vw;
  }
  main .main_left p {
    width: 100%;
    padding: 2vw 3vw 2vw 3vw;
    font-size: 4.5vw;
    line-height: 6vw;
  }
}

@media only screen and (max-width: 450px) {
  main .main_left p {
    width: 100%;
    padding: 2vw 0vw;
    line-height: 8vw;
  }
  main .main_right .main_intro {
    width: 100%;
  }
}

.manage {
  width: 100%;
  padding: 0vw 11.3vw;
  position: relative;
  top: 5rem;
  left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8rem;
}

.manage .manage_left {
  width: 50%;
}

.manage .manage_left h1 {
  width: 90%;
  font-size: 2.43rem;
  line-height: 2.8rem;
}

.manage .manage_left p {
  width: 90%;
  margin-top: 2rem;
  line-height: 1.65rem;
}

.manage .manage_right {
  width: 50%;
}

.manage .manage_right .manage_item {
  padding-bottom: 3rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "id h h h" ". p p p" ". p p p";
}

.manage .manage_right .manage_item .manage_item_id {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: id;
  border-radius: 2rem;
  width: 4rem;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.manage .manage_right .manage_item .manage_item_header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: h;
  font-size: .65rem;
  margin-left: 1.8rem;
}

.manage .manage_right .manage_item .manage_item_info {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: p;
  width: 100%;
  padding: 0.5vw 2.5vw 0 0;
  margin-left: 1.8rem;
  line-height: 1.65rem;
}

@media only screen and (max-width: 950px) {
  .manage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .manage .manage_left {
    width: 100%;
    margin-bottom: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .manage .manage_left h1 {
    font-size: 6.5vw;
    line-height: 8vw;
    width: 100%;
    text-align: center;
  }
  .manage .manage_left p {
    font-size: 1.3rem;
    line-height: 2rem;
    width: 80%;
    text-align: center;
  }
  .manage .manage_right {
    width: 100%;
  }
  .manage .manage_right .manage_item {
    padding: 0 5vw 3rem 0;
        grid-template-areas: "id h h h h h h h h h h " "p p p p p p p p p p p" "p p p p p p p p p p p";
  }
  .manage .manage_right .manage_item .manage_item_header {
    background-color: #ffefeb;
    margin-left: -8vw;
    padding-left: 5vw;
    z-index: -1;
  }
}

@media only screen and (max-width: 600px) {
  .manage {
    padding: 0 5vw;
  }
  .manage .manage_left {
    margin-bottom: 20vw;
  }
  .manage .manage_left h1 {
    font-size: 9vw;
    line-height: 12vw;
  }
  .manage .manage_left p {
    font-size: 3.5vw;
    line-height: 6vw;
    width: 90%;
  }
  .manage .manage_right .manage_item {
    padding: 0 5vw 3rem 0;
  }
  .manage .manage_right .manage_item .manage_item_id {
    margin-left: 0rem;
  }
  .manage .manage_right .manage_item .manage_item_info {
    position: relative;
    top: 1.2rem;
    left: 0;
    width: 100%;
    padding: 0vw 4vw 0 0;
    margin-left: 1.2rem;
  }
}

@media only screen and (max-width: 450px) {
  .manage .manage_left {
    margin-bottom: 25vw;
  }
  .manage .manage_left h1 {
    font-size: 10vw;
    line-height: 13vw;
  }
  .manage .manage_left p {
    font-size: 3.8vw;
    line-height: 7vw;
    width: 100%;
  }
  .manage .manage_right .manage_item .manage_item_header {
    width: calc(100% + 8vw);
    font-size: 2.8vw;
    margin-left: -8vw;
  }
  .manage .manage_right .manage_item .manage_item_info {
    width: calc(100% - 1.2rem);
    padding: 0 0vw 0 0;
  }
}

@media only screen and (max-width: 321px) {
  .manage .manage_left p {
    font-size: 4.5vw;
  }
  .manage .manage_right .manage_item .manage_item_id {
    height: 3.5rem;
  }
  .manage .manage_right .manage_item .manage_item_header {
    font-size: 4vw;
  }
}

.comments {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 10rem;
}

.comments .comments_header {
  margin-bottom: 6.8rem;
}

.comments .comments_header h1 {
  font-size: 2.4rem;
  text-align: center;
}

.comments .comments_list {
  position: relative;
  top: 0;
  left: 0px;
  min-width: 100%;
  width: auto;
  margin-bottom: 1rem;
}

.comments .comments_list .comments_item {
  pointer-events: none;
  position: relative;
  top: 0rem;
  left: 0;
  width: 34rem;
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 3.5rem 0 4rem 0;
}

.comments .comments_list .comments_item .comments_profil {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: -2.5rem;
  width: 4.5rem;
}

.comments .comments_list .comments_item h1 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1rem;
}

.comments .comments_list .comments_item p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  top: 1.2rem;
  left: 0;
  padding: 0 1.95rem;
  font-size: 1.05rem;
  line-height: 1.65rem;
}

.comments .comments_slider_positions {
  display: none;
}

.comments .comments_btn {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 2rem;
}

@media only screen and (max-width: 950px) {
  .comments {
    position: relative;
    top: 10rem;
    left: 0;
    margin-bottom: 17rem;
  }
  .comments .comments_slider_positions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2vw;
  }
  .comments .comments_slider_positions .comments_slider_position {
    margin: 0 1vw;
    width: 1vw;
    height: 1vw;
    border-radius: 100px;
    border: 1px solid #9095a7;
    background-color: #fafafa;
  }
}

@media only screen and (max-width: 600px) {
  .comments .comments_list .comments_item {
    width: 90vw;
    margin: 0 3vw;
  }
  .comments .comments_slider_positions .comments_slider_position {
    margin: 0 1.5vw;
    width: 2vw;
    height: 2vw;
  }
}

@media only screen and (max-width: 450px) {
  .comments {
    max-width: 100vw;
    overflow: hidden;
  }
  .comments .comments_header h1 {
    padding: 0 5vw;
  }
  .comments .comments_list .comments_item .comments_profil {
    width: 5rem;
  }
  .comments .comments_list .comments_item h1 {
    font-size: 1.4rem;
  }
  .comments .comments_list .comments_item p {
    padding: 0 2rem;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .comments .comments_slider_positions .comments_slider_position {
    margin: 0 1.8vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}

.simplify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0vw 11.3vw;
  height: 14rem;
  background-image: url("images/bg-simplify-section-desktop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.simplify h1 {
  font-size: 2.42rem;
  line-height: 2.6rem;
}

.simplify .simplify_btn:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 950px) {
  .simplify h1 {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 600px) {
  .simplify {
    padding: 0vw 5vw 10vw 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .simplify h1 {
    margin: 6vw 0;
    text-align: center;
    font-size: 7vw;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 450px) {
  .simplify h1 {
    font-size: 7.7vw;
  }
}

footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3.87rem 11.3vw;
  height: 16rem;
  max-height: 16rem;
}

footer .media {
  width: 10rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .media .footer_logo {
  width: 9rem;
}

footer .media .media_list {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .media .media_list .media_item {
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .media .media_list .media_item:nth-child(1) {
  background-image: url("images/icon-facebook.svg");
}

footer .media .media_list .media_item:nth-child(1):hover {
  background-image: url("images/icon-facebook-red.svg");
}

footer .media .media_list .media_item:nth-child(2) {
  background-image: url("images/icon-youtube.svg");
}

footer .media .media_list .media_item:nth-child(2):hover {
  background-image: url("images/icon-youtube-red.svg");
}

footer .media .media_list .media_item:nth-child(3) {
  background-image: url("images/icon-twitter.svg");
}

footer .media .media_list .media_item:nth-child(3):hover {
  background-image: url("images/icon-twitter-red.svg");
}

footer .media .media_list .media_item:nth-child(4) {
  background-image: url("images/icon-pinterest.svg");
}

footer .media .media_list .media_item:nth-child(4):hover {
  background-image: url("images/icon-pinterest-red.svg");
}

footer .media .media_list .media_item:nth-child(5) {
  background-image: url("images/icon-instagram.svg");
}

footer .media .media_list .media_item:nth-child(5):hover {
  background-image: url("images/icon-instagram-red.svg");
}

footer .offerts {
  width: 26.111vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .offerts p {
  margin-bottom: .9rem;
  font-size: .9rem;
}

footer .offerts p:hover {
  color: #f25f3a;
}

footer .email {
  width: 17rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .email .email_box .email_input {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .email .email_box .email_input .input_email {
  width: 12.3rem;
  padding: 0 1rem;
  height: 2.8rem;
  border-radius: 1.5rem;
  border: none;
  outline: none;
  text-decoration: none;
}

footer .email .email_box .email_input .email_btn {
  width: 4rem;
  height: 2.8rem;
  border-radius: 1.5rem;
  border: none;
  outline: none;
  text-decoration: none;
}

footer .email .email_box .email_input .email_btn:hover {
  background-color: #f1856a;
}

footer .email .email_box .email_error {
  opacity: 0;
  position: relative;
  top: 0.1rem;
  left: 0;
  left: 1rem;
  font-size: .7rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer .email .email_copyright {
  text-align: right;
  width: 100%;
  font-size: .8rem;
}

@media only screen and (max-width: 950px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    max-height: 100%;
    padding-bottom: 15vw;
  }
  footer .media {
    margin-top: 5vw;
    width: 70%;
    height: 18vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .media .footer_logo {
    width: 70%;
  }
  footer .media .media_list .media_item {
    width: 3.3vw;
    height: 3.3vw;
  }
  footer .offerts {
    margin-top: 5vw;
    width: 80%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .offerts p {
    margin-bottom: 1.5vw;
    font-size: 2.5vw;
  }
  footer .email {
    width: 90%;
  }
  footer .email .email_box .email_input .input_email {
    width: 74%;
    height: 3.2rem;
  }
  footer .email .email_box .email_input .email_btn {
    width: 18%;
    height: 3.2rem;
  }
  footer .email .email_copyright {
    position: absolute;
    bottom: 6vw;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  footer {
    padding: 10vw 5vw 19vw 5vw;
  }
  footer .media {
    margin-top: 7vw;
    width: 75%;
    height: 20vw;
  }
  footer .media .media_list .media_item {
    width: 4.3vw;
    height: 4.3vw;
  }
  footer .offerts {
    width: 90%;
  }
  footer .offerts p {
    margin-bottom: 5vw;
    font-size: 3.5vw;
  }
  footer .email {
    width: 95%;
  }
  footer .email .email_box .email_input .email_btn {
    width: 20%;
  }
}

@media only screen and (max-width: 450px) {
  footer {
    padding: 10vw 5vw 29vw 5vw;
  }
  footer .media {
    width: 80%;
    height: 27vw;
  }
  footer .media .media_list .media_item {
    width: 6vw;
    height: 6vw;
  }
  footer .offerts {
    width: 100%;
  }
  footer .offerts p {
    margin-bottom: 6vw;
    font-size: 4vw;
  }
  footer .email {
    width: 100%;
  }
  footer .email .email_box .email_input .email_btn {
    width: 23%;
  }
}

@media only screen and (max-width: 321px) {
  footer .media {
    height: 30vw;
  }
  footer .media .media_list .media_item {
    width: 6.5vw;
    height: 6.5vw;
  }
  footer .offerts p {
    margin-bottom: 7vw;
    font-size: 4.5vw;
  }
  footer .email {
    width: 100%;
  }
  footer .email .email_box .email_input .input_email {
    width: 65%;
  }
}
/*# sourceMappingURL=style.css.map */