body {
  display: block;
  margin: 0px;
  }

@font-face {
    font-family: "Open Sans Bold"; 
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "Open Sans Regular"; 
    src: url(../fonts/OpenSans-Regular.ttf);
}

.body { 
  width: 100vw;
  height: 100%;
}

.welcome {
  background: #000000 url(../images/football_1920.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.welcome::after {
  content: "";
  background-color: #0a0e34;
  
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.85;
}

.container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;

  text-align: center;

  width: 100%;
  z-index: 2;
}

.surface_logo_text {
  fill: #ffffff;
  width: 195px;
}

.welcome-title {
  text-transform: uppercase;
  font-size: 90px;
  letter-spacing: 5px;
  line-height: 31px;
  color: #ffffff;
  font-family: "Open Sans Bold";
  font-weight: 700;

  margin: 0 auto;
  padding-top: 285px;
  padding-bottom: 220px;
  padding-left: 5%;
  padding-right: 5%;

  display: flex;
  flex-direction: column;
  height: 160px;
}

.welcome-title_be {
  text-align: left;
  margin-bottom: 25px;
  height: 65px;
}

.welcome-title_play {
  text-align: right;
  line-height: 1;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
}

.button-appstore {
  width: 275px;
  height: 75px;
  background-color: #5c42b0;
  border-width: 0;
  border-radius: 50px;
  margin-right: 2%;
  position: relative;
  text-decoration: none;
  padding-left: 35px;
  display: flex;
  margin-bottom: 110px;
}

.apple_logo {
  filter: brightness(100);
  width: 45px;
  fill: #ffffff;
  margin-right: 15px;
}

.button-gplay {
  width: 255px;
  height: 75px;
  background-color: #5c42b0;
  border-width: 0;
  border-radius: 50px;
  margin-bottom: 110px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 55px;

  display: flex;
}

.gplay_logo {
  filter: brightness(100);
  width: 40px;
  fill: #ffffff;
  margin-right: 15px;
}

.button-text {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-text_top {
  font-weight: 400;
  font-family: "Open Sans Regular";
  margin: 0;
  height: 15px;
}

.button-text_bottom {
  font-weight: 700;
  font-family: "Open Sans Bold";
  margin: 0;
  height: 15px;
}

.post-list {
  justify-content: center;
  width: 100%;
}

.post-img_foot {
  z-index: 7;
  top: 987px;
  left: 25%;
  transform: translateX(-50%);
  position: absolute;
}

.post-img_bask {
  z-index: 7;
  top: 2000px;
  right: 10%;
  transform: translateX(10%);
  position: absolute;
}

.post {
  padding-top: 116px;
}

article:nth-of-type(1)>.post-name {
  padding-left: 55%;
  padding-right: 5%;
}

article:nth-of-type(1)>.post-section {
  padding-left: 55%;
  padding-right: 5%;
}

article:nth-of-type(1)>.post-section:nth-of-type(3)>.post-section_text {
  color: #ffffff;
}

.post-name {
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  font-size: 80px;
  line-height: 60px;
  color: #e7e7e7;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 51px;
  padding-right: 55%;
  padding-left: 5%;
  display: inline-block;
}

.post-section {
  padding-right: 55%;
  padding-left: 5%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.post-section:nth-of-type(2) {
  background-color: #f6f4fa;
}

.post-section:nth-of-type(3) {
  background-color: #5e42b0;
}

article:nth-of-type(2)>.post-section:nth-of-type(3) {
  background-color: #0a0e34;
}

.post-section_name {
  display: flex;
  height: 40px;
  margin-bottom: 29px;
}

h3 {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #c1c1c1;
  font-weight: 700;
  font-family: "Open Sans Bold";
  margin:0;
}

.post-section_number {
  height: 30px;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
  font-weight: 700;
  font-family: "Open Sans Bold";
  margin-right: 10px;
}

.post-section_number::after {
  content:"";
  width: 19px;
  height: 5px;
  border-radius: 2px;
  background-color: #5e42b0;
  display: inline-block;
  position: absolute;
}

.post-section_number_third::after {
  content:"";
  width: 19px;
  height: 5px;
  border-radius: 2px;
  background-color: #f6f4fa;
  display: inline-block;
  position: absolute;
}

.post-section:nth-of-type(3)>.post-section_name>.post-section_number::after {
  content:"";
  width: 19px;
  height: 5px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  background-color: #f6f4fa;
}

article:nth-of-type(2)>.post-section:nth-of-type(3)>.post-section_name>.post-section_number {
  color: #9173e6;
}

.post-section_text {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 400;
  font-family: "Open Sans Regular";
}

article:nth-of-type(2)>.post-section:nth-of-type(3)>.post-section_text {
  color: #ffffff;
}

.recent-post {
  display: flex;
  height: auto;
}

.recent-post_img {
  width: 100%;
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  object-fit: cover;
}

.recent-post_half {
  width: 50%;
  position: relative;
}

.recent-post_info {
  padding-right: 10%;
  padding-left: 10%;
  margin-top: auto;
  margin-bottom: auto;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

article:nth-of-type(3)>.recent-post_info>.post-name {
  margin-bottom: 115px;
  padding: 0;
}



article:nth-of-type(4)>.recent-post_info>.post-name {
  margin-bottom: 115px;
  line-height: 1;
  padding: 0;
}

article:nth-of-type(5)>.recent-post_info>.post-name {
  margin-bottom: 115px;
  padding: 0;
}

.recent-post_text {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  font-family: "Open Sans Regular";
  margin: 0;
}

article:nth-of-type(4)>.recent-post_info {
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
}

article:nth-of-type(4)>.recent-post_half {
  margin-right: 0;
}

.square {
  box-sizing: border-box;
  z-index: 8;
  width: 168px;
  height: 155px;
  background-color: #5e42b0;
  position: relative;
  padding: 50px 70px;
  top: -58%;
  left: 100%;
  transform: translateX(-50%);
}

article:nth-of-type(4)>.recent-post_half>.square {
  left: 0;
}

article:nth-of-type(3)>.recent-post_half>.square>.post-section_number {
  color: #ffffff;
}

article:nth-of-type(4)>.recent-post_half>.square>.post-section_number {
  color: #ffffff;
}

article:nth-of-type(5)>.recent-post_half>.square>.post-section_number {
  color: #ffffff;
}

article:nth-of-type(3)>.recent-post_half>.square>.post-section_number::after {
  content:"";
  width: 19px;
  height: 5px;
  border-radius: 2px;
  background-color: #8f7bc8;
  display: inline-block;
  position: absolute;
}

article:nth-of-type(4)>.recent-post_half>.square>.post-section_number::after {
  content:"";
  width: 19px;
  height: 5px;
  border-radius: 2px;
  background-color: #8f7bc8;
  display: inline-block;
  position: absolute;
}

article:nth-of-type(5)>.recent-post_half>.square>.post-section_number::after {
  content:"";
  width: 19px;
  height: 5px;
  border-radius: 2px;
  background-color: #8f7bc8;
  display: inline-block;
  position: absolute;
}

.footer {
  background: #000000 url(../images/game_1920.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.footer::after {
  content: "";
  background-color: #0a0e34;
  
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.85;
}

.footer-container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 230px;
  text-align: center;

  width: 100%;
  z-index: 2;
}

.footer_logo {
  position: relative;
  text-decoration: none;

  display: flex;
  padding-left: 25%;
  padding-right: 20%;
  margin-bottom: 145px;
  text-align: left;
}

.surface_logo {
  background-color: #5c42b0;
  border-width: 0;
  border-radius: 40px;
  fill: #ffffff;
  width: 130px;
  height: 135px;
  padding: 15px;
  margin-right: 15px;
}

.footer-text {
  padding-top: 15px;
  padding-bottom: 10px;
}

.footer-text_top {
  font-size: 80px;
  letter-spacing: 4px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Open Sans Bold";
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-text_bottom {
  font-size: 30px;
  line-height: 34px;
  color: #a496ca;
  font-weight: 400;
  font-family: "Open Sans Regular";
  margin: 0;
}

.footer-container>.buttons {
  margin-bottom: 145px;
}

.footer-container>a:nth-of-type(2)>.surface_logo_text {
  margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 440px) {
  .body {
    width: 100%;
  }


  
  .welcome {
    width: 100vw;
    background: url(../images/football_767.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .container {
    width: 100%;
    padding-top: 30px;
  }

  .surface_logo_text {
    width: 135px;
  }

  .welcome-title {
    font-size: 28px;
    letter-spacing: 1px;

    padding-top: 135px;
    padding-bottom: 90px;
  }

  .welcome-title_be {
    margin-bottom: 30px;
    height: 20px;
  }

  .welcome-title_play {
    text-align: left;
    line-height: 1;
    width: 235px;
    margin-left: auto;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-appstore {
    width: 200px;
    height: 35px;
    margin-right: 0;
    padding-left: 80px;
    margin-bottom: 15px;
  }

  .apple_logo {
    width: 20px;
    margin-right: 10px;
  }

  .button-gplay {
    width: 200px;
    height: 35px;
    padding-left: 80px;
    margin-bottom: 85px;
  }

  .gplay_logo {
    width: 20px;
    margin-right: 10px;
  }

  .button-text {
    font-size: 8px;
    letter-spacing: 0;
    padding: 0;
    align-items: center;
  }

  .button-text_top {
    height: 8px;
  }

  .button-text_bottom{
    height: 8px;
  }

  .post-img_foot {
    top: 725px;
    left: 25%;
  }

  .post-img_bask {
    top: 1790px;
    right: 20%;
  }

  .post {
    padding-top: 25px;
  }

  article:nth-of-type(1)>.post-name {
    padding-left: 5%;
    padding-right: 5%;
  }

  article:nth-of-type(1)>.post-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .post-name {
    font-size: 50px;
    margin-bottom: 245px;
    padding-right: 0;
  }

  .post-section {
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .post-section:nth-of-type(1) {
    background-color: #fafafa;
  }

  .post-section_name {
    height: 20px;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 34px;
  }

  article:nth-of-type(4) {
    display: flex;
    flex-direction: column-reverse;
  }

  .post-section_number {
    height: 20px;
    font-size: 14px;
  }

  .post-section_number::after {
    width: 15px;
    height: 4px;
    border-radius: 1px;
  }

  .post-section:nth-of-type(3)>.post-section_name>.post-section_number::after {
    width: 15px;
    height: 4px;
    border-radius: 1px;
  }

  .post-section_text {
    font-size: 15px;
    line-height: 18px;
  }

  .recent-post {
    flex-direction: column;
  }

  .recent-post_half {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .recent-post_info {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 80px;
    width: 100%;
  }

  article:nth-of-type(3)>.recent-post_info>.post-name {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 25px;
    padding: 0;
  }

  article:nth-of-type(4)>.recent-post_info>.post-name {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 25px;
    padding: 0;
  }

  article:nth-of-type(5)>.recent-post_info>.post-name {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 25px;
    padding: 0;
  }

  .recent-post_text {
    font-size: 16px;
    line-height: 20px;
  }

  .square {
    width: 70px;
    height: 70px;
    padding: 10px 25px 20px;
    left: 5%;
    top: 10%;
    transform: translateY(-80%);
  }

  article:nth-of-type(4)>.recent-post_half>.square {
    left: 5%;
  }

  article:nth-of-type(3)>.recent-post_half>.square>.post-section_number::after {
  width: 15px;
  height: 4px;
  border-radius: 1px;
  }

  article:nth-of-type(4)>.recent-post_half>.square>.post-section_number::after {
  width: 15px;
  height: 4px;
  border-radius: 1px;
  }

  article:nth-of-type(5)>.recent-post_half>.square>.post-section_number::after {
  width: 15px;
  height: 4px;
  border-radius: 1px;
  }

  .footer {
    background: #000000 url(../images/game_767.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .footer-container {
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 100%;
  }

  .footer_logo {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .surface_logo {
    width: 72px;
    height: 75px;
    padding: 15px 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
  }

  .footer-text {
    padding-top: 60px;
    padding-bottom: 75px;
    text-transform: uppercase;
    line-height: 80;
  }

  .footer-text_top {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 0;
  }

  .footer-text_bottom {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .footer-container>.buttons {
    margin-bottom: 80px;
  }

  .footer-container>.buttons>.button-gplay {
    margin-bottom: 0;
  }

  .footer-container>a:nth-of-type(2)>.surface_logo_text {
    margin-bottom: 10px;
  }
}

@media (min-width:441px) and (max-width: 640px) {

  .body {
    width: 100%;
  }


  
  .welcome {
    width: 100vw;
    background: url(../images/football_767.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .container {
    width: 100%;
    padding-top: 30px;
  }

  .surface_logo_text {
    width: 135px;
  }

  .welcome-title {
    font-size: 28px;
    letter-spacing: 1px;

    padding-top: 135px;
    padding-bottom: 90px;
  }

  .welcome-title_be {
    margin-bottom: 30px;
    height: 20px;
  }

  .welcome-title_play {
    text-align: left;
    line-height: 1;
    width: 235px;
    margin-left: auto;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-appstore {
    width: 200px;
    height: 35px;
    margin-right: 0;
    padding-left: 80px;
    margin-bottom: 15px;
  }

  .apple_logo {
    width: 20px;
    margin-right: 10px;
  }

  .button-gplay {
    width: 200px;
    height: 35px;
    padding-left: 80px;
    margin-bottom: 85px;
  }

  .gplay_logo {
    width: 20px;
    margin-right: 10px;
  }

  .button-text {
    font-size: 8px;
    letter-spacing: 0;
    padding: 0;
    align-items: center;
  }

  .button-text_top {
    height: 8px;
  }

  .button-text_bottom{
    height: 8px;
  }

  .post-img_foot {
    top: 725px;
    left: 25%;
  }

  .post-img_bask {
    top: 1740px;
    right: 10%;
  }

  .post {
    padding-top: 25px;
  }

  article:nth-of-type(1)>.post-name {
    padding-left: 5%;
    padding-right: 5%;
  }

  article:nth-of-type(1)>.post-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .post-name {
    font-size: 50px;
    margin-bottom: 245px;
    padding-right: 0;
  }

  .post-section {
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .post-section:nth-of-type(1) {
    background-color: #fafafa;
  }

  .post-section_name {
    height: 20px;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 34px;
  }

  article:nth-of-type(4) {
    display: flex;
    flex-direction: column-reverse;
  }

  .post-section_number {
    height: 20px;
    font-size: 14px;
  }

  .post-section_number::after {
    width: 15px;
    height: 4px;
    border-radius: 1px;
  }

  .post-section:nth-of-type(3)>.post-section_name>.post-section_number::after {
    width: 15px;
    height: 4px;
    border-radius: 1px;
  }

  .post-section_text {
    font-size: 15px;
    line-height: 18px;
  }

  .recent-post {
    flex-direction: column;
  }

  .recent-post_half {
    width: 100%;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .recent-post_info {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 80px;
    width: 100%;
  }

  article:nth-of-type(3)>.recent-post_info>.post-name {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 25px;
    padding: 0;
  }

  article:nth-of-type(4)>.recent-post_info>.post-name {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 25px;
    padding: 0;
  }

  article:nth-of-type(5)>.recent-post_info>.post-name {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 25px;
    padding: 0;
  }

  .recent-post_text {
    font-size: 16px;
    line-height: 20px;
  }

  .square {
    width: 70px;
    height: 70px;
    padding: 10px 25px 20px;
    left: 5%;
    top: 103%;
    transform: translateY(-80%);
    position: absolute;
  }

  article:nth-of-type(4)>.recent-post_half>.square {
    left: 5%;
  }

  article:nth-of-type(3)>.recent-post_half>.square>.post-section_number::after {
  width: 15px;
  height: 4px;
  border-radius: 1px;
  }

  article:nth-of-type(4)>.recent-post_half>.square>.post-section_number::after {
  width: 15px;
  height: 4px;
  border-radius: 1px;
  }

  article:nth-of-type(5)>.recent-post_half>.square>.post-section_number::after {
  width: 15px;
  height: 4px;
  border-radius: 1px;
  }

  .footer {
    background: #000000 url(../images/game_767.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .footer-container {
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 100%;
  }

  .footer_logo {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .surface_logo {
    width: 72px;
    padding: 15px 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
  }

  .footer-text {
    padding-top: 60px;
    padding-bottom: 75px;
    text-transform: uppercase;
    line-height: 80;
  }

  .footer-text_top {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 0;
  }

  .footer-text_bottom {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .footer-container>.buttons {
    margin-bottom: 80px;
  }

  .footer-container>.buttons>.button-gplay {
    margin-bottom: 0;
  }

  .footer-container>a:nth-of-type(2)>.surface_logo_text {
    margin-bottom: 10px;
  }

}

@media (min-width: 641px) and (max-width: 740px) {
  .body {
    width: 100vw;
    height: 100%;
  }

  .welcome {
    background: url(../images/football_1280.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .container {
    padding-top: 40px;
    width: 100%;
  }

  .surface_logo_text {
    width: 210px;
  }

  .welcome-title {
    font-size: 64px;
    letter-spacing: 3px;

    padding-top: 180px;
    padding-bottom: 310px;
  }

  .welcome-title_be {
    margin-bottom: 30px;
  }

  .welcome-title_play {
    text-align: left;
    line-height: 1;
    width: 500px;
    margin-left: auto;
  }

  .button-appstore {
    height: 80px;
    margin-bottom: 90px;
    margin-right: 2%;
  }

  .button-gplay {
    height: 80px;
    margin-bottom: 90px;
  }

  .button-text_top {
    font-weight: 300;
  }

  .post-img_foot {
    top: 1025px;
    left: 10%;
    transform: translateX(-45%);
  }

  .post-img_bask {
    top: 1900px;
    right: 5%;
    transform: translateX(7%);
  }

  .post {
    padding-top: 85px;
  }

  article:nth-of-type(1)>.post-name {
    padding-left: 45%;
    padding-right: 0;
  }

  article:nth-of-type(1)>.post-section {
    padding-left: 45%;
    padding-right: 5%;
  }

  .post-name {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .post-section {
    padding-right: 45%;
    padding-left: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-section_name {
    height: 30px;
    margin-bottom: 35px;
  }

  h3 {
    font-size: 32px;
  }

  .post-section_number {
    height: 15px;
  }

  article:nth-of-type(4) {
    display: flex;
    flex-direction: column-reverse;
  }

  .post-section_text {
    font-size: 16px;
    line-height: 28px;
  }

  .recent-post {
    flex-direction: column;
  }

  .recent-post_img {
    object-fit: contain;
  }

  .recent-post_half {
    width: 100%;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .recent-post_info {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 100px;
    width: 100%;
  }

  .square {
    width: 115px;
    height: 115px;
    padding: 45px 40px;
    left: 5%;
    top: 103%;
    transform: translateY(-80%);
    position: absolute;
  }

  article:nth-of-type(4)>.recent-post_half>.square {
    left: 5%;
  }

  article:nth-of-type(3)>.recent-post_info>.post-name {
    margin-bottom: 35px;
  }

  article:nth-of-type(4)>.recent-post_info>.post-name {
    margin-bottom: 35px;
  }

  article:nth-of-type(5)>.recent-post_info>.post-name {
    margin-bottom: 35px;
  }

  .footer {
    background: #000000 url(../images/game_1280.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .footer-container {
    padding-top: 125px;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }

  .footer_logo {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .surface_logo {
    width: 130px;
    padding: 25px 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-text {
    padding-top: 80px;
    padding-bottom: 285px;
    text-transform: uppercase;
    line-height: 80;
  }

  .footer-text_top {
    margin-bottom: 30px;
    line-height: 80px;
  }

  .footer-text_bottom {
    font-size: 36px;
    line-height: 60px;
  }

  .footer-container>.buttons {
    margin-bottom: 50px;
  }

  .footer-container>.buttons>.button-appstore {
    margin-bottom: 0;
  }

  .footer-container>.buttons>.button-gplay {
    margin-bottom: 0;
  }

  .footer-container>a:nth-of-type(2)>.surface_logo_text {
    margin-bottom: 25px;
  }
}

@media (min-width: 741px) and (max-width: 960px) {
  .body {
    width: 100vw;
    height: 100%;
  }

  .welcome {
    background: url(../images/football_1280.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .container {
    padding-top: 40px;
    width: 100%;
  }

  .surface_logo_text {
    width: 210px;
  }

  .welcome-title {
    font-size: 64px;
    letter-spacing: 3px;

    padding-top: 180px;
    padding-bottom: 310px;
  }

  .welcome-title_be {
    margin-bottom: 30px;
  }

  .welcome-title_play {
    text-align: left;
    line-height: 1;
    width: 500px;
    margin-left: auto;
  }

  .button-appstore {
    height: 80px;
    margin-bottom: 90px;
    margin-right: 2%;
  }

  .button-gplay {
    height: 80px;
    margin-bottom: 90px;
  }

  .button-text_top {
    font-weight: 300;
  }

  .post-img_foot {
    top: 1025px;
    left: 10%;
    transform: translateX(-45%);
  }

  .post-img_bask {
    top: 1900px;
    right: 5%;
    transform: translateX(10%);
  }

  .post {
    padding-top: 85px;
  }

  article:nth-of-type(1)>.post-name {
    padding-left: 45%;
    padding-right: 0;
  }

  article:nth-of-type(1)>.post-section {
    padding-left: 45%;
    padding-right: 5%;
  }

  .post-name {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .post-section {
    padding-right: 45%;
    padding-left: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-section_name {
    height: 30px;
    margin-bottom: 35px;
  }

  h3 {
    font-size: 32px;
  }

  .post-section_number {
    height: 15px;
  }

  article:nth-of-type(4) {
    display: flex;
    flex-direction: column-reverse;
  }

  .post-section_text {
    font-size: 16px;
    line-height: 28px;
  }

  .recent-post {
    flex-direction: column;
  }

  .recent-post_img {
    object-fit: contain;
  }

  .recent-post_half {
    width: 100%;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .recent-post_info {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 100px;
    width: 100%;
  }

  .square {
    width: 115px;
    height: 115px;
    padding: 45px 40px;
    left: 5%;
    top: 103%;
    transform: translateY(-80%);
    position: absolute;
  }

  article:nth-of-type(4)>.recent-post_half>.square {
    left: 5%;
  }

  article:nth-of-type(3)>.recent-post_info>.post-name {
    margin-bottom: 35px;
  }

  article:nth-of-type(4)>.recent-post_info>.post-name {
    margin-bottom: 35px;
  }

  article:nth-of-type(5)>.recent-post_info>.post-name {
    margin-bottom: 35px;
  }

  .footer {
    background: #000000 url(../images/game_1280.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .footer-container {
    padding-top: 125px;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }

  .footer_logo {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .surface_logo {
    width: 130px;
    padding: 25px 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-text {
    padding-top: 80px;
    padding-bottom: 285px;
    text-transform: uppercase;
    line-height: 80;
  }

  .footer-text_top {
    margin-bottom: 30px;
    line-height: 80px;
  }

  .footer-text_bottom {
    font-size: 36px;
    line-height: 60px;
  }

  .footer-container>.buttons {
    margin-bottom: 50px;
  }

  .footer-container>.buttons>.button-appstore {
    margin-bottom: 0;
  }

  .footer-container>.buttons>.button-gplay {
    margin-bottom: 0;
  }

  .footer-container>a:nth-of-type(2)>.surface_logo_text {
    margin-bottom: 25px;
  }
}

@media (min-width: 961px) and (max-width: 1200px) {
  .body {
    width: 100vw;
    height: 100%;
  }

  .welcome {
    background: url(../images/football_1280.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .container {
    padding-top: 40px;
    width: 100%;
  }

  .surface_logo_text {
    width: 210px;
  }

  .welcome-title {
    font-size: 64px;
    letter-spacing: 3px;

    padding-top: 180px;
    padding-bottom: 310px;
  }

  .welcome-title_be {
    margin-bottom: 30px;
  }

  .welcome-title_play {
    text-align: left;
    line-height: 1;
    width: 500px;
    margin-left: auto;
  }

  .button-appstore {
    height: 80px;
    margin-bottom: 90px;
    margin-right: 2%;
  }

  .button-gplay {
    height: 80px;
    margin-bottom: 90px;
  }

  .button-text_top {
    font-weight: 300;
  }

  .post-img_foot {
    top: 1025px;
    left: 10%;
    transform: translateX(-45%);
  }

  .post-img_bask {
    top: 1800px;
    right: 5%;
    transform: translateX(5%);
  }

  .post {
    padding-top: 85px;
  }

  article:nth-of-type(1)>.post-name {
    padding-left: 45%;
    padding-right: 0;
  }

  article:nth-of-type(1)>.post-section {
    padding-left: 45%;
    padding-right: 5%;
  }

  .post-name {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .post-section {
    padding-right: 45%;
    padding-left: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-section_name {
    height: 30px;
    margin-bottom: 35px;
  }

  h3 {
    font-size: 32px;
  }

  .post-section_number {
    height: 15px;
  }

  article:nth-of-type(4) {
    display: flex;
    flex-direction: column-reverse;
  }

  .post-section_text {
    font-size: 16px;
    line-height: 28px;
  }

  .recent-post {
    flex-direction: column;
  }

  .recent-post_img {
    object-fit: contain;
  }

  .recent-post_half {
    width: 100%;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .recent-post_info {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 100px;
    width: 100%;
  }

  .square {
    width: 115px;
    height: 115px;
    padding: 45px 40px;
    left: 5%;
    top: 103%;
    transform: translateY(-80%);
    position: absolute;
  }

  article:nth-of-type(4)>.recent-post_half>.square {
    left: 5%;
  }

  article:nth-of-type(3)>.recent-post_info>.post-name {
    margin-bottom: 35px;
  }

  article:nth-of-type(4)>.recent-post_info>.post-name {
    margin-bottom: 35px;
  }

  article:nth-of-type(5)>.recent-post_info>.post-name {
    margin-bottom: 35px;
  }

  .footer {
    background: #000000 url(../images/game_1280.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .footer-container {
    padding-top: 125px;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }

  .footer_logo {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .surface_logo {
    width: 130px;
    padding: 25px 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-text {
    padding-top: 80px;
    padding-bottom: 285px;
    text-transform: uppercase;
    line-height: 80;
  }

  .footer-text_top {
    margin-bottom: 30px;
    line-height: 80px;
  }

  .footer-text_bottom {
    font-size: 36px;
    line-height: 60px;
  }

  .footer-container>.buttons {
    margin-bottom: 50px;
  }

  .footer-container>.buttons>.button-appstore {
    margin-bottom: 0;
  }

  .footer-container>.buttons>.button-gplay {
    margin-bottom: 0;
  }

  .footer-container>a:nth-of-type(2)>.surface_logo_text {
    margin-bottom: 25px;
  }

}