@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400&display=swap");

/* font-family: 'Lato', sans-serif; */

html {
  background: rgba(247, 247, 247, 0.678);
}
.blur {
  backdrop-filter: blur(9px);
  background-color: rgba(243, 246, 249, 0);
}
body {
  max-width: 1440px;
  margin: 0 auto;
  background: #f4f6f9;
}

header {
  background-image: url(./img/phone_img.webp);
  background-repeat: no-repeat;
  background-size: 993px;
  background-position: right;
  background-position-y: top;
  min-height: 665px;
  display: flex;
}

.shelsea_img {
  position: relative;
  left: 94px;
  top: -88px;
  height: 100%;
  width: auto;
}

.arsenal_img {
  position: relative;
  left: 32px;
  height: 100%;
  width: auto;
}

.width {
  width: 100%;
}

h1 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  display: flex;

  letter-spacing: 0.03em;
  margin-top: 133px;
  margin-bottom: 30px;
  /* #333333 */

  color: #333333;
}

.wraper_header {
  max-width: 546px;
  margin: 4.236vw 35.333vw 164px 11.319vw;
}

h6 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;

  /* #4F4F4F */
  margin-bottom: 50px;
  color: #4f4f4f;
}
.zh6 {
  max-width: 83%;
}

.google_play_and_apple_story {
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.google_play {
  margin-right: 10px;
}
/*  BLOCK 2        */

.block_2 {
  display: flex;
  background-color: #ffffff;
}
.img_block {
  flex-basis: 50%;

  min-width: 650px;

  background-image: url(./img/Ronaldu.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.gradient {
  background: linear-gradient(
      270deg,
      #ffffff 5.16%,
      rgba(255, 255, 255, 0) 67.14%
    ),
    rgba(255, 255, 255, 0.5);
  height: 100%;
}

.text_block {
  flex-basis: 50%;
  margin: 133px 4.236vw 117px 1.389vw;
  max-width: 426px;
}

h5 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */

  /* Brand Colour */

  color: #00adee;
}

h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  /* identical to box height */
  margin: 27px 0px;

  /* #333333 */

  color: #333333;
}

p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;

  /* #4F4F4F */

  color: #4f4f4f;
}
.btn_learn_more {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  background: none;
  padding: 0;
  /* Brand Colour */
  margin-top: 22px;
  color: #00adee;
}

.shadow {
  box-shadow: -22.0416px 23.8785px 48.9814px rgba(0, 0, 0, 0.5),
    inset -6.73495px -19.5926px 24.4907px #ffffff,
    inset 4.89814px -2.44907px 8.57175px #c6cfda;
}

.scrennshot_1 {
  position: relative;
  width: 360px;
  height: 218.06px;
  left: 163px;
  top: 109px;
  z-index: 4;
  border-radius: 4px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16.7833px;
  line-height: 22px;
  background: #ffffff;
  color: #4f4f4f;
}
.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.center {
  align-items: center;
}

.scrennshot_2 {
  position: relative;
  width: 360px;
  height: 218.06px;
  left: 269px;
  top: 46px;
  z-index: 2;
}

.text_screnshot_1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16.7833px;
  line-height: 22px;

  color: #4f4f4f;
}

.txt_scrn_1 {
  padding: 26px 26px 16px 16px;
  min-width: 50%;
}
.logo_football {
  height: 83px;
  margin: auto 0;
}

.footer_scr_1 {
  height: 40.27px;
  align-self: flex-end;
  background: #eeeeee;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18.8812px;
  line-height: 15px;
  flex-grow: 1;
  color: #4f4f4f;
  padding: 13px 5px 11px 16px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider_1.round {
  border-radius: 31px;
}

.slider_1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #979797;

  outline: none;
  margin: 5px auto 14px auto;
  transition: 0.5s;
}

.slider_1.round:before {
  border-radius: 50%;
}
.inp_3_block {
  height: 40.27px;
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
  width: 20%;
  justify-content: center;
  background: #eeeeee;
}

input:checked + .slider_1 {
  background-color: #2196f3;
}
input:checked + .slider_1:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.slider_1:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  right: 14px;
  bottom: -2px;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*  BLOCK 3           */
.bell:hover {
  box-shadow: 0px 3.13793px 15.6897px rgba(0, 60, 255, 0.25),
    0px 2.51034px 6.27586px rgba(51, 51, 51, 0.1);
}
.txt_block_2 {
  margin: 11.069vw 10px 171px 11.25vw;
}

.learn_more_block_2 {
  margin-top: 54px;
}

.block_3 {
  background-image: url(./img/fon_block2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
.telephone {
  display: flex;
  max-height: 80%;
}
.tel_block {
  display: flex;
  align-self: center;
  justify-content: center;
  /* margin: 0 auto; */
  flex-grow: 1;
}
.bell {
  position: relative;
  z-index: 2;
  min-width: 91px;
  height: 91px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 3.13793px 15.6897px rgba(0, 0, 0, 0.25),
    0px 2.51034px 6.27586px rgba(51, 51, 51, 0.1);
  left: -252px;
  top: 53px;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
}

.bell_1:after {
  content: "7";
  width: 22px;
  height: 22px;
  position: relative;
  background: #00adee;
  border: 0.990764px solid #00adee;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  top: 21px;
  left: -7px;

  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15.0621px;
  line-height: 22px;

  align-items: center;

  color: #ffffff;
}

.tel_ico:after {
  content: "7";
  width: 22px;
  height: 22px;
  position: relative;
  background: #00adee;
  border: 0.990764px solid #00adee;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  top: 17px;
  left: -12px;

  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15.0621px;
  line-height: 22px;

  align-items: center;

  color: #ffffff;
}

.bell > img {
  position: relative;
  left: 11px;
  max-width: 53px;
}

.tel_img {
  position: relative;
  right: -99px;
  width: auto;
  height: 613px;
}
.tel_ico {
  position: relative;
  left: -97px;
  top: 382px;
  display: inline-flex;
  justify-content: center;
}
/* BLOCK 4       */
.block_4 {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(311px, 1fr));
  /* This is better for small screens, once min() is better supported */
  /* grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); */
  grid-gap: 45px 6.042vw;
  /* This is the standardized property now, but has slightly less support */
  /* gap: 1rem */
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  /* #FFFFFF */
  color: #ffffff;
  justify-content: center;
}

.h2_block_4 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 57px;
}
.p_block_4 {
  color: #ffffff;
}

.block_4_flex {
  min-height: 735px;
  background-image: url(./img/fon_block_4.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 74px 9% 45px 9%;
}

.p_block_4::before {
  content: "•";
  height: 10px;
  width: 10px;
}
/*  BLOCK 5    */
.block_5 {
  display: flex;
  width: 100%;
  min-height: 431px;
  flex-wrap: wrap;
  background: #ffffff;
  /* overflow: hidden; */
}

/*  BLOCK 6    */
.block_6 {
  display: flex;
  width: 100%;
  min-height: 278px;
  flex-wrap: wrap;
  background: #fafafa;
}
.h2_block_6 {
  text-align: center;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 0px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  /* identical to box height *
  /* #333333 */
  color: #333333;
}

.flex_block_6 {
  display: flex;
  padding: 15px;
  gap: 10px;
  justify-content: space-between;
  max-width: 1100px;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  flex-grow: 1;
  margin-bottom: auto;
}

div.flex_block_6 > div + div {
  margin-left: 15px;
}

div.flex_block_6 > div > a > img {
  justify-items: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.elips {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 8px;
  background: #ffffff;
  box-shadow: 0px 3.13793px 15.6897px rgba(0, 0, 0, 0.25),
    0px 2.51034px 6.27586px rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  transform: translate(-351px, 420px);
}

.img_1 {
  flex-basis: 147px;
}
.img_2 {
  flex-basis: 102px;
}

.img_3 {
  flex-basis: 69px;
}
.img_4 {
  flex-basis: 110px;
}
.img_5 {
  flex-basis: 48px;
}
.img_6 {
  flex-basis: 210px;
}

/* block_7 */

.block_7 {
  display: flex;

  flex-wrap: wrap;
}

.img_foot_block_7 {
  height: 100%;
}

.block_7_img {
  height: 483px;
  overflow: hidden;
  flex-basis: 50%;
}
.block_7_text {
  flex-basis: 50%;
  padding: 100px 11.25vw 0px 5.347vw;
  min-width: 491px;
}

.block_7_pading_paragraph {
  margin-bottom: 36px;
}

/*  footer  */

footer {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */

  /* #FFFFFF */

  color: #ffffff;
  max-width: 1440px;
  height: 127px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  /* Brand Colour */

  background: #00adee;
}
.footer_wrap {
  flex-grow: 1;
  padding: 15px;
  display: flex;
  max-width: 1115px;
  margin: 0 auto;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.social {
  display: flex;
  justify-content: space-between;
  width: 109px;
  height: 25px;
  align-items: center;
}

.footer_ico {
  display: flex;
  justify-content: space-between;
  max-width: 375px;
  align-items: center;
  flex-grow: 1;
  gap: 15px;
}
a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

.logo_fot {
  margin: 0;
  width: 99px;
  height: 32px;
}
